unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* "Guix Pull" Fails
@ 2019-05-02 12:41 Raghav Gururajan
  2019-05-02 13:43 ` 宋文武
  0 siblings, 1 reply; 7+ messages in thread
From: Raghav Gururajan @ 2019-05-02 12:41 UTC (permalink / raw)
  To: guix-devel

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

Hello Guix!

I just did "guix pull" but it failed multiple times. Please find the following:
root@secondary ~# guix pull

downloading from https://ci.guix.info/nar/gzip/zh3s89l1kri7r5ya0bmhil65lm0my691-module-import...

 module-import 187B 52KiB/s 00:00 [##################] 100.0%

building /gnu/store/1gnvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv...

downloading from https://letsencrypt.org/certs/isrgrootx1.pem...

|sha256 hash mismatch for /gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem:

 expected hash: 0zhd1ps7sz4w1x52xk3v7ng6d0rcyi7y7rcrplwkmilnq5hzjv1y

 actual hash: 0zycy85ff9ga53z1q03df89ka9iihb9p8bjhw056rq2y4rn3b6ac

hash mismatch for store item '/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem'

build of /gnu/store/1gnvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv failed

View build log at '/var/log/guix/drvs/1g/nvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv.bz2'.

cannot build derivation `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv': 1 dependencies couldn't be built

guix pull: error: build of `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv' failed
root@secondary ~# /var/log/guix/drvs/1g/nvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv.bz2

bash: /var/log/guix/drvs/1g/nvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv.bz2: Permission denied

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

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

* Re: "Guix Pull" Fails
  2019-05-02 12:41 "Guix Pull" Fails Raghav Gururajan
@ 2019-05-02 13:43 ` 宋文武
  2019-05-02 16:06   ` Ludovic Courtès
                     ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: 宋文武 @ 2019-05-02 13:43 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: guix-devel

"Raghav Gururajan" <rvgn@disroot.org> writes:

> Hello Guix!
>
> I just did "guix pull" but it failed multiple times. Please find the following:
>
> root@secondary ~# guix pull
>
> downloading from https://ci.guix.info/nar/gzip/zh3s89l1kri7r5ya0bmhil65lm0my691-module-import...
>
> module-import 187B 52KiB/s 00:00 [##################] 100.0%
>
> building /gnu/store/1gnvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv...
>
> downloading from https://letsencrypt.org/certs/isrgrootx1.pem...
>
> |sha256 hash mismatch for /gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem:
>
> expected hash: 0zhd1ps7sz4w1x52xk3v7ng6d0rcyi7y7rcrplwkmilnq5hzjv1y
>
> actual hash: 0zycy85ff9ga53z1q03df89ka9iihb9p8bjhw056rq2y4rn3b6ac
>
> hash mismatch for store item '/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem'
>
> build of /gnu/store/1gnvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv failed
>
> View build log at '/var/log/guix/drvs/1g/nvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv.bz2'.
>
> cannot build derivation `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv': 1 dependencies couldn't be built
>
> guix pull: error: build of `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv' failed
>
> root@secondary ~# /var/log/guix/drvs/1g/nvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv.bz2
>
> bash: /var/log/guix/drvs/1g/nvnkaw5wg51c55wxywmwl80bgkpv9k-isrgrootx1.pem.drv.bz2: Permission denied


Hello, thank for the report, it seems that Let's Encrypt had added the 3
missing '^M' to each its pem cert file.

I had pushed a fix, please try again, thank you!

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

* Re: "Guix Pull" Fails
  2019-05-02 13:43 ` 宋文武
@ 2019-05-02 16:06   ` Ludovic Courtès
  2019-05-03  4:27   ` Raghav Gururajan
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2019-05-02 16:06 UTC (permalink / raw)
  To: 宋文武; +Cc: guix-devel, Raghav Gururajan

Hi,

iyzsong@member.fsf.org (宋文武) skribis:

> Hello, thank for the report, it seems that Let's Encrypt had added the 3
> missing '^M' to each its pem cert file.
>
> I had pushed a fix, please try again, thank you!

Thank you!  Note that it doesn’t help much for those whose ‘guix pull’
refuses to run.  :-)

I’ve re-added the original .pem file on ci.guix.info (aka. berlin,
aka. ci.guix.gnu.org), so people should now get substitutes for it:

  https://ci.guix.gnu.org/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem

Ludo’.

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

* Re: "Guix Pull" Fails
  2019-05-02 13:43 ` 宋文武
  2019-05-02 16:06   ` Ludovic Courtès
@ 2019-05-03  4:27   ` Raghav Gururajan
  2019-05-03 16:13   ` Raghav Gururajan
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Raghav Gururajan @ 2019-05-03  4:27 UTC (permalink / raw)
  To: Ludovic Courtès, iyzsong; +Cc: guix-devel

Thank you very much Ludo.

May 2, 2019 12:06 PM, "Ludovic Courtès" <ludo@gnu.org> wrote:

> Hi,
> 
> iyzsong@member.fsf.org (宋文武) skribis:
> 
>> Hello, thank for the report, it seems that Let's Encrypt had added the 3
>> missing '^M' to each its pem cert file.
>> 
>> I had pushed a fix, please try again, thank you!
> 
> Thank you! Note that it doesn’t help much for those whose ‘guix pull’
> refuses to run. :-)
> 
> I’ve re-added the original .pem file on ci.guix.info (aka. berlin,
> aka. ci.guix.gnu.org), so people should now get substitutes for it:
> 
> https://ci.guix.gnu.org/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem
> 
> Ludo’.

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

* Re: "Guix Pull" Fails
  2019-05-02 13:43 ` 宋文武
  2019-05-02 16:06   ` Ludovic Courtès
  2019-05-03  4:27   ` Raghav Gururajan
@ 2019-05-03 16:13   ` Raghav Gururajan
  2019-05-04  8:03   ` Raghav Gururajan
  2019-05-04 13:43   ` Raghav Gururajan
  4 siblings, 0 replies; 7+ messages in thread
From: Raghav Gururajan @ 2019-05-03 16:13 UTC (permalink / raw)
  To: Ludovic Courtès, iyzsong; +Cc: guix-devel

"Guix Pull" still fails for me. The following is the information:

address@hidden ~# guix pull
substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
downloading from https://ci.guix.info/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem...
 isrgrootx1.pem  2KiB                                                                             486KiB/s 00:00 [##################] 100.0%

downloading from https://ci.guix.info/nar/gzip/zh3s89l1kri7r5ya0bmhil65lm0my691-module-import...
 module-import  187B                                                                               62KiB/s 00:00 [##################] 100.0%

building /gnu/store/vf1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv...
downloading from https://letsencrypt.org/certs/letsencryptauthorityx3.pem...
/sha256 hash mismatch for /gnu/store/bcq7sqhg18b7b1q87j8z60d5hybsdafm-letsencryptauthorityx3.pem:
  expected hash: 0zbamj6c7zqw1j9mbqygc8k1ykgj6xiisp9svmlif5lkbnyjhnkk
  actual hash:   1kvac1dhm1d02bhrfj6l1cz1dpldz6ishb78zzvy8245zgvh7pdn
hash mismatch for store item '/gnu/store/bcq7sqhg18b7b1q87j8z60d5hybsdafm-letsencryptauthorityx3.pem'
build of /gnu/store/vf1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv failed
View build log at '/var/log/guix/drvs/vf/1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv.bz2'.
cannot build derivation `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv': 1 dependencies couldn't be built
guix pull: error: build of `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv' failed

May 3, 2019 4:27 AM, "Raghav Gururajan" <rvgn@disroot.org> wrote:

> Thank you very much Ludo.
> 
> May 2, 2019 12:06 PM, "Ludovic Courtès" <ludo@gnu.org> wrote:
> 
>> Hi,
>> 
>> iyzsong@member.fsf.org (宋文武) skribis:
>> 
>>> Hello, thank for the report, it seems that Let's Encrypt had added the 3
>>> missing '^M' to each its pem cert file.
>>> 
>>> I had pushed a fix, please try again, thank you!
>> 
>> Thank you! Note that it doesn’t help much for those whose ‘guix pull’
>> refuses to run. :-)
>> 
>> I’ve re-added the original .pem file on ci.guix.info (aka. berlin,
>> aka. ci.guix.gnu.org), so people should now get substitutes for it:
>> 
>> https://ci.guix.gnu.org/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem
>> 
>> Ludo’.

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

* Re: "Guix Pull" Fails
  2019-05-02 13:43 ` 宋文武
                     ` (2 preceding siblings ...)
  2019-05-03 16:13   ` Raghav Gururajan
@ 2019-05-04  8:03   ` Raghav Gururajan
  2019-05-04 13:43   ` Raghav Gururajan
  4 siblings, 0 replies; 7+ messages in thread
From: Raghav Gururajan @ 2019-05-04  8:03 UTC (permalink / raw)
  To: Ludovic Courtès, iyzsong; +Cc: guix-devel

Any update please ?? Thanks!


May 3, 2019 12:13 PM, "Raghav Gururajan" <rvgn@disroot.org> wrote:

> "Guix Pull" still fails for me. The following is the information:
> 
> address@hidden ~# guix pull
> substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
> substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
> downloading from https://ci.guix.info/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem...
> isrgrootx1.pem 2KiB 486KiB/s 00:00 [##################] 100.0%
> 
> downloading from https://ci.guix.info/nar/gzip/zh3s89l1kri7r5ya0bmhil65lm0my691-module-import...
> module-import 187B 62KiB/s 00:00 [##################] 100.0%
> 
> building /gnu/store/vf1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv...
> downloading from https://letsencrypt.org/certs/letsencryptauthorityx3.pem...
> /sha256 hash mismatch for /gnu/store/bcq7sqhg18b7b1q87j8z60d5hybsdafm-letsencryptauthorityx3.pem:
> expected hash: 0zbamj6c7zqw1j9mbqygc8k1ykgj6xiisp9svmlif5lkbnyjhnkk
> actual hash: 1kvac1dhm1d02bhrfj6l1cz1dpldz6ishb78zzvy8245zgvh7pdn
> hash mismatch for store item
> '/gnu/store/bcq7sqhg18b7b1q87j8z60d5hybsdafm-letsencryptauthorityx3.pem'
> build of /gnu/store/vf1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv failed
> View build log at
> '/var/log/guix/drvs/vf/1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv.bz2'.
> cannot build derivation `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv': 1
> dependencies couldn't be built
> guix pull: error: build of `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv' failed
> 
> May 3, 2019 4:27 AM, "Raghav Gururajan" <rvgn@disroot.org> wrote:
> 
>> Thank you very much Ludo.
>> 
>> May 2, 2019 12:06 PM, "Ludovic Courtès" <ludo@gnu.org> wrote:
>> 
>>> Hi,
>>> 
>>> iyzsong@member.fsf.org (宋文武) skribis:
>> 
>> Hello, thank for the report, it seems that Let's Encrypt had added the 3
>> missing '^M' to each its pem cert file.
>> 
>> I had pushed a fix, please try again, thank you!
>>> Thank you! Note that it doesn’t help much for those whose ‘guix pull’
>>> refuses to run. :-)
>>> 
>>> I’ve re-added the original .pem file on ci.guix.info (aka. berlin,
>>> aka. ci.guix.gnu.org), so people should now get substitutes for it:
>>> 
>>> https://ci.guix.gnu.org/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem
>>> 
>>> Ludo’.

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

* Re: "Guix Pull" Fails
  2019-05-02 13:43 ` 宋文武
                     ` (3 preceding siblings ...)
  2019-05-04  8:03   ` Raghav Gururajan
@ 2019-05-04 13:43   ` Raghav Gururajan
  4 siblings, 0 replies; 7+ messages in thread
From: Raghav Gururajan @ 2019-05-04 13:43 UTC (permalink / raw)
  To: Ludovic Courtès, iyzsong; +Cc: guix-devel

I solved the issue. Had to add "nss-certs" package to the system-wide package list in the configuration. :)

May 4, 2019 8:03 AM, "Raghav Gururajan" <rvgn@disroot.org> wrote:

> Any update please ?? Thanks!
> 
> May 3, 2019 12:13 PM, "Raghav Gururajan" <rvgn@disroot.org> wrote:
> 
>> "Guix Pull" still fails for me. The following is the information:
>> 
>> address@hidden ~# guix pull
>> substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
>> substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
>> downloading from https://ci.guix.info/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem...
>> isrgrootx1.pem 2KiB 486KiB/s 00:00 [##################] 100.0%
>> 
>> downloading from https://ci.guix.info/nar/gzip/zh3s89l1kri7r5ya0bmhil65lm0my691-module-import...
>> module-import 187B 62KiB/s 00:00 [##################] 100.0%
>> 
>> building /gnu/store/vf1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv...
>> downloading from https://letsencrypt.org/certs/letsencryptauthorityx3.pem...
>> /sha256 hash mismatch for /gnu/store/bcq7sqhg18b7b1q87j8z60d5hybsdafm-letsencryptauthorityx3.pem:
>> expected hash: 0zbamj6c7zqw1j9mbqygc8k1ykgj6xiisp9svmlif5lkbnyjhnkk
>> actual hash: 1kvac1dhm1d02bhrfj6l1cz1dpldz6ishb78zzvy8245zgvh7pdn
>> hash mismatch for store item
>> '/gnu/store/bcq7sqhg18b7b1q87j8z60d5hybsdafm-letsencryptauthorityx3.pem'
>> build of /gnu/store/vf1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv failed
>> View build log at
>> '/var/log/guix/drvs/vf/1ni4bdwlya3f5ii7wq6agiwdvzapmw-letsencryptauthorityx3.pem.drv.bz2'.
>> cannot build derivation `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv': 1
>> dependencies couldn't be built
>> guix pull: error: build of `/gnu/store/paq8cw9f06lxw34aakk0vg1b9nx21cqf-le-certs-0.drv' failed
>> 
>> May 3, 2019 4:27 AM, "Raghav Gururajan" <rvgn@disroot.org> wrote:
>> 
>>> Thank you very much Ludo.
>>> 
>>> May 2, 2019 12:06 PM, "Ludovic Courtès" <ludo@gnu.org> wrote:
>> 
>> Hi,
>> 
>> iyzsong@member.fsf.org (宋文武) skribis:
>>> Hello, thank for the report, it seems that Let's Encrypt had added the 3
>>> missing '^M' to each its pem cert file.
>>> 
>>> I had pushed a fix, please try again, thank you!
>> 
>> Thank you! Note that it doesn’t help much for those whose ‘guix pull’
>> refuses to run. :-)
>> 
>> I’ve re-added the original .pem file on ci.guix.info (aka. berlin,
>> aka. ci.guix.gnu.org), so people should now get substitutes for it:
>> 
>> https://ci.guix.gnu.org/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem
>> 
>> Ludo’.

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

end of thread, other threads:[~2019-05-04 13:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-02 12:41 "Guix Pull" Fails Raghav Gururajan
2019-05-02 13:43 ` 宋文武
2019-05-02 16:06   ` Ludovic Courtès
2019-05-03  4:27   ` Raghav Gururajan
2019-05-03 16:13   ` Raghav Gururajan
2019-05-04  8:03   ` Raghav Gururajan
2019-05-04 13:43   ` Raghav Gururajan

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