https://bugs.kde.org/show_bug.cgi?id=447121
Bug ID: 447121
Summary: Setup of kdesrc-build on openSUSE Leap 15.3 does not
work
Product: kdesrc-build
Version: unspecified
Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
***
I tried to execute the commands on the tutorial
https://community.kde.org/Get_Involved/development#One-time_setup:_your_development_environment
to set up my KDE development environment on my openSUSE Leap 15.3 Linux box.
When running ./kdesrc-build --initial-setup, I receive the error message:
pkgconfig(libattr)' wurde in den Paketnamen nicht gefunden. Fähigkeiten werden
durchsucht. Keine Anbieter von pkgconfig(libattr)' gefunden.
* Ran into an error with the installer!
* You already have a configuration file: ~/.kdesrc-buildrc
* Update your ~/.bashrc? (y/N) N
So it cannot resolve the dependency on libattr. And the tool skips the rest of
the package checks, so I think I am missing some dependencies. It does not
build anything. I tried to find libattr myself, but no chance.
***
STEPS TO REPRODUCE
1. open Konsole and create a root shell
2. execute the steps in the tutorial:
mkdir -p ~/kde/src
cd ~/kde/src/
git clone https://invent.kde.org/sdk/kdesrc-build.git && cd kdesrc-build
./kdesrc-build --initial-setup
OBSERVED RESULT
See error message above in the summary
EXPECTED RESULT
kdesrc-build --initial-setup retrieves / installs all dependencies.
My Linux configuration is standard and all update processes usually work.
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma: openSUSE LEAP 15.3, fully updated.
(available in About System)
KDE Plasma Version: 5.18.6
KDE Frameworks Version: 5.76.0
Qt Version: 5.12.7
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.