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

Some missing packages for raspberry Pi OS Debian 12 (Bookworm) #66

Closed
jfabernathy opened this issue Feb 10, 2025 · 4 comments
Closed

Some missing packages for raspberry Pi OS Debian 12 (Bookworm) #66

jfabernathy opened this issue Feb 10, 2025 · 4 comments
Assignees
Labels

Comments

@jfabernathy
Copy link

Can you make sure that the following packages are included in ansible for Raspberry Pi OS which is Debian 12 Bookworm:

python3-setuptools
libv4l-dev
cmake
patch
ninja-build
php

@billmeek billmeek self-assigned this Feb 10, 2025
@billmeek billmeek added the bug label Feb 10, 2025
@bennettpeter
Copy link
Member

Actually, these are needed for all build environments.

@jfabernathy
Copy link
Author

Looks like some others as well
libsqlite3-dev and/or sqlite3

billmeek pushed a commit that referenced this issue Feb 15, 2025
Needed sqlite3 and php. Arch doesn't seem to have python3-setuptools
or libv4l-dev (or -devel).

Refs: #66
billmeek pushed a commit that referenced this issue Feb 15, 2025
    Needed libv4l-devel, php and sqlite3.

    Refs: #66
billmeek pushed a commit that referenced this issue Feb 15, 2025
Needed libv4l-devel, php and sqlite3.

Refs: #66
billmeek pushed a commit that referenced this issue Feb 15, 2025
libv4l-devel, libavc1394-devel, libiec61883-devel, dav1d-devel and
python3-setuptools

opensuse/leap fails in docker. gcc8 is too old

Refs: #66
billmeek pushed a commit that referenced this issue Feb 15, 2025
sqlite3, php, libv4l-devel and python3-setuptools

Not tested in Docker.

Refs: #66
@jfabernathy
Copy link
Author

jfabernathy commented Feb 22, 2025

I tested Linux Mint Debian Edition today by build mythtv-light and these packages were also missing:
libsqlite3-dev
python3-pip

I noted that python bindings weren't there so I installed these packages and rebuilt.

A bit of confusion thought. Mythtv-light puts the stuff in /usr and the _versions.py file reflects that but the actual bindings are in /usr/local. It doesn't affect things working though. find_ophans.py works fine.

EDIT: I'm going to create separate issues for these other versions so it can be tracked better

@jfabernathy
Copy link
Author

I'm pretty sure this is resolved

billmeek pushed a commit that referenced this issue Mar 13, 2025
Also, Docker updates.
Venv: add tags, improve comments and failure cases

Fixes: #71
Refs: #66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants