[mythtv-users] V35 install on Archlinux using cmake is missing python modules used in find_orphans.py

James Abernathy jfabernathy at gmail.com
Thu Feb 20 01:16:15 UTC 2025


I've had some success following what I've learned here and by some testing.

For Archlinux the ansible roles are one dependency short. This needs to be
added:

python-pip

So this is what I got to work, including find_orphans.py

1. install dependencies using ansible.
2. Currently, I need to also install python-pip
3. mkdir ~/build
4. cd ~/build
5. git clone https://github.com/mythtv/mythtv.git
6. cd mythtv
7. git checkout fixes/35
8. cmake --preset qt5 -DCMAKE_INSTALL_PREFIX=~/mythtv-output -DMYTH_R
UN_PREFIX=/usr
9. cmake --build build-qt5
10. cd ~/mythtv-output
11. sudo cp -R * /usr
12. Setup backend, mythconverg, etc.

Jim A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20250219/c54c767d/attachment.htm>


More information about the mythtv-users mailing list