AUR (en) - pacseek
Latest Comments
incans commented on 2025-12-22 14:01 (UTC)
incans commented on 2025-12-15 15:29 (UTC)
Updating EndeavourOS to the latest version a few days ago (roughly as of 12 Dec 2025) updated libalpm to v16, but the pacseek build (1.8.5-1) seems to be specifically looking for v15 so it fails-
pacseek: error while loading shared libraries: libalpm.so.15: cannot open shared object file: No such file or directory
A dependency update required, or could the dependency be made version-independent, or at least "versions >= 15"?
Muflone commented on 2025-08-02 18:46 (UTC)
Locutus64 commented on 2024-03-16 13:05 (UTC)
I'm still getting yay wanting to install 1.8.2-1. I just tried.
<deleted-account> commented on 2024-03-16 12:38 (UTC)
Yes -3 installed perfectly, thanks!
moson commented on 2024-03-16 12:20 (UTC)
<deleted-account> commented on 2024-03-16 10:13 (UTC)
Latest update, 1.8.2-2 fails to compile on my system at least.
github.com/Jguer/go-alpm/v2
../gopath/pkg/mod/github.com/!jguer/go-alpm/v2@v2.2.1/db_six.go:29:103: cannot use _cgo0 (variable of type _Ctype_struct___alpm_list_t) as _Ctype_struct__alpm_list_t value in argument to _Cfunc_alpm_find_group_pkgs ../gopath/pkg/mod/github.com/!jguer/go-alpm/v2@v2.2.1/deps.go:26:75: cannot use _cgo0 (variable of type _Ctype_struct___alpm_handle_t) as _Ctype_struct__alpm_handle_t value in argument to _Cfunc_alpm_find_dbs_satisfier ../gopath/pkg/mod/github.com/!jguer/go-alpm/v2@v2.2.1/deps.go:26:75: cannot use _cgo1 (variable of type _Ctype_struct___alpm_list_t) as _Ctype_struct__alpm_list_t value in argument to _Cfunc_alpm_find_dbs_satisfier ../gopath/pkg/mod/github.com/!jguer/go-alpm/v2@v2.2.1/deps.go:43:78: cannot use _cgo0 (variable of type _Ctype_struct___alpm_list_t) as _Ctype_struct__alpm_list_t value in argument to _Cfunc_alpm_find_satisfier ../gopath/pkg/mod/github.com/!jguer/go-alpm/v2@v2.2.1/package_six.go:42:53: cannot use _cgo0 (variable of type _Ctype_struct___alpm_list_t) as _Ctype_struct__alpm_list_t value in argument to _Cfunc_alpm_list_count ../gopath/pkg/mod/github.com/!jguer/go-alpm/v2@v2.2.1/package_six.go:43:34: cannot use _cgo0 (variable of type _Ctype_struct___alpm_list_t) as _Ctype_struct__alpm_list_t value in argument to _Cfunc_alpm_list_msort ==> ERROR: A failure occurred in build(). Aborting... -> error making: pacseek-exit status 4 -> Failed to install the following packages. Manual intervention is required: pacseek - exit status 4
pacseek: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory
moson commented on 2023-06-23 05:37 (UTC)
@haawda: Fixed. Thanks for noticing.
haawda commented on 2023-06-22 20:57 (UTC) (edited on 2023-06-22 20:58 (UTC) by haawda)
Please rename the downloaded tarball to something including pkgname.
source=("pkgname-$pkgver.tar.gz::https://github.com/moson-mo/pacseek/archive/v1.7.10.tar.gz")
OS: EndeavourOS Kernel Version: 6.17.9-arch1-1 (64-bit)
The update of this package to pacseek 1.8.5-2 fixed the libalpm dependency, so pacseek starts but then fails on (it seems) a requirement for a set of kernel security capabilities including "landlock" that my system does not have enabled by default.
Note my system is a vanilla EndeavourOS/Arch system installed about a year ago and kept up to date with the rolling release updates.
:: Synchronising package databases... error: restricting filesystem access failed because the Landlock ruleset could not... error: switching to sandbox user 'alpm' failed! error: failed to synchronize all databases (failed to retrieve some files)
From reading online it seems changes need to be made to the kernel module set and the kernel boot options to get pacseek running.
Is this something that the AUR installer package can + should deal with automatically, or at the very least could a README be provided to help non-expert users deal with the system config change required?