Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79071 - Thinkeramik-3.2.1 fails to compile if Arts is not installed
Summary: Thinkeramik-3.2.1 fails to compile if Arts is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-22 04:27 UTC by jryhanen
Modified: 2005-01-22 06:00 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 jryhanen 2005-01-22 04:27:05 UTC
I have "-arts" in my USE flags and Arts is not installed. Emerging thinkeramik-3.2.1 fails.

Reproducible: Always
Steps to Reproduce:
1. If arts is installed, unmerge it.
2. emerge x11-themes/thinkeramik-3.2.1

Actual Results:  
Emerging Thinkeramik fails with the following error:

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).

Expected Results:  
Complete emerging x11-themes/thinkeramik-3.2.1

I fixed it by editing the ebuild. Replaced this line:
./configure --prefix=$KDEDIR
with
./configure --without-arts --prefix=$KDEDIR

The ebuild should check for "arts" USE flag and use appropriate configuration.
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2005-01-22 06:00:49 UTC
I have removed all the src_compile() function as the right onw is already called by the kde eclass.

It should be fixed now.