MythLogBot@irc.libera.chat :: #mythtv

Daily chat history

Current users (21):

ChanServ, DevMythNotifyBot, frobnic, gigem, GreyFoxx, gtb, hampton, ijc, knowledgejunkie, kwizart_, mkbloke, MythBuild, MythLogBot, peper03, poptix, Roklobster, sphery, tonsofpcs, troyt, Warped, zbot
Wednesday, July 21st, 2021, 00:01 UTC
[00:01:45] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Ping timeout: 268 seconds)
[00:02:00] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv
[00:08:08] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[01:01:24] amessina (amessina!~amessina@user/amessina) has quit (Quit: Konversation terminated!)
[01:15:53] peper03 (peper03!~peper03@cpc80071-stkp11-2-0-cust244.10-2.cable.virginm.net) has quit (Ping timeout: 258 seconds)
[01:27:05] peper03 (peper03!~peper03@cpc80071-stkp11-2-0-cust244.10-2.cable.virginm.net) has joined #mythtv
[05:45:21] warpme_ (warpme_!uid391875@id-391875.brockwell.irccloud.com) has quit (Quit: Connection closed for inactivity)
[06:33:03] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv
[07:01:22] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Remote host closed the connection)
[07:01:38] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv
[07:17:22] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Ping timeout: 258 seconds)
[07:17:29] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv
[08:28:46] warpme_ (warpme_!uid391875@id-391875.brockwell.irccloud.com) has joined #mythtv
[08:50:47] stuarta: hampton: do you have to hand the bz / upstream issue for the pcre2 bug?
[09:02:21] stuarta: we probably should double check there are open issues against the pcre2 package on the various platforms we use
[09:36:14] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!)
[09:40:46] stuarta: ah, fished it out (thanks gtb) https://bugs.exim.org/show_bug.cgi?id=2764
[09:41:44] stuarta: irc logs are very useful
[10:20:52] gtb: Also see RHBZ 1965025 where comment 1 was made to the packager to be sure to include the upstream patch, but it would appear that the packager did not do so before building and pushing to rawhide. AFAIK no one has yet opened a new bug reporting the issue with the lack of the upstream patch.
[10:28:13] ** stuarta checks **
[10:29:18] stuarta: sigh
[10:31:10] gtb: I will add it to my countably infinite TODO list to open such a bug, but my copious free time value is currently in the negative, so it may take a bit of time to produce the needed reproducer for the proper bug report.
[10:49:40] JohnLBergqvist (JohnLBergqvist!~JohnLBerg@host109-154-208-94.range109-154.btcentralplus.com) has joined #mythtv
[10:50:26] JohnLBergqvist: Hi, ever since I upgraded mariadb to "Ver 15.1 Distrib 10.6.3-MariaDB", Mythtv is refusing to recongise that timezone support is installed. 2021-07–21 11:48:03.177063 I MSqlQuery::exec(DBManager1) SELECT CONVERT_TZ(NOW(), 'SYSTEM', 'Etc/UTC') <<<< Took 0ms, Returned 1 row(s)
[10:50:26] JohnLBergqvist: 2021-07–21 11:48:03.177099 E MySQL time zone support is missing. Please install it and try again. See 'mysql_tzinfo_to_sql' for assistance.
[10:50:53] JohnLBergqvist: If I run that query manually, I do get a valid result, so i'm confused as to why it thinks its not installed
[10:51:51] JohnLBergqvist: I'm using the latest fixes/31
[10:54:58] stuarta: curious
[10:55:17] stuarta: which platform?
[10:55:37] stuarta: i mean OS etc
[10:56:03] JohnLBergqvist: Arch
[10:58:36] JohnLBergqvist: https://pastebin.com/raw/D6zBDcRP
[10:58:51] JohnLBergqvist: So yeah, that's what I get when I run the query myself, which looks valid.
[10:59:01] JohnLBergqvist: It only started happening after I upgraded mariadb this morning.
[11:03:11] stuarta: ah the archlinux canary
[11:03:41] stuarta: i wonder if this uses a regexp to verify that response contains what it wants
[11:04:25] JohnLBergqvist: i'm building off of github
[11:04:38] stuarta: what pcre2? or mythtv?
[11:04:56] JohnLBergqvist: https://github.com/MythTV/mythtv/blob/fixes/3 . . . til.cpp#L869
[11:05:01] JohnLBergqvist: mythtv
[11:05:26] JohnLBergqvist: Is there any way to bypass this check?
[11:09:01] JohnLBergqvist: Looks like it's failing on line 879: return !query.value(0).isNull();
[11:09:46] stuarta: right, i get pretty much the same output from mysql as you do
[11:10:23] JohnLBergqvist: what version do you have?
[11:10:45] JohnLBergqvist: I upgraded from 10.5.9 to 10.6.3
[11:11:19] stuarta: did pcre2 get upgraded at the same time?
[11:11:56] stuarta: i'm expecting you now have pcre2–10.37
[11:12:15] ** hampton shakes his fist at pcre2 **
[11:13:11] stuarta: i have a suspicion that internally MSqlQuery (which inherits QSqlQuery) is behind the scenes using a regexp to split the result of the query into component values
[11:14:20] stuarta: JohnLBergqvist: we have a known bug in pcre2–10.37 which until now we had only observed issues with the unit tests on certain builders (arch was the first)
[11:14:36] JohnLBergqvist: oooh, let me check
[11:14:51] stuarta: i bet pcre2 was upgraded at the same time
[11:15:05] JohnLBergqvist: I have `10.37–1`
[11:15:10] JohnLBergqvist: would you like me to downgrade it if possible?
[11:15:11] stuarta: bingo!
[11:15:14] stuarta: yes please
[11:15:23] stuarta: 10.36 is fine
[11:15:43] JohnLBergqvist: Hmm, that version of PCRE2 was installed in May
[11:15:48] JohnLBergqvist: and i've certainly built mythtv since then
[11:15:56] stuarta: odd
[11:16:35] JohnLBergqvist: OK, i've downgraded, and i'm still getting the same problem
[11:17:19] stuarta: odd
[11:17:33] JohnLBergqvist: yeah
[11:17:35] ** stuarta hands the baton of debugging to hampton and goes to lunch **
[11:18:00] JohnLBergqvist: I regret upgrading mariadb, cos I now can't downgrade
[11:21:16] hampton: I have to leave in 10 minutes, but I can do some poking around later. My arch builder currently has mariadb 10.5.11 and pcre2 10.36.
[11:22:22] JohnLBergqvist: oh no
[11:22:45] hampton: Can you not downgrade mariadb because the older version isn't available or because it updated the database?
[11:22:51] JohnLBergqvist: Because it's updated the database
[11:24:15] JohnLBergqvist: OK, I have been able to rollback to 10.5.9 (still using pcre2–10.37), and the timezone check passes as expected
[11:24:23] JohnLBergqvist: So it's claearly mariadb that's the issue
[11:24:40] gtb: I believe there was a change somewhere in the 10.6.x cycle having to do with the script that loads the timezone database (as offset is now a keyword?) So you may need to re-run the loading of the timezone files (and then, of course, restart the server).
[11:25:50] JohnLBergqvist: No, i've done that
[11:25:54] JohnLBergqvist: no effec.t
[11:25:55] hampton: ok. please let us know if you see any other weirdness as pcre2 10.37 has a known issue.
[11:26:02] JohnLBergqvist: I haven't seen any
[11:26:16] JohnLBergqvist: Like I said, i upgraded to pcre2 several weeks ago with no problems
[11:26:30] JohnLBergqvist: it's only since upgrading to 10.6.3 of mariadb today, that i've seen problems
[11:28:07] hampton: Understood. pcre2 10.37 causes two previously working test cases to fail, thus the concern about it.
[11:28:11] gtb: FWIW, the offset keyword is likely going to require quoting of "offset" in a few database queries in MythTV (just like "system").
[11:28:13] JohnLBergqvist: i've been able to roll back to 10.5.9, and the problem disappears.
[11:31:52] JohnLBergqvist: Is it normal that i'm unable to sumit a ticket on trac?
[11:37:15] JohnLBergqvist (JohnLBergqvist!~JohnLBerg@host109-154-208-94.range109-154.btcentralplus.com) has quit (Quit: Leaving)
[11:41:02] JohnLBergqvist (JohnLBergqvist!~JohnLBerg@host109-154-208-94.range109-154.btcentralplus.com) has joined #mythtv
[11:41:09] JohnLBergqvist (JohnLBergqvist!~JohnLBerg@host109-154-208-94.range109-154.btcentralplus.com) has quit (Client Quit)
[11:41:43] JohnLBergqvist (JohnLBergqvist!~JohnLBerg@host109-154-208-94.range109-154.btcentralplus.com) has joined #mythtv
[11:41:50] JohnLBergqvist (JohnLBergqvist!~JohnLBerg@host109-154-208-94.range109-154.btcentralplus.com) has quit (Client Quit)
[11:42:11] JohnLBergqvist (JohnLBergqvist!~JohnLBerg@host109-154-208-94.range109-154.btcentralplus.com) has joined #mythtv
[11:46:28] stuarta: JohnLBergqvist: we use github issues now
[11:50:32] JohnLBergqvist: Ah OK
[12:02:12] JohnLBergqvist: https://github.com/MythTV/mythtv/issues/373
[12:02:40] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Ping timeout: 246 seconds)
[12:02:43] ** stuarta makes a mental note to add "new issue" notification to the notify bot **
[12:02:46] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv
[12:03:34] stuarta: hmmm, bug there somewhere which crashes it
[13:05:02] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[13:05:02] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[13:46:18] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv
[13:48:04] JohnLBergqvist (JohnLBergqvist!~JohnLBerg@host109-154-208-94.range109-154.btcentralplus.com) has quit (Quit: Leaving)
[13:49:20] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[14:02:16] Roklobster (Roklobster!~Dirkka@159-196-234-45.9fc4ea.mel.nbn.aussiebb.net) has quit (Ping timeout: 268 seconds)
[14:21:29] Steve-Goodey: Bot bingo, a full house? Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot], Semrush [Bot]
[14:27:39] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[14:27:39] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[14:31:08] DevMythNotifyBot: COMMIT: bennettpeter pushed 1 commit(s) to branch devel/http: https://github.com/MythTV/mythtv/compare/883c . . . 62704b661a39
[14:33:48] peterbennett: It is a rel pity that you cannot update a commit comment.
[14:33:58] stuarta: you can before you push
[14:34:04] stuarta: git commit --amend
[14:34:05] peterbennett: Add the reset of the Dvr methods -> Add the rest of the Dvr methods
[14:34:43] stuarta: you can also use that to set author if you forget
[14:34:47] peterbennett: My typo makes the description into nonsense
[14:35:05] stuarta: git commit --amend --author "name <email>"
[14:35:06] peterbennett: I guess in future I will check caefully before I push
[14:35:16] stuarta: it happens to everyone from time to time
[14:35:49] stuarta: we've all done it :)
[14:38:29] peterbennett: I should look at the git amend. I usually do git reset and try again when I notice it before the commit.
[14:38:45] peterbennett: before the push
[14:39:20] peterbennett: I am afraid my fingers get ahead of my brain.
[14:40:12] peterbennett: anyway, the services are coming along nicely. Mark did a good job with the server.
[14:40:19] stuarta: he did yes
[15:02:19] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[15:21:22] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[15:21:22] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[15:56:46] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[16:31:36] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[16:31:36] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[17:08:39] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[18:37:56] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[18:37:56] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[18:58:16] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[19:37:02] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[19:37:02] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[20:02:58] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[20:32:20] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[20:32:20] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[20:40:09] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[20:42:36] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[20:42:36] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[20:46:07] warpme_ (warpme_!uid391875@id-391875.brockwell.irccloud.com) has quit (Quit: Connection closed for inactivity)
[21:18:04] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[21:20:25] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[21:20:25] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[21:25:36] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!)
[21:35:37] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[22:26:20] frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has quit (Ping timeout: 252 seconds)
[22:28:06] frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has joined #mythtv
[22:42:42] Roklobster (Roklobster!~Dirkka@159-196-234-45.9fc4ea.mel.nbn.aussiebb.net) has joined #mythtv
[23:55:38] markspieth (markspieth!~markspiet@202.169.118.74) has joined #mythtv
[23:55:38] markspieth (markspieth!~markspiet@mythtv/developer/markspieth) has joined #mythtv
[23:55:38] markspieth (markspieth!~markspiet@202.169.118.74) has quit (Changing host)
[23:55:38] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth

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