Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163533 - media-gfx/gthumb-2.8.1 fails to compile w/ USE="-exif"
Summary: media-gfx/gthumb-2.8.1 fails to compile w/ USE="-exif"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 03:32 UTC by Randall Wald
Modified: 2007-01-25 23:17 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 Randall Wald 2007-01-24 03:32:51 UTC
I'm not sure what the precise problem is; when I un-keyword-mask media-gfx/gthumb in /etc/portage/package.keywords and attempt to compile version 2.8.1, it fails to compile. Below is the last part of the compilation process:

T main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/gth-window-actions-callbacks.Tpo .deps/gth-window-actions-callbacks.Po
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/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/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2       -DGTHUMB_PREFIX=\"/usr\" -DGTHUMB_SYSCONFDIR=\"/etc\" -DGTHUMB_DATADIR=\"/usr/share\" -DGTHUMB_LIBDIR=\"/usr/lib\" -DPIXMAPSDIR=\""/usr/share/pixmaps/"\" -DBONOBO_UIDIR=\""/"\" -DGTHUMB_GLADEDIR=\""/usr/share/gthumb/glade"\" -I../libgthumb                   -O2 -march=pentium4 -MT totem-scrsaver.o -MD -MP -MF .deps/totem-scrsaver.Tpo -c -o totem-scrsaver.o totem-scrsaver.c
mv -f .deps/totem-scrsaver.Tpo .deps/totem-scrsaver.Po
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/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/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2       -DGTHUMB_PREFIX=\"/usr\" -DGTHUMB_SYSCONFDIR=\"/etc\" -DGTHUMB_DATADIR=\"/usr/share\" -DGTHUMB_LIBDIR=\"/usr/lib\" -DPIXMAPSDIR=\""/usr/share/pixmaps/"\" -DBONOBO_UIDIR=\""/"\" -DGTHUMB_GLADEDIR=\""/usr/share/gthumb/glade"\" -I../libgthumb                   -O2 -march=pentium4 -MT rotation-utils.o -MD -MP -MF .deps/rotation-utils.Tpo -c -o rotation-utils.o rotation-utils.c
In file included from jpegutils/jpegtran.h:23,
                 from rotation-utils.c:34:
../config.h:62:1: warning: "HAVE_STDLIB_H" redefined
In file included from /usr/include/jpeglib.h:28,
                 from jpegutils/transupp.h:54,
                 from rotation-utils.c:33:
/usr/include/jconfig.h:12:1: warning: this is the location of the previous definition
rotation-utils.c: In function 'reset_orientation_field':
rotation-utils.c:114: error: 'JPEGData' undeclared (first use in this function)
rotation-utils.c:114: error: (Each undeclared identifier is reported only once
rotation-utils.c:114: error: for each function it appears in.)
rotation-utils.c:114: error: 'jdata' undeclared (first use in this function)
rotation-utils.c:115: error: 'ExifData' undeclared (first use in this function)
rotation-utils.c:115: error: 'edata' undeclared (first use in this function)
rotation-utils.c:132: error: 'EXIF_IFD_COUNT' undeclared (first use in this function)
rotation-utils.c:133: error: 'ExifContent' undeclared (first use in this function)
rotation-utils.c:133: error: 'content' undeclared (first use in this function)
rotation-utils.c:134: error: 'ExifEntry' undeclared (first use in this function)
rotation-utils.c:134: error: 'entry' undeclared (first use in this function)
rotation-utils.c:139: error: 'EXIF_TAG_ORIENTATION' undeclared (first use in this function)
rotation-utils.c:141: error: 'ExifByteOrder' undeclared (first use in this function)
rotation-utils.c:141: error: expected ';' before 'byte_order'
rotation-utils.c:142: error: 'ExifShort' undeclared (first use in this function)
rotation-utils.c:142: error: expected ';' before 'value'
rotation-utils.c:144: error: 'byte_order' undeclared (first use in this function)
make[3]: *** [rotation-utils.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/main.Tpo .deps/main.Po
make[3]: Leaving directory `/var/tmp/portage/gthumb-2.8.1/work/gthumb-2.8.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gthumb-2.8.1/work/gthumb-2.8.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gthumb-2.8.1/work/gthumb-2.8.1'
make: *** [all] Error 2

!!! ERROR: media-gfx/gthumb-2.8.1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called gnome2_src_compile
  gnome2.eclass, line 71:   Called die

!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant.

Anyway, I can attach my /etc/portage/package.keywords if it'd be helpful to see which other programs I've got un-keyword-masked.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-24 07:36:28 UTC
Post emerge -pv media-gfx/gthumb and emerge --info output and reopen then.
Comment 2 Randall Wald 2007-01-24 11:49:57 UTC
Here you go:

ascenddescend ~ # emerge -pv media-gfx/gthumb && emerge --info output

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

Calculating dependencies... done!
[ebuild     U ] media-gfx/gthumb-2.8.1 [2.6.5] USE="jpeg tiff -debug -exif% -gphoto2 (-png%*)" 1,789 kB 

Total size of downloads: 1,789 kB
Portage 2.1.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6.19-suspend2-r1 i686)
=================================================================
                        System Settings
=================================================================
System uname: 2.6.19-suspend2-r1 i686 Intel(R) Celeron(R) M processor         1.40GHz
Gentoo Base System version 1.12.6
Last Sync: Tue, 23 Jan 2007 23:20:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.31-r3
dev-lang/python:     2.3.5, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4"
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/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://toughguy.caltech.edu/pub/gentoo/ http://gentoo.osuosl.org/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/"
LINGUAS="en"
MAKEOPTS="-j2"
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'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 X aalib acpi aim alsa alsa_cards_hda-intel alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol arts berkdb bitmap-fonts bzip2 cairo cdparanoia cdr cli cracklib crypt cups dbus dlloader dri dvd eds elibc_glibc emboss encode esd fam firefox fortran gdbm gif glitz gpm gstreamer gtk gtk2 hal iconv icq input_devices_evdev input_devices_kbd input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 isdnlog jabber java jpeg kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text ldap libg++ linguas_en mad matroska matrox mikmod mp3 mpeg msn ncurses nls nptl nptlonly ogg opengl oscar oss pam pcre pdf perl png ppds pppd python qt3 qt4 quicktime readline real reflection samba sdl session spell spl ssl tcpd tiff truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_fbdev video_cards_i810 video_cards_i915 video_cards_vesa vorbis wifi win32codecs xml xorg xv xvid yahoo zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

ascenddescend ~ # 
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-01-24 12:02:52 UTC
So, you don't have media-libs/libexif installed, right?
Comment 4 taskin 2007-01-24 14:21:42 UTC
(In reply to comment #3)
> So, you don't have media-libs/libexif installed, right?
> 

same here:

emerge --info
Portage 2.1.2-r3 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r1n i686)
=================================================================
System uname: 2.6.19-gentoo-r1n i686 AMD Duron(tm) processor
Gentoo Base System version 1.12.9
Timestamp of tree: Wed, 24 Jan 2007 07:30:01 +0000
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.31-r3
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.19.2-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -pipe -O2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/NX/etc /usr/NX/home /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/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon-xp -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://pandemonium.tiscali.de/pub/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://85.25.128.62"
LINGUAS="de en_GB"
MAKEOPTS="-j2"
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"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X aalib alsa apache2 apm arts asf berkdb bitmap-fonts cdparanoia cli cracklib crypt cups dbus dlloader dri dts dvb dvd dvdr dvdread emboss encode ffmpeg flac foomaticdb gd gdbm gif gnome gpm gstreamer gtk gtk2 hal iconv imlib isdnlog jpeg libg++ libwww lirc mad mikmod mmx mmxext mng motif mp3 mpeg mysql ncurses nls nptl nptlonly ogg opengl oss pam pcre perl php png ppds pppd python qt qt3 qt4 quicktime readline real reflection sdl session spell spl sse sse2 ssl swat tcpd tiff truetype truetype-fonts type1-fonts udev usb v4l v4l2 vorbis win32codecs x86 xml xorg xv xvid zlib" ALSA_CARDS="intel8x0" 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="mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en_GB" USERLAND="GNU" VIDEO_CARDS="nvidia nv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2       -DGTHUMB_PREFIX=\"/usr\" -DGTHUMB_SYSCONFDIR=\"/etc\" -DGTHUMB_DATADIR=\"/usr/share\" -DGTHUMB_LIBDIR=\"/usr/lib\" -DPIXMAPSDIR=\""/usr/share/pixmaps/"\" -DBONOBO_UIDIR=\""/"\" -DGTHUMB_GLADEDIR=\""/usr/share/gthumb/glade"\" -I../libgthumb                 -march=athlon-xp -pipe -O2 -MT rotation-utils.o -MD -MP -MF .deps/rotation-utils.Tpo -c -o rotation-utils.o rotation-utils.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/sh ../libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc  -march=athlon-xp -pipe -O2 -module -avoid-version  -o libduplicates.la -rpath /usr/lib/gthumb/modules dlg-duplicates.lo  
In file included from jpegutils/jpegtran.h:23,
                 from rotation-utils.c:34:
../config.h:62:1: warning: "HAVE_STDLIB_H" redefined
In file included from /usr/include/jpeglib.h:28,
                 from jpegutils/transupp.h:54,
                 from rotation-utils.c:33:
/usr/include/jconfig.h:12:1: warning: this is the location of the previous definition
rotation-utils.c: In function 'reset_orientation_field':
rotation-utils.c:114: error: 'JPEGData' undeclared (first use in this function)
rotation-utils.c:114: error: (Each undeclared identifier is reported only once
rotation-utils.c:114: error: for each function it appears in.)
rotation-utils.c:114: error: 'jdata' undeclared (first use in this function)
rotation-utils.c:115: error: 'ExifData' undeclared (first use in this function)
rotation-utils.c:115: error: 'edata' undeclared (first use in this function)
rotation-utils.c:132: error: 'EXIF_IFD_COUNT' undeclared (first use in this function)
rotation-utils.c:133: error: 'ExifContent' undeclared (first use in this function)
rotation-utils.c:133: error: 'content' undeclared (first use in this function)
rotation-utils.c:134: error: 'ExifEntry' undeclared (first use in this function)
rotation-utils.c:134: error: 'entry' undeclared (first use in this function)
rotation-utils.c:139: error: 'EXIF_TAG_ORIENTATION' undeclared (first use in this function)
rotation-utils.c:141: error: 'ExifByteOrder' undeclared (first use in this function)
rotation-utils.c:141: error: expected ';' before 'byte_order'
rotation-utils.c:142: error: 'ExifShort' undeclared (first use in this function)
rotation-utils.c:142: error: expected ';' before 'value'
rotation-utils.c:144: error: 'byte_order' undeclared (first use in this function)
make[3]: *** [rotation-utils.o] Error 1
make[3]: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-gcc -shared  .libs/dlg-duplicates.o   -march=athlon-xp -Wl,-soname -Wl,libduplicates.so -o .libs/libduplicates.so
i686-pc-linux-gnu-ar cru .libs/libduplicates.a  dlg-duplicates.o
i686-pc-linux-gnu-ranlib .libs/libduplicates.a
creating libduplicates.la
(cd .libs && rm -f libduplicates.la && ln -s ../libduplicates.la libduplicates.la)
make[3]: Leaving directory `/var/tmp/portage/media-gfx/gthumb-2.8.1/work/gthumb-2.8.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-gfx/gthumb-2.8.1/work/gthumb-2.8.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-gfx/gthumb-2.8.1/work/gthumb-2.8.1'
make: *** [all] Error 2

!!! ERROR: media-gfx/gthumb-2.8.1 failed.
Call stack:
  ebuild.sh, line 1611:   Called dyn_compile
  ebuild.sh, line 968:   Called qa_call 'src_compile'
  environment, line 3629:   Called src_compile
  ebuild.sh, line 1301:   Called gnome2_src_compile
  gnome2.eclass, line 71:   Called die

!!! compile failure
!!! 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-gfx/gthumb-2.8.1/temp/build.log'.
Comment 5 taskin 2007-01-24 14:26:42 UTC
(In reply to comment #3)
> So, you don't have media-libs/libexif installed, right?
> 

soory, Jakub! Didn't relize that U updated this already -> checking also my media-libs/libexif installation...

thx,

Taskin
Comment 6 taskin 2007-01-24 15:21:50 UTC
(In reply to comment #5)
> (In reply to comment #3)
> > So, you don't have media-libs/libexif installed, right?
> > 
> 
> soory, Jakub! Didn't relize that U updated this already -> checking also my
> media-libs/libexif installation...
> 
> thx,
> 
> Taskin
> 


still no success after re-emerge libexif - with this USE-flags:

emerge -pv media-libs/libexif

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

Calculating dependencies... done!
[ebuild   R   ] media-libs/libexif-0.6.13-r1  USE="nls -doc" 0 kB 

also a revdep-rebuild --library libexif.so.9 didn't succeed as recommended:

 * Old versions of installed libraries were detected on your system.
 * In order to avoid breaking packages that depend on these old libs,
 * the libraries are not being removed.  You need to run revdep-rebuild
 * in order to remove these old dependencies.  If you do not have this
 * helper program, simply emerge the 'gentoolkit' package.
 * 
 *   # revdep-rebuild --library libexif.so.9

still same error as mentioned with gthumb
Comment 7 Randall Wald 2007-01-24 18:39:17 UTC
Adding exif to my /etc/make.conf caused gthumb to compile correctly (despite media-libs/libexif having already been installed, oddly enough). I'm almost tempted to mark this bug as resolved, but it's true that the package won't compile without exif, which is still a problem. Just not for me.
Comment 8 taskin 2007-01-24 23:27:03 UTC
(In reply to comment #7)
> Adding exif to my /etc/make.conf caused gthumb to compile correctly (despite
> media-libs/libexif having already been installed, oddly enough). I'm almost
> tempted to mark this bug as resolved, but it's true that the package won't
> compile without exif, which is still a problem. Just not for me.
> 

DAMN - this fixed it also for me;-) StRaNgE! 

Anyway, thx Randall for the hint:)

cheers!
Comment 9 Leonardo Boshell (RETIRED) gentoo-dev 2007-01-25 23:17:17 UTC
I recently hit this problem and created a simple patch which is now in the tree. Please test and re-open in case you find any further problems.

Thanks.