Gentoo Archives: gentoo-user

From: Steve Dibb <beandog@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Compile error for Mythtv 0.19_p10505.
Date: Sat, 02 Dec 2006 22:51:33
Message-Id: 45720237.2020508@gentoo.org
In Reply to: [gentoo-user] Compile error for Mythtv 0.19_p10505. by Mike Diehl
1 Mike Diehl wrote:
2 > Hi all,
3 >
4 > I'm trying to install the latest version of MythTv and I'm running into a
5 > compile problem.
6 >
7 > this is what I'm trying to compile:
8 >
9 > ============================================
10 > emerge -av mythtv
11 > [ebuild N ] media-tv/mythtv-0.19_p10505 USE="alsa dvb dvd ieee1394 lirc
12 > mmx opengl vorbis xvmc (-altivec) -backendonly -dbox2 -debug -frontendonly
13 > -jack -joystick -lcd" VIDEO_CARDS="i810 via -nvidia" 0 kB
14 > ============================================
15 >
16 > this is the error message that I get:
17 >
18 > ============================================
19 > g++ -o mythtv main.o -L/usr/qt/3/lib -L../../libs/libmyth
20 > -L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec
21 > -L../../libs/libavformat -lmythtv-0.19 -lmythavformat-0.19 -lmythavutil-0.19
22 > -lmythavcodec-0.19 -lmyth-0.19 -lfreetype -lmp3lame -lasound -ldvdnav
23 > -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lXrandr -lGL -lGLU -lqt-mt -lXext
24 > -lX11 -lm -lpthread
25 > ../../libs/libmythtv/libmythtv-0.19.so: undefined reference to
26 > `glXGetVideoSyncSGI'
27 > ../../libs/libmythtv/libmythtv-0.19.so: undefined reference to
28 > `glXWaitVideoSyncSGI'
29 > collect2: ld returned 1 exit status
30 > make[2]: *** [mythtv] Error 1
31 > make[2]: Leaving directory
32 > `/var/tmp/portage/mythtv-0.19_p10505/work/mythtv-0.19/programs/mythtv'
33 > make[1]: *** [sub-mythtv] Error 2
34 > make[1]: Leaving directory
35 > `/var/tmp/portage/mythtv-0.19_p10505/work/mythtv-0.19/programs'
36 > make: *** [sub-programs] Error 2
37 >
38 > !!! ERROR: media-tv/mythtv-0.19_p10505 failed.
39 > Call stack:
40 > ebuild.sh, line 1546: Called dyn_compile
41 > ebuild.sh, line 937: Called src_compile
42 > mythtv-0.19_p10505.ebuild, line 213: Called die
43 >
44 > !!! emake failed
45 > !!! If you need support, post the topmost build error, and the call stack if
46 > relevant.
47 > ============================================
48 >
49 > This system is a fresh install, so I'm at a loss.
50 >
51 > Any help would be appreciated.
52 >
53 > Mike.
54
55 First of all, fix your VIDEO_CARDS settings (why do you have two?). Then, try
56 with -opengl and -xvmc.
57
58 Steve
59 --
60 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Compile error for Mythtv 0.19_p10505. Mike Diehl <mdiehl@××××××××.com>