Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198136 - media-libs/libquicktime-0.9.10 fails to compile w/ gtk-2.12
Summary: media-libs/libquicktime-0.9.10 fails to compile w/ gtk-2.12
Status: RESOLVED DUPLICATE of bug 193446
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 07:37 UTC by Tom Simnett
Modified: 2007-11-05 07:42 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 Tom Simnett 2007-11-05 07:37:18 UTC
The following errors appear on compilation attempts of libquicktime:

make[3]: Entering directory `/var/tmp/portage/media-libs/libquicktime-0.9.10/work/libquicktime-0.9.10/utils/gtk'
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -DGTK_DISABLE_DEPRECATED -O2 -march=prescott -pipe -finline-functions -Wall -Winline -MT lqt_gtk.o -MD -MP -MF .deps/lqt_gtk.Tpo -c -o lqt_gtk.o lqt_gtk.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -DGTK_DISABLE_DEPRECATED -O2 -march=prescott -pipe -finline-functions -Wall -Winline -MT libquicktime_config.o -MD -MP -MF .deps/libquicktime_config.Tpo -c -o libquicktime_config.o libquicktime_config.c
In file included from lqt_gtk.c:7:
lqt_gtk.h:22: error: expected specifier-qualifier-list before ‘GtkTooltips’
lqt_gtk.h:26: error: expected declaration specifiers or ‘...’ before ‘GtkTooltips’
lqt_gtk.h:48: error: expected specifier-qualifier-list before ‘GtkTooltips’
lqt_gtk.c: In function ‘set_combo_tooltip’:
lqt_gtk.c:164: warning: implicit declaration of function ‘gtk_tooltips_set_tip’
lqt_gtk.c:164: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c: At top level:
lqt_gtk.c:181: error: expected declaration specifiers or ‘...’ before ‘GtkTooltips’
lqt_gtk.c: In function ‘lqtgtk_create_parameter_widget’:
lqt_gtk.c:185: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:185: error: ‘tooltips’ undeclared (first use in this function)
lqt_gtk.c:185: error: (Each undeclared identifier is reported only once
lqt_gtk.c:185: error: for each function it appears in.)
lqt_gtk.c:197: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:216: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:233: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:260: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:281: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:289: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c: At top level:
lqt_gtk.c:343: error: expected declaration specifiers or ‘...’ before ‘GtkTooltips’
lqt_gtk.c: In function ‘create_table’:
lqt_gtk.c:358: error: ‘tooltips’ undeclared (first use in this function)
lqt_gtk.c:358: error: too many arguments to function ‘lqtgtk_create_parameter_widget’
lqt_gtk.c: In function ‘lqtgtk_create_codec_config_widget’:
lqt_gtk.c:391: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:391: warning: implicit declaration of function ‘gtk_tooltips_new’
lqt_gtk.c:392: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:393: warning: implicit declaration of function ‘gtk_object_sink’
lqt_gtk.c:393: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:430: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:430: error: too many arguments to function ‘create_table’
lqt_gtk.c:448: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:448: error: too many arguments to function ‘create_table’
In file included from libquicktime_config.c:7:
lqt_gtk.h:22: error: expected specifier-qualifier-list before ‘GtkTooltips’
lqt_gtk.h:26: error: expected declaration specifiers or ‘...’ before ‘GtkTooltips’
lqt_gtk.h:48: error: expected specifier-qualifier-list before ‘GtkTooltips’
make[3]: *** [lqt_gtk.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [libquicktime_config.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-libs/libquicktime-0.9.10/work/libquicktime-0.9.10/utils/gtk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/libquicktime-0.9.10/work/libquicktime-0.9.10/utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/libquicktime-0.9.10/work/libquicktime-0.9.10'
make: *** [all] Error 2
 *
 * ERROR: media-libs/libquicktime-0.9.10 failed.
 * Call stack:
 *                    ebuild.sh, line 1695:  Called dyn_compile
 *                    ebuild.sh, line 1033:  Called qa_call 'src_compile'
 *                    ebuild.sh, line   44:  Called src_compile
 *   libquicktime-0.9.10.ebuild, line   93:  Called die
 * The specific snippet of code:
 *      emake || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-libs/libquicktime-0.9.10/temp/build.log'.
 *

My emerge --info:

simmerz@persephone ~ $ sudo emerge --info
Portage 2.1.3.16 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.22-suspend2-r1 i686)
=================================================================
System uname: 2.6.22-suspend2-r1 i686 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
Timestamp of tree: Mon, 05 Nov 2007 00:20:01 +0000
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=prescott -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=prescott -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.virginmedia.com/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ http://public.planetmirror.com/pub/gentoo/ "
LANG="en_GB.UTF-8"
LC_ALL="en_GB.UTF-8"
LINGUAS="en_GB"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/liquidx /usr/portage/local/layman/java-gcj-overlay /usr/portage/local/layman/sunrise /usr/portage/local/layman/java-overlay /usr/local/portage/main /usr/portage/local/overlays/pretty-overlay /usr/local/portage/java-experimental"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 acl acpi alsa arts bash-completion berkdb bitmap-fonts bluetooth bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode esd evo fam firefox flac fortran gdbm gif gpm gstreamer gtk hal iconv ipv6 irmc isdnlog jpeg kde kdeenablefinal kerberos ldap mad midi mikmod mmx mmxext mp3 mpeg mudflap ncurses nls no-old-linux nptl nptlonly nvidia ogg openexr opengl openmp oss pam pcre pdf perl png pppd python qt3 qt3support qt4 quicktime readline reflection samba sdl session sieve spell spl sse sse2 ssl ssse3 svg tcpd tiff truetype truetype-fonts type1-fonts unicode usb vorbis win32codecs x86 xinerama xml xorg xscreensaver xv zeroconf zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="synaptics keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB" USERLAND="GNU" VIDEO_CARDS="fglrx radeon vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Emerge -pv libquicktime

simmerz@persephone ~ $ sudo emerge -pv libquicktime

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] media-libs/libquicktime-0.9.10  USE="X alsa encode gtk jpeg mmx* opengl png vorbis -aac -dv -ffmpeg -lame -x264" 0 kB


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-05 07:42:58 UTC
Do NOT mix stable ebuilds with ~arch dependencies; unsupported.


*** This bug has been marked as a duplicate of bug 193446 ***