Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
We are now able to compile kdelibs with "-arts" use flag. Skim depends on kdelibs but it doesn't compile if arts is not present. Nonetheless, the skim configure script has an option to compile without arts. So I made a change to the current ebuild (1.0.2) to add the option of arts USE flag. Compiles and works fine on my machine. Hope it helps. Reproducible: Always Steps to Reproduce: 1. USE="-arts" emerge kdelibs 2. emerge skim 3. Actual Results: 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). !!! Please attach the config.log to your bug report: !!! /tmp/portage/skim-1.0.2/work/skim-1.0.2/config.log !!! ERROR: app-i18n/skim-1.0.2 failed. !!! Function econf, Line 485, Exitcode 0 !!! econf failed !!! If you need support, post the topmost build error, NOT this status message. Expected Results: We should have a USE flag to select if we want to use arts or not. I'm attaching a new ebuild to solve this problem.
Created an attachment (id=49431) [details] New working ebuild with arts USE flag
*** This bug has been marked as a duplicate of 77103 ***