Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119020 - There are no ebuilds to satifsfy "~${PACKAGE}-${BASEVER}.3" (from kdebase-kioslaves)
Summary: There are no ebuilds to satifsfy "~${PACKAGE}-${BASEVER}.3" (from kdebase-kio...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 12:53 UTC by Alexandre Buisse (RETIRED)
Modified: 2006-01-14 13: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 Alexandre Buisse (RETIRED) gentoo-dev 2006-01-14 12:53:21 UTC
Here is the message I obtain when trying to emerge world:

ubik:/usr/src/linux-2.6.15-mm4 # emerge -auvDNt world                                                          

These are the packages that I would merge, in reverse order:

Calculating world dependencies /
emerge: there are no ebuilds to satisfy "~${PACKAGE}-${BASEVER}.3".
(dependency required by "kde-base/kdebase-kioslaves-3.4.3" [ebuild])



!!! Problem resolving dependencies for kde-base/kdebase-kioslaves
!!! Depgraph creation failed.


If I comment the second RDEPEND in kdebase-kioslaves-3.4.3 ($(deprange 3.4.1 $MAXKDEVER kde-base/kdialog)), it works fine. This seems to come from kde-functions.eclass but I didn't investigate more. emerge --info follows

Portage 2.1_pre3-r1 (default-linux/x86/2005.0, gcc-4.0.1, glibc-2.3.6-r2, 2.6.15-mm2-ubik i686)
=================================================================
System uname: 2.6.15-mm2-ubik i686 Intel(R) Pentium(R) M processor 1.70GHz
Gentoo Base System version 1.12.0_pre13
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-r1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -mtune=i686 -fomit-frame-pointer"
CHOST="i386-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/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -mtune=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig cvs distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.rhnet.is/pub/gentoo http://mirror.gentoo.no http://gentoo.mirror.sdv.fr ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/heimdall/gentoo/gentoo-x86"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac aalib acl acpi alsa audiofile avi bash-completion berkdb bitmap-fonts bzip2 canna cdb cdr cjk crypt cups curl directfb dlloader doc dri dvd dvdr dvdread eds emboss encode esd ethereal exif expat fam fbcon ffmpeg flac font-server foomaticdb fortran gcj gd gdbm gif gimpprint glitz glut gmp gnome gphoto2 gpm graphviz gstreamer gtk gtk2 gtkhtml guile icecast idn imagemagick imap imlib java jpeg junit lcms ldap libcaca libg++ libwww lua mad mbox mikmod mmx mng motif mozsvg mp3 mpeg musepack musicbrainz nas ncurses networkcanna nls nntp nptl objc offensive ogg oggvorbis openal opengl pam pcre pdflib perl png python quicktime radeon readline real recode ruby samba sasl sdl slang softmmu speex spell sqlite sse sse2 ssl svg svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales v4l vidix vorbis win32codecs xine xml xml2 xmms xv xvid zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-14 13:17:00 UTC
Just needed to update eclasses, issue (with bash 3.1) already fixed by Halcy0n.