Re: [PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.

2017-01-02 Thread David Craven
Hi Manolis, I don't think anyone can argue with that. Thank you for fixing my ignorance of the issue. LGTM. David

Re: [PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.

2017-01-02 Thread Manolis Ragkousis
Sometimes I forget that people can't see what I think in my head :P On 01/02/17 20:25, David Craven wrote: >>(define %libc-object-files-rx "^(crt.*|ld.*|lib(c|m|dl|rt|pthread|nsl|\ >> -util).*\\.so(\\..*)?|lib(machuser|hurduser).so.*|libc(rt|)_nonshared\\.a)$") >> +util).*\\.so(\\..*)?|lib(mac

Re: [PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.

2017-01-02 Thread David Craven
>(define %libc-object-files-rx "^(crt.*|ld.*|lib(c|m|dl|rt|pthread|nsl|\ > -util).*\\.so(\\..*)?|lib(machuser|hurduser).so.*|libc(rt|)_nonshared\\.a)$") > +util).*\\.so(\\..*)?|lib(machuser|hurduser).so.*|(libc(rt|)|libpthread)\ > +_nonshared\\.a)$") Adding libpthread_nonshared.a increases the

[PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.

2017-01-02 Thread manolis837
From: Manolis Ragkousis * guix/build/make-bootstrap.scm (%libc-object-files-rx): Update regexp. --- guix/build/make-bootstrap.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guix/build/make-bootstrap.scm b/guix/build/make-bootstrap.scm index bc4c0e3d5..21c78cc8f 1006