<br><br><div class="gmail_quote">On Thu, Mar 13, 2008 at 6:29 PM, Monkey Pet <<a href="mailto:monkeypet@gmail.com">monkeypet@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I was able to compile and produce the deb packages for xebian 1.1.3<br>
(debian sarge), however, when I run the frontend, it seg faults on me.<br>
More debugging is going to be needed, sigh.<br>
<br>
Here are breadcrumbs for people to try (in case I can't get to it):<br>
1. Setting up xebian to run in vmware: <a href="http://www.xbox-linux.org/wiki/Vmware" target="_blank">http://www.xbox-linux.org/wiki/Vmware</a><br>
2. debian pkg'ing subdir for compiling:<br>
<a href="http://yoeu.net/%7Efa/mythtv-0.21.20080313-001.experimental.debian.tar.gz" target="_blank">http://yoeu.net/~fa/mythtv-0.21.20080313-001.experimental.debian.tar.gz</a><br>
3. Grab the mythtv-0.21 sources; untar.<br>
4. Untar the tarball above inside of .../mythtv-0.21, so you should<br>
have .../mythtv-0.21/debian. NOTE, this is experimental and as I<br>
stated above doesn't seem to work, it is here for people to help me<br>
debug.<br>
5. cd mythtv-0.21<br>
6. debian/rules binary<br>
<br>
That should start the build process and out will pop the deb packages.<br>
Good luck. On a side note, I tried the etch mythtv-0.21 deb source<br>
packages, but ran into dependency hell since I want to stay mostly on<br>
sarge.<br>
<div></div></blockquote><div><br>Ok i was trying this, and well maybe you can help me out. I followed the steps, but im getting this error:<br><br>Writing /usr/local/lib/perl/5.8.8/auto/MythTV/.packlist<br>make[4]: Leaving directory `/usr/local/src/mythtv-0.21/bindings/perl'<br>
make[3]: Leaving directory `/usr/local/src/mythtv-0.21/bindings/perl'<br>( [ -d python ] && cd python ; /usr/bin/make -f Makefile install; ) || true<br>make[3]: Entering directory `/usr/local/src/mythtv-0.21/bindings/python'<br>
-o python -L/usr/share/qt3/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm -lpthread<br>python setup.py install --root="/usr/local/src/mythtv-0.21/debian/mythtv"<br>running install<br>error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory)<br>
make[3]: *** [install] Error 1<br>make[3]: Leaving directory `/usr/local/src/mythtv-0.21/bindings/python'<br>make[2]: Leaving directory `/usr/local/src/mythtv-0.21/bindings'<br>( [ -d config ] && cd config ; /usr/bin/make -f Makefile install; ) || true<br>
make[2]: Entering directory `/usr/local/src/mythtv-0.21/config'<br>make[2]: `install' is up to date.<br>make[2]: Leaving directory `/usr/local/src/mythtv-0.21/config'<br>make[1]: Leaving directory `/usr/local/src/mythtv-0.21'<br>
install -d debian/mythtv/usr/share/mythtv/sql<br>install -m 644 database/*.sql debian/mythtv/usr/share/mythtv/sql<br>dh_strip -pmythtv --tmpdir=debian/mythtv<br>rm -f debian/mythtv/usr/share/mythtv/FreeSans.ttf debian/mythtv/usr/share/mythtv/FreeMono.ttf<br>
dh_link -pmythtv-common usr/share/fonts/truetype/freefont/FreeSans.ttf usr/share/mythtv/FreeSans.ttf<br>dh_link -pmythtv-common usr/share/fonts/truetype/freefont/FreeMono.ttf usr/share/mythtv/FreeMono.ttf<br>dh_install --sourcedir=debian/mythtv -pmythtv-backend usr/share/mythtv/setup.xml<br>
cp: cannot stat `debian/mythtv//usr/share/mythtv/setup.xml': No such file or directory<br>dh_install: command returned error code 256<br>make: *** [install] Error 1<br>xebian:/usr/local/src/mythtv-0.21# <br><br><br>
I dont know if the python error is related to why is stopped at the end. <br></div></div><br>