Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94267 - Kino 0.7.6 fails to compile
Summary: Kino 0.7.6 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-28 04:09 UTC by Ernst de Haan
Modified: 2005-05-30 13:43 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 Ernst de Haan 2005-05-28 04:09:15 UTC
In file included from playlist.cc:50:
filehandler.h:177:33: quicktime/quicktime.h: No such file or directory
In file included from playlist.cc:50:
filehandler.h:196: error: syntax error before `*' token
In file included from kino_common.h:31,
                 from preferences.cc:25:
filehandler.h:177:33: quicktime/quicktime.h: No such file or directory
In file included from kino_common.h:31,
                 from preferences.cc:25:
filehandler.h:196: error: syntax error before `*' token
make[3]: *** [playlist.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [preferences.o] Error 1
In file included from kino_common.h:31,
                 from preferences_dialog.cc:23:
filehandler.h:177:33: quicktime/quicktime.h: No such file or directory
In file included from kino_common.h:31,
                 from preferences_dialog.cc:23:
filehandler.h:196: error: syntax error before `*' token
make[3]: *** [preferences_dialog.o] Error 1
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kino-0.7.6/work/kino-0.7.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kino-0.7.6/work/kino-0.7.6'
make: *** [all] Error 2

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS=~x86 emerge kino

Actual Results:  
See 'Details'


Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.4, glibc-2.3.5-r0,
2.6.11-gentoo-r9 i686)
=================================================================
System uname: 2.6.11-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.6.12
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.1-r2
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
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/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/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/
ftp://ftp.easynet.nl/mirror/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/
ftp://mirror.nutsmaas.nl/gentoo/"
LINGUAS="en nl"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib alsa apm arts avi berkdb bitmap-fonts cdr crypt cups curl debug
directfb divx4linux dvd dvdr emboss encode esd fam fbdev flac foomaticdb fortran
gdbm gif gphoto2 gpm gtk2 imagemagick imlib java javamail jpeg junit kde
kdeenablefinal libg++ libwww live mad mikmod mmx motif mozdevelop mozilla
moznocompose moznoirc moznomail mozsvg mp3 mpeg nas ncurses network nls nvidia
ogg oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline
rtc slang speex spell sse ssl tcltk tcpd tiff truetype truetype-fonts
type1-fonts usb vorbis xine xinerama xml xml2 xmms xv zlib linguas_en linguas_nl
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-28 04:51:34 UTC
emerge libquicktime-0.9.6-r1 and then kino, works fine afterwards
Comment 2 Carl Fongheiser 2005-05-30 13:43:25 UTC
I have libquicktime-0.9.6-r1 installed, and I get this error, too. If I edit
filehandler.h and change <quicktime/quicktime.h> to <lqt/quicktime.h>, it
compiles fine.