Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90859 - kaddressbook ebuild does not build extensions
Summary: kaddressbook ebuild does not build extensions
Status: RESOLVED FIXED
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: 2005-04-29 07:57 UTC by Will Wilson
Modified: 2005-05-01 13:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
`equery files kaddressbook` (list,11.28 KB, text/plain)
2005-05-01 12:21 UTC, Dan Armak (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Will Wilson 2005-04-29 07:57:21 UTC
kaddressbook (a Kontact plugin) comes with 3 extensions by default: Contact Editor, Location of Contact, and Distribution List Manager. The kaddressbook ebuild does not build any of these extensions, and there is no other mechanism for installing them.

Reproducible: Always
Steps to Reproduce:
1.Emerge kaddressbook
2.Notice the lack of extensions
3.

Actual Results:  
Ebuild did not build/install extensions 

Expected Results:  
Provided the option to install the 3 built-in extensions 

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, 
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 i686) 
================================================================= 
System uname: 2.6.11-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz 
Gentoo Base System version 1.4.16 
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 27 2005, 22:24:45)] 
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
ccache version 2.3 [enabled] 
dev-lang/python:     2.3.5 
sys-apps/sandbox:    [Not Present] 
sys-devel/autoconf:  2.59-r6, 2.13 
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4 
sys-devel/binutils:  2.15.92.0.2-r7 
sys-devel/libtool:   1.5.16 
virtual/os-headers:  2.6.8.1-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS=" -march=pentium4 -mtune=pentium4 -fomit-frame-pointer -pipe -O2" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS=" -march=pentium4 -mtune=pentium4 -fomit-frame-pointer -pipe -O2" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 X alsa apm avi berkdb bitmap-fonts cdr crypt cups curl directfb 
divx4linux emboss encode fam fbcon flac foomaticdb fortran gcj gdbm gif gpm 
gstreamer gtk gtk2 guile hal http imagemagick imlib ipv6 java javascript jikes 
jpeg junit kde kdeenablefinal libg++ libwww lua mad mikmod motif mozilla mp3 
mpeg ncurses network nls nptl nptlonly offensive ogg oggvorbis opengl oss pam 
pdflib perl png python qt quicktime readline samba sdl spell ssl svga tcpd tiff 
truetype truetype-fonts type1-fonts unicode vorbis win32codecs xml2 
xscreensaver xv xvid zlib" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, 
PORTDIR_OVERLAY
Comment 1 Dan Armak (RETIRED) gentoo-dev 2005-05-01 12:21:26 UTC
Created attachment 57759 [details]
`equery files kaddressbook`

I'm using the split ebuilds and I've got Contact Editor and Distribution List
Manager. I don't know how to activate Location of Contact - maybe I'd have to
enter a genuine European address for a contact or something...
Attached is the output of equery files kaddressbook. If yours is different,
something's broken...
Comment 2 Will Wilson 2005-05-01 13:37:00 UTC
Problem vanished after emerge -e world. Broken install most likely cause of initial breakage.

Thanks for the help, Dan.