Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388889 - scons-utils.eclass needs handling of make options --load-average/--load-average=N/-l/-l N/-lN ?
Summary: scons-utils.eclass needs handling of make options --load-average/--load-avera...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-29 21:19 UTC by Sebastian Pipping
Modified: 2011-10-30 12:38 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 Sebastian Pipping gentoo-dev 2011-10-29 21:19:02 UTC
For bug #302688 I would like to switch the Blender ebuilds to use the scons-utils eclass.  While it does seem to handle --jobs and -j, I do not see handling of load average specification.

I am aware of four variations:
 * --load-average
 * --load-average=N
 * -l N
 * -lN

Any chance you could extend the eclass for it?
Comment 1 Sebastian Pipping gentoo-dev 2011-10-29 21:21:31 UTC
(In reply to comment #0)
> I am aware of four variations:
>  * --load-average
>  * --load-average=N
>  * -l N
>  * -lN

Err, five:

 * --load-average
 * --load-average=N
 * -l
 * -l N
 * -lN
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-10-29 21:49:07 UTC
(In reply to comment #0)
> For bug #302688 I would like to switch the Blender ebuilds to use the
> scons-utils eclass.  While it does seem to handle --jobs and -j, I do not see
> handling of load average specification.
> 
> I am aware of four variations:
>  * --load-average
>  * --load-average=N
>  * -l N
>  * -lN
> 
> Any chance you could extend the eclass for it?

Not really. Unless I'm missing something, SCons still doesn't support that, and the eclass should simply strip it. Doesn't it do that?
Comment 3 Sebastian Pipping gentoo-dev 2011-10-30 12:38:36 UTC
(In reply to comment #2)
> Not really. Unless I'm missing something, SCons still doesn't support that, and
> the eclass should simply strip it. Doesn't it do that?

Looks like you're right -- awesome!  However, it seems I found a related bug in the eclass.  Let me open a new bug for that.