Bug 421653 - "Unknown KDE project" for any attempt to build the system
Summary: "Unknown KDE project" for any attempt to build the system
Status: RESOLVED WORKSFORME
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR major
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-17 00:21 UTC by AK-47
Modified: 2020-10-08 12:46 UTC (History)
1 user (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 AK-47 2020-05-17 00:21:02 UTC
SUMMARY
Following the build guide here: https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source
Attempting to build anything result in an "Unknown KDE Project" failure.

STEPS TO REPRODUCE
1. Follow the above guide to setup kdesrc-build.
2. Run kdesrc-build to attempt to build the modules.

OBSERVED RESULT
"Unknown KDE project: kdesrc-build" (or ktp-common-internals)

$ kdesrc-build plasma-workspace plasma-workspace-wayland plasma-framework plasma-nm plasma-pa plasma-thunderbolt plasma-vault plasma-workspace-wallpapers kdeplasma-addons kwin kwin_wayland kscreen sddm-kcm breeze discover print-manager plasma-sdk kaccounts-integration kaccounts-providers kdeconnect-kde plasma-browser-integration xdg-desktop-portal-kde --include-dependencies
Updating kde-build-metadata (to branch master)
Updating sysadmin-repo-metadata (to branch master)
kdesrc-build encountered an exceptional error condition:
 ========
    Runtime Error: Unknown KDE project: ktp-common-internals
 ========
        Can't continue, so stopping now.

$ kdesrc-build --pretend
kdesrc-build encountered an exceptional error condition:
 ========
    Runtime Error: Unknown KDE project: kdesrc-build
 ========
        Can't continue, so stopping now.

$ kdesrc-build
Updating kde-build-metadata (to branch master)
Updating sysadmin-repo-metadata (to branch master)
kdesrc-build encountered an exceptional error condition:
 ========
    Runtime Error: Unknown KDE project: kdesrc-build
 ========
        Can't continue, so stopping now.

$ kdesrc-build --include-dependencies
Updating kde-build-metadata (to branch master)
Updating sysadmin-repo-metadata (to branch master)
kdesrc-build encountered an exceptional error condition:
 ========
    Runtime Error: Unknown KDE project: kdesrc-build
 ========
        Can't continue, so stopping now.


EXPECTED RESULT
The build should complete successfully.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION
Running Fedora Rawhide.
Comment 1 Mihai Sorin Dobrescu 2020-05-17 09:30:03 UTC
I confirm similar behaviour.
In my case, starting from a clean repo, with cloning https://invent.kde.org/sdk/kdesrc-build, it downloads kde-build-metadata and sysadmin-repo-metadata, creates the log and starts throwing those messages about "Unknown KDE Project", followed by an apparently random project.
Comment 2 Christoph Feck 2020-05-17 11:55:29 UTC
System administrators have just completed migration from cgit to gitlab. Please allow developers a few days to adjust the build scripts to the move.
Comment 3 Mihai Sorin Dobrescu 2020-05-17 16:42:40 UTC
I see new behaviour, after the latest commit:

Runtime Error: git had error exit 128 when verifying master present in repository at kde:sysadmin/kde-build-metadata
Comment 4 Mihai Sorin Dobrescu 2020-05-17 17:07:57 UTC
Pulled again, it started to build. I'll provide feed-back on the result.
Comment 5 Mihai Sorin Dobrescu 2020-05-18 06:02:16 UTC
Hi, works fine now, thank you!
Comment 6 AK-47 2020-10-08 12:46:50 UTC
So far so good.