On Tue, Sep 24, 2019 at 10:18:30AM +0200, Ludovic Courtès wrote: > Please try to upgrade your system and your user profile to see if > anything’s wrong for you (I did that a few days ago and I’m happy!). >
I switched my local git checkout to core-updates, git pulled and then did a `guix pull --branch=core-updates` from it. Afterwards I made some changes to the local git checkout and tried to pull again, but it failed with: ~$ bzcat /var/log/guix/drvs/rn/r6phzskqxv88mrmxlvqbf7m6s5l3xq-module-import-compiled.drv.bz2 [ 1/86] Loading './gcrypt/hash.scm'... [ 2/86] Loading './git.scm'... [ 3/86] Loading './gnu/packages/bootstrap.scm'... [ 4/86] Loading './gnu/packages.scm'... [ 5/86] Loading './guix/base16.scm'... [ 6/86] Loading './guix/base32.scm'... [ 7/86] Loading './guix/base64.scm'... [ 8/86] Loading './guix/build/compile.scm'... [ 9/86] Loading './guix/build/download.scm'... [10/86] Loading './guix/build/syscalls.scm'... ;;; Failed to autoload make-session in (gnutls): ;;; missing interface for module (gnutls) ;;; Failed to autoload connection-end/client in (gnutls): ;;; missing interface for module (gnutls) ;;; Failed to autoload gnutls-version in (gnutls): ;;; missing interface for module (gnutls) ;;; Failed to autoload make-session in (gnutls): ;;; missing interface for module (gnutls) ;;; Failed to autoload make-session in (gnutls): ;;; missing interface for module (gnutls) ;;; Failed to autoload connection-end/client in (gnutls): ;;; missing interface for module (gnutls) ;;; Failed to autoload connection-end/client in (gnutls): ;;; missing interface for module (gnutls) ;;; Failed to autoload gnutls-version in (gnutls): ;;; missing interface for module (gnutls) ;;; Failed to autoload gnutls-version in (gnutls): ;;; missing interface for module (gnutls) Backtrace: 11 (primitive-load "/gnu/store/bd3inz9s8x7lavwjhjzp5dr8bmg?") In ice-9/eval.scm: 619:8 10 (_ #f) In srfi/srfi-1.scm: 466:18 9 (fold #<procedure 7ffff60bb980 at ice-9/eval.scm:336:1?> ?) 466:18 8 (fold #<procedure 7ffff6fd7340 at ice-9/eval.scm:336:1?> ?) 466:18 7 (fold #<procedure 7ffff52ec900 at ice-9/eval.scm:336:1?> ?) In ice-9/eval.scm: 619:8 6 (_ #(#(#<directory (guix build utils) 7ffff6ca0500>) # ?)) In ice-9/boot-9.scm: 2312:4 5 (save-module-excursion _) In unknown file: 4 (primitive-load "./guix/build/syscalls.scm") In ice-9/eval.scm: 619:8 3 (_ #f) In ice-9/boot-9.scm: 2071:24 2 (call-with-deferred-observers #<procedure 7fffee998980 ?>) 260:13 1 (for-each #<procedure 7fffee998840 at ice-9/boot-9.scm?> ?) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("re-exporting loc?" ?) ?) ERROR: In procedure scm-error: re-exporting local variable: AT_SYMLINK_NOFOLLOW This is my channel.scm (list (channel (name 'guix) (url "/home/florian/git/guix"))) Regards, Florian