unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27028: Cannot install packages in USB image
@ 2017-05-22 20:48 Marius Bakke
  2017-05-22 22:40 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2017-05-22 20:48 UTC (permalink / raw)
  To: 27028

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

I tried installing 'shadow' on the live USB image, but Guix crashes at
the very end. Here's an example:

root@gnu ~# guix package -i hello

[download/build succeeds, and then..]

Backtrace:
In ice-9/boot-9.scm:
 160: 18 [catch #t #<catch-closure 8c5d20> ...]
In unknown file:
   ?: 17 [apply-smob/1 #<catch-closure 8c5d20>]
In ice-9/boot-9.scm:
  66: 16 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 15 [eval # #]
In ice-9/boot-9.scm:
2412: 14 [save-module-excursion #<procedure 8e6940 at ice-9/boot-9.scm:4084:3 ()>]
4089: 13 [#<procedure 8e6940 at ice-9/boot-9.scm:4084:3 ()>]
1734: 12 [%start-stack load-stack #<procedure 8ef240 at ice-9/boot-9.scm:4080:10 ()>]
1739: 11 [#<procedure 8f8c30 ()>]
In unknown file:
   ?: 10 [primitive-load "/gnu/store/g4qp82d257pxllw4m1s478vp2s69qdrb-info-dir-builder"]
In ice-9/eval.scm:
 505: 9 [#<procedure 79b520 at ice-9/eval.scm:499:4 (exp)> (begin # # # ...)]
In ice-9/psyntax.scm:
1107: 8 [expand-top-sequence ((begin # # # ...)) () ((top)) ...]
 990: 7 [scan ((begin (use-modules # # ...) (define # #) ...)) () ...]
 990: 6 [scan ((use-modules # # ...) (define # #) (define # #) ...) () ...]
 279: 5 [scan ((# #) #(syntax-object *unspecified* # #)) () (()) ...]
In ice-9/boot-9.scm:
3622: 4 [process-use-modules ((#) (#) (#) (#))]
 712: 3 [map #<procedure 8575a0 at ice-9/boot-9.scm:3622:25 (mif-args)> (# # # #)]
3623: 2 [#<procedure 8575a0 at ice-9/boot-9.scm:3622:25 (mif-args)> (#)]
2903: 1 [resolve-interface (guix build utils) #:select ...]
In unknown file:
   ?: 0 [scm-error misc-error #f ...]

ERROR: In procedure scm-error:
ERROR: no code for module (guix build utils)
builder for `/gnu/store/0rgfpx2wjxfxld0vq9nmgkl0kpvc6w37-info-dir.drv' failed with exit code 1
cannot build derivation `/gnu/store/i6wkh2h6zgh08mx2xic8khyc1s138fj5-profile.drv': 1 dependencies couldn't be built
guix package: error: build failed: build of `/gnu/store/i6wkh2h6zgh08mx2xic8khyc1s138fj5-profile.drv' failed



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

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

* bug#27028: Cannot install packages in USB image
  2017-05-22 20:48 bug#27028: Cannot install packages in USB image Marius Bakke
@ 2017-05-22 22:40 ` Leo Famulari
  2017-05-22 23:09   ` Marius Bakke
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-05-22 22:40 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 27028

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

On Mon, May 22, 2017 at 10:48:18PM +0200, Marius Bakke wrote:
> I tried installing 'shadow' on the live USB image, but Guix crashes at
> the very end. Here's an example:

The USB installer, not the VM image, right?

> root@gnu ~# guix package -i hello
> 3622: 4 [process-use-modules ((#) (#) (#) (#))]
>  712: 3 [map #<procedure 8575a0 at ice-9/boot-9.scm:3622:25 (mif-args)> (# # # #)]
> 3623: 2 [#<procedure 8575a0 at ice-9/boot-9.scm:3622:25 (mif-args)> (#)]
> 2903: 1 [resolve-interface (guix build utils) #:select ...]
> In unknown file:
>    ?: 0 [scm-error misc-error #f ...]

[...]

> ERROR: In procedure scm-error:
> ERROR: no code for module (guix build utils)
> builder for `/gnu/store/0rgfpx2wjxfxld0vq9nmgkl0kpvc6w37-info-dir.drv' failed with exit code 1
> cannot build derivation `/gnu/store/i6wkh2h6zgh08mx2xic8khyc1s138fj5-profile.drv': 1 dependencies couldn't be built
> guix package: error: build failed: build of `/gnu/store/i6wkh2h6zgh08mx2xic8khyc1s138fj5-profile.drv' failed

I tried the same, using the x86_64 USB installer image, and this
succeeded for me. I could also install shadow.

I didn't run `guix pull`.

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

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

* bug#27028: Cannot install packages in USB image
  2017-05-22 22:40 ` Leo Famulari
@ 2017-05-22 23:09   ` Marius Bakke
  2017-05-23  4:36     ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2017-05-22 23:09 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 27028

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

Leo Famulari <leo@famulari.name> writes:

> On Mon, May 22, 2017 at 10:48:18PM +0200, Marius Bakke wrote:
>> I tried installing 'shadow' on the live USB image, but Guix crashes at
>> the very end. Here's an example:
>
> The USB installer, not the VM image, right?

Yes. Have not tested the VM image.

>> root@gnu ~# guix package -i hello
>> 3622: 4 [process-use-modules ((#) (#) (#) (#))]
>>  712: 3 [map #<procedure 8575a0 at ice-9/boot-9.scm:3622:25 (mif-args)> (# # # #)]
>> 3623: 2 [#<procedure 8575a0 at ice-9/boot-9.scm:3622:25 (mif-args)> (#)]
>> 2903: 1 [resolve-interface (guix build utils) #:select ...]
>> In unknown file:
>>    ?: 0 [scm-error misc-error #f ...]
>
> [...]
>
>> ERROR: In procedure scm-error:
>> ERROR: no code for module (guix build utils)
>> builder for `/gnu/store/0rgfpx2wjxfxld0vq9nmgkl0kpvc6w37-info-dir.drv' failed with exit code 1
>> cannot build derivation `/gnu/store/i6wkh2h6zgh08mx2xic8khyc1s138fj5-profile.drv': 1 dependencies couldn't be built
>> guix package: error: build failed: build of `/gnu/store/i6wkh2h6zgh08mx2xic8khyc1s138fj5-profile.drv' failed
>
> I tried the same, using the x86_64 USB installer image, and this
> succeeded for me. I could also install shadow.

Oops, this was on an image generated from 'master'. I can confirm that
an image generated the v0.13.0 tag works. That lowers the severity of
#27027 significantly :-)

> I didn't run `guix pull`.

Me neither.

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

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

* bug#27028: Cannot install packages in USB image
  2017-05-22 23:09   ` Marius Bakke
@ 2017-05-23  4:36     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2017-05-23  4:36 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 27028

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

On Tue, May 23, 2017 at 01:09:15AM +0200, Marius Bakke wrote:
> Oops, this was on an image generated from 'master'. I can confirm that
> an image generated the v0.13.0 tag works. That lowers the severity of
> #27027 significantly :-)

Phew :)

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

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

end of thread, other threads:[~2017-05-23  4:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-22 20:48 bug#27028: Cannot install packages in USB image Marius Bakke
2017-05-22 22:40 ` Leo Famulari
2017-05-22 23:09   ` Marius Bakke
2017-05-23  4:36     ` Leo Famulari

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).