Bug 308689 - Feature Request: Have a flag to display which modules failed to build/install on last run
Summary: Feature Request: Have a flag to display which modules failed to build/install...
Status: RESOLVED MOVED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (show other bugs)
Version: Git
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-20 03:07 UTC by Michael Pyne
Modified: 2024-05-07 08:17 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Pyne 2012-10-20 03:07:59 UTC
The subject line says it all really. Mentioned by Sune Vuorela on IRC so I'm recording it here so I can avoid forgetting it.

Suggested command line flag: --list-all-failed-builds

Workaround for now (assuming persistent data kept in ~/.kdesrc-build-data):

$ perl -0777 -E 'my $vars = eval <>; while(my ($k, $v) = each (%$vars)) { say "$k" if $v->{"failure-count"} > 0 }' < ~/.kdesrc-build-data

(the -0777 forces the <> operator to read the whole input in at once).
Comment 1 Andrew Shark 2024-03-06 10:14:18 UTC
Move to https://invent.kde.org/sdk/kde-builder/-/issues/73
Comment 2 Sune Vuorela 2024-03-06 10:17:19 UTC
this is a bug report on kdesrc-build, not kde-builder.