From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Rousse Subject: insufficient fix for gcc localised output in stubdom makefile Date: Wed, 14 Jan 2009 17:15:15 +0100 Message-ID: <496E0F93.5050404@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello. There was a slight change in stubdom makefile from 3.3 to 3.3.1, in order to use non-localised gcc output: GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p') However, this is still unsuffient to just set LANG: [guillomovitch@n2 xen]$ LANG=C gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p' At least on our build system, you have to export LC_ALL instead: [guillomovitch@n2 xen]$ LC_ALL=C gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p' /usr/lib/gcc/i586-manbo-linux-gnu/4.3.2/ -- Guillaume Rousse Service des Moyens Informatiques INRIA Saclay - Ile de France Tel: 01 69 35 69 62