Bug 308689

Summary: Feature Request: Have a flag to display which modules failed to build/install on last run
Product: [Developer tools] kdesrc-build Reporter: Michael Pyne <mpyne>
Component: generalAssignee: Michael Pyne <mpyne>
Status: RESOLVED MOVED    
Severity: wishlist CC: ashark, debian, kde
Priority: NOR    
Version First Reported In: Git   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.