unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32110: Some Cuirass examples fail
@ 2018-07-10 11:41 Clément Lassieur
  2018-07-10 11:55 ` Clément Lassieur
  2018-07-10 17:00 ` Clément Lassieur
  0 siblings, 2 replies; 6+ messages in thread
From: Clément Lassieur @ 2018-07-10 11:41 UTC (permalink / raw)
  To: 32110

These examples fail:

./pre-inst-env cuirass --specifications=examples/gnu-system.scm --database=test.db
./pre-inst-env cuirass --specifications=examples/guix-track-git.scm --database=test.db
./pre-inst-env cuirass --specifications=examples/random-jobs.scm --database=test.db
./pre-inst-env cuirass --specifications=examples/random.scm --database=test.db

Clément

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#32110: Some Cuirass examples fail
  2018-07-10 11:41 bug#32110: Some Cuirass examples fail Clément Lassieur
@ 2018-07-10 11:55 ` Clément Lassieur
  2018-07-10 12:47   ` Clément Lassieur
  2018-07-10 17:00 ` Clément Lassieur
  1 sibling, 1 reply; 6+ messages in thread
From: Clément Lassieur @ 2018-07-10 11:55 UTC (permalink / raw)
  To: 32110

Clément Lassieur <clement@lassieur.org> writes:

> These examples fail:
>
> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm --database=test.db
> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm --database=test.db
> ./pre-inst-env cuirass --specifications=examples/random-jobs.scm --database=test.db
> ./pre-inst-env cuirass --specifications=examples/random.scm --database=test.db
>
> Clément

The last one only fails when the Cuirass directory is hidden.  The first
three are more serious failures.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#32110: Some Cuirass examples fail
  2018-07-10 11:55 ` Clément Lassieur
@ 2018-07-10 12:47   ` Clément Lassieur
  0 siblings, 0 replies; 6+ messages in thread
From: Clément Lassieur @ 2018-07-10 12:47 UTC (permalink / raw)
  To: 32110

Clément Lassieur <clement@lassieur.org> writes:

> Clément Lassieur <clement@lassieur.org> writes:
>
>> These examples fail:
>>
>> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm --database=test.db
>> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm --database=test.db
>> ./pre-inst-env cuirass --specifications=examples/random-jobs.scm --database=test.db
>> ./pre-inst-env cuirass --specifications=examples/random.scm --database=test.db
>>
>> Clément
>
> The last one only fails when the Cuirass directory is hidden.

Which would be fixed by
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32111.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#32110: Some Cuirass examples fail
  2018-07-10 11:41 bug#32110: Some Cuirass examples fail Clément Lassieur
  2018-07-10 11:55 ` Clément Lassieur
@ 2018-07-10 17:00 ` Clément Lassieur
  2018-07-11 13:27   ` Ludovic Courtès
  1 sibling, 1 reply; 6+ messages in thread
From: Clément Lassieur @ 2018-07-10 17:00 UTC (permalink / raw)
  To: 32110-done

Clément Lassieur <clement@lassieur.org> writes:

> These examples fail:
>
> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm --database=test.db
> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm --database=test.db
> ./pre-inst-env cuirass --specifications=examples/random-jobs.scm --database=test.db
>
> Clément

In fact, those three files were not example specs, they were used by
other specs.  Sorry for the noise :-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#32110: Some Cuirass examples fail
  2018-07-10 17:00 ` Clément Lassieur
@ 2018-07-11 13:27   ` Ludovic Courtès
  2018-07-11 13:50     ` Clément Lassieur
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2018-07-11 13:27 UTC (permalink / raw)
  To: 32110; +Cc: clement

Clément Lassieur <clement@lassieur.org> skribis:

> Clément Lassieur <clement@lassieur.org> writes:
>
>> These examples fail:
>>
>> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm --database=test.db
>> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm --database=test.db
>> ./pre-inst-env cuirass --specifications=examples/random-jobs.scm --database=test.db
>>
>> Clément
>
> 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

Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#32110: Some Cuirass examples fail
  2018-07-11 13:27   ` Ludovic Courtès
@ 2018-07-11 13:50     ` Clément Lassieur
  0 siblings, 0 replies; 6+ messages in thread
From: Clément Lassieur @ 2018-07-11 13:50 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 32110

Ludovic Courtès <ludo@gnu.org> writes:

> Clément Lassieur <clement@lassieur.org> skribis:
>
>> Clément Lassieur <clement@lassieur.org> writes:
>>
>>> These examples fail:
>>>
>>> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm --database=test.db
>>> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm --database=test.db
>>> ./pre-inst-env cuirass --specifications=examples/random-jobs.scm --database=test.db
>>>
>>> Clément
>>
>> 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-11 13:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-10 11:41 bug#32110: Some Cuirass examples fail Clément Lassieur
2018-07-10 11:55 ` Clément Lassieur
2018-07-10 12:47   ` Clément Lassieur
2018-07-10 17:00 ` Clément Lassieur
2018-07-11 13:27   ` Ludovic Courtès
2018-07-11 13:50     ` Clément Lassieur

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).