Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200161 - genkernel-3.4.9_pre9-r1: new variable override logic fails on variables with spaces
Summary: genkernel-3.4.9_pre9-r1: new variable override logic fails on variables with ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-24 08:54 UTC by Robin Johnson
Modified: 2007-11-28 22:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Adds appropriate quoting to fix processing of arguments containing spaces. (genkernel-3.4.9_pre9-args-with-spaces.patch,248 bytes, patch)
2007-11-24 17:29 UTC, John R. Graham
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-11-24 08:54:20 UTC
# genkernel --makeopts='-j6 -l3.5' all
...

*   MAKEOPTS overridden on command line to "-j6 -l3.5".
/usr/share/genkernel/gen_funcs.sh: line 511: -l3.5: command not found
*   KERNEL_MAKE defaulted to "make".
...

Then it uses plain -j6.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2007-11-24 10:46:33 UTC
ACK.  That stinks...
Comment 2 John R. Graham gentoo-dev 2007-11-24 17:29:15 UTC
Created attachment 136899 [details, diff]
Adds appropriate quoting to fix processing of arguments containing spaces.

Ack, indeed.  Deodorized.

- John
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-11-24 20:02:58 UTC
Patch fixes it.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2007-11-24 21:48:30 UTC
John, you are a God among men.  I was actually meaning to discuss this with you, but you've gone and patched it already!  I just added this to SVN.
Comment 5 John R. Graham gentoo-dev 2007-11-27 03:04:49 UTC
Aww, shucks.  :)
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2007-11-28 22:32:09 UTC
This should be done in 3.4.9_pre10 which will be hitting the tree soon.