| Monday, July 27th, 2015, 00:41 UTC | ||
| [00:41:35] | knightr (knightr!~Nicolas@mythtv/developer/knightr) has quit (Ping timeout: 244 seconds) | |
| [01:44:01] | mad_enz (mad_enz!~Enz@2607:f090:63e4:f8b6:5a94:6bff:fe58:33d0) has joined #mythtv | |
| [02:20:31] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 246 seconds) | |
| [02:21:41] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [02:57:02] | arescorpio (arescorpio!~arescorpi@217-242-16-190.fibertel.com.ar) has joined #mythtv | |
| [04:22:33] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has joined #mythtv | |
| [05:07:24] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-115-168.lns20.mel4.internode.on.net) has joined #mythtv | |
| [05:22:50] | arescorpio (arescorpio!~arescorpi@217-242-16-190.fibertel.com.ar) has quit (Quit: Leaving.) | |
| [06:17:49] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has quit (Quit: Leaving) | |
| [06:28:09] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has joined #mythtv | |
| [07:40:02] | SteveGoodey (SteveGoodey!~steve@host81-147-71-230.range81-147.btcentralplus.com) has joined #mythtv | |
| [07:52:49] | stuarta: | morning all |
| [08:04:54] | Roklobsta: | bonza morning to you |
| [08:18:11] | stuarta: | flamin' gala! |
| [08:27:22] | SteveGoodey: | No win at the bingo again huh? |
| [08:41:46] | stuartm: | morning again? Feel like it happens every day now |
| [08:42:02] | stuarta: | :) |
| [08:51:24] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has quit (Quit: Connection closed for inactivity) | |
| [09:27:38] | Roklobsta: | stuarta watches too much home and away |
| [09:29:58] | stuarta: | !trout Roklobsta |
| [09:29:58] | ** MythLogBot slaps Roklobsta with a trout on behalf of stuarta... ** | |
| [09:51:19] | pitz (pitz!~pitz@71-17-53-125.msjw.hsdb.sasknet.sk.ca) has quit (Ping timeout: 244 seconds) | |
| [10:21:55] | joki (joki!~joki@p5B36E915.dip0.t-ipconnect.de) has quit (Ping timeout: 240 seconds) | |
| [10:22:45] | joki (joki!~joki@p5B36E915.dip0.t-ipconnect.de) has joined #mythtv | |
| [12:54:33] | jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has joined #mythtv | |
| [13:11:37] | Seeker`: | trying to build the head of master, any idea why I'm getting compile errors related to Qt::RFC2822Date? On an up-to-date Ubuntu system |
| [13:15:34] | stuarta: | Seeker`: pastebin it? |
| [13:15:59] | stuarta: | otherwise it's like trying to read tea leaves |
| [13:16:10] | Seeker`: | http://pastebin.com/Kiwpm7KG |
| [13:17:25] | dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
| [13:18:49] | stuartm: | Seeker`: what version of QT are you using? |
| [13:19:43] | stuarta: | i have ubuntu 14.04.02 here and it's building fine |
| [13:19:59] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 244 seconds) | |
| [13:20:09] | Seeker`: | 5.4.1 I think |
| [13:20:36] | Seeker`: | I just installed qt5-default |
| [13:21:00] | stuartm: | I suspect it's linking QT4 libs or something – RFC2822Date was new to QT5, maybe even 5.2 |
| [13:21:43] | stuarta: | Seeker`: install the packages listed here https://github.com/MythTV/ansible/blob/master . . . /qt5-deb.yml |
| [13:21:51] | stuarta: | or you can just run the playbook to do it for you |
| [13:23:07] | Seeker`: | yeah, removing qt4-qmake makes ./configure fail. I'll work it out from here, thanks |
| [13:23:24] | stuarta: | ah, so it's using qt4. |
| [13:23:47] | stuarta: | you need to do `make distclean; find . -name Makefile -delete; git reset --hard; ./configure.....' |
| [13:24:31] | stuarta: | Seeker`: you can keep both qt4 and qt5 installed, you just need to do the above once to reset the qmake being used |
| [13:26:15] | Seeker`: | ah, I did the make distclean, but not the find part |
| [13:26:26] | stuarta: | yeah, it keeps references to the old qmake |
| [13:26:38] | Seeker`: | it got through ./configure now, so I'll leave it to build |
| [13:26:44] | stuarta: | should be fine |
| [13:26:46] | stuartm: | shouldn't be necessary, that's what distclean is supposed to do :( |
| [13:26:53] | Seeker`: | It's been a while since I rebuilt this :) |
| [13:27:02] | Seeker`: | Thanks for the help stuarts |
| [13:27:09] | stuarta: | stuartm: yeah, it's a weird oddity that |
| [13:27:33] | stuartm: | also we should fail in configure if it try to use the QT4 qmake, I thought we'd done that already but I guess not |
| [13:29:05] | stuarta: | it does |
| [13:29:21] | stuarta: | but i wonder if there's a corner case when using the old qmake to bootstrap |
| [13:31:33] | stuarta: | it's so rare we change between qt versions i can't be bothered even looking at why it does it |
| [13:33:51] | Seeker`: | how long ago did you switch versions? |
| [13:34:12] | stuarta: | months |
| [13:35:01] | stuarta: | Date: Tue Mar 31 18:10:22 2015 +0100 |
| [13:36:02] | stuarta: | https://github.com/MythTV/mythtv/commit/f5724 . . . 804b8bb084a9 |
| [13:39:08] | Seeker`: | yeah, I last built on 24th Feb |
| [13:46:43] | superm1 (superm1!uid4318@ubuntu/member/superm1) has joined #mythtv | |
| [14:16:11] | cybrNaut (cybrNaut!cybrNaut@unaffiliated/cybrnaut) has quit (Ping timeout: 256 seconds) | |
| [14:16:26] | letifosiferrari (letifosiferrari!~letifosif@216.207.42.132) has joined #mythtv | |
| [14:24:03] | cybrNaut (cybrNaut!cybrNaut@2001:0:53aa:64c:842:547f:bcca:66c4) has joined #mythtv | |
| [14:28:44] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has joined #mythtv | |
| [15:26:24] | bas-t (bas-t!~bas-t@52484E89.cm-4-1b.dynamic.ziggo.nl) has joined #mythtv | |
| [16:13:16] | urlgrey_ (urlgrey_!~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) has joined #mythtv | |
| [16:26:42] | letifosi_ (letifosi_!~letifosif@216.207.42.134) has joined #mythtv | |
| [16:26:58] | letifosi_ (letifosi_!~letifosif@216.207.42.134) has quit (Remote host closed the connection) | |
| [16:27:04] | letifosiferrari (letifosiferrari!~letifosif@216.207.42.132) has quit (Read error: Connection reset by peer) | |
| [16:27:28] | bas-t (bas-t!~bas-t@52484E89.cm-4-1b.dynamic.ziggo.nl) has quit (Quit: Ex-Chat) | |
| [16:27:30] | letifosiferrari (letifosiferrari!~letifosif@216.207.42.134) has joined #mythtv | |
| [16:28:28] | letifosiferrari (letifosiferrari!~letifosif@216.207.42.134) has quit (Client Quit) | |
| [16:41:04] | letifosiferrari (letifosiferrari!~letifosif@216.207.42.132) has joined #mythtv | |
| [17:43:02] | joki (joki!~joki@p5B36E915.dip0.t-ipconnect.de) has quit (Ping timeout: 244 seconds) | |
| [17:49:18] | joki (joki!~joki@p5B36EA66.dip0.t-ipconnect.de) has joined #mythtv | |
| [17:57:21] | sl1ce (sl1ce!~johnathan@pool-72-74-24-116.bstnma.fios.verizon.net) has quit (Ping timeout: 265 seconds) | |
| [18:23:57] | jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer) | |
| [18:26:32] | jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has joined #mythtv | |
| [18:42:25] | dekarl1 is now known as dekarl | |
| [20:17:48] | jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer) | |
| [20:19:38] | jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has joined #mythtv | |
| [21:06:27] | SteveGoodey (SteveGoodey!~steve@host81-147-71-230.range81-147.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
| [21:08:07] | lautriv_ (lautriv_!~lautriv@f050082127.adsl.alicedsl.de) has joined #mythtv | |
| [21:08:53] | lautriv_: | hey there ;) #mythtv-users felt asleep, maye anyone could help me out regarding connection issues ? |
| [22:00:31] | urlgrey (urlgrey!~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) has joined #mythtv | |
| [22:03:22] | urlgrey_ (urlgrey_!~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) has quit (Ping timeout: 244 seconds) | |
| [22:35:35] | sl1ce (sl1ce!~johnathan@pool-72-74-24-116.bstnma.fios.verizon.net) has joined #mythtv | |
| [22:52:31] | letifosiferrari (letifosiferrari!~letifosif@216.207.42.132) has quit (Ping timeout: 244 seconds) | |
| [22:56:24] | lautriv_ (lautriv_!~lautriv@f050082127.adsl.alicedsl.de) has left #mythtv ("Leaving") | |
| [23:01:25] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has quit (Quit: Connection closed for inactivity) | |
| [23:51:50] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has joined #mythtv | |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.