Wednesday, February 7th, 2018, 00:17 UTC | ||
[00:17:00] | jpabq: | So close, yet so far. I almost have the HD-PVR2 / Colossus2 working. If I tell the Hauppauge 'driver' to "Start Encoding", it works. If I then tell it to "Stop Encoding", it works. If I then tell it to "Start Encoding" again, it crashes and burns. The Hauppauge code is a mess. |
[00:19:15] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[00:21:40] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[00:33:11] | SteveGoodey (SteveGoodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has joined #mythtv | |
[00:46:41] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[00:52:52] | peterbennett: | ffmpeg 3.4 code seg faults if I playback using VDPAU. This ffmpeg resync is a bit of a challenge. |
[01:01:54] | MythBuild: | build #3 of ffmpeg-resync-fedora-armv7hl is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/ffmp . . . 7hl/builds/3 |
[01:46:49] | SteveGoodey (SteveGoodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[02:20:26] | gigem: | peterbennett: Congrats on getting this far so quickly. As I recall, the resyncs typically take at least a couple of weeks and usually longer. |
[03:58:22] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
[03:59:21] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[06:17:10] | markspieth2 (markspieth2!~yaaic@1.136.110.206) has quit (Ping timeout: 248 seconds) | |
[06:20:57] | markspieth2 (markspieth2!~yaaic@1.136.104.247) has joined #mythtv | |
[07:05:07] | markspieth22 (markspieth22!~yaaic@121.213.1.184) has joined #mythtv | |
[07:05:07] | markspieth2 (markspieth2!~yaaic@1.136.104.247) has quit (Read error: Connection reset by peer) | |
[07:32:46] | Steve-Goodey (Steve-Goodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has joined #mythtv | |
[07:52:06] | markspieth22 (markspieth22!~yaaic@121.213.1.184) has quit (Read error: Connection reset by peer) | |
[07:56:28] | markspieth2 (markspieth2!~yaaic@121.213.1.184) has joined #mythtv | |
[07:56:46] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv | |
[08:50:21] | Steve-Goodey (Steve-Goodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[08:52:02] | SteveGoodey (SteveGoodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has joined #mythtv | |
[08:59:28] | willcooke (willcooke!~willcooke@host-2-103-247-39.as13285.net) has joined #mythtv | |
[08:59:29] | willcooke (willcooke!~willcooke@host-2-103-247-39.as13285.net) has quit (Changing host) | |
[08:59:29] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[09:36:18] | SteveGoodey (SteveGoodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[10:29:47] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Ping timeout: 260 seconds) | |
[10:52:57] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Ping timeout: 240 seconds) | |
[11:16:46] | stuarta: | peterbennett: the rawhide build failure in the devel/ffmpeg branch can be fixed with a merge from master |
[11:48:55] | markspieth2 (markspieth2!~yaaic@121.213.1.184) has quit (Read error: Connection reset by peer) | |
[11:52:15] | markspieth2 (markspieth2!~yaaic@121.213.1.184) has joined #mythtv | |
[13:45:43] | markspieth2 (markspieth2!~yaaic@121.213.1.184) has quit (Read error: Connection reset by peer) | |
[13:50:44] | markspieth2 (markspieth2!~yaaic@121.213.1.184) has joined #mythtv | |
[14:05:24] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:5f31:bcb7:7f64:c1ac:434e) has quit (Remote host closed the connection) | |
[14:23:09] | ikevin (ikevin!~kevin@aye-aye.dedibiz.fr) has quit (Ping timeout: 264 seconds) | |
[14:25:57] | ikevin (ikevin!~kevin@aye-aye.dedibiz.fr) has joined #mythtv | |
[14:55:45] | peterbennett: | stuarta: OK I will do that thanks |
[15:22:56] | stuarta: | how goes the vdpau crash you mentioned last night? |
[15:32:30] | peterbennett: | stuarta: The vdpau crash is a bit strange. It is crashing on freeing or extending a vector object that holds integers. I have not done much yet about investigating it. |
[15:33:54] | peterbennett: | QVector object must be getting corrupted |
[15:34:05] | stuarta: | ew |
[15:35:15] | peterbennett: | QVector holds Reference Frames. |
[15:37:59] | peterbennett: | One change to the configure process – Previously if libass was not found it would just disable it. Now it errors and if you don't want it you have to request --disable-libass. I prefer the new behaviour, so that if you accidentally have a missing component you don't get surprised when you find some things don't work. |
[15:38:30] | peterbennett: | stuarta: There seem to be some build slaves that are missing libass |
[15:39:19] | stuarta: | libass is optional |
[15:40:58] | peterbennett: | stuarta: SO can you add --disable-libass to those or do you not like the new way it works |
[15:41:29] | stuarta: | well the question really is, are we now making libass mandatory? |
[15:42:04] | stuarta: | if we are, then we can fail if it's not found, if it's still optional, then it should continue to disable it if the relevant bits are not found |
[15:43:44] | peterbennett: | OK I can revert to the previous behaviour. It did actually bite me once before when I did not have libass on the raspberry pi and suddenly subtitles were not working, and I had to go look at the configure output to find it had been disabled. |
[15:44:08] | stuarta: | feel free to add a warning to the configure output |
[15:44:28] | stuarta: | is libass only necessary for certain types of subtitles? |
[15:44:40] | stuarta: | i ask because i don't have libass and get dvb subtitles no problem |
[15:44:43] | peterbennett: | Yes I believe so |
[15:44:55] | stuarta: | which is why it must originally have been made optional |
[15:45:07] | peterbennett: | USA atsc subtitles are like no other. |
[15:45:29] | stuarta: | atsc is like no other ;-) |
[15:45:33] | peterbennett: | OK I will revert that back to the way it was. |
[15:46:09] | stuarta: | thanks |
[15:49:54] | peterbennett: | There is a weird error on the osx build slave in FFmpeg compile |
[15:51:02] | stuarta: | looks like compiler pendantics |
[15:51:09] | stuarta: | might be valid |
[15:51:27] | stuarta: | wonder if there is a patch from ffmpeg master to resolve? |
[15:54:37] | SteveGoodey (SteveGoodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has joined #mythtv | |
[16:07:22] | peterbennett: | also a few thousand illegal character encoding warnings |
[16:11:17] | peterbennett: | stuarta: Strangely that osx error only occurs when the file is included from a MythTV program, not from in ffmpeg itself, so maybe we are missing something. |
[16:22:18] | Steve-Goodey (Steve-Goodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has joined #mythtv | |
[16:26:36] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[16:27:44] | dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 248 seconds) | |
[16:39:21] | MythBuild: | build #5 of ffmpeg-resync-fedora-rawhide-64bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/ffmp . . . bit/builds/5 |
[16:58:41] | hampton: | I've seen that few thousand illegal character warning too. I don't think its specific to the new version of ffmpeg. Was that on osx using clang? |
[16:59:09] | stuarta: | i believe so |
[16:59:36] | hampton: | Its clang that's complaining, not osx. |
[17:00:06] | hampton: | I've seen the same complaints compiling master with clang. |
[17:00:14] | hampton: | on Fedora 27 |
[17:18:18] | MythBuild: | build #6 of ffmpeg-resync-freebsd10–64bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/ffmp . . . bit/builds/6 |
[17:34:50] | MythBuild: | build #923 of master-ubuntu-lts-64bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/923 blamelist: David Hampton <mythtv@love2code.net > |
[17:39:22] | MythBuild: | build #6 of ffmpeg-resync-osx-master-64bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/ffmp . . . bit/builds/6 |
[17:40:18] | Spicy-Rabbit (Spicy-Rabbit!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv | |
[17:40:19] | MythBuild: | build #941 of master-debian-jessie-64bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/941 blamelist: David Hampton <mythtv@love2code.net > |
[17:42:32] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv | |
[17:43:00] | hampton: | Hmm, forgot to run make test on my VMs. |
[17:45:47] | MythBuild: | build #1311 of master-centos7–64bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . /builds/1311 blamelist: David Hampton <mythtv@love2code.net > |
[17:48:02] | ShapeShifter499 (ShapeShifter499!~ShapeShif@unaffiliated/shapeshifter499) has joined #mythtv | |
[17:59:05] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has quit (Ping timeout: 260 seconds) | |
[18:05:53] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has joined #mythtv | |
[18:06:18] | MythBuild: | build #637 of master-archlinux-64bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/637 blamelist: David Hampton <mythtv@love2code.net > |
[18:26:32] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:5f31:91ef:b928:e0f3:79aa) has joined #mythtv | |
[18:32:10] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Ping timeout: 256 seconds) | |
[18:36:14] | ** hampton face palms ** | |
[18:36:41] | hampton: | An unconditionally compiled test for code that's conditionally compiled doesn't work well... |
[18:42:30] | MythBuild: | build #770 of master-debian-testing-64bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/770 blamelist: David Hampton <mythtv@love2code.net > |
[18:42:31] | MythBuild: | build #512 of master-ubuntu-testing-64bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/512 blamelist: David Hampton <mythtv@love2code.net > |
[18:45:45] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv | |
[18:52:13] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies) | |
[18:57:55] | MythBuild: | build #135 of master-osx-master-64bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/135 blamelist: David Hampton <mythtv@love2code.net > |
[19:00:33] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Ping timeout: 265 seconds) | |
[19:04:50] | MythBuild: | build #2512 of master-fedora-32bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . /builds/2512 blamelist: David Hampton <mythtv@love2code.net > |
[19:12:15] | Steve-Goodey (Steve-Goodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[19:13:48] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv | |
[19:28:01] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Ping timeout: 248 seconds) | |
[19:36:01] | MythBuild: | build #1312 of master-centos7–64bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . /builds/1312 |
[19:41:18] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv | |
[20:05:00] | MythBuild: | build #136 of master-osx-master-64bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/136 |
[20:05:15] | hampton: | I see a test failure in a number of the builders that I can't recreate. :-( I'm compiling F27/Rawhide/Centos7/U16.04/U17.10/U18.04 and none of those fail for me. |
[20:17:36] | ** hampton installs jessie to see if he can recreate it there.... ** | |
[20:23:06] | MythBuild: | build #151 of master-debian-jessie-rpi2-armv71 is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . 1/builds/151 blamelist: David Hampton <mythtv@love2code.net > |
[20:27:15] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Ping timeout: 260 seconds) | |
[20:40:21] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv | |
[20:54:59] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Ping timeout: 276 seconds) | |
[21:06:57] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv | |
[21:34:07] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv | |
[21:39:13] | hampton: | Nope. |
[21:40:23] | markspieth2 (markspieth2!~yaaic@121.213.1.184) has quit (Ping timeout: 248 seconds) | |
[21:42:55] | MythBuild: | build #222 of master-f26–64bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/222 blamelist: David Hampton <mythtv@love2code.net > |
[21:43:18] | markspieth2 (markspieth2!~yaaic@1.136.104.223) has joined #mythtv | |
[21:43:45] | MythBuild: | build #160 of master-f27–64bit is complete: Failure [4failed unit test core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/160 blamelist: David Hampton <mythtv@love2code.net > |
[21:58:02] | hampton: | So what's different between the f27 buildslave and my f27 development system??? |
[22:02:45] | SteveGoodey (SteveGoodey!~steve@host109-156-244-55.range109-156.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[22:04:55] | Spicy-Rabbit (Spicy-Rabbit!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit () | |
[22:17:47] | enyc (enyc!~enyc@muddle.enyc.org.uk) has joined #mythtv | |
[22:25:34] | hampton: | Sigh. F26 works for me too, fails on the buildslave. |
[22:52:07] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Remote host closed the connection) | |
[23:00:46] | ShapeShifter499 (ShapeShifter499!~ShapeShif@unaffiliated/shapeshifter499) has quit (Ping timeout: 256 seconds) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.