Tuesday, July 27th, 2021, 00:12 UTC | ||
[00:12:41] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Remote host closed the connection) | |
[00:12:57] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv | |
[01:03:57] | gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has quit (Ping timeout: 258 seconds) | |
[01:16:58] | gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has joined #mythtv | |
[02:23:47] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
[02:47:23] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
[04:47:26] | gigem (gigem!~david@47.189.184.10) has quit (Ping timeout: 258 seconds) | |
[04:47:48] | gigem (gigem!~david@47.189.184.10) has joined #mythtv | |
[05:57:46] | warpme_ (warpme_!uid391875@id-391875.brockwell.irccloud.com) has joined #mythtv | |
[06:07:53] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
[06:55:50] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[06:55:50] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth2 | |
[06:59:33] | markspieth (markspieth!~markspiet@mythtv/developer/markspieth) has quit (Ping timeout: 256 seconds) | |
[07:35:32] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has quit (Read error: Connection reset by peer) | |
[07:35:40] | markspieth (markspieth!~markspiet@202.169.118.74) has joined #mythtv | |
[07:35:41] | markspieth (markspieth!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[07:35:41] | markspieth (markspieth!~markspiet@202.169.118.74) has quit (Changing host) | |
[07:35:41] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth | |
[08:00:23] | DevMythNotifyBot: | COMMIT: stuarta pushed 3 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/d633 . . . c3b963dfaa78 |
[08:24:37] | Steve-Goodey: | Change offset to offset. Freaky! |
[08:36:48] | stuarta: | :-p |
[08:44:55] | stuarta: | i like these commit notifications in here |
[09:27:10] | stuarta: | bah, even converting the data returned by the tzcheck to a qdatetime doesn't help as it still isn't valid |
[11:41:22] | Roklobster (Roklobster!~Dirkka@159-196-234-45.9fc4ea.mel.nbn.aussiebb.net) has quit (Ping timeout: 240 seconds) | |
[12:42:18] | Steve_Goodey (Steve_Goodey!~steve@2a00:23c5:7d83:6501:ea51:ff78:66a5:fb8) has joined #mythtv | |
[12:46:49] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Ping timeout: 268 seconds) | |
[13:41:56] | gtb: | stuarta: hampton: FWIW, I got a RHBZ update that the fix for pcre2 has been pushed to fedora rawhide (as usual, your mirror delay will vary). |
[13:46:08] | stuarta: | ah yes, i too have this update |
[13:48:48] | gtb: | Presuming the fix works for MythTV, someone with interest should probably open equivalent bugs with arch and tumbleweed who also are using 10.37 without the patch (I am disinclined to create accounts in those bug tracking databases; I already get enough bug/issue "spam"). |
[13:51:00] | stuarta: | the volume of that i get is silly. |
[13:51:27] | stuarta: | mainly because i'm on the openshift github updates, i get about 3k per week from that |
[13:51:31] | stuarta: | sometimes more |
[13:52:57] | stuarta: | the one driving me mad atm is the tz check with mariadb 10.6 |
[13:56:40] | gtb: | I had momentarily thought about looking at that, but given the P1 bug with Qt itself after the 10.6 "fix" of versioning, I decided that this was going to be more than just a trivial issue to resolve in any case (while I could probably write a fix for Qt for testing, rebuilding all of Qt and then installing both it and mariadb 10.6 was just a bridge too far for the weekend). |
[13:58:24] | gtb: | btw, I presume that after some settling in the development branch it will be necessary to backport the offset patch to fixes/31. |
[14:02:20] | stuarta: | likely |
[14:06:22] | stuarta: | the tzcheck issue will probably end up being a revert in mariadb |
[14:06:44] | stuarta: | if the fix does end up in qt, will it be back ported? who knows |
[14:11:23] | gtb: | The changing of the mariadb versioning was clearly not completely thought through as to its implications across the ecosystem, nor with sufficient advanced notice for others to prepare. |
[14:14:40] | gtb: | On the other hand, I am sure any Qt patch that is needed to be backported to 5.15 will be made available to The Qt Company LTS subscribers..... |
[14:19:56] | stuarta: | well that is curious. checking QSqlDriver::hasFeatures for preparedQueries, shows that it support it |
[14:20:17] | stuarta: | now if that check was failing (due to the mariadb change), then it should return false |
[14:23:17] | gtb: | That is curious. So perhaps my reference was just an unintentional red herring. |
[14:23:30] | stuarta: | it was certainly worth checking |
[14:24:17] | stuarta: | on a slight tangent, if it didn't support prepared queries, then the prepare become an immediate exec, which for the tz query makes zero difference, as there is no data binding |
[14:25:05] | gtb: | On the other hand, according to the code I looked at, Qt should not set that the DB supports prepare. |
[14:25:22] | stuarta: | it's returning a single row, which qvariant tells me is a qdatetime object, yet i don't get a valid qdate time even when the tz support is installed |
[14:26:59] | stuarta: | it's making my head hurt |
[14:27:04] | gtb: | ... although depending on distro, the packaging for the connector library may not be installed/upgraded at the same time as a server upgrade. |
[14:49:03] | gtb: | I suppose one could cheat and rather than check the result of convert_tz, one could use a "select count(convert_tz(now(), 'SYSTEM', 'Etc/UTC'));" and see if the returned value is greater than 0. I would not be surprised that just pushes the problem to some later query |
[14:53:10] | stuarta: | it must be something fairly fundamental |
[14:53:44] | stuarta: | btw. i finally found an easy way to setup an arch vm. start with their cloud image |
[14:58:33] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[14:58:33] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[15:03:02] | gtb: | re: arch install. Excellent idea. Thanks. Using cloud images should have occurred to me at some point (but did not) since installing the cloud image is also the way (only way, as I recall) to get a Amazon Linux VMs installed for testing. |
[15:08:07] | stuarta: | cloud images are my new favourite way to get test systems up and running quickly |
[15:24:44] | gtb: | re: cloud images. And now that virt-manager (and cockpit) easily support cloud-init functionality at install time it is something I do need to migrate to (but old finger muscle memory was used to installing from scratch). |
[15:25:34] | markspieth (markspieth!~markspiet@202.169.118.74) has joined #mythtv | |
[15:25:34] | markspieth (markspieth!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[15:25:34] | markspieth (markspieth!~markspiet@202.169.118.74) has quit (Changing host) | |
[15:25:34] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth | |
[17:30:07] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[18:09:31] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[18:09:31] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[18:16:10] | paul-h (paul-h!~paul@pres-25-b2-v4wan-161467-cust2666.vm29.cable.virginm.net) has joined #mythtv | |
[18:16:10] | paul-h (paul-h!~paul@mythtv/developer/paul-h) has joined #mythtv | |
[18:16:10] | paul-h (paul-h!~paul@pres-25-b2-v4wan-161467-cust2666.vm29.cable.virginm.net) has quit (Changing host) | |
[18:16:10] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v paul-h | |
[19:55:57] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[20:13:59] | markspieth (markspieth!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[20:13:59] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth | |
[20:23:53] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Ping timeout: 255 seconds) | |
[20:24:00] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv | |
[20:24:23] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (Ping timeout: 268 seconds) | |
[20:24:35] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[20:24:35] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v stuarta | |
[20:34:11] | Steve_Goodey (Steve_Goodey!~steve@2a00:23c5:7d83:6501:ea51:ff78:66a5:fb8) has quit (Quit: Konversation terminated!) | |
[21:37:20] | warpme_ (warpme_!uid391875@id-391875.brockwell.irccloud.com) has quit (Quit: Connection closed for inactivity) | |
[22:30:52] | markspieth2 (markspieth2!~markspiet@1.152.108.193) has joined #mythtv | |
[22:30:52] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[22:30:52] | markspieth2 (markspieth2!~markspiet@1.152.108.193) has quit (Changing host) | |
[22:30:52] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth2 | |
[22:32:44] | Roklobster (Roklobster!~Dirkka@159-196-234-45.9fc4ea.mel.nbn.aussiebb.net) has joined #mythtv | |
[22:34:03] | markspieth (markspieth!~markspiet@mythtv/developer/markspieth) has quit (Ping timeout: 246 seconds) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.