Gentoo Archives: gentoo-media

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

Replies

Subject Author
Re: [gentoo-media] Compile error for Mythtv 0.19_p10505. Mario Koppensteiner <mario.koppensteiner@×××.at>