Gentoo Archives: gentoo-dev

From: Karl Trygve Kalleberg <karltk@×××××××.no>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] media-libs/smpeg dependency error
Date: Wed, 26 Sep 2001 14:00:16
Message-Id: 20010926215448.521a00cb.karltk@prosalg.no
In Reply to: [gentoo-dev] media-libs/smpeg dependency error by Morgan Christiansson
1 On Wed, 26 Sep 2001 21:31:29 +0200
2 Morgan Christiansson <morgan.christiansson@×××××.com> wrote:
3
4 > gcc -mcpu=i686 -march=i686 -O3 -pipe -I/usr/include/SDL -D_REENTRANT
5 > -DUSE_MMX -DTHREADED_AUDIO -I/usr/X11R6/include/gtk-1.2
6 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
7 > -I/usr/X11R6/include -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video
8 > -o .libs/glmovie glmovie-tile.o glmovie.o -L/usr/X11R6/lib -lGL -lGLU
9 > .libs/libsmpeg.so -L/usr/lib -lSDL -lpthread -lm -lSDL -lpthread -lm
10 > -lSDL -lpthread -lm -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lm
11 > /usr/i686-pc-linux-gnu/bin/ld: cannot find -lGLU
12 > collect2: ld returned 1 exit status
13 > make[1]: *** [glmovie] Error 1
14 > make[1]: Leaving directory `/var/tmp/portage/smpeg-0.4.3/work/smpeg-0.4.3'
15 > make: *** [all-recursive] Error 1
16 >
17 > !!! ERROR: the make command did not complete successfully.
18 > !!! ("make")
19 > !!! Since this is a critical task, ebuild will be stopped.
20 >
21 > !!! emerge aborting on /usr/portage/media-libs/smpeg/smpeg-0.4.3.ebuild .
22 >
23 > Seems like a missing dependency?
24
25 It needs to depend on mesa-glu, but only if we want GL support.
26
27 Karl T