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

Bug 271479

Summary: media-gfx/blender-2.46 failes to build with MAKEOPTS including -l16
Product: Gentoo Linux Reporter: Mark Purtill <gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Log file for run with -l16
Log file for run with --load-average=9

Description Mark Purtill 2009-05-28 01:34:57 UTC
The error message is:

scons: *** Do not know how to make target `6'.  Stop.
scons: building terminated because of errors.

Changing MAKEOPTS to include -l9 allows the emerge to succeed.  I believe the problem is the line "scons ${MAKEOPTS/-l[0-9]} ...", which will not have the desired effect if the argument to -l has more than one digit---it leaves the second digit in MAKEOPTS, which in my case leaves a '6' on the command line, resulting in the error.  A similar error occurs if MAKEOPTS includes -l2.5, and I get different error using --load-average=9.

The error message asks for me to include the file /var/tmp/portage/media-gfx/blender-2.48a-r3/work/blender-2.48a/scons.config, but that file doesn't seem to exist.  I will attach the complete build log.

# emerge --info
Comment 1 Mark Purtill 2009-05-28 01:35:34 UTC
Created attachment 192662 [details]
Log file for run with -l16
Comment 2 Mark Purtill 2009-05-28 01:36:42 UTC
Created attachment 192664 [details]
Log file for run with --load-average=9
Comment 3 Mark Purtill 2009-05-28 01:44:15 UTC
On closer inspection, this is a duplicate of bug #190049, which is marked as WONTFIX.  

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