Package Details: sioyek-git 2.0.0.r1092.gb526a54a-1

Git Clone URL: https://aur.archlinux.org/sioyek-git.git (read-only, click to copy)
Package Base: sioyek-git
Description: PDF viewer for research papers and technical books.
Upstream URL: https://github.com/ahrm/sioyek
Licenses: GPL3
Conflicts: sioyek
Provides: sioyek
Submitter: r4ndom
Maintainer: hrdl
Last Packager: hrdl
Votes: 20
Popularity: 1.20
First Submitted: 2021-09-05 20:20 (UTC)
Last Updated: 2026-02-22 21:03 (UTC)

Pinned Comments

hrdl commented on 2026-02-23 23:07 (UTC)

When encountering errors about mupdf version mismatches, rebuild sioyek-git after removing build artifacts:

makepkg -Cf

This is a side effect of dynamic linking and usually hidden by the package build system for packages in core and extra.

Latest Comments

1 2 3 4 5 6 Next › Last »

hrdl commented on 2026-02-23 23:07 (UTC)

When encountering errors about mupdf version mismatches, rebuild sioyek-git after removing build artifacts:

makepkg -Cf

This is a side effect of dynamic linking and usually hidden by the package build system for packages in core and extra.

gi1242 commented on 2026-02-23 23:06 (UTC) (edited on 2026-02-23 23:13 (UTC) by gi1242)

Thanks -- I removed ccache from makepkg.conf, and removed the cache, and rebuilt the package and it worked.

(Note, on my system setting MAKEFLAGS='-j' causes the build to take all my free memory and hang the system; but it compiles fine without -j. Thanks for packaging it.)

hrdl commented on 2026-02-23 22:57 (UTC)

@gi1242: try a clean build (makepkg -C). The header version is determined at application compile time, so there's a chance that value is cached.

barrettruth commented on 2026-02-23 22:56 (UTC) (edited on 2026-02-23 22:56 (UTC) by barrettruth)

@gi1242 can you report a comprehensive issue (arch, sioyek, libmupdf version, full build logs) to github.com/barrettruth/sioyek-dev?

The more context I have the better. Thanks for using the package and hope that I can help out.

gi1242 commented on 2026-02-23 22:32 (UTC)

After a mupdf upgrade to 1.27.2 I'm having trouble with this package. I keep getting the error:

cannot create context: incompatible header (1.27.1) and library (1.27.2) versions
could not create mupdf context

(I rebuilt the package after the mupdf upgrade but can't seem to shake this error.)

barrettruth commented on 2026-02-01 17:30 (UTC)

Hello, I'd like to self-plug and point everyone using this package to sioyek-dev - a new Sioyek AUR package that bundles the libmudpf version, uses the development branch, and "just works." No more libmupdf crashes!

ageorgiev_bg commented on 2025-12-16 16:08 (UTC)

Hello again, libmupdf bump to 1.27.0-1

abiding8954 commented on 2025-12-14 19:18 (UTC)

@ageorgiev_bg re-build the package.

ageorgiev_bg commented on 2025-12-08 07:07 (UTC) (edited on 2025-12-16 16:10 (UTC) by ageorgiev_bg)

Hello,

Due to update of libmupdf 1.26.11 -> libmupdf 1.26.12, sioyek crashes with: sioyek: error while loading shared libraries: libmupdf.so.26.11: cannot open shared object file: No such file or directory I tried to symlink libmupdf.so.26.12 to libmupdf.so.26.11 lib with no success.

zjh commented on 2024-12-09 04:22 (UTC) (edited on 2024-12-09 04:27 (UTC) by zjh)

Some pdfs caused sioyek to crash(see https://github.com/ahrm/sioyek/issues/1151). A workaround is to remove two options in default CXXFLAG. Maybe we can modify the PKGBUILD as suggested in this comment https://github.com/ahrm/sioyek/issues/1151#issuecomment-2482769194.