Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224699 - media-tv/mythtv-0.21_p17435 fails on configure
Summary: media-tv/mythtv-0.21_p17435 fails on configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL: http://sources.gentoo.org/viewcvs.py/...
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2008-06-03 02:54 UTC by Benny P.
Modified: 2008-06-03 03:23 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benny P. 2008-06-03 02:54:01 UTC
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 Jeroen Roovers (RETIRED) gentoo-dev 2008-06-03 03:19:12 UTC
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 Jeroen Roovers (RETIRED) gentoo-dev 2008-06-03 03:23:31 UTC
Seems to have been introduced in [URL]. Fixed now.