Hmm, On 16 February 2016 at 17:22, Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> wrote: > > /nix/store/k5m7fb4r3p71mkvaxgqh242aq8kr6h6s-guile-2.0.11/bin/guile: > symbol lookup error: > /gnu/store/rdi8195mysf340rm54xqjmxpl1qjq1wb-nettle-3.2/lib/libhogweed.so.4: > undefined symbol: __gmpz_limbs_read > > :-/
My guix checkout was littered with hard-coded paths to Nix's Guile: nix/scripts/list-runtime-roots:#!/nix/store/...-guile-2.0.11/bin/guile -ds scripts/guix:#!/nix/store/...-guile-2.0.11/bin/guile --no-auto-compile config.status:S["GUILE_CONFIG"]="/nix/store/...-guile-2.0.11/bin/guile-config" config.status:S["GUILE"]="/nix/store/...-guile-2.0.11/bin/guile" Running guix$ find -type f -exec sed 's@/nix/store/k5m7fb4r3p71mkvaxgqh242aq8kr6h6s-guile-2.0.11@/gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11@g' -i {} \; ‘solved’ that. Is this normal? Should't that have been bootstrapped out? Kind regards, T G-R