Search Criteria
Package Details: guile-zstd 0.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/guile-zstd.git (read-only, click to copy) |
|---|---|
| Package Base: | guile-zstd |
| Description: | GNU Guile bindings to the zstd compression library |
| Upstream URL: | https://notabug.org/guile-zstd/guile-zstd |
| Licenses: | GPL3 |
| Submitter: | lantw44 |
| Maintainer: | lantw44 |
| Last Packager: | lantw44 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-03-01 16:52 (UTC) |
| Last Updated: | 2021-03-01 16:52 (UTC) |
Dependencies (2)
- guile (guile-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
Latest Comments
micwoj92 commented on 2025-03-29 12:29 (UTC)
Please use spdx license identifier.
simsilver commented on 2022-01-26 08:11 (UTC)
got error
configure: error: 'guild' binary not found; please check your GNU Guile installation.use./configure --prefix=/usr GUILD=$(which guild)works, then got mentioned zstd error, removelocalin pc file worksruy16109 commented on 2022-01-19 00:31 (UTC) (edited on 2022-01-19 01:35 (UTC) by ruy16109)
@aramus I got the same error. The file
/usr/lib/libzstd.sodoes exist (without the/localpart), which convinces me that some path is incorrect / need patching in either the PKGBUILD or the source.Edit1: by running
./configure --prefix=/usrmanually, I see the following line of interest:Somehow it believes that zstd is there. Still investigating.
Edit2: Running
pkg-config --libs libzstdgives this:This doesn't look right.
Edit3: The same content is shown on
/usr/lib/pkgconfig/libzstd.pc. This seems to be azstdpackaging or upstream bug.Edit4: Compiling
zstdmanually, will report back when done.Edit final: this bug was already filed here [https://bugs.archlinux.org/task/73333], and according to CSalve, this package is probably waiting for a new release for the fix to take effect.
For now, the work-around solution is probably to rebuild
zstdversion 1.5.1-*, replacing the plainmakeasmake PREFIX=/usr. This at least ensures that the prefix is correct.aramus commented on 2022-01-13 14:46 (UTC) (edited on 2022-01-13 17:51 (UTC) by aramus)
I get the following errors when trying to install
in test/zstd.log:
I dont know how to install libzstd