Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63382 - catalyst doesnt exit properly after a build failure in the target
Summary: catalyst doesnt exit properly after a build failure in the target
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All All
: High normal
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-08 20:39 UTC by SpanKY
Modified: 2004-09-08 22:08 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 SpanKY gentoo-dev 2004-09-08 20:39:13 UTC
root@uclibc-amd64 1 catalyst # tail -n 4 /usr/bin/catalyst 
        try:
                build_target(addlargs, targetmap)
        except:
                print "!!! catalyst: could not complete build"
root@uclibc-amd64 1 catalyst # 

there really should be a 'sys.exit(3)' at the end of that except clause
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2004-09-08 22:08:10 UTC
fixed in CVS