Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6102 - Parallel builds that fail
Summary: Parallel builds that fail
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-06 13:16 UTC by Richard Reich
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Reich 2002-08-06 13:16:53 UTC
To compile I'm using a dual Athlon MP 1.2Ghz box.  The following builds fail
when I have MAKE="make -jX" where X > 1 in my make.conf file.

groff-1.17.2-r2
grep-2.5-r1
ORBit2-2.4.0-r3
libxml2-2.4.23
libxml-1.8.17-r2
tiff-3.5.7-r1

As I have more time I'll add to the list
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-08-06 18:42:59 UTC
MAKEOPTS="-j2"

is the proper way to do this with portage. Packages that can be built
parallel are built parallel using 'emake' others just use make.

Can you test these again?
Comment 2 Richard Reich 2002-08-07 07:16:17 UTC
This is not a failure of the portage system, this is a failure of me not making
sure I have the right options in make.conf.  I had MAKE="make -j3", I should
have had MAKEOPTS="-j3".  This resolved the issue.  Thank you Nicholas Jones for
pointing this out. I apologise for any time that I have wasted.
Comment 3 Richard Reich 2002-08-09 06:49:24 UTC
Now that I have the correct options in the make.conf file, I've been continuing
compiling software on my machine with -j4.  I've run into this package that does
not compile correctly...

dev-libs/bglibs/bglibs-1.001.ebuild

It buids about 1/2 the time with -j4, other times it builds fine.  With -j1 it
builds correctly all the time.


other issues I've noticed are...
qt-3.0.5 does not compile with gcc 3.1.1
arts-1.0.2-r1 does not compile with gcc 3.1.1
yacc-1.9.1-r1 does not compile with gcc 3.1.1
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2002-08-10 00:38:52 UTC
Fixed bglibs in cvs.
emerge rsync at around 7:20GMT.
Comment 5 Nicholas Jones (RETIRED) gentoo-dev 2002-08-31 04:39:18 UTC
The noted failed build is fixed. Compiler issues are being worked on.