Package Details: guile-zlib 0.2.2-1

Git Clone URL: https://aur.archlinux.org/guile-zlib.git (read-only, click to copy)
Package Base: guile-zlib
Description: Guile bindings for zlib
Upstream URL: https://notabug.org/guile-zlib/guile-zlib
Licenses: GPL3
Submitter: lantw44
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 1
Popularity: 0.82
First Submitted: 2021-03-01 16:51 (UTC)
Last Updated: 2025-06-25 16:25 (UTC)

Required by (1)

Sources (1)

Latest Comments

micwoj92 commented on 2025-06-25 16:25 (UTC)

Done, thanks for patch.

fenuks commented on 2025-06-25 07:54 (UTC)

One test doesn't pass for me:

FAIL: tests/zlib.scm - gzip output port, error

It seems to be related to LANG, because this test expects that No space left text is returned.

Could you set LANG when running tests?

diff --git i/PKGBUILD w/PKGBUILD
index baa129b..771d2ff 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -20,7 +20,7 @@ build() {

 check() {
    cd "${srcdir}/${pkgname}"
-   make check
+   LANG=C.UTF-8 make check
 }

 package() {