From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?55m944GE54aK77yg55u45pKy6YGT?= Subject: Export archive and import it on another machine Date: Thu, 18 Feb 2016 20:01:44 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWUlu-0005JK-PI for help-guix@gnu.org; Thu, 18 Feb 2016 15:01:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWUlo-0005qi-Lt for help-guix@gnu.org; Thu, 18 Feb 2016 15:01:54 -0500 Received: from mccarthy.hcoop.net ([69.90.123.73]:47782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWUlo-0005pM-Fz for help-guix@gnu.org; Thu, 18 Feb 2016 15:01:48 -0500 Received: from 203.179.broadband3.iol.cz ([85.70.179.203] helo=[192.168.1.218]) by mccarthy.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aWUlm-0001i7-Rv for help-guix@gnu.org; Thu, 18 Feb 2016 15:01:47 -0500 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: help-guix@gnu.org 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? -- 白い熊@相撲道