guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 01/01: gnu: glibc: Disable parallel build.


From: Mark H Weaver
Subject: Re: 01/01: gnu: glibc: Disable parallel build.
Date: Wed, 25 Feb 2015 10:46:18 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> "Mark H. Weaver" <address@hidden> skribis:
>
>> commit 232010f89dc6f9fc6f8a1ca5df846048c9eff8ef
>> Author: Mark H Weaver <address@hidden>
>> Date:   Thu Feb 19 18:01:18 2015 -0500
>>
>>     gnu: glibc: Disable parallel build.
>>     
>>     * gnu/packages/base.scm (glibc)[arguments]: Disable parallel build.
>
> [...]
>
>>      `(#:out-of-source? #t
>> +      #:parallel-build? #f ; There's at least one race in the build.
>
> Out of curiosity, which build failure did you observe?  Was it on Hydra?

Yes, it was on Hydra.

  http://hydra.gnu.org/build/261511/nixlog/1/tail-reload

Here's the tail of the log:

--8<---------------cut here---------------start------------->8---
make  subdir=elf -C elf ..=../ subdir_lib
make[2]: Entering directory '/tmp/nix-build-glibc-2.21.drv-0/glibc-2.21/elf'
.././scripts/mkinstalldirs /tmp/nix-build-glibc-2.21.drv-0/build/elf
.././scripts/mkinstalldirs /tmp/nix-build-glibc-2.21.drv-0/build/elf
.././scripts/mkinstalldirs /tmp/nix-build-glibc-2.21.drv-0/build/elf
echo '#define RUNTIME_LINKER 
"/gnu/store/0y19dm5hc2l1gs57bpv6gn4jvvfz81h5-glibc-2.21/lib/ld-linux.so.2"' \
        > /tmp/nix-build-glibc-2.21.drv-0/build/elf/runtime-linker.T
gcc   -shared -Wl,-O1 \
          -nostdlib -nostartfiles \
           
-Wl,-dynamic-linker=/gnu/store/0y19dm5hc2l1gs57bpv6gn4jvvfz81h5-glibc-2.21/lib/ld-linux.so.2
 -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both \
          -Wl,--verbose 2>&1 | \
  sed > /tmp/nix-build-glibc-2.21.drv-0/build/shlib.ldsT \
      -e '/^=========/,/^=========/!d;/^=========/d' \
       -e 's/^.*\.gnu\.hash[    ]*:.*$/  .note.ABI-tag : { *(.note.ABI-tag) } 
&/' -e '/^[       ]*\.hash[       ]*:.*$/{h;d;}' -e '/DATA_SEGMENT_ALIGN/{H;g}' 
 \
      -e 's/^.*\*(\.dynbss).*$/& \
         PROVIDE(__start___libc_freeres_ptrs = .); \
         *(__libc_freeres_ptrs) \
         PROVIDE(__stop___libc_freeres_ptrs = .);/'\
      -e 'address@hidden(\.jcr).*$@& \
         PROVIDE(__start___libc_subfreeres = .);\
         __libc_subfreeres : { *(__libc_subfreeres) }\
         PROVIDE(__stop___libc_subfreeres = .);\
         PROVIDE(__start___libc_atexit = .);\
         __libc_atexit : { *(__libc_atexit) }\
         PROVIDE(__stop___libc_atexit = .);\
         PROVIDE(__start___libc_thread_subfreeres = .);\
         __libc_thread_subfreeres : { *(__libc_thread_subfreeres) }\
         PROVIDE(__stop___libc_thread_subfreeres = .);\
         /DISCARD/ : { *(.gnu.glibc-stub.*) }@'
/gnu/store/w6iclqnsqr7mkbz73gy0s6ygmnlw328p-bash-4.3.33/bin/bash: 
/tmp/nix-build-glibc-2.21.drv-0/build/elf/runtime-linker.T: No such file or 
directory
Makefile:361: recipe for target 
'/tmp/nix-build-glibc-2.21.drv-0/build/elf/runtime-linker.st' failed
make[2]: *** [/tmp/nix-build-glibc-2.21.drv-0/build/elf/runtime-linker.st] 
Error 1
make[2]: *** Waiting for unfinished jobs....
mkdir -p -- /tmp/nix-build-glibc-2.21.drv-0/build/elf
echo '' > /tmp/nix-build-glibc-2.21.drv-0/build/elf/stamp.oST
mv -f /tmp/nix-build-glibc-2.21.drv-0/build/elf/stamp.oST 
/tmp/nix-build-glibc-2.21.drv-0/build/elf/stamp.oS
echo "/gnu/store/0y19dm5hc2l1gs57bpv6gn4jvvfz81h5-glibc-2.21/lib "    \
| gawk -f gen-trusted-dirs.awk > 
/tmp/nix-build-glibc-2.21.drv-0/build/elf/trusted-dirs.T;
echo '#define DL_DST_LIB "lib"' >> 
/tmp/nix-build-glibc-2.21.drv-0/build/elf/trusted-dirs.T
mkdir -p -- /tmp/nix-build-glibc-2.21.drv-0/build/elf
/gnu/store/w6iclqnsqr7mkbz73gy0s6ygmnlw328p-bash-4.3.33/bin/bash 
../scripts/move-if-change 
/tmp/nix-build-glibc-2.21.drv-0/build/elf/trusted-dirs.T 
/tmp/nix-build-glibc-2.21.drv-0/build/elf/trusted-dirs.h
touch /tmp/nix-build-glibc-2.21.drv-0/build/elf/trusted-dirs.st
test -s /tmp/nix-build-glibc-2.21.drv-0/build/shlib.ldsT
mv -f /tmp/nix-build-glibc-2.21.drv-0/build/shlib.ldsT 
/tmp/nix-build-glibc-2.21.drv-0/build/shlib.lds
make[2]: Leaving directory '/tmp/nix-build-glibc-2.21.drv-0/glibc-2.21/elf'
Makefile:213: recipe for target 'elf/subdir_lib' failed
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory '/tmp/nix-build-glibc-2.21.drv-0/glibc-2.21'
Makefile:9: recipe for target 'all' failed
make: *** [all] Error 2
phase `build' failed after 151 seconds
builder for `/gnu/store/r34z3lyzqd8scvkapbqri69in9l9n78f-glibc-2.21.drv' failed 
with exit code 1
@ build-failed /gnu/store/r34z3lyzqd8scvkapbqri69in9l9n78f-glibc-2.21.drv - 1 
builder for `/gnu/store/r34z3lyzqd8scvkapbqri69in9l9n78f-glibc-2.21.drv' failed 
with exit code 1
guix build: error: build failed: build of 
`/gnu/store/r34z3lyzqd8scvkapbqri69in9l9n78f-glibc-2.21.drv' failed
--8<---------------cut here---------------end--------------->8---

      Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]