Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102853 - scim-tables does not compile without aRts
Summary: scim-tables does not compile without aRts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 08:27 UTC by Raymond Lai
Modified: 2005-09-29 03:08 UTC (History)
0 users

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


Attachments
Patch to add the arts USE flag to scim-tables-0.5.3 ebuild (scim-tables-0.5.3.patch.diff,510 bytes, patch)
2005-09-07 16:27 UTC, kasim.terzic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raymond Lai 2005-08-17 08:27:12 UTC
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/kde/3.4/lib, headers /usr/kde/3.4/include
checking if UIC has KDE plugins available... yes
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!
Please check whether you installed aRts correctly or use
--without-arts to compile without aRts support (this will remove functionality).

configure: error: /bin/sh './configure' failed for skim

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/scim-tables-0.5.3/work/scim-tables-0.5.3/config.log

!!! ERROR: app-i18n/scim-tables-0.5.3 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.



Reproducible: Always
Steps to Reproduce:
1. emerge scim-tables
2.
3.

Actual Results:  
failed to compile

Expected Results:  
sets --without-arts properly and compiles

ray@gentoo ~ $ emerge info
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r2 i686)
=================================================================
System uname: 2.6.12-gentoo-r2 i686 Intel(R) Pentium(R) M processor 1600MHz
Gentoo Base System version 1.6.13
distcc 2.18.3 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:    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.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O3 -fomit-frame-pointer -pipe"
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=pentium-m -O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.acm.cs.rpi.edu/gentoo/
http://distro.ibiblio.org/pub/linux/distributions/gentoo/
http://gentoo.cs.lewisu.edu/gentoo/"
MAKEOPTS="-j2"
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 apm avi berkdb bitmap-fonts cdr cjk crypt cups curl
dbus dga directfb divx4linux dvd dvdr dvdread eds emboss encode esd fam fbcon
flac foomaticdb fortran gd gdbm gif gimpprint gnome gphoto2 gpm gstreamer gtk
gtk2 hal howl icu imagemagick imlib ipv6 ithreads java jpeg kdeenablefinal
kdexdeltas lcd ldap libg++ libwww mad mikmod mmx mozsvg mp3 mpeg mpeg4 mysql
ncurses nls nptl nptlonly ogg oggvorbis openal opengl openssh oss pam pcmcia
pdflib perl pic png python qt quicktime readline real samba sdl spell sqlite sse
sse2 ssl svg svga tcpd tiff truetype truetype-fonts type1-fonts unicode
userlocales utf8 v4l2 vorbis xine xinerama xml xml2 xmms xv xvid zlib
video_cards_radeon userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 kasim.terzic 2005-09-07 16:27:01 UTC
Created attachment 67876 [details, diff]
Patch to add the arts USE flag to scim-tables-0.5.3 ebuild
Comment 2 kasim.terzic 2005-09-07 16:29:57 UTC
Yeah I hope the patch makes it into portage soon, until then to apply the 
patch, do the following (as root): 
 
cd /usr/local/portage/app-i18n/scim-tables 
cp /usr/portage/app-i18n/scim-tables/scim-tables-0.5.3.ebuild . 
patch < /path/to/patch/scim-tables-0.5.3.patch.diff 
ebuild scim-tables-0.5.3.ebuild digest 
 
add PORTDIR_OVERLAY="/usr/local/portage" to your make.conf 
 
And you're all set. 
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-09-29 03:08:59 UTC
Fixed in CVS. Thanks for the bug report.