tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.95k stars 244 forks source link

Janus is missing dependencies on Raspberry Pi OS Bookworm #1676

Open cghague opened 8 months ago

cghague commented 8 months ago

Related https://github.com/tiny-pilot/tinypilot/issues/1668

Our Janus package fails to install on Raspberry Pi OS Bookworm with the following error message:

The following packages have unmet dependencies:
 janus : Depends: libduktape205 (>= 2.0.3) but it is not installable
         Depends: libusrsctp1 (>= 0.9.3.0+20190901) but it is not installable
         Depends: libwebsockets16 (>= 4.0.19) but it is not installable

We should update our build to work with the versions available in Bookworm, which appear to be:

We might alternatively want to consider using the version of Janus that is included with Raspberry Pi OS Bookworm rather than using our own.