From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvVf5-0004c7-3r for guix-patches@gnu.org; Fri, 22 Sep 2017 17:39:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvVf4-0006Pu-BJ for guix-patches@gnu.org; Fri, 22 Sep 2017 17:39:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44623) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dvVf4-0006Po-7j for guix-patches@gnu.org; Fri, 22 Sep 2017 17:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dvVf3-0007Fr-Vl for guix-patches@gnu.org; Fri, 22 Sep 2017 17:39:02 -0400 Subject: [bug#28283] Status: [PATCH 1/1] gnu: services: version-control: Add cgit. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87h8wq2hxw.fsf@gmail.com> <87a82i2hur.fsf@gmail.com> <873787rh4a.fsf@gnu.org> <87d16mv0o3.fsf@gnu.org> <87efr19fms.fsf@gmail.com> <87ingasvfx.fsf@gnu.org> <87h8vuehv6.fsf@gmail.com> Date: Fri, 22 Sep 2017 23:38:16 +0200 In-Reply-To: <87h8vuehv6.fsf@gmail.com> (Oleg Pykhalov's message of "Fri, 22 Sep 2017 20:57:33 +0300") Message-ID: <87d16ibeif.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 28283@debbugs.gnu.org Oleg Pykhalov skribis: > Then I added new field to record: > > (define-record-type* > =E2=80=A6 > (try-files nginx-server-configuration-try-files > (default '()))) > > > Testing: > > natsu@magnolia ~/src/guix-devel-nginx-test$ guix environment guix -- make= check-system TESTS=3Dnginx > ;;; note: source file /home/natsu/src/guix-wigust/wigust/packages/emacs.s= cm > ;;; newer than compiled /home/natsu/.cache/guile/ccache/2.2-LE-8-3.= A/home/natsu/src/guix-wigust/wigust/packages/emacs.scm.go > Compiling Scheme modules... > LOAD (gnu services web) > ;;; note: source file ./gnu/services/web.scm > ;;; newer than compiled /home/natsu/src/guix-devel-nginx-test/gnu/s= ervices/web.go > GUILEC gnu/services/web.go > warning: failed to load '(gnu tests web)': > ERROR: In procedure allocate-struct: Wrong type argument in position 2: 9 > Running 0 system tests... It=E2=80=99s also a case where the ABI breaks, and thus dependent modules n= eed to be recompiled: =E2=80=9Crm gnu/tests/web.go && make=E2=80=9D. Does that make sense? Ludo=E2=80=99.