Package Details: goldendict-webengine-pr-git 22.12.02.r66.7b4a8328.7da1ccf2-1

Git Clone URL: https://aur.archlinux.org/goldendict-webengine-pr-git.git (read-only, click to copy)
Package Base: goldendict-webengine-pr-git
Description: Feature-rich dictionary lookup program supporting multiple dictionary formats
Upstream URL: https://github.com/goldendict/goldendict/pull/1542
Licenses: GPL3
Conflicts: goldendict
Provides: goldendict
Submitter: vedg
Maintainer: vedg
Last Packager: vedg
Votes: 6
Popularity: 0.33
First Submitted: 2022-12-02 11:35 (UTC)
Last Updated: 2023-09-14 11:54 (UTC)

Pinned Comments

vedg commented on 2022-12-02 11:54 (UTC)

This package is based on my Qt WebEngine pull request (Upstream URL). The upstream master branch is pulled in by default. A comment in the PKGBUILD advises what to do if merging upstream master fails.

If you wish to include a fix or a feature from some of my other pull requests, uncomment and possibly modify one or more of the _pull_we lines in the PKGBUILD.

Latest Comments

1 2 3 4 Next › Last »

vedg commented on 2024-04-01 17:29 (UTC)

@vedg Any plans for qt6? Just asking because it's inevitable in the nearest future I guess.

No definite plans yet. It makes sense to wait for a Qt WebEngine port reviewer and merge the branch into master first. Otherwise, I'll have to maintain and fix merge conflicts in further divergent branch(es) myself. Right now 450 Arch packages depend on qt5-base. If the Qt 4 history is any indication, Qt 5 will be officially packaged for several years from now.

TheExplorer commented on 2024-04-01 12:01 (UTC)

@vedg Any plans for qt6? Just asking because it's inevitable in the nearest future I guess.

vedg commented on 2024-03-31 09:23 (UTC)

GoldenDict segfaults recently very often, not sure what causes it. I just go through history one-by-one, and then segfault.

Can't reproduce on Manjaro. If the issue remains after rebuilding, obtain a more informative backtrace by building GoldenDict with debug symbols (or making a debug build via qmake-qt5 "CONFIG+=debug" ../goldendict.pro) and report on GitHub.

aksr commented on 2024-03-31 09:13 (UTC) (edited on 2024-03-31 09:15 (UTC) by aksr)

vedg: GoldenDict segfaults recently very often, not sure what causes it. I just go through history one-by-one, and then segfault.

Backtrace:

Thread 7 "Thread (pooled)" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffc28006c0 (LWP 1206344)]
0x00007fffdae9ce3d in ?? () from /usr/lib/libpcre2-16.so.0
(gdb) backtrace 
#0  0x00007fffdae9ce3d in ??? () at /usr/lib/libpcre2-16.so.0
#1  0x00007fffdae87376 in pcre2_code_free_16 () at /usr/lib/libpcre2-16.so.0
#2  0x00007fffebf85255 in QRegularExpression::~QRegularExpression() () at /usr/lib/libQt5Core.so.5
#3  0x00005555556a6e19 in ??? ()
#4  0x00007fffebef0631 in ??? () at /usr/lib/libQt5Core.so.5
#5  0x00007fffebeeb88a in ??? () at /usr/lib/libQt5Core.so.5
#6  0x00007fffeb8a955a in ??? () at /usr/lib/libc.so.6
#7  0x00007fffeb926a3c in ??? () at /usr/lib/libc.so.6
(gdb) 

TheExplorer commented on 2024-01-07 19:07 (UTC)

@vedg Wel... I simply removed 'qt5-styleplugins' and now it works! Phew... Thank you for hints! Cheers.

TheExplorer commented on 2024-01-07 19:05 (UTC)

@vedg Thank you for such fast response! 'pacman -Qs' command gives nothing. qt5-styleplugins is present and I can't really remember why it is even on my system... Ok, will try to rebuild it too.

vedg commented on 2024-01-07 18:59 (UTC) (edited on 2024-01-07 19:00 (UTC) by vedg)

Cannot mix incompatible Qt library (5.15.11) with this library (5.15.12) Aborted

I guess you have updated some Qt packages to 5.15.12, but not all of them. Run pacman -Qs qt5- | grep 5.15.11 to find out which qt5 packages remain to be updated. Or maybe you forgot to rebuild the qt5-styleplugins AUR package after the Qt update?

TheExplorer commented on 2024-01-07 18:33 (UTC)

@vedg Damn, looks like I cannot run goldendict (with qt5-webkit) too. It just says the same:

Cannot mix incompatible Qt library (5.15.11) with this library (5.15.12) Aborted

TheExplorer commented on 2024-01-07 18:03 (UTC)

@vedg I have a problem running goldendict. The package qt5-webengine got updated to 5.15.16-2 and now I get this when I try to run it (though it compiled OK):

Cannot mix incompatible Qt library (5.15.11) with this library (5.15.12) Aborted