<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>79071</bug_id>
          
          <creation_ts>2005-01-22 04:27 0000</creation_ts>
          <short_desc>Thinkeramik-3.2.1 fails to compile if Arts is not installed</short_desc>
          <delta_ts>2005-01-22 06:00:49 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>KDE</component>
          <version>unspecified</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>jryhanen@nic.fi</reporter>
          <assigned_to>kde@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>jryhanen@nic.fi</who>
            <bug_when>2005-01-22 04:27:05 0000</bug_when>
            <thetext>I have &quot;-arts&quot; 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 &quot;arts&quot; USE flag and use appropriate configuration.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>motaboy@gentoo.org</who>
            <bug_when>2005-01-22 06:00:49 0000</bug_when>
            <thetext>I have removed all the src_compile() function as the right onw is already called by the kde eclass.

It should be fixed now.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>