[mythtv] CVS Gentoo ebuild

Rutger Hendriks Loial at home.nl
Tue Jan 25 16:33:52 EST 2005


On Tuesday 25 January 2005 21:21, Isaac Richards wrote:
> On Tuesday 25 January 2005 02:47 pm, Ashley Bostock wrote:
> > Current cvs (25/01/2005) doesnt compile:
>
> Don't use broken ebuilds.  Don't report problems when using broken ebuilds.
>
> Isaac


The ebuild is indeed broken. To get you going here's what you should do:

This error:
make: *** No rule to make target
`../libmythmpeg2/libmythmpeg2-0.16.a', needed by
`libmythtv-0.16.so.0.16.0'.  Stop.

means libmythmpeg2 isn't build yet when libmythtv is compiling, therefore in 
the src_compile() function in the ebuild you should add the line marked with 
a '+' below:

        emake -C libs/libmythsoundtouch || die
+        emake -C libs/libmythmpeg2 || die
        emake -C libs/libmyth || die

this will fix it
Good luck
Rutger


More information about the mythtv-dev mailing list