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

Bug 497840

Summary: sys-devel/binutils-2.23.2 will not emerge
Product: Gentoo Linux Reporter: Andrew Penhorwood <andrew>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: alex_y_xu
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build.log from emerge

Description Andrew Penhorwood 2014-01-11 22:52:59 UTC
Created attachment 367666 [details]
emerge --info

unable to emerge sys-devel/binutils-2.23.2.
Comment 1 Andrew Penhorwood 2014-01-11 22:55:04 UTC
Created attachment 367668 [details]
build.log from emerge
Comment 2 Andrew Penhorwood 2014-01-11 22:57:07 UTC
I was running emerge --update --deep --with-bdeps=y @world and this was one of the items that needed to be emerged.  Other items emerged fine but I am unable to continue pass this package.
Comment 3 Rafał Mużyło 2014-01-11 23:28:05 UTC
> KiB Mem:     1013048 total,    563708 free
> KiB Swap:     524284 total,    393528 free

just a guess, but could it be that '-j6' is a bit too much ?
Comment 4 Alex Xu (Hello71) 2014-01-12 01:43:01 UTC
dmesg output please. (after the emerge is run)
Comment 5 Andrew Penhorwood 2014-01-12 02:52:44 UTC
I changed MAKEOPTS="-j6" to MAKEOPTS="-j1" and the emerge finished.
Comment 6 Rafał Mużyło 2014-01-12 12:50:13 UTC
Well, it's up to you, not portage, to know the limits of your machine (chances are '-j2' would still be fine, but seriously, binutils aren't that resource demanding).