Package Details: koreader-bin 2025.10-3

Git Clone URL: https://aur.archlinux.org/koreader-bin.git (read-only, click to copy)
Package Base: koreader-bin
Description: An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Upstream URL: https://github.com/koreader/koreader/
Licenses: AGPL3
Submitter: zzy-ac
Maintainer: zzy-ac (zhullyb)
Last Packager: zzy-ac
Votes: 22
Popularity: 0.53
First Submitted: 2021-11-12 13:42 (UTC)
Last Updated: 2026-01-13 03:49 (UTC)

Latest Comments

1 2 3 4 Next › Last »

simona commented on 2025-09-23 06:46 (UTC)

It seems solved

zzy-ac commented on 2025-09-23 04:24 (UTC)

@gefyrotos @hrdl The issue has been fixed.

gefyrotos commented on 2025-09-19 21:21 (UTC)

I was encountering this error during install:

tar: data.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: koreader-bin-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
koreader-bin - exit status 4

My guess is the KOReader devs changed the compression of the Debian release.

Anyway, the fix is exactly what @bossi said.

hrdl commented on 2025-09-19 20:10 (UTC)

For 2025.08, to run on aarch64:

diff --git a/PKGBUILD b/PKGBUILD
index 4abd54f..d436249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ sha256sums_aarch64=('396853955130d528fb64113afef4ccc2debb9cffeacc18b8ed93ad519d9
 build() {
   mkdir -p "${srcdir}/dpkgdir"
   tar -xvf data.tar.xz -C "${srcdir}/dpkgdir"
+  rm "${srcdir}/dpkgdir/usr/lib/koreader/libs/libstdc++.so.6"
 }

Background: https://github.com/koreader/koreader/issues/14298

bossi commented on 2025-08-18 08:17 (UTC) (edited on 2025-08-19 05:52 (UTC) by bossi)

@simona, I had the same issue, see my post previous to yours. Edit the build function in the PKGBUILD file and change data.tar.xz to data.tar.zst, save and build/upgrade.

simona commented on 2025-08-17 09:12 (UTC)

can't compile. file not found.

bossi commented on 2025-08-17 05:52 (UTC)

Hi there,

the issue rogue_ronin addressed on 2024-11-25 still persists: It seems the build function has not been changed to refer to data.tar.zst instead of data.tar.xz yet, doing so fixes the build from today's release (2025.08-2).

allencch commented on 2025-05-27 04:04 (UTC)

Can change the fonts to optdepends? As installing those fonts (most probably fonts-noto-hinted) causes the system-wide font style changed.

exu commented on 2024-12-28 20:42 (UTC)

Could you please bump the pkgrel? Looks like you fixed the zst -> xz issue a while ago but didn't bump the pkgrel. This leads to issues with (broken) cached versions for anyone using AUR helpers.

zhullyb commented on 2024-12-06 16:22 (UTC)

@adimineman @rogue_ronin Thank you to let me know, fixed.