all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master)
@ 2018-08-07  4:12 Chris Marusich
  2018-08-10  6:12 ` bug#32385: Close 32385 as duplicate of 28144 Chris Marusich
  2018-08-19 14:21 ` bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master) Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Marusich @ 2018-08-07  4:12 UTC (permalink / raw)
  To: 32385

[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

Hi,

On commit e921234d02 (current master branch head), I've noticed that
attempting to run "guix system reconfigure" using pre-inst-env on one of
my x86_64-linux systems fails with a message like:

ERROR In procedure scm-error:
no code for module (guix build utils)
builder for `/gnu/store...j1kz-info-dir.drv' failed with exit code 1

(I've abbreviated the store path above.)

I am able to reproduce the issue using the bare-bones template:

./pre-inst-env guix system build gnu/system/examples/bare-bones.tmpl

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* bug#32385: Close 32385 as duplicate of 28144
  2018-08-07  4:12 bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master) Chris Marusich
@ 2018-08-10  6:12 ` Chris Marusich
  2018-08-19 14:21 ` bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master) Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Chris Marusich @ 2018-08-10  6:12 UTC (permalink / raw)
  To: 32385-close

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]


I'm closing this bug report, since I'm having trouble reproducing it
reliably, and in any case it seems to be a duplicate of 28144.

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master)
  2018-08-07  4:12 bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master) Chris Marusich
  2018-08-10  6:12 ` bug#32385: Close 32385 as duplicate of 28144 Chris Marusich
@ 2018-08-19 14:21 ` Ludovic Courtès
  2018-08-20  1:32   ` Chris Marusich
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2018-08-19 14:21 UTC (permalink / raw)
  To: Chris Marusich; +Cc: 32385

Hi Chris,

Chris Marusich <cmmarusich@gmail.com> skribis:

> On commit e921234d02 (current master branch head), I've noticed that
> attempting to run "guix system reconfigure" using pre-inst-env on one of
> my x86_64-linux systems fails with a message like:
>
> ERROR In procedure scm-error:
> no code for module (guix build utils)
> builder for `/gnu/store...j1kz-info-dir.drv' failed with exit code 1

What version of Guile did you use to compile Guix?

(If you used ‘guix pull’, then Guile 2.2.4 was used.)

Thanks,
Ludo’.

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

* bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master)
  2018-08-19 14:21 ` bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master) Ludovic Courtès
@ 2018-08-20  1:32   ` Chris Marusich
  2018-08-20  8:47     ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Marusich @ 2018-08-20  1:32 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 32385

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

ludo@gnu.org (Ludovic Courtès) writes:

> What version of Guile did you use to compile Guix?
>
> (If you used ‘guix pull’, then Guile 2.2.4 was used.)

Yes, I believe it was Guile 2.2.4.  I reported the bug on August 6th.
The last time I ran "guix pull" before reporting the bug was on July
29th.  The version reported by "guix environment guix -- guile
--version" when using that July 29th Guix installation is 2.2.4.

Is that the information you were looking for?

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master)
  2018-08-20  1:32   ` Chris Marusich
@ 2018-08-20  8:47     ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2018-08-20  8:47 UTC (permalink / raw)
  To: Chris Marusich; +Cc: 32385

Chris Marusich <cmmarusich@gmail.com> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> What version of Guile did you use to compile Guix?
>>
>> (If you used ‘guix pull’, then Guile 2.2.4 was used.)
>
> Yes, I believe it was Guile 2.2.4.  I reported the bug on August 6th.
> The last time I ran "guix pull" before reporting the bug was on July
> 29th.

If you obtained Guix via ‘guix pull’, then it was definitely compiled
with Guile 2.2.4, meaning Guile still has this bug.  That’s what I
wanted to know.

Thanks,
Ludo’.

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

end of thread, other threads:[~2018-08-20  8:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-07  4:12 bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master) Chris Marusich
2018-08-10  6:12 ` bug#32385: Close 32385 as duplicate of 28144 Chris Marusich
2018-08-19 14:21 ` bug#32385: no code for module (guix build utils) - info-dir.drv - e921234d02 (master) Ludovic Courtès
2018-08-20  1:32   ` Chris Marusich
2018-08-20  8:47     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.