Skip to content

RPi install missing dependencies #3391

@BsAtHome

Description

@BsAtHome

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.sh

The 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.10

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions