Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77103 - skim asks for mcopidl, with USE="-arts"
Summary: skim asks for mcopidl, with USE="-arts"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
: 79395 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-07 19:56 UTC by Kun Xi
Modified: 2005-02-04 22:52 UTC (History)
1 user (show)

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


Attachments
Updated skim-1.0.2.ebuild for your convenience (ebuild,1.31 KB, text/plain)
2005-01-07 19:59 UTC, Kun Xi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kun Xi 2005-01-07 19:56:52 UTC
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
Comment 1 Kun Xi 2005-01-07 19:59:14 UTC
Created attachment 47914 [details]
Updated skim-1.0.2.ebuild for your convenience
Comment 2 Francisco 2005-01-24 15:47:26 UTC
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
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-04 22:41:57 UTC
*** Bug 79395 has been marked as a duplicate of this bug. ***
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-04 22:52:31 UTC
Sorry for the delay. This is fixed in CVS now.
Thanks for the bug report.