From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#32110: Some Cuirass examples fail Date: Wed, 11 Jul 2018 15:50:16 +0200 Message-ID: <871sc9x4o7.fsf@lassieur.org> References: <87wou3mi75.fsf@lassieur.org> <87pnzvm3fp.fsf@lassieur.org> <87wou1j41p.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:4830:134:3::10]:56215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdFWL-0001mh-I5 for bug-guix@gnu.org; Wed, 11 Jul 2018 09:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdFWI-0000Vl-Bp for bug-guix@gnu.org; Wed, 11 Jul 2018 09:51:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46933) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdFWI-0000Vh-7X for bug-guix@gnu.org; Wed, 11 Jul 2018 09:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdFWI-0008CJ-0f for bug-guix@gnu.org; Wed, 11 Jul 2018 09:51:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87wou1j41p.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 32110@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Cl=C3=A9ment Lassieur skribis: > >> Cl=C3=A9ment Lassieur writes: >> >>> These examples fail: >>> >>> ./pre-inst-env cuirass --specifications=3Dexamples/gnu-system.scm --dat= abase=3Dtest.db >>> ./pre-inst-env cuirass --specifications=3Dexamples/guix-track-git.scm -= -database=3Dtest.db >>> ./pre-inst-env cuirass --specifications=3Dexamples/random-jobs.scm --da= tabase=3Dtest.db >>> >>> Cl=C3=A9ment >> >> In fact, those three files were not example specs, they were used by >> other specs. Sorry for the noise :-) > > Indeed. :-) > > One thing that works well for testing is this: > > ./pre-inst-env cuirass -D test.db -S examples/random.scm Yes indeed! But maybe later it would be great to move those three files in a separate folder, so that it's clearer they aren't examples.