On 3/24/06, <b class="gmail_sendername">Joel Ostheller</b> <<a href="mailto:j.ostheller@gmail.com">j.ostheller@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="direction: ltr;"><br><div></div><div style="direction: ltr;"><span class="q"><span class="gmail_quote">On 3/23/06, <b class="gmail_sendername">Joe Votour</b> <<a href="mailto:joevph@yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
joevph@yahoo.com</a>> wrote:</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>It's a huge dependency nest.<br><br>The way I did it was to install everything via yum,
<br>and then remove the MythTV RPMs by hand.<br><br>So, something like:<br>yum install mythtv-suite<br>rpm -qa | grep myth > pkgs.txt<br>rpm -e `cat pkgs.txt`<br><br>Then from there, I only had to install a few -devel
<br>
packages (no more than 10, I'm sure) via yum. From<br>there, I had no problems building my own binaries from<br><span id="st" name="st" class="st">SVN</span>.<br><br>-- Joe</blockquote></span></div><div style="direction: ltr;">
<div><br>
yeah thats exactly what I did a year ago with FC3 except with apt-get
instead of yum... I like the idea of running everything from source,
but I am afraid of what that really means....<br>
</div><br></div>
</div><br>_______________________________________________<br>mythtv-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br></blockquote></div><br>If you want to avoid dependency problem, you can use the mythsvn spec file on the Mythtv wiki (<a href="http://www.mythtv.org/wiki/index.php/Mythtv-svn-rpmbuild.spec">
http://www.mythtv.org/wiki/index.php/Mythtv-svn-rpmbuild.spec</a>). Then "rpmbuild -bb Mythtv-svn-rpmbuild.spec" will tell you which devel rpm it needs. <br>Then use "yum localinstall *.rpm" on your fresh mythtv rpms, and it will install all the required dependencies.
<br><br>Mick<br>