[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#24544: 2.1.4 tarball install fails on GuixSD
From: |
Andy Wingo |
Subject: |
Re: bug#24544: 2.1.4 tarball install fails on GuixSD |
Date: |
Wed, 22 Feb 2017 23:22:56 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
On Sun 25 Sep 2016 21:22, Jan Nieuwenhuizen <address@hidden> writes:
> ld-wrapper: error: attempt to use impure library
> "/home/janneke/guile-2.1.4/lib/libguile-2.2.so"
> collect2: error: ld returned 1 exit status
> libtool: error: error: relink 'guile-readline.la' with the above
> command before installing it
This is because Guix is silly and thinks that even when you are
installing to /rando/prefix/that/you/like that it's bad to link to
thinks outside /gnu/store.
The workaround is to export GUIX_LD_WRAPPER_ALLOW_IMPURITIES=yesplease.
(Actually any value.)
The real fix is to prevent ld-wrapper from carping for normal installs
to non-store prefixen!
Andy
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: bug#24544: 2.1.4 tarball install fails on GuixSD,
Andy Wingo <=