<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 29, 2021 at 5:15 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">I installed mythv v31 on Archlinux using "yay -S mythtv" to get the dependencies mostly installed. After setting up the backend, it's all working normally.  <div><br></div><div>Then I installed and cloned master. The ./configure worked fine.  However, the "sudo make install" had an error. The tail of that console is:</div><div><br></div>running install_egg_info<br>running egg_info<br>writing MythTV.egg-info/PKG-INFO<br>writing dependency_links to MythTV.egg-info/dependency_links.txt<br>writing top-level names to MythTV.egg-info/top_level.txt<br>reading manifest file 'MythTV.egg-info/SOURCES.txt'<br>writing manifest file 'MythTV.egg-info/SOURCES.txt'<br>removing '/usr/lib/python3.10/site-packages/MythTV-32.0._1-py3.10.egg-info' (and everything under it)<br>Copying MythTV.egg-info to /usr/lib/python3.10/site-packages/MythTV-32.0._1-py3.10.egg-info<br>running install_scripts<br><font color="#ff0000">error: cannot copy tree 'build/scripts-3.10': not a directory</font><br>make[1]: *** [Makefile:27: install] Error 1<br>make[1]: Leaving directory '/home/jim/build/mythtv/mythtv/bindings/python'<br>make: *** [Makefile:75: bindings/python_install] Error 2<br>[jim@den-pc mythtv]$ <br><div><br></div><div>The only dependencies I had to install beyond what v31 installed was:</div><div>touchsound and python-setuptools. I must have missed something.</div><div><br></div><div>Jim A</div><br></div></blockquote><div><br></div><div>I don't think that you missed a dependency. Obviously the "MythTV" python package is built. <br></div><div>The  scripts in question are 'mythpython', 'mythwikiscripts' and should be built in a folder under <br></div><div>'mythtv/bindings/python/build/'</div><div>Could you please check the existence of such folder containing the scripts?<br></div><div><br></div><div>Additionally, check the log file of the build: Look for</div><div><br></div><div>running build_scripts<br>creating build/scripts-3.10<br>copying and adjusting scripts/mythpython -> build/scripts-3.10<br>copying and adjusting scripts/mythwikiscripts -> build/scripts-3.10</div><div><br></div><div>Roland<br></div></div></div>