Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70502 - uim-kdehelper needs aRts?
Summary: uim-kdehelper needs aRts?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 13:51 UTC by Sudrien
Modified: 2004-11-09 10:06 UTC (History)
0 users

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


Attachments
uim-kdehelper-0.1.0.ebuild (uim-kdehelper-0.1.0.ebuild,854 bytes, text/plain)
2004-11-08 14:18 UTC, Simone Gotti (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sudrien 2004-11-08 13:51:56 UTC
I have "-arts" in my USE flags, using only alsa for sound. uim-kdehelper currently does not like this.

Either always be run with --without-arts, or have an arts USE flag.

Reproducible: Always
Steps to Reproduce:
emerge uim-kdehelper


Actual Results:  
Configure errors.

Expected Results:  
Built correctly - it seemed to work fine when I compiled it myself.

sudrien pkg # emerge uim-kdehelper
Calculating dependencies ...done!
>>> emerge (1 of 1) app-i18n/uim-kdehelper-0.1.0 to /
>>> md5 src_uri ;-) uim-kdehelper-0.1.0.tar.gz
>>> Unpacking source...
>>> Unpacking uim-kdehelper-0.1.0.tar.gz to
/var/tmp/portage/uim-kdehelper-0.1.0/work
>>> Source unpacked.
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib


...

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 or use
--without-arts to compile without aRts support (this will remove functionality).


!!! ERROR: app-i18n/uim-kdehelper-0.1.0 failed.
!!! Function econf, Line 449, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2004-11-08 14:17:39 UTC
I think that the right thing to do is to convert it to the use of the kde eclass. This brings, as a side effect, to a cleaner ebuild.

The attached build do this. please test. Thanks.

usata: any comment is appreciated. Thanks.
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2004-11-08 14:18:51 UTC
Created attachment 43552 [details]
uim-kdehelper-0.1.0.ebuild
Comment 3 Sudrien 2004-11-08 20:00:21 UTC
The new ebuild works fine on my end.

Shouldn't it go in the portage tree as an -r1, though? (Just wondering)

Thanks.
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-11-09 10:06:23 UTC
Added attached ebuild as -r1. Thanks motaboy.