all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Export archive and import it on another machine
@ 2016-02-18 20:01 白い熊@相撲道
  2016-02-18 22:34 ` Leo Famulari
  0 siblings, 1 reply; 7+ messages in thread
From: 白い熊@相撲道 @ 2016-02-18 20:01 UTC (permalink / raw
  To: help-guix

I'm trying to export Libreoffice from one PC and import it on another one — the reason I'm doing this is that with the latest git checkout when I try to install it on a PC with a newly installed GuixSD it keeps building it from source and failing. 

Anyhow, on the machine that I have it installed I ran: 

# guix archive --generate-key
$ guix archive --export -r /gnu/store/hash...libreoffice-5.0.3.2 > libreoffice-5.0.3.2.nar 

Then copied the nar and /etc/guix/signing-key.pub to the other PC. 

There I ran: 

# guix archive --authorize < signing-key.pub
$ guix archive --import < libreoffice-5.0.3.2.nar

The last command fails with: 

guix archive: error: build failed: program `guix-authenticate' failed with exit code 1

What am I doing wrong? 

Side question — why is it building Libreoffice from source on “guix package -i libreoffice”? Recipe there, but not built on Hydra? How can I install an earlier already—built version? 
--
白い熊@相撲道

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

end of thread, other threads:[~2016-02-27 13:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 20:01 Export archive and import it on another machine 白い熊@相撲道
2016-02-18 22:34 ` Leo Famulari
2016-02-19  9:42   ` 白い熊@相撲道
2016-02-19 17:06     ` Leo Famulari
2016-02-20 11:25       ` 白い熊@相撲道
2016-02-20 12:50         ` Leo Famulari
2016-02-27 13:01         ` Ricardo Wurmus

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.