MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (52):

Anssi, brfransen, ChanServ, clever, eharris, ElmerFudd, enyc, ghoti, gigem, GreyFoxx, hampton, ijc_, ilmostro, jheizer, jpabq, jya, kalamaja, knowledgejunkie, libsci, mad_enz, markspieth, markspieth2, MitchCapper, mkbloke, MythBuild, MythLogBot, Panic, poptix, pppingme, ramshadow, rhpot199`, RokLobsta, Simon--, sphery, Tobbe5178, tonsofpcs, tris, wangel, Warped, xris, zbot, davic, frobnic, MythNotifyBot_, ooshlablu, stuarta, _charly_, k-man, aloril, peper03, vesper, gregbert
Wednesday, February 5th, 2020, 01:38 UTC
[01:38:38] vesper (vesper!~ves@176.227.241.17) has joined #mythtv
[01:39:13] vesper11 (vesper11!~ves@31.169.122.17) has quit (Ping timeout: 265 seconds)
[02:23:11] ilmostro (ilmostro!~ilmostro@unaffiliated/ilmostro) has quit (Quit: Coyote finally caught me)
[02:36:14] ilmostro (ilmostro!~ilmostro@unaffiliated/ilmostro) has joined #mythtv
[06:49:00] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Quit: WeeChat 2.3)
[06:52:54] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:9be6:831c:4ed8:495d) has joined #mythtv
[06:52:54] Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey
[07:00:46] peterbennett (peterbennett!~pi@2601:183:100:b1:3064:15dd:b59c:afff) has joined #mythtv
[07:00:46] peterbennett (peterbennett!~pi@2601:183:100:b1:3064:15dd:b59c:afff) has quit (Changing host)
[07:00:46] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv
[07:00:46] Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett
[07:04:18] Warped (Warped!~Warped@unaffiliated/warped) has quit (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
[07:12:27] Warped (Warped!~Warped@unaffiliated/warped) has joined #mythtv
[07:16:48] markspieth22 (markspieth22!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[07:16:48] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth22
[07:20:05] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 264 seconds)
[07:34:57] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has joined #mythtv
[08:56:54] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:9be6:831c:4ed8:495d) has quit (Quit: Konversation terminated!)
[09:02:15] warpme_ (warpme_!uid391875@gateway/web/irccloud.com/x-kofzqlcmumhgpwlk) has joined #mythtv
[09:02:48] Merlin83b (Merlin83b!~Daniel@82.173.187.81.in-addr.arpa) has joined #mythtv
[09:07:39] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has quit (Ping timeout: 260 seconds)
[10:09:27] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has joined #mythtv
[10:31:29] markspieth22 (markspieth22!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 264 seconds)
[11:00:45] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[11:00:45] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[11:35:47] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:9be6:831c:4ed8:495d) has joined #mythtv
[11:35:47] Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey
[12:29:41] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 264 seconds)
[12:32:34] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[12:32:35] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[12:51:29] gregbert (gregbert!~gregbert@unaffiliated/gregbert) has joined #mythtv
[14:23:50] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has quit (Ping timeout: 268 seconds)
[15:08:43] warpme_: markk_: re. not working gles detection by configure: i think issue is double sysroot prefixing in https://github.com/MythTV/mythtv/blob/add1ed1 . . . figure#L6443 qmake already returns absolute path of qt includes. Prepending qt_inc/qt_libs variables with {sysroot} makes QtCore/QtCore "not found" in
[15:08:44] warpme_: https://github.com/MythTV/mythtv/blob/add1ed1 . . . figure#L6499 thus configure says "gles=no" as test fails due missing headers. Removing {sysroot} prepending fixes gles detection. (btw: the same prepending issue is with qt_libs)
[15:56:52] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has joined #mythtv
[16:26:24] SteveGoodey (SteveGoodey!~steve@host86-150-60-252.range86-150.btcentralplus.com) has joined #mythtv
[16:26:25] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey
[16:35:30] markk_: warpme_: what does config.ep show?? Nothing wrong with the includes here – is this a side effect of your build environment?
[16:56:05] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 264 seconds)
[16:59:21] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[16:59:21] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[17:05:03] warpme_: markk_: are You cross-building with sysroot being different than "/"?
[17:07:24] warpme_: i think current issue with https://github.com/MythTV/mythtv/blob/add1ed1 . . . figure#L6443 is that there is assumption that Qmake returns path relative to sysroot while in reality qmake returns absolute path....
[17:15:53] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 264 seconds)
[17:19:37] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has quit (Ping timeout: 265 seconds)
[17:34:15] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has joined #mythtv
[17:46:44] markk_: warpme_: ah – ok. with you now. It does return an absolute path here – and the code for other platforms does not use sysroot (does it apply?). Logically the android build is being cross-compiled from linux and doesn't use sysroot... so...
[17:47:28] warpme_: :-)
[17:52:21] Merlin83b (Merlin83b!~Daniel@82.173.187.81.in-addr.arpa) has quit (Quit: Leaving)
[17:58:01] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[17:58:01] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[18:09:53] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 264 seconds)
[18:11:49] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has quit (Ping timeout: 268 seconds)
[18:15:01] stuarta: peterbennett: thanks!
[18:46:16] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[18:46:16] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[18:52:38] gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has quit (Remote host closed the connection)
[19:03:41] gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has joined #mythtv
[19:41:30] peterbennett: stuarta: You are welcome :)
[19:57:48] gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has quit (Remote host closed the connection)
[20:42:14] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has joined #mythtv
[21:13:29] kalamaja (kalamaja!~kalamaja@95.153.20.2) has quit (Ping timeout: 258 seconds)
[21:16:19] kalamaja (kalamaja!~kalamaja@95.153.20.2) has joined #mythtv
[21:27:14] kalamaja (kalamaja!~kalamaja@95.153.20.2) has quit (Ping timeout: 240 seconds)
[21:29:25] markk_ (markk_!~mark@host109-149-186-43.range109-149.btcentralplus.com) has quit (Ping timeout: 272 seconds)
[21:30:56] kalamaja (kalamaja!~kalamaja@95.153.20.2) has joined #mythtv
[21:31:29] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 264 seconds)
[21:36:48] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[21:36:48] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[22:20:08] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:9be6:831c:4ed8:495d) has quit (Quit: Konversation terminated!)
[22:27:55] SteveGoodey (SteveGoodey!~steve@host86-150-60-252.range86-150.btcentralplus.com) has quit (Quit: Konversation terminated!)
[23:58:18] warpme_ (warpme_!uid391875@gateway/web/irccloud.com/x-kofzqlcmumhgpwlk) has quit (Quit: Connection closed for inactivity)

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.