Tuesday, January 13th, 2015, 00:13 UTC | ||
[00:13:40] | zentec (zentec!~zentec@68-188-175-3.dhcp.bycy.mi.charter.com) has joined #mythtv | |
[00:20:23] | stuartm: | weird, so if I explicitly disable all O1 optimisations but enable O3, the audio unit tests fail |
[00:20:42] | stuartm: | if I enable O1 only, the audio unit tests fail |
[00:21:35] | stuartm: | it's not consistent :( |
[00:43:05] | Hydr0p0nX: | stuartm, I'm sure you've read this but https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html |
[00:44:44] | stuartm: | front to back |
[00:44:49] | Hydr0p0nX: | basically, it sounds like some of those options are explicitly on regardless of passing disable flags |
[00:46:04] | Hydr0p0nX: | or more correctly, in the case of not passing an O flag, disabled and ignores the enable options, I would assume it ignores the disable flags also |
[00:46:27] | Hydr0p0nX: | wow ... that made no sense ... |
[00:47:23] | stuartm: | going to look at it again in the morning |
[00:49:13] | stuartm: | the complexity of mixing the ffmpeg configure script into a qmake build means that nothing is simple |
[00:50:21] | stuartm: | optimisations are disabled for unit tests in their project files, which is odd – surely we want the unit test conditions to match those of the actual code |
[01:19:20] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-57-169-248.hsd1.va.comcast.net) has left #mythtv ("Ex-Chat") | |
[02:42:57] | rich0 (rich0!~quassel@gentoo/developer/rich0) has quit (Ping timeout: 264 seconds) | |
[02:46:57] | rich0 (rich0!~quassel@gentoo/developer/rich0) has joined #mythtv | |
[02:51:02] | Hydr0p0nX (Hydr0p0nX!~hydr@71-12-104-200.dhcp.mtgm.al.charter.com) has quit (Ping timeout: 244 seconds) | |
[02:51:28] | Hydr0p0nX (Hydr0p0nX!~hydr@71-12-104-200.dhcp.mtgm.al.charter.com) has joined #mythtv | |
[03:31:25] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 265 seconds) | |
[03:31:48] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[04:50:44] | fetzerch_ (fetzerch_!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[04:54:52] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 255 seconds) | |
[05:01:31] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-210-18.lns20.mel8.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
[05:13:24] | gigem (gigem!~david@mythtv/developer/gigem) has quit (Ping timeout: 265 seconds) | |
[05:27:21] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[05:37:55] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 244 seconds) | |
[05:38:09] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[05:48:44] | len (len!~quassel@75-168-45-25.mpls.qwest.net) has quit (Read error: Connection reset by peer) | |
[05:56:01] | len (len!~quassel@75-168-45-25.mpls.qwest.net) has joined #mythtv | |
[06:02:03] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-210-18.lns20.mel8.internode.on.net) has joined #mythtv | |
[06:18:26] | sheedy is now known as sheedy-away | |
[07:28:51] | gigem (gigem!~david@mythtv/developer/gigem) has quit (Ping timeout: 264 seconds) | |
[07:41:56] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[07:44:52] | dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[07:47:27] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 264 seconds) | |
[07:50:58] | dekarl1: | stuartm, can't we work on the code in question so the compilers understand how not to mess it up when optimizations are turned on? Micro managing the optimizations of gcc sounds like a waste of time when we also use clang and msvc for builds. |
[07:51:01] | dekarl1 is now known as dekarl | |
[08:25:39] | jab416171 (jab416171!~jab416171@c-24-2-67-176.hsd1.ut.comcast.net) has quit (Ping timeout: 245 seconds) | |
[08:27:49] | jab416171 (jab416171!~jab416171@c-24-2-67-176.hsd1.ut.comcast.net) has joined #mythtv | |
[08:35:27] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Ping timeout: 244 seconds) | |
[08:36:50] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv | |
[09:04:28] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv | |
[09:36:46] | stuartm: | dekarl: in theory yes, but until I know how it's being affected, which optimisation is screwing things up ... |
[09:38:33] | len (len!~quassel@75-168-45-25.mpls.qwest.net) has quit (Read error: Connection reset by peer) | |
[10:02:43] | stuarta: | morning all |
[10:03:16] | stuarta: | dekarl: stuartm what about just using -O and let the compiler have a bash at it |
[11:49:04] | stuartm: | it compiles just fine, the problem is that the results of the unit tests are then gibberish |
[11:49:28] | stuartm: | FAIL! : TestAudioConvert::S24ToS32(Full Range) Compared values are not the same |
[11:49:30] | stuarta: | are the unit tests just broken then? |
[11:49:34] | stuartm: | Actual (arrays1[i]): 8384512 |
[11:49:38] | stuartm: | Expected (arrays2[i]): 0 |
[11:50:15] | stuartm: | and clearly that's just not a little rounding error |
[11:52:16] | stuartm: | since the units tests are supposed to be replicating actual code, in theory that means in the optimised build the audio bit conversion is broken, but I don't know how to test that |
[11:52:30] | stuarta: | not good |
[11:55:54] | stuarta: | so many things todo, so little time |
[11:58:32] | stuartm: | optimisations are disabled in the unit test .pro, which I noticed after enabled -O{1,2,3} since you then end up with both -O0 and -O3 appearing in the compiler args – I don't know how to specify flags for the whole build but then strip them for selected components |
[11:58:48] | stuartm: | well I know how .... |
[11:59:00] | stuartm: | it's just not pretty |
[11:59:07] | stuarta: | no it's not |
[12:04:49] | dekarl-work (dekarl-work!51c8c678@gateway/web/freenode/ip.81.200.198.120) has joined #mythtv | |
[12:05:40] | dekarl-work: | stuartm, hmm SAMPLES == INT16_MAX – INT16_MIN == INT16_MAX – (-INT16_MAX -1) == -1 |
[12:06:09] | dekarl-work: | then for (int i=0; i< SAMPLES; i++) https://github.com/MythTV/mythtv/blob/master/ . . . nvert.h#L280 |
[12:06:23] | stuarta: | that makes my head hurt |
[12:06:32] | stuarta: | clearly i need more coffee |
[12:08:14] | dekarl-work: | I wonder what happens when we convert a buffer of -1 * sizeof(int32_t) bytes, likely the the three buffers are zero filled without optimization, but contain random data without |
[12:32:49] | moparisthebest (moparisthebest!~mitb@gateway/tor-sasl/moparisthebest) has quit (Ping timeout: 250 seconds) | |
[12:33:08] | moparisthebest (moparisthebest!~mitb@unaffiliated/moparisthebest) has joined #mythtv | |
[12:42:34] | FabriceMG (FabriceMG!~Thunderbi@80.11.39.212) has joined #mythtv | |
[12:45:05] | FabriceMG (FabriceMG!~Thunderbi@80.11.39.212) has quit (Client Quit) | |
[12:48:00] | dekarl-work: | stuartm, 8384512 is 0x7ff000, or -16 << 8 |
[12:50:21] | stuarta: | dekarl++ |
[12:52:23] | stuarta: | hex to the rescue again |
[12:59:13] | dekarl-work: | I'd try changing (INT16_MAX – INT16_MIN) to UINT16_MAX for the count of samples first, no idea what av_malloc(size_t) does when you send in -1 |
[13:36:05] | moparisthebest (moparisthebest!~mitb@unaffiliated/moparisthebest) has quit (Ping timeout: 256 seconds) | |
[13:43:49] | moparisthebest (moparisthebest!~mitb@unaffiliated/moparisthebest) has joined #mythtv | |
[13:44:25] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv | |
[13:52:18] | sheedy-away is now known as sheedy | |
[14:02:13] | zentec (zentec!~zentec@68-188-175-3.dhcp.bycy.mi.charter.com) has quit (Ping timeout: 264 seconds) | |
[14:12:48] | zentec (zentec!~zentec@68-188-175-3.dhcp.bycy.mi.charter.com) has joined #mythtv | |
[14:57:55] | dekarl-work (dekarl-work!51c8c678@gateway/web/freenode/ip.81.200.198.120) has quit () | |
[15:26:54] | jab416171 (jab416171!~jab416171@c-24-2-67-176.hsd1.ut.comcast.net) has quit (Max SendQ exceeded) | |
[15:27:24] | jab416171 (jab416171!~jab416171@c-24-2-67-176.hsd1.ut.comcast.net) has joined #mythtv | |
[15:35:39] | stuartm: | dekarl: INT16_MAX – (-INT16_MAX -1) == 65,535 |
[15:38:34] | stuartm: | although in this case the whole thing could be simplified as (INT16_MAX * 2) +1 but I don't know whether that's guaranteed to be the range on all platforms |
[15:42:53] | stuarta: | stuartm: that's guaranteed to overflow, and therefore the result is undefined |
[15:45:32] | stuartm: | it would overflow a 16bit int, but it's assigned to a 32bit int ... however it's assigned after the calculation is performed ... not sure what the type of INT16_MAX is |
[15:49:56] | stuartm: | nah, what am I talking about, it's has no type ... brain is going to sleep early today |
[15:53:35] | stuartm: | when it compiles out you end up with int SAMPLES == {32,767 – (-32767 – 1) = 32,767 + 32768 = 65,535} |
[15:53:43] | stuartm: | no overflow? |
[16:04:40] | stuarta: | shouldn't be |
[16:08:31] | robink (robink!~quassel@unaffilated/robink) has quit (Ping timeout: 255 seconds) | |
[16:44:11] | robink (robink!~quassel@unaffilated/robink) has joined #mythtv | |
[16:59:23] | dekarl: | stuartm, man, I think you are right wrt the INT_MIN_MAX_around-mathing:/ |
[17:35:25] | Steve-Goodey (Steve-Goodey!~steve@host109-158-208-74.range109-158.btcentralplus.com) has joined #mythtv | |
[17:48:09] | cybrNaut (cybrNaut!cybrNaut@2001:0:53aa:64c:30db:ab9:bcca:66c4) has quit (Changing host) | |
[17:48:09] | cybrNaut (cybrNaut!cybrNaut@unaffiliated/cybrnaut) has joined #mythtv | |
[17:54:59] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Quit: Leaving) | |
[18:28:09] | tgm4883: | dekarl: I feel bad about pinging you all the time, but can I get https://github.com/MythTV/packaging/pull/46 merged? |
[18:28:20] | tgm4883: | if there is someone else I can ping, I can do that too |
[18:28:36] | Steve-Goodey (Steve-Goodey!~steve@host109-158-208-74.range109-158.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[18:28:47] | tgm4883: | I used to just do the merge request and let it be, but they wouldn't get looked at for months (until I eventually pinged someone about it) |
[18:31:38] | dekarl: | tgm4883: hm, maybe sent your public key to one of our hostmaster so your commit access can be repaired? |
[18:32:22] | dekarl: | tgm4883: I need to look why the merge requests don't generate a mail, maybe that's why we request to open a ticket on trac ;) |
[18:34:19] | dekarl: | btw, in my tests the frontend did *not* get the html folder :/ |
[18:34:31] | dekarl: | I did not investigate yet |
[18:37:56] | tgm4883: | dekarl: which update? |
[18:38:03] | tgm4883: | last nights builds? |
[18:38:34] | dekarl: | my open build of mythtv_0.27.0~master.20150112.2ad4fa6–0ubuntu1_amd64 |
[18:38:38] | dekarl: | s/open/own/ |
[18:39:27] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has joined #mythtv | |
[18:41:56] | dekarl: | $ dpkg -S /usr/share/mythtv/html/xslt/service.xslt |
[18:41:56] | dekarl: | mythtv-backend: /usr/share/mythtv/html/xslt/service.xslt |
[18:42:23] | dekarl: | strange, as if the packaging was not updated for the build? |
[18:47:19] | tgm4883: | that is odd |
[18:47:30] | tgm4883: | actually |
[18:47:49] | tgm4883: | dekarl: did you build that locally or install from our PPA |
[18:48:22] | tgm4883: | My hunch is you build that locally using our build scripts |
[18:48:29] | tgm4883: | in which case, I probably know what the issue is |
[18:48:50] | tgm4883: | Do you happen to have build logs I can look at? |
[18:50:00] | dekarl: | do I need to manually update the "outer" packaging copy? |
[18:50:39] | dekarl: | or will the script properly update the working directory and use the packaging there? |
[18:51:25] | tgm4883: | dekarl: it's supposed to automatically update the packaging from git, but I found what I think is a bug in the build scripts |
[19:00:40] | dekarl: | I have separate packaging-conmit-preparation and packaging-usage clones and the latter was behind |
[19:02:22] | xris (xris!~xris@mythtv/developer/xris) has quit (Ping timeout: 244 seconds) | |
[19:03:24] | xris (xris!~xris@xris.forevermore.net) has joined #mythtv | |
[19:06:07] | joki (joki!~joki@p54862382.dip0.t-ipconnect.de) has quit (Ping timeout: 252 seconds) | |
[19:07:16] | dekarl: | I remembered that the build-*.sh script updates the clone in the working directory. But in the script it says "clone in our packaging branch", then copies "debian" from the existing clone outside the working directory :/ |
[19:07:32] | dekarl: | I'll just pull and repeat |
[19:12:04] | joki (joki!~joki@p54860619.dip0.t-ipconnect.de) has joined #mythtv | |
[19:37:52] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-210-18.lns20.mel8.internode.on.net) has quit (Read error: Connection reset by peer) | |
[19:39:25] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-210-18.lns20.mel8.internode.on.net) has joined #mythtv | |
[20:03:27] | sheedy is now known as sheedy-away | |
[20:24:29] | Steve-Goodey (Steve-Goodey!~steve@host109-158-208-74.range109-158.btcentralplus.com) has joined #mythtv | |
[20:33:30] | tgm4883: | dekarl: well I think there is a bug in the build scripts too, if running a "git branch" doesn't show all the branches we're going to build, then it fails to switch packaging branches |
[20:34:10] | tgm4883: | which I'm pretty sure happened to you since you have as your version number "0.27.0~master", which shouldn't be possible since the release of 0.27 |
[20:37:14] | tgm4883: | dekarl: wait, no I'm thinking of a different build bug https://github.com/MythTV/packaging/blob/mast . . . -debs.sh#L83 |
[20:41:10] | moparisthebest (moparisthebest!~mitb@unaffiliated/moparisthebest) has quit (Ping timeout: 264 seconds) | |
[20:44:49] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[20:47:01] | moparisthebest (moparisthebest!~mitb@gateway/tor-sasl/moparisthebest) has joined #mythtv | |
[20:51:00] | stuartm: | Citroen marketing their new car as having a "Xenon full LED light signature" ... are people that stupid that you can throw together mutually exclusive terms and they'll buy it? |
[20:52:42] | stuartm: | what next? "petroleum solar panels"? "wood fueled gas barbecue?" |
[20:55:00] | stuartm: | one assumes that's why they've tagged the meaningless 'signature' on the end, when people complain that the advert is misleading they'll point out that they didn't say it had Xenon or 'Full LED' lights, but a 'light signature' |
[20:56:04] | stuartm: | lawyers top most people's hit-list, but I think advertisers are public enemy #1 |
[20:56:04] | ** MythLogBot http://code.mythtv.org/trac/ticket/1 ** | |
[21:32:35] | knightr (knightr!~Nicolas@mythtv/developer/knightr) has quit (*.net *.split) | |
[21:32:35] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has quit (*.net *.split) | |
[21:32:35] | dym (dym!~patrick@xstd.de) has quit (*.net *.split) | |
[21:32:35] | sraue (sraue!~stephan@kodi/staff/sraue) has quit (*.net *.split) | |
[21:32:35] | Hydr0p0nX (Hydr0p0nX!~hydr@71-12-104-200.dhcp.mtgm.al.charter.com) has quit (*.net *.split) | |
[21:32:35] | Steve-Goodey (Steve-Goodey!~steve@host109-158-208-74.range109-158.btcentralplus.com) has quit (*.net *.split) | |
[21:32:35] | joki (joki!~joki@p54860619.dip0.t-ipconnect.de) has quit (*.net *.split) | |
[21:32:35] | xris (xris!~xris@xris.forevermore.net) has quit (*.net *.split) | |
[21:32:35] | rich0 (rich0!~quassel@gentoo/developer/rich0) has quit (*.net *.split) | |
[21:32:35] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[21:32:35] | poptix- (poptix-!poptix@poptix.net) has quit (*.net *.split) | |
[21:32:35] | taylorr (taylorr!~taylorr@unaffiliated/elmojo) has quit (*.net *.split) | |
[21:32:35] | agrajag (agrajag!~agrajag@CAcert/Assurer/agrajag) has quit (*.net *.split) | |
[21:32:35] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has quit (*.net *.split) | |
[21:32:35] | Beirdo_ (Beirdo_!~gjhurlbu@mythtv/developer/beirdo) has quit (*.net *.split) | |
[21:32:35] | MythBuild (MythBuild!~MythBuild@alcor.mythtv.org) has quit (*.net *.split) | |
[21:33:48] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Quit: Lämnar) | |
[21:34:04] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-210-18.lns20.mel8.internode.on.net) has quit (*.net *.split) | |
[21:34:04] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (*.net *.split) | |
[21:34:04] | GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has quit (*.net *.split) | |
[21:34:04] | jya (jya!~jya@mythtv/developer/jya) has quit (*.net *.split) | |
[21:34:04] | superm1 (superm1!uid4318@ubuntu/member/superm1) has quit (*.net *.split) | |
[21:34:04] | robink (robink!~quassel@unaffilated/robink) has quit (*.net *.split) | |
[21:34:04] | cybrNaut (cybrNaut!cybrNaut@unaffiliated/cybrnaut) has quit (*.net *.split) | |
[21:34:44] | MythBuild (MythBuild!~MythBuild@alcor.mythtv.org) has joined #mythtv | |
[21:34:44] | Beirdo_ (Beirdo_!~gjhurlbu@mythtv/developer/beirdo) has joined #mythtv | |
[21:34:45] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv | |
[21:34:45] | sraue (sraue!~stephan@kodi/staff/sraue) has joined #mythtv | |
[21:34:45] | dym (dym!~patrick@xstd.de) has joined #mythtv | |
[21:34:45] | taylorr (taylorr!~taylorr@unaffiliated/elmojo) has joined #mythtv | |
[21:34:45] | poptix- (poptix-!poptix@poptix.net) has joined #mythtv | |
[21:34:45] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has joined #mythtv | |
[21:34:45] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv | |
[21:34:45] | 64MABMT4F (64MABMT4F!~agrajag@CAcert/Assurer/agrajag) has joined #mythtv | |
[21:34:45] | knightr (knightr!~Nicolas@mythtv/developer/knightr) has joined #mythtv | |
[21:34:45] | rich0 (rich0!~quassel@gentoo/developer/rich0) has joined #mythtv | |
[21:34:45] | Hydr0p0nX (Hydr0p0nX!~hydr@71-12-104-200.dhcp.mtgm.al.charter.com) has joined #mythtv | |
[21:34:45] | xris (xris!~xris@xris.forevermore.net) has joined #mythtv | |
[21:34:45] | joki (joki!~joki@p54860619.dip0.t-ipconnect.de) has joined #mythtv | |
[21:34:45] | Steve-Goodey (Steve-Goodey!~steve@host109-158-208-74.range109-158.btcentralplus.com) has joined #mythtv | |
[21:34:45] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-210-18.lns20.mel8.internode.on.net) has joined #mythtv | |
[21:34:45] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[21:34:45] | GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has joined #mythtv | |
[21:34:45] | jya (jya!~jya@mythtv/developer/jya) has joined #mythtv | |
[21:34:45] | cybrNaut (cybrNaut!cybrNaut@unaffiliated/cybrnaut) has joined #mythtv | |
[21:34:45] | superm1 (superm1!uid4318@ubuntu/member/superm1) has joined #mythtv | |
[21:35:52] | moparisthebest (moparisthebest!~mitb@gateway/tor-sasl/moparisthebest) has quit (*.net *.split) | |
[21:35:56] | moparisthebest (moparisthebest!~mitb@gateway/tor-sasl/moparisthebest) has joined #mythtv | |
[21:36:06] | robink (robink!~quassel@unaffilated/robink) has joined #mythtv | |
[21:36:18] | moparisthebest (moparisthebest!~mitb@gateway/tor-sasl/moparisthebest) has quit (Max SendQ exceeded) | |
[21:36:39] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has quit (*.net *.split) | |
[21:36:39] | fetzerch_ (fetzerch_!~quassel@unaffiliated/fetzerch) has quit (*.net *.split) | |
[21:37:37] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has joined #mythtv | |
[21:37:38] | fetzerch_ (fetzerch_!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[21:37:55] | moparisthebest (moparisthebest!~mitb@unaffiliated/moparisthebest) has joined #mythtv | |
[21:38:38] | jpharvey_ (jpharvey_!~jpharvey@host109-148-114-12.range109-148.btcentralplus.com) has quit (*.net *.split) | |
[21:38:39] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@71-88-96-238.dhcp.oxfr.ma.charter.com) has quit (*.net *.split) | |
[21:38:41] | Sharky112065 (Sharky112065!~Sharky112@c-24-16-144-222.hsd1.wa.comcast.net) has quit (*.net *.split) | |
[21:38:41] | _charly_ (_charly_!~kroseneg@v-83-246-40-180.eu.hostway-enterprise.net) has quit (*.net *.split) | |
[21:38:41] | clever (clever!~clever@nwcsnbsc03w-142068197052.dhcp-dynamic.FibreOp.nb.bellaliant.net) has quit (*.net *.split) | |
[21:39:27] | Warped (Warped!~Warped@108.85.160.119) has quit (Ping timeout: 256 seconds) | |
[21:40:45] | jpharvey_ (jpharvey_!~jpharvey@host109-148-114-12.range109-148.btcentralplus.com) has joined #mythtv | |
[21:40:47] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@71-88-96-238.dhcp.oxfr.ma.charter.com) has joined #mythtv | |
[21:40:47] | cesman (cesman!~cesman@pdpc/supporter/professional/cesman) has joined #mythtv | |
[21:40:47] | Sharky112065 (Sharky112065!~Sharky112@c-24-16-144-222.hsd1.wa.comcast.net) has joined #mythtv | |
[21:40:47] | _charly_ (_charly_!~kroseneg@v-83-246-40-180.eu.hostway-enterprise.net) has joined #mythtv | |
[21:40:47] | clever (clever!~clever@nwcsnbsc03w-142068197052.dhcp-dynamic.FibreOp.nb.bellaliant.net) has joined #mythtv | |
[21:42:33] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has quit (*.net *.split) | |
[21:42:45] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv | |
[21:42:51] | Steve-Goodey (Steve-Goodey!~steve@host109-158-208-74.range109-158.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:43:12] | gigem (gigem!~david@mythtv/developer/gigem) has quit (*.net *.split) | |
[21:43:16] | caelor (caelor!~quassel@cpc72389-sotn14-2-0-cust277.15-1.cable.virginm.net) has quit (*.net *.split) | |
[21:43:16] | sl1ce (sl1ce!~johnathan@pool-72-74-164-209.bstnma.fios.verizon.net) has quit (*.net *.split) | |
[21:43:33] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[21:43:34] | caelor (caelor!~quassel@cpc72389-sotn14-2-0-cust277.15-1.cable.virginm.net) has joined #mythtv | |
[21:43:34] | sl1ce (sl1ce!~johnathan@pool-72-74-164-209.bstnma.fios.verizon.net) has joined #mythtv | |
[21:44:14] | zentec (zentec!~zentec@68-188-175-3.dhcp.bycy.mi.charter.com) has quit (*.net *.split) | |
[21:44:14] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit (*.net *.split) | |
[21:44:14] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (*.net *.split) | |
[21:44:21] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has quit (*.net *.split) | |
[21:44:21] | Captain_Murdoch2 (Captain_Murdoch2!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has quit (*.net *.split) | |
[21:44:21] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has quit (*.net *.split) | |
[21:44:21] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has quit (*.net *.split) | |
[21:48:12] | ChanServ (ChanServ!ChanServ@services.) has quit (*.net *.split) | |
[21:48:15] | moparisthebest (moparisthebest!~mitb@unaffiliated/moparisthebest) has quit (*.net *.split) | |
[21:48:16] | jst (jst!~quassel@198.199.94.175) has quit (*.net *.split) | |
[21:48:16] | seld (seld!~seld@h7n7-rny-a12.ias.bredband.telia.com) has quit (*.net *.split) | |
[21:48:16] | jheizer (jheizer!~jheizer@73.51.93.177) has quit (*.net *.split) | |
[21:48:16] | tonsofpcs (tonsofpcs!~mythbuntu@rivendell/member/tonsofpcs) has quit (*.net *.split) | |
[21:48:18] | gigem (gigem!~david@mythtv/developer/gigem) has quit (*.net *.split) | |
[21:48:18] | caelor (caelor!~quassel@cpc72389-sotn14-2-0-cust277.15-1.cable.virginm.net) has quit (*.net *.split) | |
[21:50:10] | sl1ce (sl1ce!~johnathan@pool-72-74-164-209.bstnma.fios.verizon.net) has quit (*.net *.split) | |
[21:50:10] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has quit (*.net *.split) | |
[21:50:10] | jpharvey_ (jpharvey_!~jpharvey@host109-148-114-12.range109-148.btcentralplus.com) has quit (*.net *.split) | |
[21:50:10] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@71-88-96-238.dhcp.oxfr.ma.charter.com) has quit (*.net *.split) | |
[21:50:10] | cesman (cesman!~cesman@pdpc/supporter/professional/cesman) has quit (*.net *.split) | |
[21:50:10] | Sharky112065 (Sharky112065!~Sharky112@c-24-16-144-222.hsd1.wa.comcast.net) has quit (*.net *.split) | |
[21:50:10] | _charly_ (_charly_!~kroseneg@v-83-246-40-180.eu.hostway-enterprise.net) has quit (*.net *.split) | |
[21:50:10] | clever (clever!~clever@nwcsnbsc03w-142068197052.dhcp-dynamic.FibreOp.nb.bellaliant.net) has quit (*.net *.split) | |
[21:50:10] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has quit (*.net *.split) | |
[21:50:10] | fetzerch_ (fetzerch_!~quassel@unaffiliated/fetzerch) has quit (*.net *.split) | |
[21:50:10] | robink (robink!~quassel@unaffilated/robink) has quit (*.net *.split) | |
[21:50:10] | knightr (knightr!~Nicolas@mythtv/developer/knightr) has quit (*.net *.split) | |
[21:50:10] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has quit (*.net *.split) | |
[21:50:10] | dym (dym!~patrick@xstd.de) has quit (*.net *.split) | |
[21:50:10] | sraue (sraue!~stephan@kodi/staff/sraue) has quit (*.net *.split) | |
[21:50:10] | Hydr0p0nX (Hydr0p0nX!~hydr@71-12-104-200.dhcp.mtgm.al.charter.com) has quit (*.net *.split) | |
[21:50:10] | joki (joki!~joki@p54860619.dip0.t-ipconnect.de) has quit (*.net *.split) | |
[21:50:10] | xris (xris!~xris@xris.forevermore.net) has quit (*.net *.split) | |
[21:50:10] | rich0 (rich0!~quassel@gentoo/developer/rich0) has quit (*.net *.split) | |
[21:50:10] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[21:50:10] | poptix- (poptix-!poptix@poptix.net) has quit (*.net *.split) | |
[21:50:10] | taylorr (taylorr!~taylorr@unaffiliated/elmojo) has quit (*.net *.split) | |
[21:50:10] | 64MABMT4F (64MABMT4F!~agrajag@CAcert/Assurer/agrajag) has quit (*.net *.split) | |
[21:50:10] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has quit (*.net *.split) | |
[21:50:10] | Beirdo_ (Beirdo_!~gjhurlbu@mythtv/developer/beirdo) has quit (*.net *.split) | |
[21:50:10] | MythBuild (MythBuild!~MythBuild@alcor.mythtv.org) has quit (*.net *.split) | |
[21:50:10] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-210-18.lns20.mel8.internode.on.net) has quit (*.net *.split) | |
[21:50:10] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (*.net *.split) | |
[21:50:10] | GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has quit (*.net *.split) | |
[21:50:10] | jya (jya!~jya@mythtv/developer/jya) has quit (*.net *.split) | |
[21:50:10] | superm1 (superm1!uid4318@ubuntu/member/superm1) has quit (*.net *.split) | |
[21:50:10] | cybrNaut (cybrNaut!cybrNaut@unaffiliated/cybrnaut) has quit (*.net *.split) | |
[21:50:18] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (*.net *.split) | |
[21:50:18] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (*.net *.split) | |
[21:50:18] | sphery (sphery!~mdean@mythtv/developer/sphery) has quit (*.net *.split) | |
[21:50:18] | ghoti (ghoti!~paul@hq.experiencepoint.com) has quit (*.net *.split) | |
[21:50:18] | aberrios_ (aberrios_!~aberrios@195.130.201.200) has quit (*.net *.split) | |
[21:50:18] | dblain (dblain!~dblain@mythtv/developer/dblain) has quit (*.net *.split) | |
[21:50:18] | Anssi (Anssi!anssi@kodi/staff/anssi) has quit (*.net *.split) | |
[21:50:18] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has quit (*.net *.split) | |
[21:50:18] | jams_ (jams_!~jams@cpe-173-89-45-47.wi.res.rr.com) has quit (*.net *.split) | |
[21:50:18] | alan` (alan`!alan@abacus.kwzs.be) has quit (*.net *.split) | |
[21:50:18] | sheedy-away (sheedy-away!sheedy@kde/developer/sheedy) has quit (*.net *.split) | |
[21:50:18] | tris (tris!tristan@2001:1868:a00a::4) has quit (*.net *.split) | |
[21:50:18] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (*.net *.split) | |
[21:50:18] | nephyrin (nephyrin!~neph@nemu.pointysoftware.net) has quit (*.net *.split) | |
[21:50:18] | ElmerFudd (ElmerFudd!~le@87-55-166-130-static.dk.customer.tdc.net) has quit (*.net *.split) | |
[21:50:18] | XDS2010 (XDS2010!sid1218@gateway/web/irccloud.com/x-txdncwvatycrelvy) has quit (*.net *.split) | |
[21:50:18] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (*.net *.split) | |
[21:50:18] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has quit (*.net *.split) | |
[21:50:18] | aloril (aloril!~aloril@dsl-tkubrasgw2-50defd-78.dhcp.inet.fi) has quit (*.net *.split) | |
[21:50:18] | ryao (ryao!~ryao@gentoo/developer/ryao) has quit (*.net *.split) | |
[21:50:42] | sl1ce (sl1ce!~johnathan@pool-72-74-164-209.bstnma.fios.verizon.net) has joined #mythtv | |
[21:50:43] | caelor (caelor!~quassel@cpc72389-sotn14-2-0-cust277.15-1.cable.virginm.net) has joined #mythtv | |
[21:50:43] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[21:50:43] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv | |
[21:50:43] | clever (clever!~clever@nwcsnbsc03w-142068197052.dhcp-dynamic.FibreOp.nb.bellaliant.net) has joined #mythtv | |
[21:50:43] | _charly_ (_charly_!~kroseneg@v-83-246-40-180.eu.hostway-enterprise.net) has joined #mythtv | |
[21:50:43] | Sharky112065 (Sharky112065!~Sharky112@c-24-16-144-222.hsd1.wa.comcast.net) has joined #mythtv | |
[21:50:43] | cesman (cesman!~cesman@pdpc/supporter/professional/cesman) has joined #mythtv | |
[21:50:43] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@71-88-96-238.dhcp.oxfr.ma.charter.com) has joined #mythtv | |
[21:50:43] | jpharvey_ (jpharvey_!~jpharvey@host109-148-114-12.range109-148.btcentralplus.com) has joined #mythtv | |
[21:50:43] | moparisthebest (moparisthebest!~mitb@unaffiliated/moparisthebest) has joined #mythtv | |
[21:50:43] | fetzerch_ (fetzerch_!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[21:50:43] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has joined #mythtv | |
[21:50:43] | robink (robink!~quassel@unaffilated/robink) has joined #mythtv | |
[21:50:43] | superm1 (superm1!uid4318@ubuntu/member/superm1) has joined #mythtv | |
[21:50:43] | cybrNaut (cybrNaut!cybrNaut@unaffiliated/cybrnaut) has joined #mythtv | |
[21:50:43] | jya (jya!~jya@mythtv/developer/jya) has joined #mythtv | |
[21:50:43] | GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has joined #mythtv | |
[21:50:43] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[21:50:43] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-210-18.lns20.mel8.internode.on.net) has joined #mythtv | |
[21:50:43] | joki (joki!~joki@p54860619.dip0.t-ipconnect.de) has joined #mythtv | |
[21:50:43] | xris (xris!~xris@xris.forevermore.net) has joined #mythtv | |
[21:50:43] | Hydr0p0nX (Hydr0p0nX!~hydr@71-12-104-200.dhcp.mtgm.al.charter.com) has joined #mythtv | |
[21:50:43] | rich0 (rich0!~quassel@gentoo/developer/rich0) has joined #mythtv | |
[21:50:44] | knightr (knightr!~Nicolas@mythtv/developer/knightr) has joined #mythtv | |
[21:50:44] | 64MABMT4F (64MABMT4F!~agrajag@CAcert/Assurer/agrajag) has joined #mythtv | |
[21:50:44] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv | |
[21:50:44] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has joined #mythtv | |
[21:50:44] | poptix- (poptix-!poptix@poptix.net) has joined #mythtv | |
[21:50:44] | taylorr (taylorr!~taylorr@unaffiliated/elmojo) has joined #mythtv | |
[21:50:44] | dym (dym!~patrick@xstd.de) has joined #mythtv | |
[21:50:44] | sraue (sraue!~stephan@kodi/staff/sraue) has joined #mythtv | |
[21:50:44] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv | |
[21:50:44] | Beirdo_ (Beirdo_!~gjhurlbu@mythtv/developer/beirdo) has joined #mythtv | |
[21:50:44] | MythBuild (MythBuild!~MythBuild@alcor.mythtv.org) has joined #mythtv | |
[21:50:44] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[21:50:44] | XDS2010 (XDS2010!sid1218@gateway/web/irccloud.com/x-txdncwvatycrelvy) has joined #mythtv | |
[21:50:44] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv | |
[21:50:44] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[21:50:44] | sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv | |
[21:50:44] | jst (jst!~quassel@198.199.94.175) has joined #mythtv | |
[21:50:44] | ghoti (ghoti!~paul@hq.experiencepoint.com) has joined #mythtv | |
[21:50:44] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has joined #mythtv | |
[21:50:44] | seld (seld!~seld@h7n7-rny-a12.ias.bredband.telia.com) has joined #mythtv | |
[21:50:44] | aberrios_ (aberrios_!~aberrios@195.130.201.200) has joined #mythtv | |
[21:50:44] | jheizer (jheizer!~jheizer@73.51.93.177) has joined #mythtv | |
[21:50:44] | dblain (dblain!~dblain@mythtv/developer/dblain) has joined #mythtv | |
[21:50:44] | tonsofpcs (tonsofpcs!~mythbuntu@rivendell/member/tonsofpcs) has joined #mythtv | |
[21:50:44] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has joined #mythtv | |
[21:50:44] | aloril (aloril!~aloril@dsl-tkubrasgw2-50defd-78.dhcp.inet.fi) has joined #mythtv | |
[21:50:44] | Anssi (Anssi!anssi@kodi/staff/anssi) has joined #mythtv | |
[21:50:44] | jams_ (jams_!~jams@cpe-173-89-45-47.wi.res.rr.com) has joined #mythtv | |
[21:50:44] | ChanServ (ChanServ!ChanServ@services.) has joined #mythtv | |
[21:50:44] | ryao (ryao!~ryao@gentoo/developer/ryao) has joined #mythtv | |
[21:50:44] | alan` (alan`!alan@abacus.kwzs.be) has joined #mythtv | |
[21:50:44] | sheedy-away (sheedy-away!sheedy@kde/developer/sheedy) has joined #mythtv | |
[21:50:44] | tris (tris!tristan@2001:1868:a00a::4) has joined #mythtv | |
[21:50:44] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[21:50:44] | nephyrin (nephyrin!~neph@nemu.pointysoftware.net) has joined #mythtv | |
[21:50:44] | ElmerFudd (ElmerFudd!~le@87-55-166-130-static.dk.customer.tdc.net) has joined #mythtv | |
[21:50:44] | Mode for #mythtv by hitchcock.freenode.net : +o ChanServ | |
[21:51:08] | jab416171 (jab416171!~jab416171@c-24-2-67-176.hsd1.ut.comcast.net) has quit (Max SendQ exceeded) | |
[21:51:26] | zentec (zentec!~zentec@68-188-175-3.dhcp.bycy.mi.charter.com) has joined #mythtv | |
[21:51:39] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv | |
[21:51:39] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv | |
[21:51:40] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has joined #mythtv | |
[21:51:40] | Captain_Murdoch2 (Captain_Murdoch2!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has joined #mythtv | |
[21:51:40] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has joined #mythtv | |
[21:51:40] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has joined #mythtv | |
[21:51:42] | jab416171 (jab416171!~jab416171@c-24-2-67-176.hsd1.ut.comcast.net) has joined #mythtv | |
[21:51:43] | jab416171 (jab416171!~jab416171@c-24-2-67-176.hsd1.ut.comcast.net) has quit (Max SendQ exceeded) | |
[21:53:12] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (*.net *.split) | |
[21:53:12] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (*.net *.split) | |
[21:53:12] | sphery (sphery!~mdean@mythtv/developer/sphery) has quit (*.net *.split) | |
[21:53:12] | ghoti (ghoti!~paul@hq.experiencepoint.com) has quit (*.net *.split) | |
[21:53:14] | aberrios_ (aberrios_!~aberrios@195.130.201.200) has quit (*.net *.split) | |
[21:53:15] | dblain (dblain!~dblain@mythtv/developer/dblain) has quit (*.net *.split) | |
[21:53:15] | Anssi (Anssi!anssi@kodi/staff/anssi) has quit (*.net *.split) | |
[21:53:55] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[21:53:55] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv | |
[21:53:55] | sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv | |
[21:53:55] | ghoti (ghoti!~paul@hq.experiencepoint.com) has joined #mythtv | |
[21:53:55] | aberrios_ (aberrios_!~aberrios@195.130.201.200) has joined #mythtv | |
[21:53:55] | dblain (dblain!~dblain@mythtv/developer/dblain) has joined #mythtv | |
[21:53:55] | Anssi (Anssi!anssi@kodi/staff/anssi) has joined #mythtv | |
[21:54:05] | ghoti (ghoti!~paul@hq.experiencepoint.com) has quit (Max SendQ exceeded) | |
[21:54:09] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has quit (*.net *.split) | |
[21:54:12] | jams_ (jams_!~jams@cpe-173-89-45-47.wi.res.rr.com) has quit (*.net *.split) | |
[21:54:13] | alan` (alan`!alan@abacus.kwzs.be) has quit (*.net *.split) | |
[21:54:13] | sheedy-away (sheedy-away!sheedy@kde/developer/sheedy) has quit (*.net *.split) | |
[21:54:13] | tris (tris!tristan@2001:1868:a00a::4) has quit (*.net *.split) | |
[21:54:13] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (*.net *.split) | |
[21:54:13] | nephyrin (nephyrin!~neph@nemu.pointysoftware.net) has quit (*.net *.split) | |
[21:54:13] | ElmerFudd (ElmerFudd!~le@87-55-166-130-static.dk.customer.tdc.net) has quit (*.net *.split) | |
[21:54:27] | ghoti (ghoti!~paul@hq.experiencepoint.com) has joined #mythtv | |
[21:54:44] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has joined #mythtv | |
[21:54:44] | jams_ (jams_!~jams@cpe-173-89-45-47.wi.res.rr.com) has joined #mythtv | |
[21:54:44] | alan` (alan`!alan@abacus.kwzs.be) has joined #mythtv | |
[21:54:44] | sheedy-away (sheedy-away!sheedy@kde/developer/sheedy) has joined #mythtv | |
[21:54:44] | tris (tris!tristan@2001:1868:a00a::4) has joined #mythtv | |
[21:54:44] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[21:54:44] | nephyrin (nephyrin!~neph@nemu.pointysoftware.net) has joined #mythtv | |
[21:54:44] | ElmerFudd (ElmerFudd!~le@87-55-166-130-static.dk.customer.tdc.net) has joined #mythtv | |
[21:54:56] | XDS2010 (XDS2010!sid1218@gateway/web/irccloud.com/x-txdncwvatycrelvy) has quit (*.net *.split) | |
[21:54:56] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (*.net *.split) | |
[21:54:56] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has quit (*.net *.split) | |
[21:54:56] | aloril (aloril!~aloril@dsl-tkubrasgw2-50defd-78.dhcp.inet.fi) has quit (*.net *.split) | |
[21:54:56] | ryao (ryao!~ryao@gentoo/developer/ryao) has quit (*.net *.split) | |
[21:59:26] | XDS2010 (XDS2010!sid1218@gateway/web/irccloud.com/x-txdncwvatycrelvy) has joined #mythtv | |
[21:59:29] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[21:59:29] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has joined #mythtv | |
[21:59:30] | aloril (aloril!~aloril@dsl-tkubrasgw2-50defd-78.dhcp.inet.fi) has joined #mythtv | |
[21:59:30] | ryao (ryao!~ryao@gentoo/developer/ryao) has joined #mythtv | |
[22:01:14] | ryao (ryao!~ryao@gentoo/developer/ryao) has quit (Max SendQ exceeded) | |
[22:01:37] | ryao (ryao!~ryao@gentoo/developer/ryao) has joined #mythtv | |
[22:01:41] | Warped (Warped!~Warped@108.85.160.119) has joined #mythtv | |
[22:02:31] | zentec (zentec!~zentec@68-188-175-3.dhcp.bycy.mi.charter.com) has quit (*.net *.split) | |
[22:02:31] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit (*.net *.split) | |
[22:02:31] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (*.net *.split) | |
[22:02:31] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has quit (*.net *.split) | |
[22:02:31] | Captain_Murdoch2 (Captain_Murdoch2!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has quit (*.net *.split) | |
[22:02:31] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has quit (*.net *.split) | |
[22:02:31] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has quit (*.net *.split) | |
[22:04:13] | dekarl: | tgm4883: oh, on the PPA master has version number 0.28! So its just me :/ So it is not just taking whatever it finds in the first line here? https://github.com/MythTV/packaging/blob/mast . . . changelog.in |
[22:06:12] | zentec (zentec!~zentec@68-188-175-3.dhcp.bycy.mi.charter.com) has joined #mythtv | |
[22:06:12] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv | |
[22:06:12] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv | |
[22:06:12] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has joined #mythtv | |
[22:06:12] | Captain_Murdoch2 (Captain_Murdoch2!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has joined #mythtv | |
[22:06:12] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has joined #mythtv | |
[22:06:12] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has joined #mythtv | |
[22:08:12] | dekarl: | should there be a "if master then GIT_MAJOR_RELEASE=28" around https://github.com/MythTV/packaging/blob/mast . . . debs.sh#L101 ? |
[22:09:51] | dekarl: | not hardcoding the version via a changelog entry looks attractive. although I bet there is a downside to it, too |
[22:24:16] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit () | |
[22:49:50] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-210-18.lns20.mel8.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
[23:21:13] | Warped (Warped!~Warped@108.85.160.119) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]) | |
[23:21:24] | len (len!~quassel@75-168-45-25.mpls.qwest.net) has joined #mythtv | |
[23:29:08] | tgm4883: | dekarl: well it works like it should on our build scripts, I'd have to look at why it didn't work for you |
[23:29:20] | tgm4883: | I'm still betting it's not switching branches correctly |
[23:33:15] | dekarl: | tgm4883: should that be "fixes/0.27;lucid" at http://bazaar.launchpad.net/~mythbuntu/mythbu . . . ommon.sh#L18 ? |
[23:33:54] | superm1 (superm1!uid4318@ubuntu/member/superm1) has quit (Remote host closed the connection) | |
[23:33:57] | tgm4883: | dekarl: appears so |
[23:36:22] | dekarl: | I see that you set GIT_MAJOR_RELEASE outside of the script in the packaging repo at http://bazaar.launchpad.net/~mythbuntu/mythbu . . . gets.py#L181 |
[23:36:47] | tgm4883: | yep |
[23:37:30] | tgm4883: | dekarl: all that should be figured out automatically |
[23:38:17] | tgm4883: | I'd have to dig through the code though, it's been awhile since I wrote that |
[23:40:02] | dekarl: | no worries, we identified the difference between getting 0.28 in the PPA and 0.27 locally, I invoke the packaging in a different way |
[23:42:25] | dekarl: | we could add a logic similar to "if master then its the top changelog entry +1" like it is in your daily build script |
[23:43:50] | tgm4883: | dekarl: isn't that what it does already |
[23:44:35] | tgm4883: | dekarl: yea it does http://bazaar.launchpad.net/~mythbuntu/mythbu . . . gets.py#L123 |
[23:44:50] | dekarl: | yes, that is where I got the inspiration from ;) |
[23:45:10] | tgm4883: | dekarl: well I think the problem is that you build master from the fixes packaging branch |
[23:45:21] | tgm4883: | so it built master code using fixes/0.27 packaging |
[23:45:22] | dekarl: | tgm4883: I don't |
[23:45:31] | tgm4883: | which is why it did the incorrect version number |
[23:46:02] | dekarl: | but the master changelog has 0.27 as newest released version |
[23:46:16] | tgm4883: | dekarl: well that all gets changed during build I think |
[23:46:17] | tgm4883: | sec |
[23:46:41] | tgm4883: | dekarl: yea that gets changed here https://github.com/MythTV/packaging/blob/mast . . . debs.sh#L173 |
[23:46:58] | dekarl: | https://github.com/MythTV/packaging/blob/mast . . . changelog.in 2:0.27.0~master.20130828.b2b7022–0ubuntu1 |
[23:47:45] | tgm4883: | yes, but that number gets completely changed as a new entry is added via the dch command |
[23:47:58] | dekarl: | GIT_MAJOR_RELEASE will contain the number behind fixes/0. if that is the branch name |
[23:48:21] | dekarl: | if not, then it gets $(dpkg-parsechangelog | sed '/^Version/!d; s/.*[0–9]:0.//; s/~.*//; s/+.*//' | awk -F. '{print $1 }') |
[23:48:36] | dekarl: | so the changelog gets updated with the version from the changelog on master ;) |
[23:52:35] | tgm4883: | sec |
[23:54:38] | tgm4883: | dekarl: everything you said looks correct, but we aren't doing anything different on our build server before uploading it to the PPA |
[23:54:50] | tgm4883: | superm1 isn't online right now, but he might know more |
[23:54:57] | tgm4883: | or if I look at this again when I'm not so tired |
[23:55:16] | dekarl: | tgm4883: you set GIT_MAJOR_RELEASE externally :) |
[23:55:42] | dekarl: | I let it determine it on its own |
[23:56:01] | tgm4883: | how are you running the build? |
[23:56:26] | tgm4883: | are you just running "./build_deb.sh" |
[23:56:38] | dekarl: | I call it like "/home/user/packaging/deb/build-debs.sh master /home/user/debbuild.tmp/" manually |
[23:57:50] | dekarl: | I think I could just prepend a "GIT_MAJOR_RELEASE=28 " to that |
[23:58:22] | tgm4883: | dekarl: yea that would probably work |
[23:58:36] | tgm4883: | I'm not thinking straight right now, tough day at work |
[23:58:52] | tgm4883: | so if you've got a patch that you think we should apply to that, I'd shoot it to superm1 for review |
[23:59:30] | dekarl: | sounds good, first attempt didn't work, will look at it again. 1am over here, hitting sack |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.