Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 517484 - gcc-apple-4.2.1_p5666-r1 fails to build with parallel make while bootstrapping
Summary: gcc-apple-4.2.1_p5666-r1 fails to build with parallel make while bootstrapping
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-19 07:26 UTC by iloveosxzfs
Modified: 2015-05-31 10:18 UTC (History)
0 users

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


Attachments
build log (gcc-apple-4.2.1_p5666-r1-buildlog.txt,199.95 KB, text/plain)
2014-07-19 07:27 UTC, iloveosxzfs
Details
emerge info (gcc-apple-4.2.1_p5666-r1-emerge-info.txt,4.00 KB, text/plain)
2014-07-19 07:28 UTC, iloveosxzfs
Details
emerge pqv (gcc-apple-4.2.1_p5666-r1-emerge-pqv.txt,566 bytes, text/plain)
2014-07-19 07:29 UTC, iloveosxzfs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iloveosxzfs 2014-07-19 07:26:52 UTC
Bootstrapping gcc fails unless I do

cd ${EPREFIX}
mkdir -p etc/portage/env
echo 'MAKEOPTS="-j1"' > etc/portage/env/deparallelize
echo '=sys-devel/gcc-apple-4.2.1_p5666-r1::gentoo_prefix deparallelize' >> etc/portage/package.env
Comment 1 iloveosxzfs 2014-07-19 07:27:30 UTC
Created attachment 381024 [details]
build log
Comment 2 iloveosxzfs 2014-07-19 07:28:07 UTC
Created attachment 381026 [details]
emerge info
Comment 3 iloveosxzfs 2014-07-19 07:29:17 UTC
Created attachment 381028 [details]
emerge pqv
Comment 4 Fabian Groffen gentoo-dev 2015-05-31 10:18:18 UTC
I've changed the bootstrap to use clang, and clang only.