From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Freezing core-updates Date: Sat, 4 Jun 2016 17:33:46 +0200 Message-ID: <20160604153346.GA9526@solar> References: <87h9dxukjm.fsf@gnu.org> <20160526165952.GA6576@solar> <87zirajjbk.fsf@gnu.org> <20160531193337.GA22008@solar> <87oa7lnc4q.fsf@gnu.org> <20160601094147.GA16919@solar> <87oa7k9flr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9DaM-0007Ig-2g for guix-devel@gnu.org; Sat, 04 Jun 2016 11:34:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9DaE-0004yH-PI for guix-devel@gnu.org; Sat, 04 Jun 2016 11:34:00 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:60855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9DaE-0004wv-CE for guix-devel@gnu.org; Sat, 04 Jun 2016 11:33:54 -0400 Content-Disposition: inline In-Reply-To: <87oa7k9flr.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: Guix-devel On Thu, Jun 02, 2016 at 10:09:36AM +0200, Ludovic Courtès wrote: > > 126915:libtool: compile: /tmp/guix-build-gcc-5.3.0.drv-0/build/./prev-gcc/xgcc -B/tmp/guix-build-gcc-5.3.0.drv-0/build/./prev-gcc/ -B/gnu/store/6xdd64b8343v9vd3nkhkkqg7mayyxvwp-gcc-5.3.0/arm-unknown-linux-gnueabihf/bin/ -B/gnu/store/6xdd64b8343v9vd3nkhkkqg7mayyxvwp-gcc-5.3.0/arm-unknown-linux-gnueabihf/bin/ -B/gnu/store/6xdd64b8343v9vd3nkhkkqg7mayyxvwp-gcc-5.3.0/arm-unknown-linux-gnueabihf/lib/ -isystem /gnu/store/6xdd64b8343v9vd3nkhkkqg7mayyxvwp-gcc-5.3.0/arm-unknown-linux-gnueabihf/include -isystem /gnu/store/6xdd64b8343v9vd3nkhkkqg7mayyxvwp-gcc-5.3.0/arm-unknown-linux-gnueabihf/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-5.3.0/mpc/src -I.. -I/tmp/guix-build-gcc-5.3.0.drv-0/build/./gmp -I/tmp/guix-build-gcc-5.3.0.drv-0/gcc-5.3.0/mpfr/src -O2 -g0 -MT real.lo -MD -MP -MF .deps/real .Tpo -c ../../../gcc-5.3.0/mpc/src/real.c -o real.o > This is the wrong one; you should look at gcc/real.c instead. Ah indeed, real.c is just not such a distinctive file name... Thanks for looking into it instead of me :-) Andreas