Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120914 - kaddressbook-plugins "missing" kaddressbook dependency
Summary: kaddressbook-plugins "missing" kaddressbook dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 02:04 UTC by Niv Vaizer
Modified: 2006-02-01 15:53 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 Niv Vaizer 2006-01-30 02:04:44 UTC
kaddressbook-plugins needs to be dependend upon kaddressbook
I wanted to instll it and didnt have kaddressbook on my system.
I ran emerge -av kaddressbook-plugins - and it failed to emerge.
when I ran emerge -av kaddressbook and then kaddressbook-plugins all emerged well.

Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-ck2 
i686)
=================================================================
System uname: 2.6.15-ck2 i686 AMD Athlon(tm) XP 3200+
Gentoo Base System version 1.12.0_pre15
ccache version 2.3 [disabled]
dev-lang/python:     2.3.4-r1, 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.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -fforce-addr -fomit-frame-pointer -ftracer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share
/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/
mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/X11/app-defaults /etc/gconf /etc/splash /etc/terminfo 
/etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -fforce-addr -fomit-frame-pointer -ftracer -pipe 
-fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.hamakor.org.il/pub/mirrors/gentoo/ http://www.die.
unipd.it/pub/Linux/distributions/gentoo-sources/ http://gentoo.mirror.intouch.nl
/gentoo/ http://mirror.switch.ch/ftp/mirror/gentoo/"
LINGUAS="en he es"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 # 3dnow 3dnowext X aac aalib acceleration: acl acpi adns alsa and apach
e2 apm apps: audiofile avi bash-completion berkdb bidi bitmap-fonts bzip2 card c
drom cle266 codecs: crypt cups curl dbus divix4linux dri dvd dvdread eds emboss 
encode exif expat fam ffmpeg flac flash foomaticdb fortran freetype gd gdbm gfx 
gif glut gnome gpm gstreamer gtk gtk2 gtkhtml gui: hal icq idn imlib irc irmc ja
bber java javascript jpeg lcms libg++ libwww lirc lm_sensors mad matroska mikmod
 misc: mmx mmxext mng motif mozilla mp3 mpeg mpeg4 mplayer mppe-mppc msn mysql m
ythtv ncurses network: nls nptl ogg oggvorbis opengl oss pam pc pcre pda pdflib 
perl pic pictures png python qt quicktime readline recode resources: rtc samba s
dl services: sound speex spell sqlite sse ssl tcpd theora tiff truetype truetype
-fonts type1 type1-fonts udev unichrome unicode usb v4l v4l2 video vidix vorbis 
win32codecs xine xml2 xmms xrandr xv xvid xvmc zeroconf zlib video_cards_ati vid
eo_cards_radeon linguas_en linguas_he linguas_es userland_GNU kernel_linux elibc
_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS


Niv
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-30 02:10:15 UTC
It's not missing the dependency

DEPEND="$(deprange $PV $MAXKDEVER kde-base/kaddressbook)"

Chances are fair that the weird deprange() thing from kde-functions.eclass simply does not work as expected...
Comment 2 Niv Vaizer 2006-01-30 08:02:03 UTC
thanks for correcting my bad header.
Just had to submit it b4 I forget :-)
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-01 15:53:14 UTC
emerge  kaddressbook-plugins -pv

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

Calculating dependencies ...done!
[ebuild  N    ] kde-base/kaddressbook-3.5.1  -arts -debug -gnokii -kdeenablefinal -kdexdeltas -xinerama 0 kB
[ebuild   R   ] kde-base/kaddressbook-plugins-3.5.1  -arts -debug -kdeenablefinal -kdexdeltas -xinerama 0 kB

Total size of downloads: 0 kB


Works fine here. You might have some kde related eclass in your overlay (and this is big no no, since Portage will use it even if this version became stale in between).  No idea what's causing this, but I'm quite sure it's a local problem.