From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36723: [core-updates] Error building module-import-compiled Date: Fri, 19 Jul 2019 00:55:13 +0200 Message-ID: <87r26nc5ri.fsf@gnu.org> References: <87k1cf5ilr.fsf@ngyro.com> 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]:35625) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoFJj-0008G4-2V for bug-guix@gnu.org; Thu, 18 Jul 2019 18:56:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hoFJi-0004D1-0b for bug-guix@gnu.org; Thu, 18 Jul 2019 18:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46000) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hoFJh-0004CW-Sj for bug-guix@gnu.org; Thu, 18 Jul 2019 18:56:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hoFJh-000343-Qy for bug-guix@gnu.org; Thu, 18 Jul 2019 18:56:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87k1cf5ilr.fsf@ngyro.com> (Timothy Sample's message of "Thu, 18 Jul 2019 13:59:44 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Timothy Sample Cc: 36723-done@debbugs.gnu.org Hello, Timothy Sample skribis: > building /gnu/store/2gmxyxpfs0a2j6pcn9xagam6hczlvihb-module-import-compil= ed.drv... > [ 1/14] Loading './gnu/build/file-systems.scm'... > [ 2/14] Loading './gnu/system/file-systems.scm'... > [ 3/14] Loading './gnu/system/uuid.scm'... > [ 4/14] Loading './guix/build/bournish.scm'... > [ 5/14] Loading './guix/build/syscalls.scm'... > Backtrace: > 11 (primitive-load "/gnu/store/qz6d59zqvdd5pj9hprk7sfjkpy3?") > 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 Fixed by 96783ed6275cd2818ff56916274e6e4582f1dc9b. Thanks, Ludo=E2=80=99.