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
*** Bug 67916 has been marked as a duplicate of this bug. ***
Does it happen with redhat-artwork-0.120.1.2?
*** Bug 86234 has been marked as a duplicate of this bug. ***
> Does it happen with redhat-artwork-0.120.1.2? (replying to myself) Yes, there's bug 86234.
and once more 'yes - same with 0.120.1.2'... anobody knows what to do with this? Regards, Przemek
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.
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.
Thanks Daniel. Please try the 0.120.1.2 ebuild, it should work now with a similar fix.
...