Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342633 - dev-libs/apr: Removal of -j1 from emake request
Summary: dev-libs/apr: Removal of -j1 from emake request
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-25 13:19 UTC by Jeff Wood
Modified: 2011-02-18 20:18 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 Jeff Wood 2010-10-25 13:19:21 UTC
ebuild for apr-1.4.2 limits compile threads in ebuild.

Reproducible: Always

Steps to Reproduce:
emerge apr
Actual Results:  
apr ebuild only compiles at -j1

Expected Results:  
expected the ebuild to utilize all available resources to compile. 

I'm sure there are many many other ebuilds out there that do the same, however so far I've also found a comment saying WHY they're using -j1, but the apr ebuild doesn't.

I copied the ebuild over and edited it and it compiled just fine.

I'm sorry if this is petty, I just like having my system run fast, including when it's compiling.  The apr ebuild was taking forever, and as I have distcc and 2 other systems here to help out, the -j1 bugged me.
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2011-02-18 16:40:32 UTC
bug 274246
Comment 2 Jeff Wood 2011-02-18 20:18:09 UTC
(In reply to comment #1)
> bug 274246
> 

Not really applicable, as I don't need -j1 to compile.  

So are you saying it is needed on some systems and not others?