-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
2.10-candidatewould be nice to have fixed in 2.10would be nice to have fixed in 2.10
Description
Just did a clean install of the official Raspbian/bookworm on a RPi5 and compiled master from source.
All dependencies were installed using:
$ scripts/travis-install-build-deps.shThe build went fine, but RIP running default axis example config missed several dependencies:
- python3-opengl
- libgl1-mesa-dev
- libglut-dev
- libglut3.12
- python3-gi-cairo
- python3-gi
- python3-cairo
- python3-numpy
- ibblas3
- libgfortran5
- liblapack3
- x11-xserver-utils
(the second indent are the dependencies pulled in)
I can see nearly all dependencies being listed in the debian/control file except (!) the x11-server-utils, which provides in the xset program.
So, how are you supposed to depend-install packages for running and not just building? Secondly, I think package x11-server-utils needs to be added to the dependency list.
Metadata
Metadata
Assignees
Labels
2.10-candidatewould be nice to have fixed in 2.10would be nice to have fixed in 2.10