Could you please build YACReader using 7zip in order to have rar 5 support?
https://www.yacreader.com/forum/support-linux/2584-help-fixing-rar-5-format
Git Clone URL: | https://aur.archlinux.org/yacreader.git (read-only, click to copy) |
---|---|
Package Base: | yacreader |
Description: | Comic reader for cross-platform reading and managing your digital comic collection. |
Upstream URL: | http://www.yacreader.com |
Keywords: | cbr cbz comic pdf reader |
Licenses: | GPL-3.0-only |
Conflicts: | yacreader-bin, yacreader-git, yacreaderlibraryserver-standalone |
Submitter: | selmf |
Maintainer: | selmf |
Last Packager: | selmf |
Votes: | 42 |
Popularity: | 0.000002 |
First Submitted: | 2014-07-06 15:35 (UTC) |
Last Updated: | 2025-01-02 00:10 (UTC) |
Could you please build YACReader using 7zip in order to have rar 5 support?
https://www.yacreader.com/forum/support-linux/2584-help-fixing-rar-5-format
@beki, @taivlam: I removed the qt6-quickcontrols2 dependency from the PKGBUILD. All you need to do is get the latest version and build/install. Functionally it is the same as qt6-quickcontrols2 is now a part of the qt6-declarative package.
@beki I had the same "qt6-quickcontrols2
is missing" issue, but then I remembered that I needed to rebuild the dependency libpdfium
, which fixed the issue (- c.f. the pinned comment).
(Somehow, despite the name being for a stable point release source package, it is more akin to a VCS package, as libpdfium
can be rebuilt to update it even when the pkgver
and/or pkgrel
numbers haven't been incremented.)
@Aftershock9009 sorry I am facing the same problem. Can you be more specific about how to solve it please?
qt6-quickcontrols2 has been removed.
Tried to update my system today and got:
error: failed to prepare transaction (could not satisfy dependencies)
:: installing qt6-declarative (6.7.3-2) breaks dependency 'qt6-quickcontrols2' required by yacreader
Just switching those 2 on the PKGBUILD and compiling again fixed it.
After latest package upgrade (pacman -Syu), in GNOME Wayland, YACReader is stuck without window after starting up. The process itself does not exit, but there is simply no window being shown.
Some observations: If I switch to GNOME Xorg, YACReader run normally without error. There are no logs from stdout and stderr, simply nothing. If I run YACReader with strace, got:
...
mprotect(0x70e1761b4000, 4096, PROT_READ) = 0
mprotect(0x70e1776e7000, 4096, PROT_READ) = 0
mprotect(0x70e180010000, 4096, PROT_READ) = 0
munmap(0x70e174fd7000, 165751) = 0
futex(0x70e1909afe08, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x70e1909afe08, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x70e1909afe08, FUTEX_WAKE_PRIVATE, 2147483647) = 0
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=15, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=15, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=15, events=POLLIN}], 3, 16) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=15, events=POLLIN}], 3, 15) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=15, events=POLLIN}], 3, 16) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=15, events=POLLIN}], 3, 15) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=15, events=POLLIN}], 3, 16) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=15, events=POLLIN}], 3, 15) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=15, events=POLLIN}], 3, 16) = 0 (Timeout)
...
After that, the poll is repeated infinitely. I guess this poll is normal, but I don't have any clue anymore other than this.
Some attempt to solve that I've tried: Tried rebuilding libpdfium and YACReader, still not solved. Tried removing xdg-desktop-portal and xdg-desktop-portal-gtk as suggested in https://bbs.archlinux.org/viewtopic.php?id=262897 , still not solved. Tried removing home .cache folder, still not solved
Personally, I think the problem reside in GNOME Wayland.
Any suggestion to solve this?
@afawfafawe: qt6-shadertools is a dependency of qt6-5compat, so it is implecitely satisfied.
I think add qt6-shadertools
to dependencies will be necessary.
@rfox that happened to everyone who have build libpdfium
when icu
was at version 72
, no need to report, just rebuild
Pinned Comments
selmf commented on 2021-05-24 11:17 (UTC)
Important: If you are having troubles compiling or launching YACReader and libicuuc is part of the error message, you need to rebuild libpdfium!