Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62304 - redhat-artwork fails to compile when kde installed with USE="-arts"
Summary: redhat-artwork fails to compile when kde installed with USE="-arts"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
: 67916 86234 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-30 15:29 UTC by Calvin Walton
Modified: 2005-04-03 14:38 UTC (History)
5 users (show)

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


Attachments
Patch to acinclude.m4 to disable arts checks (redhat-artwork-0.120-no-arts.patch,1003 bytes, patch)
2005-03-30 18:49 UTC, Daniel Westermann-Clark
Details | Diff
Diff to redhat-artwork-0.120.1.2.ebuild (redhat-artwork-0.120.1.2.ebuild.patch,831 bytes, patch)
2005-03-30 18:51 UTC, Daniel Westermann-Clark
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Calvin Walton 2004-08-30 15:29:07 UTC
With kde 3.3 compiled with "-arts" and kde-base/arts not installed, redhat-artwork fails to complete the configure script, with the output:

checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly.

A workaround is to install arts temporarily, then remove it when redhat-artwork has been compiled.

Reproducible: Always
Steps to Reproduce:
1. emerge kde-base/kdelibs-3.3.0 and kde-base/kdebase-3.3.0 with USE="-arts"
2. make sure kde-base/arts is not installed
3. attempt to install redhat-artwork

Actual Results:  
Compilation of redhat-artwork failed

Expected Results:  
Let me see my purdy bluecurve kde windows
Comment 1 cyber mans 2004-10-18 08:09:44 UTC
*** Bug 67916 has been marked as a duplicate of this bug. ***
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-22 07:03:40 UTC
Does it happen with redhat-artwork-0.120.1.2?
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-22 07:07:30 UTC
*** Bug 86234 has been marked as a duplicate of this bug. ***
Comment 4 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-22 07:09:03 UTC
> Does it happen with redhat-artwork-0.120.1.2?
(replying to myself) Yes, there's bug 86234.
Comment 5 Przemyslaw Maciag (RETIRED) gentoo-dev 2005-03-30 13:24:40 UTC
and once more 'yes - same with 0.120.1.2'...

anobody knows what to do with this?

Regards,
Przemek
Comment 6 Daniel Westermann-Clark 2005-03-30 18:49:53 UTC
Created attachment 54905 [details, diff]
Patch to acinclude.m4 to disable arts checks

This disables the checks for mcopidl and artsc-config in acinclude.m4, which is
used to generate the configure script.	According to
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=83161, these checks aren't
necessary.

Diff to ebuild will be attached shortly.

Disclaimer: I don't know much about autoconf, so this may not be kosher.
Comment 7 Daniel Westermann-Clark 2005-03-30 18:51:04 UTC
Created attachment 54907 [details, diff]
Diff to redhat-artwork-0.120.1.2.ebuild

Diff to current ebuild, which uses the previously attached patch and does the
autoconf dance.
Comment 8 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-03 14:37:53 UTC
Thanks Daniel.

Please try the 0.120.1.2 ebuild, it should work now with a similar fix.
Comment 9 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-03 14:38:09 UTC
...