Bug 53080 - When user terminates build, a success message is erroneously printed
Summary: When user terminates build, a success message is erroneously printed
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P4 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 05:01 PST by macadder1
Modified: 2024-04-05 03:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description macadder1 2011-01-25 05:01:00 PST
If I Control-C while WebKit is building (as part of a build of Qt), I get the following output, which incorrectly suggests that WebKit built successfully:

^Cmake[3]: *** Deleting file `obj/release/TextResourceDecoder.o'
make[3]: *** [obj/release/TextResourceDecoder.o] Error 255
make[2]: *** [sub-WebCore-make_default-ordered] Interrupt

===========================================================
 WebKit is now built (29m:15s).
 To run QtTestBrowser with this newly-built code, use the
 "WebKitTools/Scripts/run-launcher" script.
===========================================================
make[1]: *** [module-qtwebkit] Interrupt
make: *** [sub-qtwebkit-pri-make_default] Interrupt
Comment 1 Adrian Perez 2024-04-05 03:48:22 PDT
This doesn't work anymore since the switch to CMake, closing.