Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96442 - transcode emerge failed because cannot compile quicktime/lqt.h
Summary: transcode emerge failed because cannot compile quicktime/lqt.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 97443 100084 101611 110638 115607 117373 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-18 01:43 UTC by @arminillo
Modified: 2006-01-01 12:07 UTC (History)
6 users (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 @arminillo 2005-06-18 01:43:02 UTC
checking whether libquicktime support is requested... yes
checking for pkgconfig support for libquicktime... yes
checking for lqt-config... /usr/bin/lqt-config
checking how to determine LIBQUICKTIME_CFLAGS... pkg-config
checking quicktime/lqt.h usability... no
checking quicktime/lqt.h presence... no
checking for quicktime/lqt.h... no
configure: error: libquicktime requested, but cannot compile quicktime/lqt.h

Reproducible: Always
Steps to Reproduce:
1. USE flag include quicktime
2. emerge transcode

Actual Results:  
An error from configure and exit from compile.
Doesen't install transocde

Expected Results:  
Transcode installed with quicktime support

Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.11-gentoo-r9carminillo i686)
=================================================================
System uname: 2.6.11-gentoo-r9carminillo i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.9
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://pandemonium.tiscali.de/pub/gentoo/
ftp://mir.zyrianes.net/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
LC_ALL="it_IT"
LINGUAS="it"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aac aalib acpi alsa apm avi bash-completion bash_completion berkdb
bitmap-fonts bluetooth bzlib cdr crypt cups curl divx4linux dv dvd emboss encode
fam fbcon ffmpeg flac foomaticdb fortran gb gd gdbm gif gimpprint glx gpm gtk
gtk2 gutenprint ieee1394 imagemagick imlib ipv6 java jpeg libcaca libg++ libwww
mad mikmod mmx motif mp3 mpeg ncurses nls oci8 ogg oggvorbis opengl oracle oss
pam pdflib perl png ppds python qt quicktime readline remote samba scanner sdl
spell ssl stats svga tcltk tcpd tiff truetype truetype-fonts type1-fonts usb
userlocales v4l v4l2 vorbis x86 xine xml2 xml3 xmms xv xvid zlib linguas_it
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-18 04:22:56 UTC
Which libquicktime version do you have?
Comment 2 @arminillo 2005-06-18 06:49:36 UTC
(In reply to comment #1)
> Which libquicktime version do you have?

0.9.7 and the USE flag...

equery uses libquicktime
[ Searching for packages matching libquicktime... ]
[ Colour Code : set unset ]
[ Legend        : Left column  (U) - USE flags from make.conf                     ]
[                  : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for media-libs/libquicktime-0.9.7 ]
 U I
 + + gtk       : Adds support for x11-libs/gtk+ (The GIMP Toolkit)
 + + jpeg      : Adds JPEG image support
 + + mmx       : Adds support for optimizations for Pentium MMX and Athlon class
processors
 + + oggvorbis : <unknown>
 + + png       : Adds support for libpng (PNG images)
 + + dv        : Enables support for a codec used by many camcorders
 + + ieee1394  : Enable FireWire/iLink IEEE1394 support (dv, camera, ...)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-06-18 09:16:15 UTC
Hmm... Scratching my head why this does not work:

<snip>
dosym /usr/include/lqt /usr/include/quicktime
</snip>

Comment 4 @arminillo 2005-06-18 11:52:16 UTC
(In reply to comment #3)
> Hmm... Scratching my head why this does not work:
> 
> <snip>
> dosym /usr/include/lqt /usr/include/quicktime
> </snip>
> 
> 
I've an old quicktime directory on /usr/include... with only 2 files. I moving it
mv /usr/include/quicktime /usr/include/quicktimeOLD
and I create symlink
ln -s /usr/include/lqt /usr/include/quicktime
Now... transcode working.


Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-06-29 22:42:11 UTC
*** Bug 97443 has been marked as a duplicate of this bug. ***
Comment 6 Didier Link 2005-07-15 03:33:04 UTC
For my Gentoo this 2 files are owned by cinelerra-cvs (found with 'equery
belongs ...').

Are you sure that this bug is resolved ?
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-24 02:39:24 UTC
*** Bug 100084 has been marked as a duplicate of this bug. ***
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2005-08-07 02:15:37 UTC
*** Bug 101611 has been marked as a duplicate of this bug. ***
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2005-10-27 11:36:31 UTC
*** Bug 110638 has been marked as a duplicate of this bug. ***
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2005-12-15 00:52:32 UTC
*** Bug 115607 has been marked as a duplicate of this bug. ***
Comment 11 Jakub Moc (RETIRED) gentoo-dev 2006-01-01 11:38:29 UTC
*** Bug 117373 has been marked as a duplicate of this bug. ***
Comment 12 Jakub Moc (RETIRED) gentoo-dev 2006-01-01 12:07:27 UTC
*** Bug 117373 has been marked as a duplicate of this bug. ***