Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 79071
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: jryhanen@nic.fi
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 79071 depends on: Show dependency tree
Bug 79071 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-01-22 04:27 0000
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 From Simone Gotti (RETIRED) 2005-01-22 06:00:49 0000 -------
I have removed all the src_compile() function as the right onw is already
called by the kde eclass.

It should be fixed now.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug