From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails Date: Mon, 15 May 2017 09:02:08 +0000 Message-ID: References: <20170514222545.GA8575@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dABta-0008NQ-Eh for guix-devel@gnu.org; Mon, 15 May 2017 05:02:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dABtS-0002Gz-PJ for guix-devel@gnu.org; Mon, 15 May 2017 05:02:26 -0400 Received: from [195.159.176.226] (port=49553 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dABtS-0002GJ-FP for guix-devel@gnu.org; Mon, 15 May 2017 05:02:18 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dABtK-0004Uu-Uj for guix-devel@gnu.org; Mon, 15 May 2017 11:02:10 +0200 In-Reply-To: <20170514222545.GA8575@jasmine> 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: guix-devel@gnu.org https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ On Sun, 14 May 2017, Leo Famulari wrote: > On Sun, May 14, 2017 at 09:19:51PM +0000, ng0 wrote: >> Just wanted to rebuild, when I hit this: >> >> LOAD (gnu services web) >> ;;; note: source file ./gnu/services/web.scm >> ;;; newer than compiled /home/user/src/guix/guix/gnu/services/web.= go >> LOAD (gnu system) >> LOAD (gnu system grub) >> LOAD (gnu tests base) >> ;;; note: source file ./gnu/tests/base.scm >> ;;; newer than compiled /home/user/src/guix/guix/gnu/tests/base.go >> Backtrace: >> In ice-9/boot-9.scm: >> 2986:16 19 (try-module-autoload _ _) >> 2316:4 18 (save-module-excursion #) >> 3006:22 17 (_) >> In unknown file: >> 16 (primitive-load-path "gnu/tests/base" #) >> In ice-9/eval.scm: >> 721:20 15 (primitive-eval (define-module (gnu tests base) # (=E2=80= =A6) =E2=80=A6)) >> In ice-9/psyntax.scm: >> 1234:36 14 (expand-top-sequence ((define-module (gnu tests #) # =E2=80= =A6)) =E2=80=A6) >> 1181:24 13 (parse _ (("placeholder" placeholder)) ((top) #(# # =E2=80= =A6)) =E2=80=A6) >> 284:10 12 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) = =E2=80=A6) >> In ice-9/eval.scm: >> 293:34 11 (_ #) >> In ice-9/boot-9.scm: >> 2866:4 10 (define-module* _ #:filename _ #:pure _ #:version _ # _ =E2= =80=A6) >> 2075:24 9 (call-with-deferred-observers #) >> 2879:24 8 (_) >> 230:17 7 (map1 (((gnu tests)) ((gnu system)) ((gnu system #)) # =E2= =80=A6)) >> 2792:17 6 (resolve-interface (gnu tests) #:select _ #:hide _ # _ # = =E2=80=A6) >> 2718:10 5 (_ (gnu tests) _ _ #:ensure _) >> 2986:16 4 (try-module-autoload _ _) >> 2316:4 3 (save-module-excursion #) >> 3006:22 2 (_) >> In unknown file: >> 1 (primitive-load-path "gnu/tests" #) >> In gnu/tests.scm: >> 208:16 0 (_) >> >> gnu/tests.scm:208:16: gnu/tests.scm:208:16: In procedure allocate-struct= : >> Wrong type argument in position 2: 6 > > As you noted in your next message, this can be fixed with `make clean`. > Commit e0b2e93005188ab4d6c7413a27832ba2fb7388e8 changed the ABI. > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3De0b2e93005188ab4d= 6c7413a27832ba2fb7388e8 > > > However you can not fix this from within the 0.12 install medium when you ran guix pull inside it. That said, I will just create a minimal diskimage myself now with the recent master.