Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71919 - ksmoothdock installation breaks if aRts is not installed
Summary: ksmoothdock installation breaks if aRts is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-21 00:58 UTC by Josh
Modified: 2004-11-21 15:14 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 Josh 2004-11-21 00:58:20 UTC
The installation of kde-misc/ksmoothdock-3.5.1 will fail if kde-base/arts is not installed.

This problem occurs regardless of whether the arts USE flag is turned on or off.  I was able to fix it by installing the kde-base/arts package (version 1.3.1), but if this is always the case (if ksmoothdock depends on the arts package), then I think the ksmoothdock ebuild should be modified to include kde-base/arts as a depend.

Reproducible: Always
Steps to Reproduce:
1. emerge unmerge kde-base/arts
2. emerge ksmoothdock
Actual Results:  
Here is the end of the installation log (created by doing "emerge ksmoothdock
2>&1 | tee ksmoothdock.log"):

.
.
.
checking for KDE... libraries /usr/kde/3.3/lib, headers /usr/kde/3.3/include
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/kde/3.3/bin/dcopidl
checking for dcopidl2cpp... /usr/kde/3.3/bin/dcopidl2cpp
checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly.


!!! ERROR: kde-misc/ksmoothdock-3.5.1 failed.
!!! Function kde_src_compile, Line 130, Exitcode 1
!!! died running ./configure, kde_src_compile:configure
!!! If you need support, post the topmost build error, NOT this status message.
                                                                               
                                              ...done!
>>> emerge (1 of 1) kde-misc/ksmoothdock-3.5.1 to /
>>> md5 src_uri ;-) ksmoothdock-3.5.1.tar.gz


emerge info:

Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9 i686)
=================================================================
System uname: 2.6.9 i686 Celeron (Coppermine)
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /sbin/rc-update /usr/X11R6/lib/X11/xkb
/usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks fixpackages sandbox sfperms userpriv
usersandbox"
GENTOO_MIRRORS="http://mirrors.tds.net/gentoo
ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://mirrors.tds.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/deltup"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X aalib aim alsa apache2 apm audiofile avi berkdb bitmap-fonts cdparanoia
cdr crypt cups divx4linux encode esd f77 fam fftw firebird flac flash foomaticdb
fortran gd gdbm gif gnome gpm gstreamer gtk gtk2 imagemagick ipv6 java jpeg
junit kde lesstif libg++ libwww lzw-tiff mad mbox memlimit mikmod mozilla
moznoxft mpeg msn ncurses nptl oggvorbis opengl oss pam pdflib perl php pic
plotutils png pnp python qt quicktime readline sdl slang snmp socks5 spell ssl
svga tcltk tcpd tiff truetype usb vim-with-x x86 xine xml2 xmms xv zlib"
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-11-21 04:49:04 UTC
herd kde-themes
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2004-11-21 15:14:06 UTC
Thanks for reporting this, it should now be fixed. Please sync your portage tree (probably the sync mirrors needs some time to be updated) and try again. Let us know if it works.