Bug 484638 - Fatal error when building System Settings (since a file was erased) and therefore Plasma
Summary: Fatal error when building System Settings (since a file was erased) and there...
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-28 00:15 UTC by Toni Asensi Esteve
Modified: 2024-03-28 03:28 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 Toni Asensi Esteve 2024-03-28 00:15:54 UTC
System Settings can't be built (and therefore Plasma can't be built, at least using kde-builder). This error message is seen: 
    "ninja: error: '/home/user/kde/src/systemsettings/po/sl/docs/systemsettings/index.docbook', needed by 'po/sl/docs/systemsettings/index.cache.bz2', missing and no known rule to make it".

That error happens since that commit was done:
    https://invent.kde.org/plasma/systemsettings/-/commit/c8856e71aeee805630bd3ed2b7e5bb9451d4e04d
which erased the "po/sl/docs/systemsettings/index.docbook" file.

Thanks for all the efforts.
Comment 1 fanzhuyifan 2024-03-28 03:28:55 UTC
Please use the matrix channels (https://community.kde.org/Matrix) or the forum (https://discuss.kde.org/) for support on compiling KDE software.

In this particular case, refreshing the build system might fix things. (With kdesrc-build/kde-builder, pass --refresh-build flag)