When installing Adobe (not using the cache) the build of gcc 3.3.6 fails with the following error:

/tmp/nix-22230-5/build/gcc/xgcc -B/tmp/nix-22230-5/build/gcc/ -B/nix/store/dk9qx2dbqqwrwbrkqvr8bbimbms5vwj6-gcc-3.3.6/i686-pc-linux-gnu/bin/ -B/nix/store/dk9qx2dbqqwrwbrkqvr8bbimbms5vwj6-gcc-3.3.6/i686-pc-linux-gnu/lib/ -isystem /nix/store/dk9qx2dbqqwrwbrkqvr8bbimbms5vwj6-gcc-3.3.6/i686-pc-linux-gnu/include -Wl,-s -B/nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/lib -isystem /nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/include -L/nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/lib -Wl,-dynamic-linker -Wl,/nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/lib/ld-linux.so.2 -c -DHAVE_CONFIG_H -O2 -g -O2 -Wl,-s -B/nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/lib -isystem /nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/include -L/nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/lib -Wl,-dynamic-linker -Wl,/nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/lib/ld-linux.so.2 -Wl,-s -B/nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/lib -isystem /nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/include -L/nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/lib -Wl,-dynamic-linker -Wl,/nix/store/1mgfgy3ga4m9z60747s0yzxl0g6w5kxz-glibc-2.3.6/lib/ld-linux.so.2 -I. -I../../../gcc-3.3.6/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.6/libiberty/fibheap.c -o fibheap.o
../../../gcc-3.3.6/libiberty/fibheap.c: In function fibheap_union: ../../../gcc-3.3.6/libiberty/fibheap.c:166: warning: implicit declaration of functionfree
../../../gcc-3.3.6/libiberty/fibheap.c:171: warning: function free was previously declared within a block ../../../gcc-3.3.6/libiberty/fibheap.c:187: warning: functionfree was previously declared within a block
../../../gcc-3.3.6/libiberty/fibheap.c: In function fibheap_extract_min: ../../../gcc-3.3.6/libiberty/fibheap.c:206: warning: functionfree was previously declared within a block
../../../gcc-3.3.6/libiberty/fibheap.c: In function fibheap_delete_node: ../../../gcc-3.3.6/libiberty/fibheap.c:285: error:LONG_MIN undeclared (first use in this function)
../../../gcc-3.3.6/libiberty/fibheap.c:285: error: (Each undeclared identifier is reported only once
../../../gcc-3.3.6/libiberty/fibheap.c:285: error: for each function it appears in.)
../../../gcc-3.3.6/libiberty/fibheap.c: In function fibheap_delete: ../../../gcc-3.3.6/libiberty/fibheap.c:297: warning: functionfree was previously declared within a block
../../../gcc-3.3.6/libiberty/fibheap.c: In function fibheap_consolidate: ../../../gcc-3.3.6/libiberty/fibheap.c:395: warning: implicit declaration of functionmemset
make[2]: *** [fibheap.o] Error 1
make[2]: Leaving directory /tmp/nix-22230-5/build/i686-pc-linux-gnu/libiberty make[1]: *** [all-target-libiberty] Error 2 make[1]: Leaving directory/tmp/nix-22230-5/build
make: *** [bootstrap] Error 2
builder for /nix/store/24mpg95vx6xcsikzpy653wkgvr1x3j7d-gcc-3.3.6.drv failed; keeping build directory/tmp/nix-22230-5
builder for /nix/store/24mpg95vx6xcsikzpy653wkgvr1x3j7d-gcc-3.3.6.drv failed with exit code 1 cannot build derivation/nix/store/9bjb13d9h3l00fsclw3s9vlvq0c5asvy-acrobat-reader-7.0.1.drv: 1 inputs could not be realised
error: build of `/nix/store/9bjb13d9h3l00fsclw3s9vlvq0c5asvy-acrobat-reader-7.0.1.drv failed

The compiler that was used to build this is gcc-3.4.5.

Submitted on 26 January 2006 at 16:57

Log in to post comments