From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: =?utf-8?B?TGV04oCZcyBtZXJnZSDigJhjb3JlLXVwZGF0ZXPigJkh?= Date: Fri, 27 Sep 2019 20:50:29 +0200 Message-ID: <20190927185029.t3pfojjjahzswycr@pelzflorian.localdomain> References: <87zhiuksyx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40802) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDvK5-00062B-PC for Guix-devel@gnu.org; Fri, 27 Sep 2019 14:50:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDvK4-0005qO-JQ for Guix-devel@gnu.org; Fri, 27 Sep 2019 14:50:33 -0400 Content-Disposition: inline In-Reply-To: <87zhiuksyx.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel On Tue, Sep 24, 2019 at 10:18:30AM +0200, Ludovic Court=C3=A8s wrote: > Please try to upgrade your system and your user profile to see if > anything=E2=80=99s wrong for you (I did that a few days ago and I=E2=80= =99m happy!). >=20 I switched my local git checkout to core-updates, git pulled and then did a `guix pull --branch=3Dcore-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-impo= rt-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 # ?) 466:18 8 (fold # ?) 466:18 7 (fold # ?) In ice-9/eval.scm: 619:8 6 (_ #(#(#) # ?)) 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 #) 260:13 1 (for-each # ?) 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