MythLogBot@irc.libera.chat :: #mythtv

Daily chat history

Current users (25):

ChanServ, davic, enix, frobnic, gigem, hampton, ijc, mad_enz, Malmis, mkbloke, MythBuild, MythLogBot, MythNotifyBot, ooshlablu, PanicRide, peper03, poptix, pppingme, ringo, Steve-Goodey, stuarta, tonsofpcs, troyt, zbot, jpabq
Monday, December 29th, 2025, 03:40 UTC
[03:40:25] mad_enz (mad_enz!~mad_enz@2607:f2c0:e241:fe84:b6af:dc42:9cfa:7019) has quit (Read error: Connection reset by peer)
[03:41:02] mad_enz (mad_enz!~mad_enz@2607:f2c0:e241:fe84:11e7:f705:fd78:c022) has joined #mythtv
[07:14:28] Steve-Goodey (Steve-Goodey!~steve@2a00:23c8:a974:fa01:633e:bf8e:906e:c35f) has joined #mythtv
[10:50:05] Steve-Goodey (Steve-Goodey!~steve@2a00:23c8:a974:fa01:633e:bf8e:906e:c35f) has quit (Quit: Konversation terminated!)
[12:41:44] Steve-Goodey (Steve-Goodey!~steve@2a00:23c8:a974:fa01:633e:bf8e:906e:c35f) has joined #mythtv
[13:13:49] MythNotifyBot: issue assigned by linuxdude42, "void VideoDialog::playFolder() plays first video then terminates": https://github.com/MythTV/mythtv/issues/1233
[15:53:46] MythNotifyBot: issue closed by linuxdude42, "void VideoDialog::playFolder() plays first video then terminates": https://github.com/MythTV/mythtv/issues/1233
[15:53:46] MythNotifyBot: COMMIT: linuxdude42 pushed 6 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/5797 . . . 656e5012140d
[15:59:09] MythNotifyBot: COMMIT: linuxdude42 pushed 2 commit(s) to branch fixes/35: https://github.com/MythTV/mythtv/compare/1586 . . . 0d8ee67fee37
[17:23:57] troyt_ (troyt_!~troyt@2605:a601:8018:7402::1:3) has quit (Quit: AAAGH! IT BURNS!)
[17:24:23] troyt (troyt!~troyt@2605:a601:8018:7402::1:3) has joined #mythtv
[21:37:26] Steve-Goodey (Steve-Goodey!~steve@2a00:23c8:a974:fa01:633e:bf8e:906e:c35f) has quit (Quit: Konversation terminated!)
[21:40:07] MythNotifyBot: pull_request synchronize by ulmus-scott, "Update FFmpeg to version 8.0": https://github.com/MythTV/mythtv/pull/1223
[21:50:59] jpabq (jpabq!~quassel@71.92.158.110) has joined #mythtv
[21:51:58] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v jpabq
[21:51:58] jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv
[21:51:58] jpabq (jpabq!~quassel@71.92.158.110) has quit (Changing host)
[21:53:34] jpabq: I decided to try and build using cmake for the first time. https://github.com/MythTV/mythtv/blob/master/README.CMake.md does not mention needing to SUDO just to build, but that is the way it is behaving. Am I missing something?
[21:54:35] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has joined #mythtv
[21:56:54] ulmus-scott: cmake builds and installs with one command.  Add -DCMAKE_INSTALL_PREFIX=./build-qt5/install or similar, to the configuration cmake command.
[21:58:14] ulmus-scott: You could set CMAKE_INSTALL_PREFIX to something that is in your path, but for testing I just run it from inside the build directory.
[21:59:26] hampton: You only need to sudo if you're installing somewhere under /usr. I always compile into a directory somewhere under my home directory. Use the -DCMAKE_INSTALL_PREFIX=<install_location> argument to the "cmake --preset" command to set the install directory.
[22:06:35] jpabq: Is there a "install" command that would then take from the homedir-locatoin to a system-wide location, or do you then rsync?
[22:29:46] hampton: There's no secondary install command. You should be able to rsync your install directory to /usr, but I've never tried it. (The install directory contains bin, include, lib*, and share directories.) I run all my development out of temporary directories, and I use Gary's rpm build script for my production install.
[22:37:47] MythNotifyBot: COMMIT: linuxdude42 pushed 2 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/656e . . . 0111fc16f835
[22:45:15] MythNotifyBot: COMMIT: linuxdude42 pushed 1 commit(s) to branch fixes/35: https://github.com/MythTV/mythtv/compare/0d8e . . . d72f291f97e2
[22:47:12] MythNotifyBot: pull_request closed by linuxdude42, "Release BitReader and ByteReader code into the public domain": https://github.com/MythTV/mythtv/pull/1230
[22:47:12] MythNotifyBot: COMMIT: linuxdude42 pushed 3 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/0111 . . . 18ac838d6f97
[22:57:26] jpabq: FYI, but not important right now: I have spirv-tools installed (manually, ansible didn't do it), but i am getting "Package 'SPIRV-Tools' not found" under Fedora 44
[22:58:16] hampton: Its looking for /usr/lib64/pkgconfig/spirv.pc
[22:58:46] hampton: The cmake builds use pkg-config to find most of the dependencies
[23:00:31] hampton: You may also run into an issue with that. See https://bugzilla.redhat.com/show_bug.cgi?id=2423737
[23:04:18] hampton: Can't believe I didn't put a version number in that bug report. Its glslang-devel-16.0.0–1 that has the problem. glslang 15.x is fine. Waiting for a fix.
[23:05:57] MythNotifyBot: COMMIT: linuxdude42 pushed 5 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/18ac . . . b36f4aafac5a
[23:05:57] MythNotifyBot: pull_request closed by linuxdude42, "Minor cleanup to Goom code": https://github.com/MythTV/mythtv/pull/1228
[23:16:01] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has quit (Ping timeout: 272 seconds)
[23:22:01] Steve-Goodey (Steve-Goodey!~steve@2a00:23c8:a974:fa01:633e:bf8e:906e:c35f) has joined #mythtv
[23:27:21] gigem: You guys must be lost. Nothing of significance is supposed to happen here anymore! :)
[23:29:43] gigem: jpabq: fwiw, I build with -DCMAKE_INSTALL_PREFIX=/usr/local/mythtv on my devlopment desktop and then rsync that directory to my production frontends. I already have symlinks in /usr/local/bin pointing to the correspoding programs in /usr/local/mythtv/bin. I also have /usr/local/mythtv/lib in my /etc/ld.so.conf.
[23:32:12] gigem: ulmus-scott: Did you see the commits that warpme asked me to revert? I reverted them but still saw some timeous on my own clients. Perhaps it also needed the backend to be updated. I couldn't do that yesterday due to scheduled recordings and forgot to do it last night. I'll try to remember to do it tonight.

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