Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235338 - media-tv/mythtv: Incorrect handling of responses from mythlcdserver
Summary: media-tv/mythtv: Incorrect handling of responses from mythlcdserver
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL: http://svn.mythtv.org/trac/ticket/5421
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-21 04:52 UTC by John Klug
Modified: 2008-10-02 14:50 UTC (History)
1 user (show)

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


Attachments
Patch to get Mythtv to correctly attach to an LCD daemon (mythtv-0.20.2_p15634-lcdd.patch,1.42 KB, patch)
2008-08-21 04:56 UTC, John Klug
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Klug 2008-08-21 04:52:53 UTC
See the URL.  Basically I took the patch for Myth 21 and backported it to Myth 20 for mythtv-0.20.2_p15634.

Reproducible: Always

Steps to Reproduce:
1.Have an LCD (or VFD) device on a system with mythtv and Gentoo
2.Be at kernel level 2.6.26
3.You get an LCD error message in the mythfrontend output when you start mythfrontend




First I patched the ebuild file for my patch, and copied the patch to the files directory.  After I rebuilt mythtv, the problem was solved.

--- /tmp/mythtv-0.20.2_p15634.ebuild    2008-08-20 23:30:39.127090918 -0500
+++ ./mythtv-0.20.2_p15634.ebuild       2008-08-20 01:43:01.798270256 -0500
@@ -114,6 +114,7 @@
        # svnversion in MythTV's build doesn't work
        sed -e "s:\`(svnversion \$\${SVNTREEDIR} 2>\/dev\/null) || echo Unknown\`:${SVNREV}:" \
                -i "${S}"/version.pro || die "svnversion sed failed"
+       epatch ${FILESDIR}/${P}-lcdd.patch
 }
Comment 1 John Klug 2008-08-21 04:56:47 UTC
Created attachment 163441 [details, diff]
Patch to get Mythtv to correctly attach to an LCD daemon

This is a port of the file mentioned in the patch below from Myth 21 to Myth 20.

http://svn.mythtv.org/trac/ticket/5421
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2008-08-21 14:32:43 UTC
John, I strongly suggest you upgrade to MythTV 0.21. It'll be going stable very shortly and 0.20.x packages will be leaving the tree there after.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2008-10-02 14:50:25 UTC
Fixed in mythtv-0.21_p18314 or newer.