Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278364 - net-dns/bind-tools-9.6.1 parallel make failure
Summary: net-dns/bind-tools-9.6.1 parallel make failure
Status: RESOLVED REMIND
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Konstantin Arkhipov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 00:38 UTC by Jose daLuz
Modified: 2009-07-27 15:39 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (net-dns_bind-tools-9.6.1.out,52.06 KB, text/plain)
2009-07-20 00:39 UTC, Jose daLuz
Details
Output of "paludis --info bind-tools" (bind-tools-paludis-info.txt,25.64 KB, text/plain)
2009-07-20 00:39 UTC, Jose daLuz
Details
emerge --info (emerge.info,3.78 KB, text/plain)
2009-07-20 07:06 UTC, Sergiy Borodych
Details
Seems to work for the dir above it (bind-tools-9.6.1-parallel.patch,386 bytes, patch)
2009-07-21 23:21 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!