Bug 409198 - kdesrc-build does not know to which module qca belongs
Summary: kdesrc-build does not know to which module qca belongs
Status: RESOLVED FIXED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: Git
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-26 08:40 UTC by Laurent Bonnaud
Modified: 2019-07-04 15:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 19.08
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Bonnaud 2019-06-26 08:40:52 UTC
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
Comment 1 Michael Pyne 2019-07-04 15:54:49 UTC
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
Comment 2 Laurent Bonnaud 2019-07-04 15:59:08 UTC
Thanks *you* for the fix!