all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Grigory Shepelev <shegeley@gmail.com>
To: Maxime Devos <maximedevos@telenet.be>,
	52559@debbugs.gnu.org, phil@beadling.co.uk
Subject: bug#52559: guix pull fails with `Unknown command: nix fish: nix show-derivation "~/.fr-sqOEpp/....-module-import-compiled.drv"
Date: Fri, 17 Dec 2021 00:12:40 +0300	[thread overview]
Message-ID: <CAGJuR-4DUsxvKiOy2PgUrpUHhs-LCTa6wq8D_AbsADKvF7zJSg@mail.gmail.com> (raw)
In-Reply-To: <CAGJuR-4A7cQr30Fz8E6ZbexvbQdyT0SqYNnEPif175gUeTRbjw@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1532 bytes --]

Extended research. Lead to

ERROR: In procedure primitive-load:
In procedure scm_lreadr: /gnu/store/l375q7zi0k894a03xdfsq8qsm5nh2m
97-module-import/guix/build/utils.scm:822:1: illegal character in escape
sequence: #\return

Possibly related to
https://www.mail-archive.com/help-guix@gnu.org/msg12265.html

(Now I added file as an attachment)

чт, 16 дек. 2021 г. в 23:54, Grigory Shepelev <shegeley@gmail.com>:

> I just didn't add it as an attachment for it being only 4 lines.
>
> чт, 16 дек. 2021 г. в 23:49, Grigory Shepelev <shegeley@gmail.com>:
>
>> > fish: Unknown command: nix
>> > fish:
>> > nix show-derivation "/home/shegeley/.cache/.fr-
>> > sqOEpp/273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv"
>>
>> IS in fact the contents of
>> /var/log/guix/drvs/6r/273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv.bz2.
>>
>> чт, 16 дек. 2021 г. в 23:26, Maxime Devos <maximedevos@telenet.be>:
>>
>>> [putting 52559@debbugs.gnu.org back into the To/CC:]
>>>
>>> Grigory Shepelev schreef op do 16-12-2021 om 22:33 [+0300]:
>>> > This IS in fact the log.
>>>
>>> No, you haven't posted any build log anywhere.
>>> I'm asking for the log mentioned by
>>>
>>> > View build log at
>>> > '/var/log/guix/drvs/6r/273vsd5gv1ch73ayih504s5wcxvysq-module-import-
>>> > compiled.drv.bz2'.
>>>
>>> That is, the file at
>>>
>>> /var/log/guix/drvs/6r/273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv.bz2
>>> .
>>>
>>> Greetings,
>>> Maxime
>>>
>>>

[-- Attachment #1.2: Type: text/html, Size: 2871 bytes --]

[-- Attachment #2: attempt.txt --]
[-- Type: text/plain, Size: 2187 bytes --]

shegeley@zone51 ~$ guix pull --no-substitutes
Updating channel 'nonguix' from Git repository at 'https://gitlab.com/nonguix/nonguix'...
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from these channels:
  guix      https://git.savannah.gnu.org/git/guix.git	d2af1df
  nonguix   https://gitlab.com/nonguix/nonguix	21d41c8
building /gnu/store/6r273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv...
|builder for `/gnu/store/6r273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv' failed with exit code 1
build of /gnu/store/6r273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv failed
View build log at '/var/log/guix/drvs/6r/273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv.bz2'.
cannot build derivation `/gnu/store/8vwhvpjg30marklcc4sjrl5qva4qhhi5-compute-guix-derivation.drv': 1 dependencies couldn't be built
guix pull: error: build of `/gnu/store/8vwhvpjg30marklcc4sjrl5qva4qhhi5-compute-guix-derivation.drv' failed
shegeley@zone51 ~$ guix build /gnu/store/8vwhvpjg30marklcc4sjrl5qva4qhhi5-compute-guix-derivation.drv
The following derivations will be built:
   /gnu/store/8vwhvpjg30marklcc4sjrl5qva4qhhi5-compute-guix-derivation.drv
   /gnu/store/6r273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv
   /gnu/store/iw1kampndq5qaxp4fm5xrzdipwh9kj3c-module-import-compiled.drv
building /gnu/store/6r273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv...
ERROR: In procedure primitive-load:
In procedure scm_lreadr: /gnu/store/l375q7zi0k894a03xdfsq8qsm5nh2m97-module-import/guix/build/utils.scm:822:1: illegal character in escape sequence: #\return
builder for `/gnu/store/6r273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv' failed with exit code 1
build of /gnu/store/6r273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv failed
View build log at '/var/log/guix/drvs/6r/273vsd5gv1ch73ayih504s5wcxvysq-module-import-compiled.drv.bz2'.
cannot build derivation `/gnu/store/8vwhvpjg30marklcc4sjrl5qva4qhhi5-compute-guix-derivation.drv': 1 dependencies couldn't be built
guix build: error: build of `/gnu/store/8vwhvpjg30marklcc4sjrl5qva4qhhi5-compute-guix-derivation.drv' failed

  reply	other threads:[~2021-12-16 22:49 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16 17:46 bug#52559: guix pull fails with `Unknown command: nix fish: nix show-derivation "~/.fr-sqOEpp/....-module-import-compiled.drv" Grigory Shepelev
2021-12-16 18:29 ` Maxime Devos
2021-12-16 19:15   ` Grigory Shepelev
2021-12-16 19:29     ` Grigory Shepelev
2021-12-16 19:32       ` Grigory Shepelev
2021-12-16 19:52     ` Grigory Shepelev
     [not found]   ` <CAGJuR-64F703LMjNeN=UfmzBcBPA1qVTY8bz-1umoxDaB+qcGQ@mail.gmail.com>
2021-12-16 20:26     ` Maxime Devos
2021-12-16 20:49       ` Grigory Shepelev
2021-12-16 20:54         ` Grigory Shepelev
2021-12-16 21:12           ` Grigory Shepelev [this message]
     [not found]             ` <d96e92826149aed480f5a9dc3a1f3bc891bc0a83.camel@telenet.be>
     [not found]               ` <CAGJuR-7E9Oztcig0_vzFGETXU6fXakh+wQzpxe0wcrw-n=8hhg@mail.gmail.com>
2021-12-16 21:24                 ` bug#52559: Fwd: " Grigory Shepelev
2021-12-16 21:32             ` Maxime Devos
2021-12-16 21:50             ` Maxime Devos
2021-12-17  5:50               ` Grigory Shepelev
2021-12-17  6:21                 ` Grigory Shepelev
2021-12-17  6:59                   ` Maxime Devos
2021-12-17  9:07                     ` Grigory Shepelev
2021-12-27 14:27                     ` Grigory Shepelev
2021-12-27 15:53                       ` Maxime Devos
2021-12-27 18:01                         ` Grigory Shepelev
2021-12-27 20:08                           ` Maxime Devos
2022-01-17 19:02                             ` Grigory Shepelev
2022-01-17 19:31                               ` Maxime Devos
2022-01-17 19:37                                 ` Grigory Shepelev
2021-12-17  6:53                 ` Maxime Devos
2021-12-16 21:13         ` Maxime Devos
2021-12-16 18:30 ` Maxime Devos
2021-12-16 18:32 ` Maxime Devos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGJuR-4DUsxvKiOy2PgUrpUHhs-LCTa6wq8D_AbsADKvF7zJSg@mail.gmail.com \
    --to=shegeley@gmail.com \
    --cc=52559@debbugs.gnu.org \
    --cc=maximedevos@telenet.be \
    --cc=phil@beadling.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.