Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140969 - when emerging xscreensaver, jasper 1.7 ebuild doesnt compile due to errors.
Summary: when emerging xscreensaver, jasper 1.7 ebuild doesnt compile due to errors.
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-18 14:55 UTC by codyzapp
Modified: 2006-07-19 10:01 UTC (History)
0 users

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 codyzapp 2006-07-18 14:55:48 UTC
creating jasper
/bin/sh ../../libtool --mode=link i386-pc-linux-gnu-gcc  -O2 -march=athlon-xp -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/lib/opengl/xorg-x11/lib/libGL.la'
make[2]: *** [jiv] Error 1
make[2]: *** Waiting for unfinished jobs....
i386-pc-linux-gnu-gcc -O2 -march=athlon-xp -pipe -W -Wall -Wno-long-long -Wformat -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/imgcmp imgcmp.o  ../libjasper/.libs/libjasper.so -lm /usr/lib/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.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  jasper-1.701.0.ebuild, line 34:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-18 18:35:27 UTC
eselect opengl set xorg-x11; also - emerge --info missing.
Comment 2 codyzapp 2006-07-19 10:01:03 UTC
(In reply to comment #1)
> eselect opengl set xorg-x11; also - emerge --info missing.
> 
oh so it was something i didnt set. not a compiling error right?
thankyou 
codyzapp