From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: i686: recipe for target 'cc1plus' failed Date: Sat, 08 Feb 2014 18:03:24 +0100 Message-ID: <874n49k04j.fsf@gnu.org> References: <87ob2h7iki.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCBJT-0001qc-V3 for guix-devel@gnu.org; Sat, 08 Feb 2014 12:03:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCBJO-0004Kx-Pk for guix-devel@gnu.org; Sat, 08 Feb 2014 12:03:31 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:39066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCBJO-0004Kr-Iq for guix-devel@gnu.org; Sat, 08 Feb 2014 12:03:26 -0500 In-Reply-To: <87ob2h7iki.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sat, 08 Feb 2014 19:03:25 +0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: > Can anyone reproduce this? This is =E2=80=98master=E2=80=99? Apparently Hydra had built it successful= ly (it has since been GC=E2=80=99d.) > g++ -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-r= tti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -W= cast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic= -macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static= -libgcc -Wl,-rpath=3D/nix/store/srnpqj0vh0hwnkf38fyrvf395y188smw-glibc-boot= strap-0/lib -Wl,-dynamic-linker -Wl,/nix/store/srnpqj0vh0hwnkf38fyrvf395y18= 8smw-glibc-bootstrap-0/lib/ld-linux.so.2 -o cc1plus \ > cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/= pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/= ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp= /method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optim= ize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print= .o cp/cp-gimplify.o attribs.o incpath.o c-family/c-common.o c-family/c-cppb= uiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-fami= ly/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-p= poutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantic= s.o c-family/c-ada-spec.o tree-mudflap.o i386-c.o glibc-c.o cc1plus-checksu= m.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a = ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libbackt= race/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnu= mber.a -L/tmp/nix-build-gcc-cross-boot0-4.8.2.drv-0/build/./gmp/.libs -L/= tmp/nix-build-gcc-cross-boot0-4.8.2.drv-0/build/./mpfr/src/.libs -L/tmp/nix= -build-gcc-cross-boot0-4.8.2.drv-0/build/./mpc/src/.libs -lmpc -lmpfr -lgmp= -rdynamic -ldl -L../zlib -lz > collect2: error: ld returned 1 exit status > ../../gcc-4.8.2/gcc/cp/Make-lang.in:103: recipe for target 'cc1plus' fail= ed > make[2]: *** [cc1plus] Error 1 Could it be an ENOMEM showing up above in the log? Ludo=E2=80=99.