STEPS TO REPRODUCE 1. run ./kdesrc-build OBSERVED RESULT [...] Building qca from <module-set at line 34> (126/351) EXPECTED RESULT A module name should be displayed SOFTWARE/OS VERSIONS Linux/KDE Plasma: Ubuntu 19.04 Qt Version: 5.12.2
Git commit 99c87f4922cd994032405cc2a29d4c603e83e210 by Michael Pyne. Committed on 04/07/2019 at 15:51. Pushed by mpyne into branch 'master'. sample-rc: Give the only anon module-set a name. It is optional for module-sets to have names, but it's still a good idea to *have* a name since kdesrc-build will try to provide you information on which module-set a given module is being built from. If no name is present then you'll get an ugly name for the set like "Building qca from <module-set at line 34>". As long as the user doesn't mind that's fine, but our base configuration should set a higher standard. This was the only anonymous module-set in the current base configuration. Thanks to Laurent for the report. FIXED-IN:19.08 M +1 -1 kf5-frameworks-build-include https://invent.kde.org/kde/kdesrc-build/commit/99c87f4922cd994032405cc2a29d4c603e83e210
Thanks *you* for the fix!