Bug 469170 - "Runtime Error: Unknown KDE project: plasma"
Summary: "Runtime Error: Unknown KDE project: plasma"
Status: RESOLVED NOT A BUG
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (show other bugs)
Version: Git
Platform: Compiled Sources Linux
: NOR critical
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-30 03:42 UTC by Kyle Devir
Modified: 2023-04-30 13:09 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Devir 2023-04-30 03:42:22 UTC
Output is:

Cloning sysadmin-repo-metadata
kdesrc-build encountered an exceptional error condition:
 ========
    Runtime Error: Unknown KDE project: plasma
 ========
Can't continue, so stopping now.
Comment 1 Kyle Devir 2023-04-30 03:43:05 UTC
I don't know how to force sysadmin-repo-metadata to stick to certain commit to see if that is the real issue, alas.
Comment 2 Kyle Devir 2023-04-30 07:20:23 UTC
I've tried going back to a kdesrc-build commit that I knew worked, as I tag my kdesrc-build builds with a timedate they were built at.

I've tried forcing repo-metadata to stay at a fixed commit instead of updating to latest master, also timing it to commit I knew should have worked.

Thinking that Arch Testing Python might have had involvement, also downgraded to Arch Stable repos.

No change, alas.

My only conclusion thus far is that there is some misconfiguration on KDE's servers that kdesrc-build pulls from.
Comment 3 Nicolas Fella 2023-04-30 10:30:17 UTC
'plasma' is indeed not a project you can build. You can either build specific projects like 'plasma-workspace', 'plasma-desktop' etc, or the 'workspace' meta-project
Comment 4 Kyle Devir 2023-04-30 13:07:56 UTC
(In reply to Nicolas Fella from comment #3)
> 'plasma' is indeed not a project you can build. You can either build
> specific projects like 'plasma-workspace', 'plasma-desktop' etc, or the
> 'workspace' meta-project

So... why the error, then? I'm confused as to why it's even popping up, and I don't know where to look to fix it.

My kdesrc-build config file hasn't changed appreciably since my last successful build, so I'm not sure where to look to fix this.

I'll upload it.
Comment 5 Kyle Devir 2023-04-30 13:09:23 UTC
Sigh, nevermind. This really wasn't a bug, but a typo in my config file.

Not sure how that crept in.

Sorry for wasting your time. :(