Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 135472

Summary: jasper broken: cannot find libGL.la
Product: Gentoo Linux Reporter: Pavel Krizek <krizekp1>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pavel Krizek 2006-06-03 23:53:50 UTC
"emerge jasper" gives following error:
.
.
.
creating jasper
/bin/sh ../../libtool --mode=link x86_64-pc-linux-gnu-gcc  -march=k8 -O2 -pipe -W -Wall -Wno-long-long -Wformat -Wmissing-prototypes -Wstrict-prototypes -pedantic   -o imgcmp  imgcmp.o ../libjasper/libjasper.la -lm  -ljpeg
libtool: link: cannot find the library `/usr/lib64/opengl/xorg-x11/lib/libGL.la'
make[2]: *** [jiv] Error 1
make[2]: *** Waiting for unfinished jobs....
x86_64-pc-linux-gnu-gcc -march=k8 -O2 -pipe -W -Wall -Wno-long-long -Wformat -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/imgcmp imgcmp.o  ../libjasper/.libs/libjasper.so -lm /usr/lib64/libjpeg.so
creating imgcmp
make[2]: Leaving directory `/var/tmp/portage/jasper-1.701.0/work/jasper-1.701.0/src/appl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/jasper-1.701.0/work/jasper-1.701.0/src'
make: *** [all-recursive] Error 1

!!! ERROR: media-libs/jasper-1.701.0 failed.
!!! Function src_compile, Line 34, Exitcode 2
!!! (no error message)


emerge --info

Portage 2.0.54-r2 (default-linux/amd64/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.16-gentoo-r7 x86_64 AMD Turion(tm) 64 Mobile Technology MT-32
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa audiofile avi berkdb bitmap-fonts bzip2 cdr cli crypt cups dri dvd dvdr eds emboss encode esd exif expat fam foomaticdb fortran gdbm gif glut gnome gpm gstreamer gtk gtk2 gtkhtml idn ieee1394 imlib ipv6 isdnlog jpeg lcms lm_sensors lzw lzw-tiff mad mng mozilla mp3 mpeg ncurses nls nptl nvidia opengl pam pcmcia pcre pdflib perl png pppd python quicktime readline reflection sdl session spell spl ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb userlocales xml2 xmms xorg xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-06-04 01:42:02 UTC
Run `ls -l /usr/lib64/opengl/xorg-x11/lib/` please.
Comment 2 Pavel Krizek 2006-06-04 04:21:28 UTC
It doesn't show anything. Directory seems to be empty.


Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2006-06-04 10:32:49 UTC
Looks like you're on a stable system, so you'll still be using xorg-x11-6.x -- you'll have to remerge it. If that doesn't restore files to /usr/lib64/opengl/xorg-x11/lib/ and fix your problem, please reopen.
Comment 4 Pavel Krizek 2006-06-04 23:57:23 UTC
Thanks a lot, now it works. Regards Pavel