Bug 397967

Summary: Fails for two unit
Product: [Developer tools] kdesrc-build Reporter: Anatoly Shipov <anatoly.a.shipov>
Component: project metadataAssignee: Michael Pyne <mpyne>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: build log
config

Description Anatoly Shipov 2018-08-28 05:39:07 UTC
Created attachment 114647 [details]
build log

Opensuse Tumbleweed, kdesrc-build (set up without PIM) fails for two unit.
Comment 1 Anatoly Shipov 2018-08-28 05:39:50 UTC
Created attachment 114648 [details]
config
Comment 2 Michael Pyne 2018-08-30 03:39:57 UTC
kdesrc-build runs the download, configure, compile, install cycle for you. But it doesn't (yet) work with the distribution package manager to install dependencies since not every developer will need to build every possible KDE software repository.

For simon I'd recommend installing the missing dependency. For signon-kwallet-extension it might be worth opening a bug report against signon-kwallet-extension to avoid requiring superuser permissions to install, or to make that a CMake check first, or to run "kdesrc-build signon-kwallet-extension" with superuser permissions.
Comment 3 Anatoly Shipov 2018-08-30 04:41:44 UTC
Thank you.