Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
When skim is emerged with USE="-arts" like: # USE="-arts" emerge skim The configure script complains that : ...... 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). Reproducible: Always Steps to Reproduce: 1. # USE="-arts" emerge skim It's easy to fix this problem, just change the line 22 of skim-1.0.2.ebuild from econf || die to: econf `use_with arts` || die
Created an attachment (id=47914) [edit] Updated skim-1.0.2.ebuild for your convenience
I think the problem is that the ebuild lacks "arts" USE flag option at all. Please see: http://bugs.gentoo.org/show_bug.cgi?id=79395
*** Bug 79395 has been marked as a duplicate of this bug. ***
Sorry for the delay. This is fixed in CVS now. Thanks for the bug report.