Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64181 - Catalyst should not return 0 if killed with a SIGINT
Summary: Catalyst should not return 0 if killed with a SIGINT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All All
: High enhancement
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 14:44 UTC by Lluís Batlle i Rossell
Modified: 2004-09-15 15:45 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 Lluís Batlle i Rossell 2004-09-15 14:44:04 UTC
The end of catalyst script should be:
        try:
                build_target(addlargs, targetmap)
        except:
                print "!!! catalyst: could not complete build"
                sys.exit(2)

(2 is a suggestion. I elected '2' by chance.)
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2004-09-15 15:31:15 UTC
this has previously been fixed in cvs :)
Comment 2 Lluís Batlle i Rossell 2004-09-15 15:45:03 UTC
Oh, I can't access to CVS but through viewcvs... I didn't know. :)