unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27450: guix pull failed updating guix
@ 2017-06-22 16:20 Jonathan Brielmaier
  2017-06-22 18:27 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Brielmaier @ 2017-06-22 16:20 UTC (permalink / raw)
  To: 27450

Hello,

I tried to update my guix installation with `guix pull` but it failed.
As shell I use fish, System is Linux Mint 17.3.

$ guix pull
[...]
The following derivations will be built:
   /gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv
   /gnu/store/d1bqy3zmi3xrmjr40lhdhmngcs8m7827-libgit2-0.25.1.drv
   /gnu/store/a2j5g8szv0wwy1vqsq959jva0jkc9jxy-module-import.drv
   /gnu/store/mqjybj2x91zkmyldqrj0bzjz39qlikj8-module-import-compiled.drv
   /gnu/store/r93v5wsy5vgba23q2bzff2an43rqz4l1-guile-git-0.0-0.969514a.drv
building path(s) `/gnu/store/r4wdd8dw3l11n0qkangqaznv5y0miwd1-module-import'
building path(s)
`/gnu/store/6kzngkxcxja7092j15gyfbiqn4dib414-libgit2-0.25.1'
grafting '/gnu/store/sp9dpc0rmwy3jsc8wh6ghkbc60i01428-libgit2-0.25.1' ->
'/gnu/store/6kzngkxcxja7092j15gyfbiqn4dib414-libgit2-0.25.1'...
building path(s)
`/gnu/store/bi0chwm3w2nfk3hdnshrd4rwcc5znd8c-module-import-compiled'
building path(s)
`/gnu/store/p7sx29xmgfdr7dnvwm90x5scymd5r34w-guile-git-0.0-0.969514a'
grafting
'/gnu/store/079i0qp6rdcwp5rkirwsi9y8g87id3c0-guile-git-0.0-0.969514a' ->
'/gnu/store/p7sx29xmgfdr7dnvwm90x5scymd5r34w-guile-git-0.0-0.969514a'...
warning: failed to install locale: Invalid argument
building path(s) `/gnu/store/ld6h1fc696q6iaxi9pax0khnm747hvgi-guix-latest'
copying and compiling to
'/gnu/store/ld6h1fc696q6iaxi9pax0khnm747hvgi-guix-latest' with Guile
2.0.12...
loading...	 12.6% of 605 filesice-9/psyntax.scm:3084:32: In procedure
#<procedure 4f831a0 (k filename)>:
ice-9/psyntax.scm:3084:32: Syntax error:
bytestructures/guile/base.scm:8:19: include-from-path: file not found in
path in subform "bytestructures/r7/base.exports.sld" of
(include-from-path "bytestructures/r7/base.exports.sld")
builder for
`/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
with exit code 1
guix pull: error: build failed: build of
`/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
$ guix --version
guix (GNU Guix) 20170303.14

guile-version: 2.0.12

If you need more information just ask, but probably I don't have any
further information because I reinstalled guix...

Jonathan

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

* bug#27450: guix pull failed updating guix
  2017-06-22 16:20 bug#27450: guix pull failed updating guix Jonathan Brielmaier
@ 2017-06-22 18:27 ` Leo Famulari
  2017-06-22 21:05   ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2017-06-22 18:27 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 27450

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

On Thu, Jun 22, 2017 at 06:20:54PM +0200, Jonathan Brielmaier wrote:
> copying and compiling to
> '/gnu/store/ld6h1fc696q6iaxi9pax0khnm747hvgi-guix-latest' with Guile
> 2.0.12...
> loading...	 12.6% of 605 filesice-9/psyntax.scm:3084:32: In procedure
> #<procedure 4f831a0 (k filename)>:
> ice-9/psyntax.scm:3084:32: Syntax error:
> bytestructures/guile/base.scm:8:19: include-from-path: file not found in
> path in subform "bytestructures/r7/base.exports.sld" of
> (include-from-path "bytestructures/r7/base.exports.sld")
> builder for
> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
> with exit code 1
> guix pull: error: build failed: build of
> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
> $ guix --version
> guix (GNU Guix) 20170303.14
> 
> guile-version: 2.0.12

This Guix was a bit old (from March 2017) and was using Guile 2.0
instead of Guile 2.2.

I'm not sure, but I'd guess the issue is related to the recent addition
of a dependency on guile-bytestructures [0].

[0]
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=19c90e5f697bbf1be5ea3a7b4f5fe712d77070a1

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

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

* bug#27450: guix pull failed updating guix
  2017-06-22 18:27 ` Leo Famulari
@ 2017-06-22 21:05   ` Ludovic Courtès
  2017-06-22 21:09     ` Jonathan Brielmaier
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2017-06-22 21:05 UTC (permalink / raw)
  To: Leo Famulari; +Cc: Jonathan Brielmaier, 27450

Leo Famulari <leo@famulari.name> skribis:

> On Thu, Jun 22, 2017 at 06:20:54PM +0200, Jonathan Brielmaier wrote:
>> copying and compiling to
>> '/gnu/store/ld6h1fc696q6iaxi9pax0khnm747hvgi-guix-latest' with Guile
>> 2.0.12...
>> loading...	 12.6% of 605 filesice-9/psyntax.scm:3084:32: In procedure
>> #<procedure 4f831a0 (k filename)>:
>> ice-9/psyntax.scm:3084:32: Syntax error:
>> bytestructures/guile/base.scm:8:19: include-from-path: file not found in
>> path in subform "bytestructures/r7/base.exports.sld" of
>> (include-from-path "bytestructures/r7/base.exports.sld")
>> builder for
>> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
>> with exit code 1
>> guix pull: error: build failed: build of
>> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
>> $ guix --version
>> guix (GNU Guix) 20170303.14
>> 
>> guile-version: 2.0.12
>
> This Guix was a bit old (from March 2017) and was using Guile 2.0
> instead of Guile 2.2.
>
> I'm not sure, but I'd guess the issue is related to the recent addition
> of a dependency on guile-bytestructures [0].
>
> [0]
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=19c90e5f697bbf1be5ea3a7b4f5fe712d77070a1

The problem is that there was a time window in March where
‘guile-bytestructures’ was broken as can be seen above.  This prevents
upgrade here.  :-/

The workaround would be to first upgrade to the commit before the one
you gave:

  guix pull \
    --url=https://git.savannah.gnu.org/cgit/guix.git/snapshot/6fe5c49ab487154074eaab2ef80e9a2f8163320c.tar.gz

and then upgrade again:

  guix pull

Jonathan, are you able to confirm that this works or did you work around
it differently already?

Thanks,
Ludo’.

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

* bug#27450: guix pull failed updating guix
  2017-06-22 21:05   ` Ludovic Courtès
@ 2017-06-22 21:09     ` Jonathan Brielmaier
  2017-06-23  9:29       ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Brielmaier @ 2017-06-22 21:09 UTC (permalink / raw)
  To: Ludovic Courtès, Leo Famulari; +Cc: 27450

Am 22.06.2017 um 23:05 schrieb Ludovic Courtès:
> Leo Famulari <leo@famulari.name> skribis:
> 
>> On Thu, Jun 22, 2017 at 06:20:54PM +0200, Jonathan Brielmaier wrote:
>>> copying and compiling to
>>> '/gnu/store/ld6h1fc696q6iaxi9pax0khnm747hvgi-guix-latest' with Guile
>>> 2.0.12...
>>> loading...	 12.6% of 605 filesice-9/psyntax.scm:3084:32: In procedure
>>> #<procedure 4f831a0 (k filename)>:
>>> ice-9/psyntax.scm:3084:32: Syntax error:
>>> bytestructures/guile/base.scm:8:19: include-from-path: file not found in
>>> path in subform "bytestructures/r7/base.exports.sld" of
>>> (include-from-path "bytestructures/r7/base.exports.sld")
>>> builder for
>>> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
>>> with exit code 1
>>> guix pull: error: build failed: build of
>>> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
>>> $ guix --version
>>> guix (GNU Guix) 20170303.14
>>>
>>> guile-version: 2.0.12
>>
>> This Guix was a bit old (from March 2017) and was using Guile 2.0
>> instead of Guile 2.2.
>>
>> I'm not sure, but I'd guess the issue is related to the recent addition
>> of a dependency on guile-bytestructures [0].
>>
>> [0]
>> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=19c90e5f697bbf1be5ea3a7b4f5fe712d77070a1
> 
> The problem is that there was a time window in March where
> ‘guile-bytestructures’ was broken as can be seen above.  This prevents
> upgrade here.  :-/
> 
> The workaround would be to first upgrade to the commit before the one
> you gave:
> 
>   guix pull \
>     --url=https://git.savannah.gnu.org/cgit/guix.git/snapshot/6fe5c49ab487154074eaab2ef80e9a2f8163320c.tar.gz
> 
> and then upgrade again:
> 
>   guix pull
> 
> Jonathan, are you able to confirm that this works or did you work around
> it differently already?
Sadly I can't confirm if this work around works because I reinstalled
guix (I removed the broken one and did a clean new 0.13 installation).

Next time I'll wait until the mailing list gives me the right commit :)

Jonathan

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

* bug#27450: guix pull failed updating guix
  2017-06-22 21:09     ` Jonathan Brielmaier
@ 2017-06-23  9:29       ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2017-06-23  9:29 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 27450-done

Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:

> Am 22.06.2017 um 23:05 schrieb Ludovic Courtès:
>> Leo Famulari <leo@famulari.name> skribis:
>> 
>>> On Thu, Jun 22, 2017 at 06:20:54PM +0200, Jonathan Brielmaier wrote:
>>>> copying and compiling to
>>>> '/gnu/store/ld6h1fc696q6iaxi9pax0khnm747hvgi-guix-latest' with Guile
>>>> 2.0.12...
>>>> loading...	 12.6% of 605 filesice-9/psyntax.scm:3084:32: In procedure
>>>> #<procedure 4f831a0 (k filename)>:
>>>> ice-9/psyntax.scm:3084:32: Syntax error:
>>>> bytestructures/guile/base.scm:8:19: include-from-path: file not found in
>>>> path in subform "bytestructures/r7/base.exports.sld" of
>>>> (include-from-path "bytestructures/r7/base.exports.sld")
>>>> builder for
>>>> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
>>>> with exit code 1
>>>> guix pull: error: build failed: build of
>>>> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed
>>>> $ guix --version
>>>> guix (GNU Guix) 20170303.14
>>>>
>>>> guile-version: 2.0.12
>>>
>>> This Guix was a bit old (from March 2017) and was using Guile 2.0
>>> instead of Guile 2.2.
>>>
>>> I'm not sure, but I'd guess the issue is related to the recent addition
>>> of a dependency on guile-bytestructures [0].
>>>
>>> [0]
>>> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=19c90e5f697bbf1be5ea3a7b4f5fe712d77070a1
>> 
>> The problem is that there was a time window in March where
>> ‘guile-bytestructures’ was broken as can be seen above.  This prevents
>> upgrade here.  :-/
>> 
>> The workaround would be to first upgrade to the commit before the one
>> you gave:
>> 
>>   guix pull \
>>     --url=https://git.savannah.gnu.org/cgit/guix.git/snapshot/6fe5c49ab487154074eaab2ef80e9a2f8163320c.tar.gz
>> 
>> and then upgrade again:
>> 
>>   guix pull
>> 
>> Jonathan, are you able to confirm that this works or did you work around
>> it differently already?
> Sadly I can't confirm if this work around works because I reinstalled
> guix (I removed the broken one and did a clean new 0.13 installation).
>
> Next time I'll wait until the mailing list gives me the right commit :)

No problem.  I’m closing the bug, with the understanding though that it
illustrates a “well-known” defect in ‘guix pull’.

Thanks,
Ludo’.

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

end of thread, other threads:[~2017-06-23  9:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-22 16:20 bug#27450: guix pull failed updating guix Jonathan Brielmaier
2017-06-22 18:27 ` Leo Famulari
2017-06-22 21:05   ` Ludovic Courtès
2017-06-22 21:09     ` Jonathan Brielmaier
2017-06-23  9:29       ` Ludovic Courtès

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