Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185971 - sys-devel/gcc-4.1.2 fails to install with -j3 makeflags
Summary: sys-devel/gcc-4.1.2 fails to install with -j3 makeflags
Status: RESOLVED DUPLICATE of bug 168662
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-20 11:11 UTC by Christian Schmidt
Modified: 2007-07-20 11:15 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 Christian Schmidt 2007-07-20 11:11:07 UTC
sys-devel/gcc-4.1.2 fails to install with -j3 makeflags on my core 2 duo laptop. I did not experience this on any other (SMP|multicore) PC of mine; it is 100% reproducible here though.

Reproducible: Always

Steps to Reproduce:
1. set MAKEFLAGS="-j3" in /etc/make.conf
2. unpack stage3; sync
3. emerge -u system

Actual Results:  
/usr/bin/install: cannot create regular file `/var/tmp/portage/sys-devel/gcc-4.1.2/image//usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/./ext/pb_assoc/./detail/value_type_adapter/invalidation_guarantee_selector.hpp': No such file or directory
/usr/bin/install: cannot create regular file `/var/tmp/portage/sys-devel/gcc-4.1.2/image//usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/./ext/pb_assoc/./detail/value_type_adapter/erase_fn_imps.hpp': No such file or directory
/usr/bin/install: cannot create regular file `/var/tmp/portage/sys-devel/gcc-4.1.2/image//usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/./ext/pb_assoc/./detail/value_type_adapter/iterator.hpp': No such file or directory
[... many more deleted...]
make: *** [install] Error 2


Expected Results:  
Successful update of gcc.

Works perfectly with -j1 in /etc/make.conf's MAKEFLAGS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-20 11:15:12 UTC

*** This bug has been marked as a duplicate of bug 168662 ***