First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 77103
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: CJK Team <cjk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Kun Xi <kunxi@msn.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ebuild Updated skim-1.0.2.ebuild for your convenience text/plain Kun Xi 2005-01-07 19:59 0000 1.31 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 77103 depends on: Show dependency tree
Show dependency graph
Bug 77103 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-01-07 19:56 0000
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 From Kun Xi 2005-01-07 19:59:14 0000 -------
Created an attachment (id=47914) [edit]
Updated skim-1.0.2.ebuild for your convenience

------- Comment #2 From Francisco 2005-01-24 15:47:26 0000 -------
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 From Mamoru KOMACHI (RETIRED) 2005-02-04 22:41:57 0000 -------
*** Bug 79395 has been marked as a duplicate of this bug. ***

------- Comment #4 From Mamoru KOMACHI (RETIRED) 2005-02-04 22:52:31 0000 -------
Sorry for the delay. This is fixed in CVS now.
Thanks for the bug report.

First Last Prev Next    No search results available      Search page      Enter new bug