Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 278364

Summary: net-dns/bind-tools-9.6.1 parallel make failure
Product: Gentoo Linux Reporter: Jose daLuz <jdaluz>
Component: New packagesAssignee: Konstantin Arkhipov (RETIRED) <voxus>
Status: RESOLVED REMIND    
Severity: normal CC: 404errorqc, bind+disabled, flameeyes, grobian, jcallen, jer
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log
Output of "paludis --info bind-tools"
emerge --info
Seems to work for the dir above it

Description Jose daLuz 2009-07-20 00:38:49 UTC
Updating bind-tools from 9.6.0_p1 to 9.6.1 the build fails with MAKEOPTS="-j8":

a - unix/stdio.o

a - unix/stdtime.o

a - unix/strerror.o

a - unix/syslog.o

making all in /var/tmp/paludis/net-dns-bind-tools-9.6.1/work/bind-9.6.1/lib/isc/nothreads/include

a - unix/time.o

a - nls/msgcat.o

/usr/bin/ar: nothreads/condition.o: No such file or directory

make[1]: *** [libisc.a] Error 1

make[1]: *** Waiting for unfinished jobs....


With -j1 it builds without any problems.
Comment 1 Jose daLuz 2009-07-20 00:39:16 UTC
Created attachment 198506 [details]
Build log
Comment 2 Jose daLuz 2009-07-20 00:39:54 UTC
Created attachment 198508 [details]
Output of "paludis --info bind-tools"
Comment 3 Sergiy Borodych 2009-07-20 07:06:53 UTC
Created attachment 198540 [details]
emerge --info

I have the similar error
...
a - unix/time.o
a - nls/msgcat.o
a - nothreads/condition.o
/usr/bin/ar: nothreads/mutex.o: No such file or directory
make[1]: *** [libisc.a] Error 1
make[1]: *** Waiting for unfinished jobs....
mutex.c:24: warning: ‘isc__empty’ defined but not used
make[2]: Leaving directory `/var/tmp/portage/net-dns/bind-tools-9.6.1/work/bind-9.6.1/lib/isc/nothreads'
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2009-07-21 23:21:40 UTC
Created attachment 198748 [details, diff]
Seems to work for the dir above it

Needs eautoreconf too.
Comment 5 Jose daLuz 2009-07-21 23:51:40 UTC
The patch resolves the issue for me. Thanks!
Comment 6 404 Error 2009-07-22 11:44:18 UTC
same trouble here:

# MAKEPOPTS="j1" emerge bind-tools

solved the issue.
Comment 7 Christian Ruppert (idl0r) gentoo-dev 2009-07-27 15:39:05 UTC
(In reply to comment #4)
> Created an attachment (id=198748) [edit]
> Seems to work for the dir above it
> 
> Needs eautoreconf too.
> 

Patch applied to bind and bind-tools 9.6.1.
Just as workaround until I have enough time to fix parallel-build for bind.
Thanks guys!