From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] build: pull: Compile .scm files in one process. Date: Fri, 06 Nov 2015 21:50:58 +0100 Message-ID: <87bnb6c0nh.fsf@gnu.org> References: <87si4kxtge.fsf@T420.taylan> <87611gdul8.fsf@gnu.org> <87h9kzy09b.fsf@T420.taylan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZunyT-00064S-Ew for guix-devel@gnu.org; Fri, 06 Nov 2015 15:51:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZunyP-0007om-B7 for guix-devel@gnu.org; Fri, 06 Nov 2015 15:51:05 -0500 In-Reply-To: <87h9kzy09b.fsf@T420.taylan> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Fri, 06 Nov 2015 09:56:16 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > Sadly, when I reintroduce sorting, I get a different error: > > =3D=3D=3D snip =3D=3D=3D > compiling... 17.9% of 463 filesBacktrace: > In ice-9/boot-9.scm: > 2401: 19 [save-module-excursion #] > 3085: 18 [#] > In unknown file: > ?: 17 [primitive-load-path "gnu/packages/cross-base" ...] > In ice-9/eval.scm: > 505: 16 [# (define-modul= e # # ...)] > In ice-9/psyntax.scm: > 1106: 15 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...] > 989: 14 [scan ((define-module (gnu packages cross-base) #:use-module ...= )) () ...] > 279: 13 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...] > In ice-9/eval.scm: > 411: 12 [eval # ()] > In ice-9/boot-9.scm: > 2951: 11 [define-module* (gnu packages cross-base) #:filename ...] > 2926: 10 [resolve-imports ((#) (#) (#) (#) ...)] > 2864: 9 [resolve-interface (gnu packages commencement) #:select ...] > 2789: 8 [# # ...] > 3065: 7 [try-module-autoload (gnu packages commencement) #f] > 2401: 6 [save-module-excursion #] > 3085: 5 [#] > In unknown file: > ?: 4 [primitive-load-path "gnu/packages/commencement" ...] > In ice-9/eval.scm: > 432: 3 Exception thrown while printing backtrace: > ERROR: In procedure package-location: Wrong type argument: Error while pr= inting exception. > > ice-9/boot-9.scm:106:20: In procedure #: > ice-9/boot-9.scm:106:20: In procedure package-version: Wrong type argumen= t: Error while printing exception. > builder for `/gnu/store/94p9v7mgdl6n02skmbxnmmr82bxyz7bi-guix-latest.drv'= failed with exit code 1 > =3D=3D=3D / snip =3D=3D=3D Could you do =E2=80=98guix pull --verbose=E2=80=99 so we see the order in w= hich files are compiled? TIA, Ludo=E2=80=99.