Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 517484

Summary: gcc-apple-4.2.1_p5666-r1 fails to build with parallel make while bootstrapping
Product: Gentoo/Alt Reporter: iloveosxzfs
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
emerge info
emerge pqv

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.