Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136618 - kdeaddons-3.5.3 complains of missing kdepim, allthough it's emerged
Summary: kdeaddons-3.5.3 complains of missing kdepim, allthough it's emerged
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Normal major
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 136613 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-13 00:59 UTC by Alexandru Thomae
Modified: 2006-06-13 04:59 UTC (History)
5 users (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 Alexandru Thomae 2006-06-13 00:59:02 UTC
hogin kdeaddons # emerge -pv kdepim && emerge -upDv world ; emerge --info

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

Calculating dependencies... done!
[ebuild   R   ] kde-base/kdepim-3.5.3  USE="crypt kdehiddenvisibility -arts -debug -gnokii -kdeenablefinal -pda -xinerama" 0 kB

Total size of downloads: 0 kB

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

Calculating world dependencies /
emerge: there are no ebuilds to satisfy "=~kde-base/kdepim-3.5.3".
(dependency required by "kde-base/kdeaddons-3.5.3" [ebuild])



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


Portage 2.1 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.16-gentoo-r9-syko i686)
=================================================================
System uname: 2.6.16-gentoo-r9-syko i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.12.1
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
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-r2
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -ffast-math -funroll-all-loops -march=pentium4 -pipe -fomit-frame-pointer"
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 /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O3 -ffast-math -funroll-all-loops -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache keepwork metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.gts.lug.ro/gentoo http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LINGUAS="en ro"
MAKEOPTS="-j3"
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"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 7zip X aac aalib acl acpi aim alsa apm audiofile avi bash-completion berkdb bindinst bitmap-fonts browserplugin bzip2 cdparanoia cdr cli crypt cups curl curlwrappers dga dio directfb dlloader dv dvb dvd dvdr dvdread eds emboss encode fbcon fdftk ffmpeg firefox flash foomaticdb fortran ftp gd gdbm ghoto2 gif glut gpm gtk2 iconv icq imagemagick imap imlib isdnlog jabber javascript jikes jpeg jpeg2k kde kdehiddenvisibility kdexdeltas libg++ libwww lm_sensors mad memlimit mikmod mime ming mmx mng motif mp3 mpeg msn musicbrainz mysqli ncurses nls nptl nptlonly nsplugin nvidia offensive ogg openexr opengl oscar pam pcre pdf pdflib perl php png pppd python qt qt4 quicktime readline reflection rtc sasl scanner sdl session slp smime smp sockets sox speex spell spl sse sse2 ssl svg tcltk threads tiff truetype truetype-fonts type1-fonts udev usb userlocales v4l vcd videos vorbis win32codecs wmf xcomposite xml xml2 xmms xorg xosd xpm xprint xrandr xv xvid yahoo zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_en linguas_ro userland_GNU video_cards_nvidia video_cards_sis"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-13 01:07:40 UTC
"=~kde-base/kdepim-3.5.3" is obviously NOT valid... dig it out in the eclass mess and fix the thing. Thanks!
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-13 01:08:36 UTC
*** Bug 136613 has been marked as a duplicate of this bug. ***
Comment 3 Frank Hellmuth 2006-06-13 02:54:45 UTC
It's the line

RDEPEND==${DEPEND}

in the kdeaddon-3.5.3 ebuild that causes the trouble

Replace that with

RDEPEND=${DEPEND}

and it works again.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-06-13 04:59:28 UTC
I fixed this in the tree, as it was a major breakage for the 11 hours that it existed.