@archcomp; sounds like something not matching out or built out of order. i would try to do a pacman update pacman -Syu, followed by a reboot. then build myth again and then check and see if the libs match out correctly
Search Criteria
Package Details: mythtv-git 34.0.r23.g9b54f1a672-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mythtv-git.git (read-only, click to copy) |
---|---|
Package Base: | mythtv-git |
Description: | A Homebrew PVR project (Stable '-fixes' branch) |
Upstream URL: | https://www.mythtv.org/ |
Licenses: | GPL |
Conflicts: | mythtv |
Provides: | mythtv |
Submitter: | JohnLBergqvist |
Maintainer: | JohnLBergqvist |
Last Packager: | JohnLBergqvist |
Votes: | 36 |
Popularity: | 0.000671 |
First Submitted: | 2023-04-10 09:11 (UTC) |
Last Updated: | 2024-06-30 17:31 (UTC) |
Dependencies (63)
- exiv2 (exiv2-gitAUR)
- fftw
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libavc1394
- libbluray (libbluray-gitAUR)
- libhdhomerunAUR (libhdhomerun-gitAUR)
- libiec61883
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libvdpau
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxrandr (libxrandr-gitAUR)
- libzip (libzip-gitAUR)
- lzo
- python-pyqt5-webengine
- Show 43 more dependencies...
Required by (19)
- hdhomerun_config_gui (requires mythtv) (optional)
- mythplugins-mytharchive (requires mythtv)
- mythplugins-mytharchive (make)
- mythplugins-mythbrowser (requires mythtv)
- mythplugins-mythbrowser (make)
- mythplugins-mythgame (requires mythtv)
- mythplugins-mythgame (make)
- mythplugins-mythmusic (requires mythtv)
- mythplugins-mythmusic (make)
- mythplugins-mythnetvision (make)
- mythplugins-mythnetvision (requires mythtv)
- mythplugins-mythnews (make)
- mythplugins-mythnews (requires mythtv)
- mythplugins-mythweather (make)
- mythplugins-mythweather (requires mythtv)
- mythplugins-mythweb (make)
- mythplugins-mythweb (requires mythtv)
- mythplugins-mythzoneminder (make)
- mythplugins-mythzoneminder (requires mythtv)
Sources (6)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 31 Next › Last »
glenb77 commented on 2023-08-03 23:39 (UTC)
archcomp commented on 2023-08-03 23:10 (UTC)
Yes, I'm very sure pyqt5-webengine is installed.
glenb77 commented on 2023-08-02 14:02 (UTC)
are you sure you have pyqt5-webengine installed. if not install and rebuild.
archcomp commented on 2023-08-02 13:58 (UTC)
After removing qt5-webkit, I succeeded in building the mythtv-git package.
However on starting mythbackend, I immediately get:
error while loading shared libraries: libQt5WebKitWidgets.so.5: cannot open shared object file: No such file or directory
So, I tried tried a few things, no luck. Now I'm afraid I can use some help. Does anyone have any suggestions?
keepitsimpleengr commented on 2023-07-12 15:32 (UTC)
@glenb77 Thanks! Saved the day, not only only for my server but also on a client I had let slide.
glenb77 commented on 2023-07-10 22:36 (UTC)
@keepitsimpleengr this looks like what i had. fixed by removing old pkg qt5-webkit which was removed as dependency a while back in favor of pyqt5-webengine.
when i removed the old pkg it compiled again
keepitsimpleengr commented on 2023-07-10 22:29 (UTC) (edited on 2023-07-12 15:33 (UTC) by keepitsimpleengr)
After 9 years of using mythtv, I am finally unable to get it to compile successfully
/usr/bin/ld: /usr/lib/libQt5WebKit.so: undefined reference to `uset_openPattern_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so: undefined reference to `unum_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so: undefined reference to `uenum_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so: undefined reference to `ubrk_getRuleStatus_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so: undefined reference to `u_memcasecmp_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so: undefined reference to `u_errorName_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so: undefined reference to `uset_addAll_72'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:601: mythfrontend] Error 1
make[2]: Leaving directory '/home/ljohnson/aur2/mythtv-git/src/mythtv/mythtv/programs/mythfrontend'
make[1]: *** [Makefile:92: sub-mythfrontend-make_first] Error 2
make[1]: Leaving directory '/home/ljohnson/aur2/mythtv-git/src/mythtv/mythtv/programs'
make: *** [Makefile:66: programs] Error 2
==> ERROR: A failure occurred in build().
Aborting...
I use an AUR folder, git clone https://aur.archlinux.org/mythtv-git.git and makepkg -i
I am at a loss here.... ... .. . Note: SOLVED! by @glenb77
glenb77 commented on 2023-07-03 20:07 (UTC)
thanks for the help @jfabernathy. looks like it was that old qt5-webkit that was breaking it. so i got rid of that and it builds again.
jfabernathy commented on 2023-07-03 16:15 (UTC)
My install was a fresh Archlinux install via archinstall script. I used yay -S mythtv-git to install. So nothing extra installed.
I have qt5-base and pyqt5-webengine and qt5-webengine
qt5-locations is not installed but qt5-location is installed.
I went ahead and did a complete backend install and have a working mythtv combo running in the VM. Since then I edited the PKGBUILD to install the Master version of mythtv. That worked on the same VM. I've since modified the PKGBUILD to install mythtv on a Raspberry PI 4. Building right now.
glenb77 commented on 2023-07-03 15:35 (UTC)
@jfabernathy, thanks. do you have the three qt5 packages that i referenced just below and icu installed. ? i did just find i had an old qt5-webkit installed which has been replace a while ago. so i removed that. plan to backup and test again later. thanks jim for some leads on this
Pinned Comments
JohnLBergqvist commented on 2023-04-10 15:56 (UTC) (edited on 2023-04-10 15:57 (UTC) by JohnLBergqvist)
This package replaces the previous 'mythtv' AUR package. It has been renamed to comply with Arch's VCS package guidelines.
I hope to update the various mythplugins AUR packages soon