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

Bug 277695

Summary: gmp-4.3.1 is not parallel safe on OSX w/ alt-prefix
Product: Gentoo/Alt Reporter: Allen Parker <infowolfe>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED INVALID    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: All   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gmp-4.3.1 build log

Description Allen Parker 2009-07-13 18:55:42 UTC
/Users/infowolfe/Gentoo/usr/bin/i686-apple-darwin9-as: can't fork a new process to execute: /Users/infowolfe/Gentoo/usr/lib/binutils/i686-apple-darwin9/3.1.2/i386/as (Resource temporarily unavailable)
/Users/infowolfe/Gentoo/usr/bin/i686-apple-darwin9-as: can't fork a new process to execute: /Users/infowolfe/Gentoo/usr/lib/binutils/i686-apple-darwin9/3.1.2/i386/as (Resource temporarily unavailable)
Comment 1 Allen Parker 2009-07-13 18:57:13 UTC
Created attachment 197821 [details]
gmp-4.3.1 build log

Attached is gmp-4.3.1 build log, built with MAKEOPTS=-j16
Comment 2 Fabian Groffen gentoo-dev 2009-07-16 20:16:43 UTC
This doesn't look like a parallel-safe issue at all to me, but an exhaustment of your OS, which is not so weird with -j16 on a dual core system?

(Resource temporarily unavailable)  clearly indicates your OS is protecting itself from going down under the pressure of a fork-bomb.

I haven't found any issues with it myself, using -j5, so I'll close this bug as invalid.