Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62436 - Building more of one kernel fails creating live-stage2
Summary: Building more of one kernel fails creating live-stage2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 14:37 UTC by Lluís Batlle i Rossell
Modified: 2004-09-05 21:52 UTC (History)
0 users

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


Attachments
Solves the bug. (livecd_stage2_target.py.diff,367 bytes, patch)
2004-08-31 14:40 UTC, Lluís Batlle i Rossell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lluís Batlle i Rossell 2004-08-31 14:37:48 UTC
There's a misplaced "cmd" call in "build_kernel" case. That is, the indentation is wrong. (IMO).

I'll add a diff for that after adding the bug.
Comment 1 Lluís Batlle i Rossell 2004-08-31 14:40:10 UTC
Created attachment 38623 [details, diff]
Solves the bug.

I think that solves the problem. The building could not continue if there was
more than one kernel configured in the specifications file.
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2004-09-02 00:00:17 UTC
please post your livecd-stage2 specfile
Comment 3 Lluís Batlle i Rossell 2004-09-02 02:52:26 UTC
At that file, there is a 'for' loop which fills an array with information about the kernels to be built.

At the end of that loop, there is a "cmd" call to a runscript which builds the kernels.

Well, that cmd call was IN the 'for' loop.
Now everything works, sure.
Comment 4 John Davis (zhen) (RETIRED) gentoo-dev 2004-09-03 09:51:37 UTC
for archival sakes, what was the error that catalyst gave you (or python for that matter) when it hit this bad section of code?
Comment 5 John Davis (zhen) (RETIRED) gentoo-dev 2004-09-05 21:52:23 UTC
fixed in CVS