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
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to