Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120230 - kaspaliste-0.96-r1 fails to compile: missing mcopidl.
Summary: kaspaliste-0.96-r1 fails to compile: missing mcopidl.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 15:18 UTC by Pietro Franchi
Modified: 2006-02-06 04:34 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 Pietro Franchi 2006-01-24 15:18:51 UTC
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 :-)
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-01-24 15:26:35 UTC
you need arts, when the arts USE flag is set .. do you have arts installed?
Comment 2 Pietro Franchi 2006-01-24 15:30:54 UTC
The fact is that i don't have arts, and the arts flag is (as can be seen above) *not* set. :-)
Comment 3 Marcelo Goes (RETIRED) gentoo-dev 2006-01-24 15:38:41 UTC
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.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2006-01-26 12:42:24 UTC
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?
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2006-02-06 04:34:06 UTC
I added an arts depend. Please provide a patch for removing arts depend if you can