all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guixsd 0.15.0 install failure
@ 2018-11-02 18:34 Anthony Eslick
  2018-11-02 20:30 ` Leo Famulari
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anthony Eslick @ 2018-11-02 18:34 UTC (permalink / raw)
  To: help-guix

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

I have been having a hard time getting guixsd installed on my x200 the past
few days. I am running the command "guix system init /mnt/etc/config.scm
/mnt --substitute-urls="https://berlin.guixsd.org"" and everything seems to
be working but after a couple hours into the install I keep getting this
message

sha256 hash mismatch for output path
'/gnu/store/bjpalrv9f49d2k40p7ga0y6dwdys9w5j-bzip2-1.0.6.tar.gz'
expected: *****************************************
actual: *********************************************
cannot build derivation: ***************************
*
*
*

is there something in the guix system init command that I am leaving out?

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

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

* Re: guixsd 0.15.0 install failure
  2018-11-02 18:34 guixsd 0.15.0 install failure Anthony Eslick
@ 2018-11-02 20:30 ` Leo Famulari
  2018-11-02 21:18 ` Brian Woodcox
  2018-11-02 22:46 ` Brian Woodcox
  2 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2018-11-02 20:30 UTC (permalink / raw)
  To: Anthony Eslick; +Cc: help-guix

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

On Fri, Nov 02, 2018 at 01:34:29PM -0500, Anthony Eslick wrote:
> I have been having a hard time getting guixsd installed on my x200 the past
> few days. I am running the command "guix system init /mnt/etc/config.scm
> /mnt --substitute-urls="https://berlin.guixsd.org"" and everything seems to
> be working but after a couple hours into the install I keep getting this
> message
> 
> sha256 hash mismatch for output path
> '/gnu/store/bjpalrv9f49d2k40p7ga0y6dwdys9w5j-bzip2-1.0.6.tar.gz'
> expected: *****************************************
> actual: *********************************************
> cannot build derivation: ***************************

The problem is that the website hosting bzip2 has gone offline
permanently. You'll have to download this source code from the archive:

`guix download https://web.archive.org/web/20180624184835/http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz`

Once you have downloaded the source code, you can restart `guix system
init ...` and it should work as expected.

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

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

* Re: guixsd 0.15.0 install failure
  2018-11-02 18:34 guixsd 0.15.0 install failure Anthony Eslick
  2018-11-02 20:30 ` Leo Famulari
@ 2018-11-02 21:18 ` Brian Woodcox
  2018-11-02 22:46 ` Brian Woodcox
  2 siblings, 0 replies; 6+ messages in thread
From: Brian Woodcox @ 2018-11-02 21:18 UTC (permalink / raw)
  To: Anthony Eslick; +Cc: help-guix

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

Hi There,

I had that same error, but I worked around it.  Basically the file is not at that site anymore.  They need to update the derivative for installing this.

I’m out at the moment, but I can post the fix in the next hour or two.

> On Nov 2, 2018, at 12:34 PM, Anthony Eslick <are0011@uah.edu> wrote:
> 
> I have been having a hard time getting guixsd installed on my x200 the past few days. I am running the command "guix system init /mnt/etc/config.scm /mnt --substitute-urls="https://berlin.guixsd.org"" and everything seems to be working but after a couple hours into the install I keep getting this message
> 
> sha256 hash mismatch for output path '/gnu/store/bjpalrv9f49d2k40p7ga0y6dwdys9w5j-bzip2-1.0.6.tar.gz'
> expected: *****************************************
> actual: *********************************************
> cannot build derivation: ***************************
> *
> *
> *
> 
> is there something in the guix system init command that I am leaving out?

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

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

* Re: guixsd 0.15.0 install failure
  2018-11-02 18:34 guixsd 0.15.0 install failure Anthony Eslick
  2018-11-02 20:30 ` Leo Famulari
  2018-11-02 21:18 ` Brian Woodcox
@ 2018-11-02 22:46 ` Brian Woodcox
  2018-11-03  3:58   ` Mark H Weaver
  2 siblings, 1 reply; 6+ messages in thread
From: Brian Woodcox @ 2018-11-02 22:46 UTC (permalink / raw)
  To: help-guix

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

I posted before I saw Leo’s reply at any rate his method is probably better.

In my case, from the /gnu/store directory, I entered:

nano ./59pqd1d0ihqxx0i64yxk335vjmw78wmh-bzip2-1.0.6.tar.gz.drv

and at the end of the line, I changed url from http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz to https://github.com/past-due/bzip2-mirror/releases/download/v1.0.6/bzip2-1.0.6.tar.gz

That fixed the problem for me.

> On Nov 2, 2018, at 12:34 PM, Anthony Eslick <are0011@uah.edu> wrote:
> 
> I have been having a hard time getting guixsd installed on my x200 the past few days. I am running the command "guix system init /mnt/etc/config.scm /mnt --substitute-urls="https://berlin.guixsd.org <https://berlin.guixsd.org/>"" and everything seems to be working but after a couple hours into the install I keep getting this message
> 
> sha256 hash mismatch for output path '/gnu/store/bjpalrv9f49d2k40p7ga0y6dwdys9w5j-bzip2-1.0.6.tar.gz'
> expected: *****************************************
> actual: *********************************************
> cannot build derivation: ***************************
> *
> *
> *
> 
> is there something in the guix system init command that I am leaving out?


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

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

* Re: guixsd 0.15.0 install failure
  2018-11-02 22:46 ` Brian Woodcox
@ 2018-11-03  3:58   ` Mark H Weaver
  2018-11-03  4:49     ` Brian Woodcox
  0 siblings, 1 reply; 6+ messages in thread
From: Mark H Weaver @ 2018-11-03  3:58 UTC (permalink / raw)
  To: Brian Woodcox; +Cc: help-guix

Brian Woodcox <bw@inskydata.com> writes:

> I posted before I saw Leo’s reply at any rate his method is probably better.
>
> In my case, from the /gnu/store directory, I entered:
>
> nano ./59pqd1d0ihqxx0i64yxk335vjmw78wmh-bzip2-1.0.6.tar.gz.drv
>
> and at the end of the line, I changed url from http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz to
> https://github.com/past-due/bzip2-mirror/releases/download/v1.0.6/bzip2-1.0.6.tar.gz

It's important to never edit files in /gnu/store.  Everything in that
directory is assumed to be immutable, and if that assumption is
violated, Guix may later misbehave in non-obvious ways.

Please use Leo's method instead.

      Thanks,
        Mark

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

* Re: guixsd 0.15.0 install failure
  2018-11-03  3:58   ` Mark H Weaver
@ 2018-11-03  4:49     ` Brian Woodcox
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Woodcox @ 2018-11-03  4:49 UTC (permalink / raw)
  To: help-guix

Thanks Mark.

Will do.  Being knew to Guix I wasn’t aware of the guix download command.


> On Nov 2, 2018, at 9:58 PM, Mark H Weaver <mhw@netris.org> wrote:
> 
> Brian Woodcox <bw@inskydata.com> writes:
> 
>> I posted before I saw Leo’s reply at any rate his method is probably better.
>> 
>> In my case, from the /gnu/store directory, I entered:
>> 
>> nano ./59pqd1d0ihqxx0i64yxk335vjmw78wmh-bzip2-1.0.6.tar.gz.drv
>> 
>> and at the end of the line, I changed url from http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz to
>> https://github.com/past-due/bzip2-mirror/releases/download/v1.0.6/bzip2-1.0.6.tar.gz
> 
> It's important to never edit files in /gnu/store.  Everything in that
> directory is assumed to be immutable, and if that assumption is
> violated, Guix may later misbehave in non-obvious ways.
> 
> Please use Leo's method instead.
> 
>      Thanks,
>        Mark

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

end of thread, other threads:[~2018-11-03  4:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02 18:34 guixsd 0.15.0 install failure Anthony Eslick
2018-11-02 20:30 ` Leo Famulari
2018-11-02 21:18 ` Brian Woodcox
2018-11-02 22:46 ` Brian Woodcox
2018-11-03  3:58   ` Mark H Weaver
2018-11-03  4:49     ` Brian Woodcox

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.