<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 11, 2022 at 3:25 PM James Abernathy <<a href="mailto:jfabernathy@gmail.com">jfabernathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 11, 2022 at 3:03 PM Bill <<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 7/9/22 05:34, James Abernathy wrote:<br>
References to bookworm in the tasks were all changed to Bullseye. Most of<br>
the packages are there, but must have been skipped by missing logic. I did<br>
add a few from your list.<br>
<br>
Try:<br>
<br>
   git pull<br>
   git checkout -b devel/2022 origin/devel/2022<br>
   ./mythtv.yml --limit=localhost --check<br>
<br>
Or remove the --check to actually install packages. I didn't add libp8-platform2 libudfread-dev yet.<br>
<br>
We can go off-list if there are errors and I'll try to fix 'em.<br>
<br>
-- <br>
Bill<br><br></blockquote><div><br></div><div>do you want this tested on Linux Mint Debian Edition 5?, Debian Testing (bookworm), or both?</div><div><br></div><div>Jim A</div></div></div></blockquote><div><br></div><div>On LMDE5 I had some errors.  One thing I was not prepared for was the question, "BECOME password"  I just entered my user password and it continued.<br></div><div><br></div><div>console output below:</div><div><br></div><div>jim@ansible:~/ansible$ git checkout -b devel/2022 origin/devel/2022<br>Branch 'devel/2022' set up to track remote branch 'devel/2022' from 'origin'.<br>Switched to a new branch 'devel/2022'<br>jim@ansible:~/ansible$ ./mythtv.yml --limit=localhost --check<br>BECOME password:<br><br>PLAY [mythtv_hosts] ************************************************************<br><br>TASK [Gathering Facts] *********************************************************<br>[WARNING]: Platform linux on host localhost is using the discovered Python<br>interpreter at /usr/bin/python3.9, but future installation of another Python<br>interpreter could change the meaning of that path. See <a href="https://docs.ansible.com/" target="_blank">https://docs.ansible.com</a><br>/ansible/2.10/reference_appendices/interpreter_discovery.html for more<br>information.<br>ok: [localhost]<br><br>TASK [common : Information used to select which roles/tasks run] ***************<br>ok: [localhost] => {<br>    "msg": [<br>        "Inventory Hostname: localhost",<br>        "Distribution:       Linux Mint",<br>        "Major Version:      5",<br>        "Package Manager:    apt"<br>    ]<br>}<br><br>TASK [mythtv-deb : create a list of deb compilers and build essentials] ********<br>ok: [localhost]<br><br>TASK [mythtv-deb : add mythtv essential build libraries] ***********************<br>ok: [localhost]<br><br>TASK [mythtv-deb : add mythtv extra build libraries] ***************************<br>ok: [localhost]<br>included: /home/jim/ansible/roles/mythtv-deb/tasks/linux_mint.yml for localhost<br><br>TASK [mythtv-deb : add compilers and build essentials 2] ***********************<br>ok: [localhost]<br><br>TASK [mythtv-deb : add mythtv extra build libraries] ***************************<br>ok: [localhost]<br><br>TASK [mythtv-deb : add mythtv mysql client libraries] **************************<br>ok: [localhost]<br><br>TASK [mythtv-deb : add mythtv essential python modules] ************************<br>ok: [localhost]<br><br>TASK [mythtv-deb : add mythtv essential plugin libraries] **********************<br>ok: [localhost]<br><br>TASK [mythtv-deb : add mythtv essential perl modules] **************************<br>ok: [localhost]<br><br>TASK [mythtv-deb : add mythtv essential plugin libraries] **********************<br>ok: [localhost]<br><br>TASK [mythtv-deb : final package list] *****************************************<br>ok: [localhost] => {<br>    "msg": "git,g++,make,build-essential,nasm,automake,libtool,ccache,pkg-config,uuid-dev,libfreetype6-dev,libmp3lame-dev,libxv-dev,libxxf86vm-dev,libxinerama-dev,libxrandr-dev,libxml2-dev,libavahi-compat-libdnssd-dev,libexiv2-dev,libasound2-dev,libegl1-mesa-dev,liblzo2-dev,libhdhomerun-dev,libsamplerate0-dev,libxnvctrl-dev,libzip-dev,libsoundtouch-dev,libva-dev,libdrm-dev,libvdpau-dev,libass-dev,libxvidcore-dev,libx264-dev,libvpx-dev,libbluray-bdj,libavc1394-dev,libiec61883-dev,libpulse-dev,libfftw3-dev,libssl-dev,libsystemd-dev,libgnutls28-dev,libtool-bin,libcec-dev,libcec6,libavc1394-dev,libiec61883-dev,libpulse-dev,libfftw3-dev,libssl-dev,libsystemd-dev,libbluray-dev,libx265-dev,libcrystalhd-dev,default-libmysqlclient-dev,libmariadb-dev,libmariadb-dev-compat,python3-future,python3-html5lib,python3-requests,python3-requests-cache,python3-mysqldb,python3-lxml,python3-oauth,python3-pycurl,python3-simplejson,python3-setuptools,libminizip-dev,libminizip1,libdbi-perl,libdbd-mysql-perl,libnet-upnp-perl,libwww-perl,libio-socket-inet6-perl,libdate-manip-perl,libxml-simple-perl,libxml-xpath-perl,libimage-size-perl,libdatetime-format-iso8601-perl,libsoap-lite-perl,libjson-perl,libvorbis-dev,libflac-dev,libflac++-dev,libtag1-dev,libcdio-dev,libcdio-paranoia-dev"<br>}<br><br>TASK [mythtv-deb : install packages] *******************************************<br>fatal: [localhost]: FAILED! => {"changed": false, "msg": "No package matching 'libcrystalhd-dev' is available"}<br><br>PLAY RECAP *********************************************************************<br>localhost                  : ok=14   changed=0    unreachable=0    failed=1    skipped=5    rescued=0    ignored=0  <br></div></div></div>