all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: 01/01: gnu: glibc: Disable parallel build.
Date: Wed, 25 Feb 2015 10:46:18 -0500	[thread overview]
Message-ID: <87mw42dmet.fsf@netris.org> (raw)
In-Reply-To: <87385u15id.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 25 Feb 2015 14:32:10 +0100")

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

      reply	other threads:[~2015-02-25 15:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mw42dmet.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.