Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35738 - perl doesn't compile with -jX with X > 1
Summary: perl doesn't compile with -jX with X > 1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-13 09:41 UTC by Gerhard Gruber
Modified: 2004-01-26 10:54 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 Gerhard Gruber 2003-12-13 09:41:05 UTC
On the website documentation for installing gentoo it is mentioned that one should set -j2 to speed up the make process.
The problem is that when I run the installation I noticed a big warning message from perl telling me that parallel compiling only works when you also use USE=thread (or was it threaded?) as well. Consequently the build failed and I had to start over again. At the second time I set it to -j1 and then it worked without any problems.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Robert Coie (RETIRED) gentoo-dev 2004-01-26 10:54:14 UTC
The perl ebuilds force -j1 now.