[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72990: Core packages updated broke Guix
From: |
Ludovic Courtès |
Subject: |
bug#72990: Core packages updated broke Guix |
Date: |
Tue, 03 Sep 2024 13:57:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Edison,
Edison Ibáñez <arkhan@riseup.net> skribis:
> With the last update of core packages they broke guix and it can no
> longer be used, every time I run it I get the following error:
>
> /gnu/store/s4pajb5dkar0ig5z572nxkp04sizhp7q-guile-wrapper/bin/guile:
> /home/arkhan/.guix-profile/lib/libcrypt.so.1: version `XCRYPT_2.0' not
> found (required by
> /gnu/store/mfkz7fvlfpv3ppwbkv0imb19nrf95akf-guile-3.0.9/lib/libguile-3.0.so.1)
Could it be that the ‘LD_LIBRARY_PATH’ environment variable is set?
What happens if you do:
unset LD_LIBRARY_PATH; guix build hello
?
Ludo’.