[02:13] I haven't figured out my problem with live tv, backend error is "SignalMonitor: channel change failed". Reproduced it after fresh install MythBuntu 11.10, updates, latest 0.24 fixes. I've seen this now with my new HDHomeRun Prime and I think the same problem a while back with a dual-tuner model. (different server) [02:13] I would be very grateful if someone could look at my log files. here: http://pastebin.com/fJ5mDuaM [02:13] [pastebin.com] Gathered following logs === Mythbuntu Version === === Syslog === === Mythbackend - Pastebin.com [02:15] Also I get errors from vlc and no audio, vlc output here: http://pastebin.com/Dr2PgGGf *but* I don't think these are germane, I saw the same problem with my previous fresh install from Ubuntu 11.10 live cd; there I resolved the ALS problems by installing some ALS preferences package and fooling around with output sound channels. [02:15] [pastebin.com] vlc errors - Pastebin.com [02:15] Much thanks in advance to anyone who might have a suggestion! [03:21] I recently did a fresh install of ubuntu 11.10, and VDPAU is failing consistently in MythTV. This same hardware worked fine with 11.04. Anyone else epxeriencing anything similar? [06:39] evening all, I recently installed mythbuntu on an Acer revo RL100-U1002 with intigrated Nvidia Ion graphics, sound from HDMI works with VLC if I select the correct output but I have no way to select for any other application. I know it works, but I can't make it work for everything. === hpeter_ is now known as hpeter === jakent_ is now known as jakent [19:49] I guess the mythbuntu packaging patches need some TLC again: Patch configure_mythplugins_without_mythtv_installed.patch does not remove cleanly (refresh it or enforce with -f) [19:50] and a build dep on libcdio-cdda-dev seems to be missing somewhere [19:50] superm1 / tgm4883 -^ [19:50] dekarl: cool i'll take a look [19:50] dekarl: could you help get the ABI updated in mythtv/settings.pro? [19:52] thanks, might be an idea to push onfigure_mythplugins_without_mythtv_installed.patch upstream as I'd guess other builders can use it, too. (been looking at the freebsd-multimedia list wrt linking against the new libs instead of installed ones) [19:52] what do I have to do to update the ABI? [19:52] dekarl: under mythtv/settings.pro there is a library version and version declaration [19:53] they need to be updated to 0.25 [19:53] if you don't have right i can ask someone else though [19:53] i'd like to push that patch upstream, but in it's current state i dont' think it would be acceptable [19:53] ahh, I was always wondering why its 0.24 for master :) (I have no commit bit anywhere MythTV) [19:53] oh i thought you did for some reason [19:54] that would be over in xmltv/nonametv land [19:54] ah i see [19:57] dekarl: hum it seems to apply and remove cleanly for me [19:57] wonder what's up with your checkout [19:57] hmm, the build aborted... maybe the cleanup isnt doing its job? [19:58] the build aborted part way through [19:58] or before it started? [19:58] I wanted to compile with a patch but was missing the dependency (failed when trying to compile mythmusic plugin), so I apt-getted it manually but then was presented with the message about the patch not applying cleanly [19:59] that's weird that it failed trying to compile mythmusic because of that, but yeah it sounds like in that instance it didnt' clean up properly [19:59] i'll add the build depend [20:00] I'll try again with more cleanup [20:04] hmm, git stashed and bzr shelved everything, still no joy [20:05] http://paste.ubuntu.com/840851/ [20:05] [paste.ubuntu.com] Ubuntu Pastebin [20:08] did you still have a .pc directory with it applied maybe? [20:10] there is a .pc directory around http://paste.ubuntu.com/840860/ can I remove the whole .pc? [20:10] [paste.ubuntu.com] Ubuntu Pastebin [20:13] yeah if you git stashed/bzr shelved you should [20:13] that gets things pretty confused otherwise [20:14] already running and got past the error [20:14] having never used bzr or quilt before doesnt make it easier ;) [20:16] yeah neither does having 3 VCS competing for that directory [20:17] hmm, which reminds me to ask when xmltv will move from cvs to git so I can stop remembering cvs commands [20:31] meh: cddecoder.h:15:28: fatal error: cdio/paranoia.h: No such file or directory [20:34] dekarl: this might help - http://www.mythtv.org/wiki/Release_Notes_-_0.25#Prerequisite_Changes [20:34] [www.mythtv.org] Release Notes - 0.25 - MythTV Official Wiki [20:34] superm1: can you add a dependency on libcdio-paranoia-dev, too? [20:35] superm1: ^ and you too [20:35] skd5aner: thanks, but that page doesn't compare the prereqs to what was added to the packaging repo already [20:36] and both of the ones that I fell over aren't on the page either :) [20:36] dekarl: yea, no clue about that... I just trying and maintain a list of what prereqs change between releases [20:36] libcdio - optional for mythmusic for ripping/playing CDs [20:36] but not cdio-paranioa and cdio-cdda [20:37] whatever that means (maybe the cdio-dev doesn't pull in dependencies or something) [20:37] figured they were part of libcdio automatically, but maybe not [20:38] btw, no harm intended your work on the release notes is much appreciated. Its just a bit much for testing a one line code change and getting on my nerves ;) [20:42] dekarl: oh doh. hopefully that doesn't cause a build failure for the 0.25 upload i just did to precise [20:42] but yeah i'll add it [20:46] just booted a frontend to look, it does have a music menu option, so it seems to have been build lately [20:53] mind the bump... looks like I've got half an ABI update now: make[4]: *** No rule to make target `/home/user/debbuild.tmp/git/debian/tmp/usr/lib/libmyth-0.24.so', needed by `libmytharchive.so'. Stop. [21:01] dekarl: none taken, just thought that section might at least help packagers a little bit in determining where to start when it comes to adding and removing dependencies - obviously, what is needed for ubuntu versus any other distro is too specific for me to be able to note :) [21:02] wasn't sure if you were aware it existed or not [21:02] dekarl: also, that dependency is optional - only necessary for cd playback/rip - so you can build mythmusic without it [21:03] dekarl: oh that ABI patch needs bumping in one more place it looks like [21:03] i'll fix that [21:03] I had heard of the list of dependencies but didn't look at it as I expected whatever comes out of the repositories to build without me looking into the details :) [21:03] heh - wouldn't that be nice ;) [21:03] one can always dream [21:04] well - just keep in mind that they're there... I call them out explicitly - figured you and people who build from source would benefit the most. Also, describes if they're mandatory or optional and what functionally the optional ones are needed for [21:08] dekarl: it was a local patch [21:08] was waiting for someone upstream to do it, but in the interim so i could get this in the archive i added it there [21:09] it's there now it looks like [21:09] oh, ok [21:13] superm1: does it make sense like this? http://paste.ubuntu.com/840925/ [21:13] [paste.ubuntu.com] Ubuntu Pastebin [21:15] dekarl: not necesarrily does it make sense to me [21:15] because there will always be a mythtv directory, so what happens if git stash is called when nothing is to be stashed? [21:16] it just says "nothing to stash" (untested) but isn't the initial checkout/update pull just below that? I'm trying to not fail when there is nothing yet, but clean up before the pull [21:18] well i think the problem with doing it that way is that what if you have a delta that's applied and you just remove .pc? then it stays applied and gets stashed [21:18] which i guess works, but it should have been able to apply cleanly [21:18] so maybe the better thing is quilt pop -a || rm -rf .pc [21:19] and then a git command to test if there is a delta (git diff or git status or something) and if there is one, then git stash [21:19] sounds good [21:20] the patch was "good enough" to get the buld going without manual cleanup [21:26] dekarl: http://paste.ubuntu.com/840940/ [21:26] [paste.ubuntu.com] Ubuntu Pastebin [21:26] see how that handles [21:34] soo, the build succeeded, I applied your patch => http://paste.ubuntu.com/840952/ [21:34] [paste.ubuntu.com] Ubuntu Pastebin [21:35] that's after the build succeeded while it's trying to clean? [21:35] its on the next build [21:36] because it hasn't cleaned the tree yet i guess? [21:36] I built with my patch, that worked. then I changed it to your patch and restarted it [21:36] debian/rules clean should have been called at the end of the build from yours [21:37] which should have resolved that [21:38] hmm my patch might also cause problems on an unchecked out tree [21:38] will need to think about this some more [21:38] looks good to me http://paste.ubuntu.com/840961/ [21:38] [paste.ubuntu.com] Ubuntu Pastebin [21:41] yeah looks like it cleaned to me too [21:41] i'm pretty confused then [21:45] hmm, I'm on the phone and got the a build with patch, I'll look into the packaing again after testing [22:04] looks like the ABI bump needs to be done at some more places http://paste.ubuntu.com/840993/ [22:04] [paste.ubuntu.com] Ubuntu Pastebin [22:19] that might be a sign that those libraries shouldn't have been in libmyth in the first place [22:19] libmyth is supposed to be co-installable, eg if there is a libmyth-0.24 and a libmyth-0.25 both can be installed [22:19] allowing external applications to link [22:20] for now you should be able to just remove libmyth-0.24 and install 0.25 and that will get you by [22:23] looks like we also hit it coming 0.23->0.24 because there are conflicts/replaces for libmyth-#ABI#-0 in debian/control.n === dduffey is now known as dduffey_afk [22:44] sooo, removed all packages and reinstalled. looks good but this was missing from the packages http://paste.ubuntu.com/840993/ [22:44] [paste.ubuntu.com] Ubuntu Pastebin [22:46] my little patch worked, now trying a build with the variant from stu artm [23:05] I'll continue tomorrow/wednesday (past midnight over here) next step, looking at your variant of the cleanup