* i686: recipe for target 'cc1plus' failed
@ 2014-02-08 15:03 Nikita Karetnikov
2014-02-08 17:03 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Nikita Karetnikov @ 2014-02-08 15:03 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 2749 bytes --]
Can anyone reproduce this?
g++ -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-rpath=/nix/store/srnpqj0vh0hwnkf38fyrvf395y188smw-glibc-bootstrap-0/lib -Wl,-dynamic-linker -Wl,/nix/store/srnpqj0vh0hwnkf38fyrvf395y188smw-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/optimize.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-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o tree-mudflap.o i386-c.o glibc-c.o cc1plus-checksum.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.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' failed
make[2]: *** [cc1plus] Error 1
make[2]: Leaving directory '/tmp/nix-build-gcc-cross-boot0-4.8.2.drv-0/build/gcc'
Makefile:3897: recipe for target 'all-gcc' failed
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory '/tmp/nix-build-gcc-cross-boot0-4.8.2.drv-0/build'
Makefile:843: recipe for target 'all' failed
make: *** [all] Error 2
phase `build' failed after 683 seconds
builder for `/nix/store/w9kp65kmz1gjmhj1vb8zd2apd5pyhmc1-gcc-cross-boot0-4.8.2.drv' failed with exit code 1
cannot build derivation `/nix/store/llwwby9glmab442dib1v6pmilpsx8afg-glibc-2.18.drv': 1 dependencies couldn't be built
cannot build derivation `/nix/store/w5y65km8rzbaymnz3s44gniv6vnlhivg-python2-pysqlite-2.6.3a.drv': 1 dependencies couldn't be built
cannot build derivation `/nix/store/3nl916s841ray8vnrh7bqld2baac8ii4-profile.drv': 1 dependencies couldn't be built
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: i686: recipe for target 'cc1plus' failed
2014-02-08 15:03 i686: recipe for target 'cc1plus' failed Nikita Karetnikov
@ 2014-02-08 17:03 ` Ludovic Courtès
2014-02-08 17:41 ` Nikita Karetnikov
0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2014-02-08 17:03 UTC (permalink / raw)
To: Nikita Karetnikov; +Cc: guix-devel
Nikita Karetnikov <nikita@karetnikov.org> skribis:
> Can anyone reproduce this?
This is ‘master’? Apparently Hydra had built it successfully (it has
since been GC’d.)
> g++ -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-rpath=/nix/store/srnpqj0vh0hwnkf38fyrvf395y188smw-glibc-bootstrap-0/lib -Wl,-dynamic-linker -Wl,/nix/store/srnpqj0vh0hwnkf38fyrvf395y188smw-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/optimize.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-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o tree-mudflap.o i386-c.o glibc-c.o cc1plus-checksum.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.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' failed
> make[2]: *** [cc1plus] Error 1
Could it be an ENOMEM showing up above in the log?
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: i686: recipe for target 'cc1plus' failed
2014-02-08 17:03 ` Ludovic Courtès
@ 2014-02-08 17:41 ` Nikita Karetnikov
2014-02-08 22:38 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Nikita Karetnikov @ 2014-02-08 17:41 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 211 bytes --]
> This is ‘master’?
Yes.
> Could it be an ENOMEM showing up above in the log?
ranlib: libbackend.a: No space left on device
It seems I should clean up my disk. How much space does IceCat need?
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: i686: recipe for target 'cc1plus' failed
2014-02-08 17:41 ` Nikita Karetnikov
@ 2014-02-08 22:38 ` Ludovic Courtès
0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2014-02-08 22:38 UTC (permalink / raw)
To: Nikita Karetnikov; +Cc: guix-devel
Nikita Karetnikov <nikita@karetnikov.org> skribis:
>> This is ‘master’?
>
> Yes.
>
>> Could it be an ENOMEM showing up above in the log?
>
> ranlib: libbackend.a: No space left on device
>
> It seems I should clean up my disk.
Yep. :-)
> How much space does IceCat need?
Now that it’s built with -g0, it’s around 400 MiB IIRC (with debugging
symbols it was more around 4 GiB...)
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-02-08 22:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08 15:03 i686: recipe for target 'cc1plus' failed Nikita Karetnikov
2014-02-08 17:03 ` Ludovic Courtès
2014-02-08 17:41 ` Nikita Karetnikov
2014-02-08 22:38 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.