Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260628 - dev-util/catalyst-2.0.6.903: KeyError 'livecdiso' while command "catalyst -f livecd-stage2_template.spec"
Summary: dev-util/catalyst-2.0.6.903: KeyError 'livecdiso' while command "catalyst -f ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-02-28 15:48 UTC by Georg
Modified: 2009-09-05 04:36 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 Georg 2009-02-28 15:48:31 UTC
In /usr/lib/catalyst/modules/generic_stage_target.py, line number 337:
 if self.settings[self.settings["spec_prefix"]+"iso"].startwith('/'):
is absent '/' in "iso". 
The error was out when I replaced "iso" to "/iso":
if self.settings[self.settings["spec_prefix"]+"/iso"].startwith('/'):


Reproducible: Always
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2009-03-06 03:04:24 UTC
This has already been fixed in git.
Comment 2 Chris Gianelloni 2009-09-04 18:14:33 UTC
Andrew,

Can we close this bug now?  We have newer versions in the tree.