Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erreur cmake (package) Debian 12 Bookworm ( #7328

Open
mbruel opened this issue May 31, 2024 · 0 comments
Open

erreur cmake (package) Debian 12 Bookworm ( #7328

mbruel opened this issue May 31, 2024 · 0 comments

Comments

@mbruel
Copy link
Contributor

mbruel commented May 31, 2024

System information

Please provide information about your system and the version of Clementine used.

  • Operating System: Debian 12 stable Bookworm
  • Clementine version:

Expected behaviour / actual behaviour

it should cmake then compile...
I've followed the link Compiling from source (Linux)

but it is not up to date I guess...

# apt-get install -y cmake g++ git gettext \
                libglib2.0-dev libdbus-1-dev \
                libboost-dev libprotobuf-dev protobuf-compiler libsqlite3-dev sqlite3 libcrypto++-dev \
                libasound2-dev libpulse-dev libtag1-dev \
                qtbase5-dev qtbase5-dev-tools qtbase5-private-dev \
                libqt5core5a libqt5gui5 libqt5widgets5 libqt5concurrent5 libqt5network5 libqt5sql5 \
                libqt5x11extras5-dev libqt5dbus5 qttools5-dev \
                libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev \
                gstreamer1.0-alsa gstreamer1.0-pulseaudio \
                libgstreamer1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgstreamer-plugins-bad1.0-0 \
                libchromaprint-dev libfftw3-dev libsparsehash-dev libglew-dev \
                libcdio-dev libmtp-dev libgpod-dev libplist-dev libusbmuxd-dev \
                liblastfm5-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libgstreamer-plugins-good1.0-dev
E: Couldn't find any package by glob 'libgstreamer-plugins-good1.0-dev'
E: Couldn't find any package by regex 'libgstreamer-plugins-good1.0-dev'
E: Unable to locate package libgstreamer-plugins-good1.0-0
E: Couldn't find any package by glob 'libgstreamer-plugins-good1.0-0'
E: Couldn't find any package by regex 'libgstreamer-plugins-good1.0-0'

And the cmake error I get doesn't help me much...

/opt/Qt/Tools/CMake/share/cmake-3.23/Modules/FindPkgConfig.cmake:605: error: A required package was not found /opt/Qt/Tools/CMake/share/cmake-3.23/Modules/FindPkgConfig.cmake:827 (_pkg_check_modules_internal) CMakeLists.txt:62 (pkg_check_modules)

I really would like to be able to compile to update my remote control ClemRemote ;)
Apparently I need to update at least protobuf... and check everythin is included in the latest 1.4.0rc1

Thanks in advance for your help.
I'm new to cmake, I'm still using pro files...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant