<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 20, 2023 at 8:49 AM James Linder <<a href="mailto:jam@tigger.ws">jam@tigger.ws</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">[snip]<br>
<br>
> > > > When I build on Endeavour OS I don't use ansible because I could not get it to work.  I just built a script with the dependencies from the PKGBUILD file in AUR.<br>
> > > > <br>
> > > > sudo pacman -S --needed python-pip exiv2 fftw jack lame libass libavc1394 \ libbluray libiec61883 libpulse libsamplerate libva libvdpau libvpx \ libxinerama libxml2 libxrandr qt5-script taglib x264 x265 \ soundtouch git base-devel help2man libcdio libcec libmariadbclient \ libxml2 lirc perl-dbd-mysql perl-io-socket-inet6 perl-libwww \ perl-xml-simple perl-xml-xpath python-future python-lxml \ python-mysqlclient python-requests python-simplejson yasm glew \ mariadb mariadb-clients perl-dbd-mysql perl-io-socket-inet6 libzip python-pyqt5-webengine lzo yay -S libhdhomerun yay -S perl-net-upnp yay -S python-timeout-decorator  <br>
> > > > yay -S python-requests-cache <br>
> > > > <br>
> > > > See  <a href="https://forum.mythtv.org/viewtopic.php?f=46&t=5000" rel="noreferrer" target="_blank">https://forum.mythtv.org/viewtopic.php?f=46&t=5000</a>  Caution read all the way through as there have been edits to fix stuff<br>
> <br>
> > > ___________________________________<br>
> > > <br>
> > > I just did it this morning in an x86 VM. I did not use ansible. I did use my script. No patches needed. I ran yay -S mythtv-git --editmenu so I could change from v33 to Master and it worked great.<br>
<br>
I did <br>
a) install endeverOS cassini R3<br>
b) exactly run your script<br>
<br>
No cigar!<br>
<br>
[jam@seagull mythtv]$ ./configure<br>
nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.<br>
<br>
So I installled yasm<br>
<br>
[jam@seagull mythtv]$ ./configure<br>
Error! QtScript headers not found<br>
<br>
If you think configure made a mistake, make sure that you are using the latest<br>
version of MythTV from git.  If the latest version fails, report the problem to the<br>
<a href="mailto:mythtv-dev@mythtv.org" target="_blank">mythtv-dev@mythtv.org</a> mailing list or IRC #mythtv on irc.libera.chat<br>
Include the log file "config.ep" produced by configure as this will help<br>
solve the problem.<br>
<br>
I don’t understand. Let me play a bit<br>
James<br></blockquote><div><br></div><div>Maybe you are following the build from source instructions instead of the build from AUR.  build from source doesn't work anymore due to the PEP668 requirements about installing python3 programs.  I don't understand it but can work with the packages which is what the powers that be want us to do anyway.</div><div><br></div><div>I just redid a VM this morning with EOS and mythtv v34-master using the web app to configure and it works,  I used an 8 core ryzen so it is fast enough to even run the frontend in a VM and play live tv.</div><div><br></div><div>BTW, the system I run the VM on has a bridge installed and configured so I can create VMs on the same subnet as  my local network with the tuners.</div><div><br></div><div>So I installed EOS KDE Plasma standard, </div><div><br></div><div>On first boot I disabled firewalld.service.  I installed mariadb per the Archlinux wiki.  I did NOT install any dependencies, that is done by yay</div><div><br></div><div>So I just did:</div><div>yay -S mythtv-git --editmenu</div><div><br></div><div>The only change was to the source statement for location of master instead of v33</div><div><span style="color:rgb(46,139,87);font-family:Monaco,"Andale Mono","Courier New",Courier,monospace;font-size:11.7px;white-space:pre">    "git+<a href="https://github.com/MythTV/mythtv#branch=master">https://github.com/MythTV/mythtv#branch=master</a>"</span></div><div><br></div><div>save exit.  Then it's mostly hitting enter and typing sudo {password} </div><div><br></div><div>I'm going to create a forum topic outlining EOS Linux and v34 under the Linux topic for x86_64 systems to avoid the RPI confusion.</div><div><br></div><div>JIm A<br><br></div></div></div>