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

Bug 14785

Summary: emerge -K on package that has SLOT less than package with higher fails
Product: Portage Development Reporter: Sven Vermeulen (RETIRED) <swift>
Component: UnclassifiedAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: RESOLVED INVALID    
Severity: normal CC: vapier
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sven Vermeulen (RETIRED) gentoo-dev 2003-01-30 12:15:06 UTC
User-Agent:       
Build Identifier: 

When trying to install freetype-1.3.1-r3 (freetype-2.1.3-r2 is already
installed) fails:

~# emerge -K /usr/portage/media-libs/freetype/freetype-1.3.1-r3.ebuild

Calculating dependencies \
Missing binary for: media-libs/freetype-1.3.1-r3

!!! Error calculating dependancies. Please correct.

~# ls /usr/portage/packages/media-libs/
freetype-1.3.1-r3.tbz2  jpeg-6b-r3.tbz2       pdflib-4.0.3-r1.tbz2
freetype-2.1.3-r2.tbz2  libpng-1.2.5-r4.tbz2  t1lib-1.3.1.tbz2

(All are symlinks to their respective package in ../All/)

Reproducible: Always
Steps to Reproduce:

1. Host1: emerge -B freetype (emerges -2.blah) , emerge -B freetype-1.3.1-r3.ebuild

2. Host2: emerge -K freetype (works), emerge -K freetype-1.3.1-r3 (fails)

Actual Results:  
Calculating dependencies \
Missing binary for: media-libs/freetype-1.3.1-r3

!!! Error calculating dependancies. Please correct.

Expected Results:  
Happily installing the binary...

Portage 2.0.46-r9 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r3)
=================================================================
System uname: 2.4.20 i686 AMD Athlon(tm) Processor
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm arts avi crypt cups encode gif gpm imlib jpeg libg++
mikmod mmx motif mpeg ncurses nls oggvorbis opengl pdflib png qtmt quicktime sdl
spell svga truetype xml2 xmms xv zlib gdbm berkdb slang readline tcpd libwww
perl python ldap -X -gnome -gtk -kde -qt ssl pam php mysql -java apache2"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O3 -pipe"
CXXFLAGS="-march=athlon -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-01-31 12:56:26 UTC
emerge -K freetype-1.3.1-r3
That is not proper. Add an equal sign.
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2003-02-17 05:55:57 UTC
old