https://bugs.kde.org/show_bug.cgi?id=463414
Bug ID: 463414
Summary: kdesrc-build cloned from git fails to run due to
missing experimental.pm
Classification: Developer tools
Product: kdesrc-build
Version: Git
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
kdesrc-build failed to run
STEPS TO REPRODUCE
1. clone from git and configure using instructions at
https://kate-editor.org/build-it/
(also attempted kdesrc-build-setup configuration with the same result)
2. execute command:
kdesrc-build --include-dependencies kate
OBSERVED RESULT
Couldn't load the base platform for kdesrc-build!
Can't locate experimental.pm in @INC (you may need to install the experimental
module) (@INC contains: /usr/local/lib64/perl5/5.36 /usr/local/share/perl5/5.36
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5 /home/gamer/project/kde/src/kdesrc-build/modules) at
/home/gamer/project/kde/src/kdesrc-build/modules/ksb/Util/LoggedSubprocess.pm
line 56.
BEGIN failed--compilation aborted at
/home/gamer/project/kde/src/kdesrc-build/modules/ksb/Util/LoggedSubprocess.pm
line 56.
Compilation failed in require at
/home/gamer/project/kde/src/kdesrc-build/modules/ksb/Updater/Git.pm line 15.
BEGIN failed--compilation aborted at
/home/gamer/project/kde/src/kdesrc-build/modules/ksb/Updater/Git.pm line 15.
Compilation failed in require at
/home/gamer/project/kde/src/kdesrc-build/modules/ksb/Module.pm line 35.
BEGIN failed--compilation aborted at
/home/gamer/project/kde/src/kdesrc-build/modules/ksb/Module.pm line 35.
Compilation failed in require at /usr/share/perl5/vendor_perl/parent.pm line
16.
BEGIN failed--compilation aborted at
/home/gamer/project/kde/src/kdesrc-build/modules/ksb/BuildContext.pm line 52.
Compilation failed in require at
/home/gamer/project/kde/src/kdesrc-build/modules/ksb/Application.pm line 26.
BEGIN failed--compilation aborted at
/home/gamer/project/kde/src/kdesrc-build/modules/ksb/Application.pm line 26.
Compilation failed in require at
/home/gamer/project/kde/src/kdesrc-build/kdesrc-build line 121.
You could:
File a bug https://bugs.kde.org/enter_bug.cgi?product=kdesrc-build
Ask for help on irc.libera.chat in the #kde channel
EXPECTED RESULT
cloning and compiling source code for Kate and dependencies
SOFTWARE/OS VERSIONS
Linux: Fedora 37 (KDE Plasma)
Git Version: 2.38.1
ADDITIONAL INFORMATION
I was able to work around this by commenting out line 56 in
kdesrc-build/modules/ksb/Util/LoggedSubprocess.pm
"use experimental 'signatures';
--
You are receiving this mail because:
You are watching all bug changes.