Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38612 - plib fails to build
Summary: plib fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-18 09:37 UTC by Christoph Brill (egore) (RESIGNED)
Modified: 2004-01-20 10:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Brill (egore) (RESIGNED) 2004-01-18 09:37:02 UTC
bash-2.05b# emerge plib
Calculating dependencies ...done!
>>> emerge (1 of 1) media-libs/plib-1.6.0 to /
>>> md5 src_uri ;-) plib-1.6.0.tar.gz
>>> Unpacking source...
>>> Unpacking plib-1.6.0.tar.gz to /var/tmp/portage/plib-1.6.0/work
>>> Source unpacked.
creating cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
includedir changed to ${prefix}/include/plib libdir is ${exec_prefix}/lib
checking for gcc... gcc
checking whether the C compiler (gcc -O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe ) works... yes
checking whether the C compiler (gcc -O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... g++
checking whether the C++ compiler (g++ -O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe ) works... yes
checking whether the C++ compiler (g++ -O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for a BSD compatible install... /bin/install -c
checking for ranlib... ranlib
checking host system type... i686-pc-linux-gnu
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for glNewList in -lGL... yes
checking for gluLookAt in -lGLU... no
checking for gluLookAt in -lMesaGLU... no
configure: error: could not find working GLU library

!!! ERROR: media-libs/plib-1.6.0 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-01-18 12:53:55 UTC
are you using an ATI or nvidia card, eGore?
Comment 2 Christoph Brill (egore) (RESIGNED) 2004-01-18 14:02:58 UTC
i'm using an ATI Radeon 9700 Pro
Comment 3 Christoph Brill (egore) (RESIGNED) 2004-01-18 14:06:24 UTC
i tried to emerge it on another pc (with a nvidia GeForce 2 GTS) and it works...
Comment 4 Christoph Brill (egore) (RESIGNED) 2004-01-18 14:11:15 UTC
and now i took a third look, on my laptop (using a ATI Radeon 9000 Mobility) ... and i saw that it already was emerged and reemerging works, too :/
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2004-01-18 17:16:09 UTC
if you see it happen again just do:

opengl-update xfree 

and emerge will work.
Comment 6 Christoph Brill (egore) (RESIGNED) 2004-01-19 08:28:50 UTC
this is not the problem, i already tried this :(
Comment 7 Seemant Kulleen (RETIRED) gentoo-dev 2004-01-19 14:44:25 UTC
so are you able to repeat the issue?
Comment 8 Christoph Brill (egore) (RESIGNED) 2004-01-20 10:49:36 UTC
well, after working for some time on my pc i got some errors depending on libstdc++.so.5 i decided to reemerge gcc and glib and glibc. after doing so, emergeing plib works for me. too. Resolving bug.