[mythtv] CVS fails to compile - using Gentoo ebuilds

Ashley Bostock abostock at gmail.com
Tue Jan 11 09:14:07 EST 2005


Thanks that fixed it.


On Tue, 11 Jan 2005 11:07:03 +0100, Petter Gundersen
<pettergundersen at gmail.com> wrote:
> On Tue, 11 Jan 2005 08:35:22 +0000, Ashley Bostock <abostock at gmail.com> wrote:
> > When updating to the latest cvs mythtv fails to compile with the
> > following error:
> >  [...]
> > Lots of  "undefined reference" messages the cause of the problem?
> > I also thought that XvMC support was mainly for nvidia cards, I don't
> > have a nvidia card in this machine and its not in my use variables, so
> > can I safely disable XvMC support and if so how?:
> >
>
> Are you using the ebuild from bugzilla
> (http://bugs.gentoo.org/show_bug.cgi?id=66337) ? It looks to me like
> it has an error. Apply the following patch:
>
> --- mythtv-cvs-0.16.ebuild.orig Tue Jan 11 11:03:09 2005
> +++ mythtv-cvs-0.16.ebuild      Tue Jan 11 11:03:42 2005
> @@ -124,8 +124,7 @@
>
>         # xrandr should always be available with Gentoo X builds
>         if true ; then
> -               sed -e '/#CONFIG += using_xvmc *$/s:#::' \
> -                       -e '/#CONFIG += using_xrandr/s:#::' \
> +               sed -e '/#CONFIG += using_xrandr/s:#::' \
>                         -e '/#DEFINES += USING_XRANDR/s:#::' \
>                         -i 'settings.pro' || die "enable xrandr sed failed"
>         fi
>
> Regards,
> Petter
>


More information about the mythtv-dev mailing list