https://bugs.kde.org/show_bug.cgi?id=447601
Bug ID: 447601
Summary: ./kdesrc-build --initial-setup does not install Perl
YAML on openSUSE TW
Product: kdesrc-build
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: setup wizard
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
STEPS TO REPRODUCE
1. mkdir -p ~/kde/src && cd ~/kde/src
2. git clone https://invent.kde.org/sdk/kdesrc-build.git && cd kdesrc-build
3. ./kdesrc-build --initial-setup (I said "yes" to updating ~/.bashrc)
4. source ~/.bashrc
5. Attempt to build something, e.g. kdesrc-build neochat
OBSERVED RESULT
kdesrc-build requires some minimal support to operate, including support
from the Perl runtime that kdesrc-build is built upon.
Some mandatory Perl modules are missing, and kdesrc-build cannot operate
without them. Please ensure these modules are installed and available to Perl:
one of (YAML::XS, YAML::PP, YAML::Syck)
kdesrc-build can do this for you on many distros:
Run 'kdesrc-build --initial-setup'
kdesrc-build version is 20.06
EXPECTED RESULT
KDE build script should run and attempt to build NeoChat
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed 20211226
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.2
ADDITIONAL INFORMATION
Easily fixable with sudo zypper in perl-YAML-PP
--
You are receiving this mail because:
You are watching all bug changes.