Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102426 - dev-libs/icu-3.2 fails if MAKEOPTS != "-j1"
Summary: dev-libs/icu-3.2 fails if MAKEOPTS != "-j1"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Briesenick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-13 13:50 UTC by Stefan Briesenick (RETIRED)
Modified: 2007-08-08 22:09 UTC (History)
1 user (show)

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 Stefan Briesenick (RETIRED) gentoo-dev 2005-08-13 13:50:00 UTC
emergeing dev-libs/icu-3.2 failed on 3 of my machines with some job-server 
errors. After setting MAKEOPTS="-j1" it worked. 
 
Looks like some broken Makefile dependencies. 
 
So please set either MAKEOPTS="-j1" or use "make" instead of "emake" in the 
ebuild. This solves the problem. 
 
thanks. 
 

Reproducible: Always
Steps to Reproduce:
Comment 1 Walter Ray-Dulany 2005-09-03 11:52:56 UTC
(In reply to comment #0)
> emergeing dev-libs/icu-3.2 failed on 3 of my machines with some job-server 
> errors. After setting MAKEOPTS="-j1" it worked. 
>  
> Looks like some broken Makefile dependencies. 
>  
> So please set either MAKEOPTS="-j1" or use "make" instead of "emake" in the 
> ebuild. This solves the problem. 
>  
> thanks. 
>  
> 
> Reproducible: Always
> Steps to Reproduce:
emerging app-shells/bash-3.0-r12 failed on my machine (within an "emerge
--update --deep --newuse world") and on the machine of the gentleman posting
here:
http://forums.gentoo.org/viewtopic-t-375303-highlight-error+appshells+bash3+0r12.html
Changing to "MAKEOPTS=-j1" allows the emerge to succeed.
Comment 2 Stefan Briesenick (RETIRED) gentoo-dev 2005-09-03 12:46:40 UTC
fixed dev-libs/icu-3.2 ebuild is in CVS now. 
 
Comment 3 Stefan Briesenick (RETIRED) gentoo-dev 2005-09-03 12:50:14 UTC
app-shells/bash-3.0-r12 also fixed in CVS. 
 
Comment 4 Paul Taylor 2007-08-07 09:14:14 UTC
The bug has reappeared in the app-shells/bash-3.2_p17-r1 ebuild.
Comment 5 Jeffrey Gardner (RETIRED) gentoo-dev 2007-08-07 20:09:12 UTC
+       emake -j1 || die "make failed"  # see bug 102426

Comment 6 Jeffrey Gardner (RETIRED) gentoo-dev 2007-08-07 20:10:38 UTC
whoops! ^^^^^^^ that's for:
app-shells/bash-3.2_p17-r1:
Comment 7 SpanKY gentoo-dev 2007-08-08 22:09:35 UTC
(1) not a toolchain bug
(2) this bug is not about bash at all, only icu
(3) if bash is a problem for you, open a real bug with real information