unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 01/01: gnu: glibc: Disable parallel build.
       [not found] ` <E1YOa8F-00039B-7H@vcs.savannah.gnu.org>
@ 2015-02-25 13:32   ` Ludovic Courtès
  2015-02-25 15:46     ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2015-02-25 13:32 UTC (permalink / raw)
  To: Mark H. Weaver; +Cc: guix-devel

"Mark H. Weaver" <mhw@netris.org> skribis:

> commit 232010f89dc6f9fc6f8a1ca5df846048c9eff8ef
> Author: Mark H Weaver <mhw@netris.org>
> 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?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 01/01: gnu: glibc: Disable parallel build.
  2015-02-25 13:32   ` 01/01: gnu: glibc: Disable parallel build Ludovic Courtès
@ 2015-02-25 15:46     ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2015-02-25 15:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

ludo@gnu.org (Ludovic Courtès) writes:

> "Mark H. Weaver" <mhw@netris.org> skribis:
>
>> commit 232010f89dc6f9fc6f8a1ca5df846048c9eff8ef
>> Author: Mark H Weaver <mhw@netris.org>
>> 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 's@^.*\*(\.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-25 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20150219230342.12044.16431@vcs.savannah.gnu.org>
     [not found] ` <E1YOa8F-00039B-7H@vcs.savannah.gnu.org>
2015-02-25 13:32   ` 01/01: gnu: glibc: Disable parallel build Ludovic Courtès
2015-02-25 15:46     ` Mark H Weaver

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).