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

JACK Error building headless on Raspberry Pi #6221

Open
tedmoore opened this issue Feb 23, 2024 · 0 comments
Open

JACK Error building headless on Raspberry Pi #6221

tedmoore opened this issue Feb 23, 2024 · 0 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@tedmoore
Copy link

Environment

  • SuperCollider version: 13.13.0 (haven't successfully built yet)
  • Operating system:
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"

Steps to reproduce

I'm following the install Installation instructions in this repos README_RASPBERRY_PI.md. I am trying to build headless and am SSHing into the Raspberry Pi. I have installed jack2 per the previous instructions in the document.

When I get to the step to run cmake -DCMAKE_BUILD_TYPE=Release -DSUPERNOVA=OFF -DSC_ED=OFF -DSC_EL=OFF -DSC_VIM=ON -DNATIVE=ON -DSC_IDE=OFF -DNO_X11=ON -DSC_QT=OFF .. I get this error:

-- Checking for module 'jack'
--   Package 'jack', required by 'virtual:world', not found
CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:607 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal)
  server/scsynth/CMakeLists.txt:47 (pkg_check_modules)

The instructions install jack2 and cmake is looking for jack is this the problem.

@tedmoore tedmoore added the bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Projects
None yet
Development

No branches or pull requests

1 participant