Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 119508

Summary: media-libs/libexif-gtk-0.3.3 failes to build
Product: Gentoo Linux Reporter: Sean Kennedy <skennedy>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sean Kennedy 2006-01-18 22:59:45 UTC
On a stable x86 system.  When emerging libexif-gtk, I get the following:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../gtk-extensions -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/libexif -DG_LOG_DOMAIN=\"libexif\" -O2 -march=pentium4 -fomit-frame-pointer -pipe -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -c gtk-exif-content-list.c -MT gtk-exif-content-list.lo -MD -MP -MF .deps/gtk-exif-content-list.TPlo  -fPIC -DPIC -o .libs/gtk-exif-content-list.lo
gtk-exif-content-list.c: In function `update_foreach_func':
gtk-exif-content-list.c:376: error: too few arguments to function `exif_entry_get_value'
gtk-exif-content-list.c: In function `gtk_exif_content_list_add_entry':
gtk-exif-content-list.c:403: error: too few arguments to function `exif_entry_get_value'
make[2]: *** [gtk-exif-content-list.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../gtk-extensions -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/libexif -DG_LOG_DOMAIN=\"libexif\" -O2 -march=pentium4 -fomit-frame-pointer -pipe -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -c gtk-exif-browser.c -MT gtk-exif-browser.lo -MD -MP -MF .deps/gtk-exif-browser.TPlo -o gtk-exif-browser.o >/dev/null 2>&1
mv -f .libs/gtk-exif-browser.lo gtk-exif-browser.lo
make[2]: Leaving directory `/var/tmp/portage/libexif-gtk-0.3.3/work/libexif-gtk-0.3.3/libexif-gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libexif-gtk-0.3.3/work/libexif-gtk-0.3.3'
make: *** [all] Error 2

!!! ERROR: media-libs/libexif-gtk-0.3.3 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


And here is my emerge --info:

Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-ck2 i686)
=================================================================
System uname: 2.6.15-ck2 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
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.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo http://gentoo.seren.com/gentoo http://gentoo.mirrors.pair.com/ http://mirror.datapipe.net/gentoo"
LC_ALL="en_US.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 X aac acpi alsa apm audiofile avi bash-completion berkdb bitmap-fonts browserplugin bzip2 cdr cjk crypt cups curl dbus divx4linux dvd emboss encode exif expat firefox flac foomaticdb fortran gdbm gif glut gpm gstreamer gtk gtk2 hal imlib java javascript jpeg lcms libg++ libwww lm_sensors mad mikmod mmx mng motif mp3 mpeg msn musicbrainz ncurses network nls nptl nptlonly nsplugin offensive ogg oggvorbis opengl pam pcre pdflib perl png python quicktime rdesktop readline real sdl spell sse sse2 ssl svg tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales vorbis win32codecs xinerama xml2 xmms xscreensaver xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-19 00:53:45 UTC
*** Bug 119509 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-01-19 00:55:55 UTC
*** This bug has been marked as a duplicate of 84985 ***

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