From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI,NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from janus.prosalg.no ([213.236.139.1] helo=io.adm.prosalg.no) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15mKqu-0001mr-00 for gentoo-dev@cvs.gentoo.org; Wed, 26 Sep 2001 14:00:16 -0600 Received: from b223a.studby.ntnu.no ([129.241.126.223] helo=motvind) by io.adm.prosalg.no with asmtp (Exim 3.33 #1 (Debian)) id 15mKkT-0000OE-00 for ; Wed, 26 Sep 2001 21:53:37 +0200 From: Karl Trygve Kalleberg To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] media-libs/smpeg dependency error Message-Id: <20010926215448.521a00cb.karltk@prosalg.no> In-Reply-To: <3BB22D11.8010504@telia.com> References: <3BB22D11.8010504@telia.com> X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: karltk@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Wed Sep 26 14:01:01 2001 X-Original-Date: Wed, 26 Sep 2001 21:54:48 +0200 X-Archives-Salt: 4ed7048c-2ddb-455a-8514-1803069bac23 X-Archives-Hash: 1712ee777a0e7f11500f18eac3592d70 On Wed, 26 Sep 2001 21:31:29 +0200 Morgan Christiansson wrote: > gcc -mcpu=i686 -march=i686 -O3 -pipe -I/usr/include/SDL -D_REENTRANT > -DUSE_MMX -DTHREADED_AUDIO -I/usr/X11R6/include/gtk-1.2 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include > -I/usr/X11R6/include -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video > -o .libs/glmovie glmovie-tile.o glmovie.o -L/usr/X11R6/lib -lGL -lGLU > .libs/libsmpeg.so -L/usr/lib -lSDL -lpthread -lm -lSDL -lpthread -lm > -lSDL -lpthread -lm -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lm > /usr/i686-pc-linux-gnu/bin/ld: cannot find -lGLU > collect2: ld returned 1 exit status > make[1]: *** [glmovie] Error 1 > make[1]: Leaving directory `/var/tmp/portage/smpeg-0.4.3/work/smpeg-0.4.3' > make: *** [all-recursive] Error 1 > > !!! ERROR: the make command did not complete successfully. > !!! ("make") > !!! Since this is a critical task, ebuild will be stopped. > > !!! emerge aborting on /usr/portage/media-libs/smpeg/smpeg-0.4.3.ebuild . > > Seems like a missing dependency? It needs to depend on mesa-glu, but only if we want GL support. Karl T