Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131502 - Code error in Catalyst 2.0 rc44
Summary: Code error in Catalyst 2.0 rc44
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 13:06 UTC by Alex Unigovsky
Modified: 2006-05-01 12:49 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 Alex Unigovsky 2006-04-27 13:06:59 UTC
Typo in /usr/lib/catalyst2/modules/catalyst_support.py
In function 'read_makeconf', line 639.

The string:

raise CatalystError, "Could not open make.conf file "+myspecfile

must be changed to:

raise CatalystError, "Could not open make.conf file "+mymakeconffile
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-05-01 12:49:04 UTC
Fixed in 2.0_rc45 now in portage.  Thanks for the bug report.