Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115494 - f-spot has dependancies which do not need ~x86 versions
Summary: f-spot has dependancies which do not need ~x86 versions
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Joe McCann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 21:04 UTC by Paul Cotton
Modified: 2006-11-29 08:20 UTC (History)
1 user (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 Paul Cotton 2005-12-13 21:04:32 UTC
The current f-spot 0.1.5 ebuild has RDEPEND of
	>=media-libs/lcms-1.14
	>=media-libs/libexif-0.6
	<media-libs/libexif-0.7.0

However the the f-spot configure.in has lower versions of these, which are in
x86 instead of ~x86. I have compiled and run f-spot success fully with version
dependancies in the 

The configure.in for f-spot 0.1.5 has:
dnl --- Required libraries

LIBGNOME_REQUIRED=2.2
LIBGNOMEUI_REQUIRED=2.2
LIBEXIF_REQUIRED_MIN=0.5.7
LIBEXIF_REQUIRED_MAX=0.7.0
GTKSHARP_REQUIRED=2.1
MONO_REQUIRED=1.1.7
GTK_REQUIRED=2.4
DBUS_SHARP=0.23

dnl -- this check is 	
LCMS_REQUIRED=1.12
dnl -- LIBGPHOTO2_REQUIRED=2.1.4


I have successfully emerged f-spot with an ebuild in my overlay which has
RDEPEND of:
	>=media-libs/lcms-1.12
	>=media-libs/libexif-0.5.7
	<media-libs/libexif-0.7.0

Reproducible: Always
Steps to Reproduce:
1.emerge media-gfx/f-spot
2.
3.

Actual Results:  
The ebuild requires ~x86 versions of media-libs/lcms and  media-libs/libexif.
=media-libs/lcms-1.14
=media-libs/libexif-0.6.12-r4

Expected Results:  
The ebuild should use x86 versions of media-libs/lcms, and media-libs/libexif
=media-libs/lcms-1.13
=media-libs/libexif-0.5.12-r3

Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.14-rc1 i686)
=================================================================
System uname: 2.6.14-rc1 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.12.0_pre11
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.20
virtual/os-headers:  2.6.8.1-r1, 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -fno-ident -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/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/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -fno-ident -pipe
-fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -s"
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="x86 X alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr crypt cups
curl dvd dvdr eds emboss encode esd exif expat fam ffmpeg flac foomaticcdb
foomaticdb fortran gdbm gif gimpprint glut gnome gpm gstreamer gtk gtk2 hal idn
imagemagick imlib ipv6 java jpeg junit kde lcms libg++ libwww mad mikmod mng
mono motif mozilla mp3 mpeg ncurses nls nptl ogg oggvorbis opengl oss pam pcre
pdflib perl png ppds python qt quicktime readline ruby sdl spell sqlite ssl svga
tcltk tcpd tiff truetype truetype-fonts type1-fonts udev usb vorbis xine xml2
xmms xv xvid zlib video_cards_sis userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS
Comment 1 CFuga 2006-10-16 20:27:14 UTC
This bug could be closed. media-libs/lcms-1.14-r1 and media-libs/libexif-0.6.13-r1 are in stable x86 right now.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-11-29 08:20:18 UTC
Obsolete bug.