Package Details: sioyek 2.0.0-5

Git Clone URL: https://aur.archlinux.org/sioyek.git (read-only, click to copy)
Package Base: sioyek
Description: PDF viewer for research papers and technical books.
Upstream URL: https://github.com/ahrm/sioyek
Licenses: GPL3
Submitter: aexl
Maintainer: aexl
Last Packager: aexl
Votes: 24
Popularity: 0.59
First Submitted: 2022-04-12 00:33 (UTC)
Last Updated: 2023-11-15 02:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Dominik commented on 2023-09-01 11:33 (UTC) (edited on 2023-09-01 11:36 (UTC) by Dominik)

For me it is still the same. The package cannot build and install when using an AUR helper (pikaur).

Manually I can install the package by cloning it and with

 makepkg -srci 

MithicSpirit commented on 2023-08-30 02:04 (UTC)

@aexl Seems to be working for me now. Thank you!

aexl commented on 2023-08-30 01:45 (UTC)

@MithicSpirit Thanks, that patch has been included.

MithicSpirit commented on 2023-08-29 16:55 (UTC)

Currently fails to build, likely due to an update to the mupdf package on Arch. There is a workaround (patch) in the corresponding github issue: https://github.com/ahrm/sioyek/issues/804#issuecomment-1696656908.

Dominik commented on 2023-08-02 19:17 (UTC) (edited on 2023-08-02 19:24 (UTC) by Dominik)

@FabioLolix Thank you for the clarification. I learned something! I changed pikaur's error output from German to English. Unfortunately, I cannot do the same for my previous post with paru. I removed the application in the meantime from my system.

Dominik commented on 2023-08-02 19:08 (UTC) (edited on 2023-08-02 19:10 (UTC) by Dominik)

@aexl I followed your advice and installed it the traditional way with makepkg -sirc. This worked flawlessly. Thank you for your help. I wonder, whether other users who try to install the package by using an AUR-helper experience the same error.

FabioLolix commented on 2023-08-02 18:58 (UTC)

@FabioLolix I have got a German system configuration. Therefore error messages are shown in German.

Neither mine is English

I don't know how I could change this selectively in order to get error messages in English.

Prefix with LANG=C, like in the post below, i.e.

LANG=C paru

aexl commented on 2023-08-02 18:55 (UTC) (edited on 2023-08-02 18:56 (UTC) by aexl)

@Dominik: From that error message there really seems to be something wrong with your access rights.

You could try this: First create an empty folder for the build, e.g. /home/niggi/.aur Then in this folder, clone this:

git clone https://aur.archlinux.org/sioyek.git

Then go into that the directory "sioyek" and build it:

cd sioyek
makepkg -sci

Do this with your normal user account.

Dominik commented on 2023-08-02 18:37 (UTC) (edited on 2023-08-02 19:15 (UTC) by Dominik)

@ aexl No, I have not tried yet to install the package with makepkg. However I used pikaur instead of paru. This leaves me with the same error. It says that I have no rights to execute the script ./build_linux.sh which fixes an issue where build commands would fail if there was no build directory.

==> Starting build()...
/home/niggi/.cache/pikaur/build/sioyek/PKGBUILD: line 34: ./build_linux.sh: Permission denied
==> ERROR: A failure occurred in build().
    Aborting...

Command 'sudo --user=#1000 --preserve-env -- makepkg --force' failed to execute.
:: Try recovering?
[R] retry build
[p] PGP check skip
[c] checksums skip
[f] skip 'check()' function of PKGBUILD
[n] skip 'prepare()' function of PKGBUILD
[i] ignore architecture
[d] delete build dir and try again
[e] edit PKGBUILD
------------------------
[s] skip building this package
[a] abort building all the packages
>

I don't understand that you cannot reproduce the error on your system. Did you install the traditional way with makepkg or by using an AUR-helper?

Dominik commented on 2023-08-02 18:29 (UTC)

@FabioLolix I have got a German system configuration. Therefore error messages are shown in German. I don't know how I could change this selectively in order to get error messages in English.