Hi, unfortunately I get a configure error emerging kaspaliste. Here is the last bunch of lines of the configure checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt checking for moc... /usr/qt/3/bin/moc checking for uic... /usr/qt/3/bin/uic checking for rpath... yes checking for KDE... libraries /usr/kde/3.4/lib, headers /usr/kde/3.4/include checking for KDE paths... defaults checking for dcopidl... /usr/kde/3.4/bin/dcopidl checking for dcopidl2cpp... /usr/kde/3.4/bin/dcopidl2cpp checking for mcopidl... not found configure: error: The important program mcopidl was not found! and here my emerge info: Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.4.5, glibc-2.3.5-r2, 2.6.14-suspend2-r8 i686) ================================================================= System uname: 2.6.14-suspend2-r8 i686 Intel(R) Pentium(R) M processor 1.60GHz Gentoo Base System version 1.6.14 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] 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 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-Os -pipe -march=pentium-m -fomit-frame-pointer" 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/splash /etc/terminfo /etc/texmf/web2c /etc/env.d" CXXFLAGS="-Os -pipe -march=pentium-m -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig candy distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US.utf8" LC_ALL="en_US.utf8" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X aac acpi alsa audiofile avi bash-completion berkdb bindist bitmap-fonts bzip2 cdr crypt css cups curl dga directfb divx4linux dts dvd dvdr dvdread eds emboss encode exif expat fam fbcon fbsplash ffmpeg flac foomaticdb fortran gcj gd gdbm gif glut gmp gnutls gpm gstreamer gtk gtk2 iconv idn imagemagick imlib ipv6 jack java jpeg jpeg2k kdgraphics lcms libg++ libwww live logrotate mad matroska mikmod mmap mmx mmxext mng motif mozcalendar mozdevelop mozsvg mp3 mpeg musepack ncurses nls nptl nptlonly nsl nsplugin nvidia offensive ogg oggvorbis openal opengl pcre pda pdflib perl plotutils plugin png python qt quicktime readline real recode rtc samba sdl speex spell sse sse2 ssl stream svg tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev unicode usb vcd vorbis win32codecs wmf xgetdefault xine xinerama xml2 xmms xosd xv xvid xvmc zlib video_cards_nvidia-glx userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LDFLAGS, LINGUAS Probably it depends on not having arts or kde fully installed...but I don't know. Cheers :-)
you need arts, when the arts USE flag is set .. do you have arts installed?
The fact is that i don't have arts, and the arts flag is (as can be seen above) *not* set. :-)
Does Kaspaliste use audio at all? If it doesn't, the arts section can be ripped off configure. There are plenty of those in the tree.
Provided it does not use audio at all, we have two options: - remove the arts checks (patch) - add an arts harddep Provided it uses audio we can - add an use flag and make audio+arts configurable(patch) - add an arts harddep What do you want?
I added an arts depend. Please provide a patch for removing arts depend if you can