Package Details: kchmviewer 8.0-8

Git Clone URL: https://aur.archlinux.org/kchmviewer.git (read-only, click to copy)
Package Base: kchmviewer
Description: A .chm files (MS HTML help file format) viewer
Upstream URL: http://kchmviewer.sourceforge.net/
Licenses: GPL-3.0-or-later
Submitter: arojas
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 4
Popularity: 0.31
First Submitted: 2025-11-09 09:17 (UTC)
Last Updated: 2025-11-26 17:46 (UTC)

Latest Comments

1 2 Next › Last »

andreas_baumann commented on 2026-04-09 17:45 (UTC)

This is a dependency of qt5-webengine, you have to rebuild that package.

JoeCool commented on 2026-04-09 13:22 (UTC) (edited on 2026-04-10 16:42 (UTC) by JoeCool)

Since the last vpx update the package doesn't compile any more:

/usr/bin/ld: warning: libvpx.so.11, needed by /usr/lib/libQt5WebEngineCore.so, not found (try using -rpath or -rpath-link)

Just creating a symlink from libvpx.so.12.0.0 to libvpx.so.11 makes the existing binary work again.

EDIT: Recompiling is the better solution: https://aur.archlinux.org/packages/qt5-webengine Thanks!

Gus commented on 2025-12-08 11:14 (UTC)

Bonjour et Merci à vous qui m'avez dépanné. Depuis quelques jours il ne fonctionnais plus alors qu'il m'est indispensable pour lire "La BIBLE Annotée" THANKS

vnt-83 commented on 2025-11-30 11:33 (UTC) (edited on 2025-11-30 11:35 (UTC) by vnt-83)

andreas_baumann, bezerkk, Thanks!

bezerkk commented on 2025-11-28 20:35 (UTC)

I downloaded a pre-compiled qt5-webengine from https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ And then "sudo pacman -U qt5-webengine-5.15.19-4-x86_64.pkg.tar.zst"

Then the kchmviewer did compile without errors. Thanx!

andreas_baumann commented on 2025-11-28 19:23 (UTC)

Did you also rebuild qt5-webengine (or used a binary package mentioned there because building takes aeons)?

bezerkk commented on 2025-11-28 19:10 (UTC)

...... ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to icu_76::Normalizer::normalize(icu_76::UnicodeString const&, UNormalizationMode, int, icu_76::UnicodeString&, UErrorCode&)' /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference toucnv_open_76' /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to icu_76::UnicodeString::UnicodeString(char16_t const*, int)' /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference touloc_openAvailableByType_76' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:440: ../bin/kchmviewer] Error 1 make[1]: Leaving directory '/home/carl/.cache/yay/kchmviewer/src/kchmviewer-RELEASE_8_0/src' make: *** [Makefile:73: sub-src-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: kchmviewer-exit status 4 -> Failed to install the following packages. Manual intervention is required: kchmviewer - exit status 4

Fails to build on my up-to-date system. I have icu 78.1-1 installed...

andreas_baumann commented on 2025-11-26 17:38 (UTC) (edited on 2025-11-26 17:49 (UTC) by andreas_baumann)

COPYING says GPLv3

qt5-webengine in depends might get qt5-base in as dependency, so makedepends qt5-base seems superflous.. (adding qt5-base as makedepends doesn't hurt though, so I did. :-) )

dreieck commented on 2025-11-26 10:09 (UTC)

The license identifier needs to be made SPDX compliant:

kchmviewer E: The SPDX license statement 'GPL' should be formatted as 'GPL-1.0-or-later' instead

Maybe you mean GPL-2.0-[...]?

dreieck commented on 2025-11-25 23:47 (UTC)

Please add qt5-base to the makedepends array because it installs the needed qmake-qt5.

Regards!