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

Bug 144206

Summary: gnome-vfs-1.0.5-r4.ebuild - hard =gnome-common-1.2* dependency breaks stuff
Product: Gentoo Linux Reporter: Torsten Krah <tkrah>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED INVALID    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Torsten Krah 2006-08-17 07:07:57 UTC
DEPEND="${RDEPEND}
        >=dev-util/pkgconfig-0.8.0
        >=dev-util/intltool-0.11
        =gnome-base/gnome-common-1.2*
        nls? ( sys-devel/gettext )
        doc? ( dev-util/gtk-doc )"
# gnome-common is for m4 macros needed for patches ...

thats whats the ebuild says - but the = is evil because gnome-common isnt sloted - so it want do downgrade 2.x stuff which is needed too.

Some fix is appreciated - maybe slot gnome-common if this is an option?

kind regards
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-17 07:46:00 UTC
gnome-common-1.2* is slot 2, gnome-common-2* is slot 3.

INVALID bug.
Comment 2 Torsten Krah 2006-08-17 07:51:01 UTC
I'll see sorry - but portage still wants to downgrade the slot 3 version - this should not happen with different slots, so whats wrong?

emerge --info:

Portage 2.1-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.17-p35- r3 i686)
=================================================================
System uname: 2.6.17-p35-r3 i686 Intel(R) Pentium(R) M processor 1.60GHz
Gentoo Base System version 1.12.4
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disable d]
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
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 -mtune=pentium-m -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/mail/dspam /opt/openjms/config /usr/NX/etc /usr/NX/hom e /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X1 1/xkb /usr/share/config /var/bind /var/run/dspam"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms / /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -mtune=pentium-m -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer noinfo sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.club-internet.fr/pub/mirrors/gentoo"
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
LINGUAS="de"
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='/d istfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/gentoo-de /usr/local/portage/default /usr/lo cal/portage/catalyst-portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acl alsa apache2 apm arts avi bash-completion berkdb bitmap-fon ts bzip2 cjk cli crypt cscope cups dga dlloader dri dvd eds emboss encode esd fi refox flac foomaticdb fortran gdbm ggi gif gnome gpm gstreamer gtk gtk2 gtkhtml hal idn imlib ipv6 isdnlog jack java jikes jpeg jpeg2k kde kerberos lcms ldap li bg++ libwww mad mikmod mmx modperl motif mp3 mpeg mysql nas ncurses nls nptl ogg  opengl oss pam pcre pdflib perl png postgres pppd python qt3 qt4 quicktime read line reflection samba scanner sdl session slang snmp spell spl sse sse2 ssl svga  tcltk tcpd tiff truetype truetype-fonts type1-fonts udev unicode vorbis xineram a xml xmms xorg xprint xv zeroconf zlib elibc_glibc input_devices_evdev input_de vices_keyboard input_devices_mouse input_devices_synaptics kernel_linux linguas_ de userland_GNU video_cards_radeon video_cards_v4l"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA _OPTS
Comment 3 Torsten Krah 2006-08-17 07:54:07 UTC
Ok got it - looked at /var/db - the old 2.12.0 ebuild was slot 2 - not 3, thats ugly.
Remerging will help - but putting the minor version number to the higher slot when changeing the slots in the ebuilds would not cause this - but ok, i'll remerge it.

kind regards
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-08-17 09:11:58 UTC
Closing.