[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#43629: Cross-compiled guile-lzlib unusable, causing ‘guix substitute
From: |
Ludovic Courtès |
Subject: |
bug#43629: Cross-compiled guile-lzlib unusable, causing ‘guix substitute’ to crash on GNU/Hurd |
Date: |
Sun, 27 Sep 2020 23:38:35 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi Mathieu,
Mathieu Othacehe <othacehe@gnu.org> skribis:
>> checking dependency style of i586-pc-gnu-gcc... none
>> checking lzlib's file name...
>
> Oh, I guess the same goes for guile-zlib and all cross-compilation
> targets. I'll have a look later on.
Fixed in Guile-lzlib here:
https://notabug.org/guile-lzlib/guile-lzlib/commit/82576e34b4870b8977e131a40831219f8c1ea521
Guile-zlib doesn’t have this problem because it uses pkg-config to
determine LIBZ_LIBDIR.
When you feel like it, we can have a .2 release of Guile-lzlib with this
fix.
Thanks,
Ludo’.