all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#46949: bug report
@ 2021-03-05 16:17 Christoph Unger
  2021-03-05 19:23 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Unger @ 2021-03-05 16:17 UTC (permalink / raw)
  To: 46949

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

./guix/store.scm:1043:9: ERROR:
  1. &store-protocol-error:
      message: "error parsing derivation
`/gnu/store/0ywrcn2akd43rlqsvz3zry167zn3ws0f-guix-locale-guix-packages.drv':
expected string `Derive(['"
      status: 1
guix pull: error: You found a bug: the program
'/gnu/store/s6p57kg8c8qyxkl5s15z8vi87hic1iq4-compute-guix-derivation'
failed to compute the derivation for Guix (version:
"92894e64a00cf4b907a1045905032c53d52c8202"; system: "x86_64-linux";
host version: "1.2.0"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.

[-- Attachment #2: Type: text/html, Size: 703 bytes --]

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

* bug#46949: bug report
  2021-03-05 16:17 bug#46949: bug report Christoph Unger
@ 2021-03-05 19:23 ` Leo Famulari
  2021-03-08  7:25   ` Christoph Unger
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2021-03-05 19:23 UTC (permalink / raw)
  To: Christoph Unger; +Cc: 46949

On Fri, Mar 05, 2021 at 05:17:43PM +0100, Christoph Unger wrote:
> ./guix/store.scm:1043:9: ERROR:
>   1. &store-protocol-error:
>       message: "error parsing derivation
> `/gnu/store/0ywrcn2akd43rlqsvz3zry167zn3ws0f-guix-locale-guix-packages.drv':
> expected string `Derive(['"
>       status: 1

Can you send that file:

'/gnu/store/0ywrcn2akd43rlqsvz3zry167zn3ws0f-guix-locale-guix-packages.drv'?




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

* bug#46949: bug report
  2021-03-05 19:23 ` Leo Famulari
@ 2021-03-08  7:25   ` Christoph Unger
  2021-03-08 17:22     ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Unger @ 2021-03-08  7:25 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 46949

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

This file is empty, 0 bytes, so I can't attach it (gmail won't let me). I
have de-installed guix in the meantime. Sorry that I can't help you
further.

fre. 5. mar. 2021, 20:23 skrev Leo Famulari <leo@famulari.name>:

> On Fri, Mar 05, 2021 at 05:17:43PM +0100, Christoph Unger wrote:
> > ./guix/store.scm:1043:9: ERROR:
> >   1. &store-protocol-error:
> >       message: "error parsing derivation
> >
> `/gnu/store/0ywrcn2akd43rlqsvz3zry167zn3ws0f-guix-locale-guix-packages.drv':
> > expected string `Derive(['"
> >       status: 1
>
> Can you send that file:
>
>
> '/gnu/store/0ywrcn2akd43rlqsvz3zry167zn3ws0f-guix-locale-guix-packages.drv'?
>

[-- Attachment #2: Type: text/html, Size: 1054 bytes --]

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

* bug#46949: bug report
  2021-03-08  7:25   ` Christoph Unger
@ 2021-03-08 17:22     ` Leo Famulari
  2021-03-08 22:02       ` Mark H Weaver
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2021-03-08 17:22 UTC (permalink / raw)
  To: Christoph Unger; +Cc: 46949-done

On Mon, Mar 08, 2021 at 08:25:05AM +0100, Christoph Unger wrote:
> This file is empty, 0 bytes, so I can't attach it (gmail won't let me). I
> have de-installed guix in the meantime. Sorry that I can't help you
> further.

Okay. It's definitely suprising for this file to be empty. I suspect
some I/O problems... it would be interesting to know what kind of
storage was being used for /gnu.

Anyways, closing the bug.




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

* bug#46949: bug report
  2021-03-08 17:22     ` Leo Famulari
@ 2021-03-08 22:02       ` Mark H Weaver
  0 siblings, 0 replies; 5+ messages in thread
From: Mark H Weaver @ 2021-03-08 22:02 UTC (permalink / raw)
  To: Leo Famulari, Christoph Unger; +Cc: 46949-done

Leo Famulari <leo@famulari.name> writes:

> On Mon, Mar 08, 2021 at 08:25:05AM +0100, Christoph Unger wrote:
>> This file is empty, 0 bytes, so I can't attach it (gmail won't let me). I
>> have de-installed guix in the meantime. Sorry that I can't help you
>> further.
>
> Okay. It's definitely suprising for this file to be empty. I suspect
> some I/O problems... it would be interesting to know what kind of
> storage was being used for /gnu.

Ext2/3/4 filesystems are known to sometimes leave empty files around
after system crashes.  It's one of the reasons I switched to btrfs,
which doesn't do that.

     Mark




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

end of thread, other threads:[~2021-03-08 22:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 16:17 bug#46949: bug report Christoph Unger
2021-03-05 19:23 ` Leo Famulari
2021-03-08  7:25   ` Christoph Unger
2021-03-08 17:22     ` Leo Famulari
2021-03-08 22:02       ` Mark H Weaver

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.