First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 224699
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Doug Goldstein <cardoe@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ben <ben@bennyp.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 224699 depends on: Show dependency tree
Show dependency graph
Bug 224699 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: 2008-06-03 02:54 0000
The mythtv-0.21_p17435 has an error in the ebuild, line 311.  It is missing the
$ in front of (use_enable lirc).  This causes the ebuild to fail.

Reproducible: Always

Steps to Reproduce:
1.emerge mythtv
2.
3.

Actual Results:  
Ebuild dies with "Unknown option "(use_enable"."


Package unmasked via packages.keywords for AMD64

------- Comment #1 From Jeroen Roovers 2008-06-03 03:19:12 0000 -------
It's not on line 311, the last of the ebuild, but the rest is true:
Index: mythtv-0.21_p17435.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild,v
retrieving revision 1.2
diff -u -B -r1.2 mythtv-0.21_p17435.ebuild
--- mythtv-0.21_p17435.ebuild   2 Jun 2008 19:18:00 -0000       1.2
+++ mythtv-0.21_p17435.ebuild   3 Jun 2008 03:18:39 -0000
@@ -118,7 +118,7 @@
        myconf="${myconf}
                $(use_enable dvb)
                $(use_enable ieee1394 firewire)
-       (use_enable lirc)
+               $(use_enable lirc)
                --disable-audio-arts
                --disable-directfb
                --dvb-path=/usr/include

------- Comment #2 From Jeroen Roovers 2008-06-03 03:23:31 0000 -------
Seems to have been introduced in [URL]. Fixed now.

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