Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28687 - libquicktime-0.9.2-pre1 fails to build
Summary: libquicktime-0.9.2-pre1 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-14 04:16 UTC by Ian Truelsen
Modified: 2003-09-15 08:55 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 Ian Truelsen 2003-09-14 04:16:33 UTC
When libquicktime-0.9.2-pre1 tries to build it fails with the following error:

gcc -O3 -funroll-all-loops -fomit-frame-pointer -malign-loops=2 -malign-jumps=2
-malign-functions=2 -finline-functions -W -Wall -Wno-unused -Winline -o
.libs/lqtplay lqtplay.o  ../src/.libs/libquicktime.so -L/usr/X11R6/lib -lXaw
-lXv /usr/lib/libGLU.so -L/usr/lib -lSM -lICE -lXmu -lXt -lXext -lXi -lGL -lX11
-lm -lpthread -ldl
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lGL
collect2: ld returned 1 exit status
make[3]: *** [lqtplay] Error 1
make[3]: Leaving directory
`/var/tmp/portage/libquicktime-0.9.2_pre1/work/libquicktime-0.9.2pre1/utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/libquicktime-0.9.2_pre1/work/libquicktime-0.9.2pre1/utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/libquicktime-0.9.2_pre1/work/libquicktime-0.9.2pre1'
make: *** [all] Error 2

!!! ERROR: media-libs/libquicktime-0.9.2_pre1 failed.
!!! Function src_compile, Line 57, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1. emerge libquicktime
2.
3.

Actual Results:  
See above error

Expected Results:  
emerge should have completed

Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1,2.2.5-r4,
2.4.20-gentoo-r7)
=================================================================
System uname: 2.4.20-gentoo-r7 i686 AMD Athlon(tm) XP 1700+
distcc 2.9 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/kde/3/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs fixpackages emergemail"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu
x/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://dark-lord.ihtruelsen.dyndns.org/gentoo-portage"
USE="x86 cups foomaticdb gif kde gnome libg++ mad mikmod mmx nls png xml2 zlib
gtkhtml alsa gdbm berkdb slang readline arts tetex aalib bonobo svga tcltk java
guile X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt motif
opengl mozilla gphoto2 gtk2 usb mysql directfb moznocompose moznoirc -mozxmlterm
-mozp3p -mozaccess -mozcalendar moznomail xface 3dnow apm avi crypt dvd encode
fbcon flash jpeg mpeg ncurses oss pdflib quicktime slp spell tdfx truetype
voodoo3 xmms xv"
Comment 1 Alex Plank 2003-09-14 09:57:34 UTC
How long before you get this error?
Comment 2 Alex Plank 2003-09-14 09:59:42 UTC
I am currently building libquicktime and havent come across a problem yet.
Comment 3 Alex Plank 2003-09-14 10:02:00 UTC
works for me
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-15 08:05:17 UTC
ian: if you're running the binary nvidia drivers do: opengl-update nvidia
otherwise do: opengl-update xfree

and then try this again please
Comment 5 Ian Truelsen 2003-09-15 08:37:16 UTC
That got it, thanks.
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-15 08:55:56 UTC
closing