From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: Why are these derivations different? Date: Sat, 08 Jun 2019 22:45:07 +0200 Message-ID: <878sub7qng.fsf@devup.no> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54733) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZiDA-0003pP-5y for help-guix@gnu.org; Sat, 08 Jun 2019 16:45:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZiD9-0000v6-5Z for help-guix@gnu.org; Sat, 08 Jun 2019 16:45:12 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:44307) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hZiD8-0000to-Om for help-guix@gnu.org; Sat, 08 Jun 2019 16:45:11 -0400 In-Reply-To: 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" To: Jack Hill , help-guix@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Jack Hill writes: > Hi Guix, > > I'm trying to copy the store items for ungoogled-chromium from one of my= =20 > hosts that has many computational resources to another one that does not,= =20 > so that I do not have to build ungoogled-chromium on the less powerful=20 > host. > > However, even after copying the store items using guix archive --export |= =20 > guix archive --import, the less powerful host wants to build=20 > ungoogled-chromium because the derivations differ (see attachments). I suspect this has to do with grafts. Guix is missing a substitute for the 'ungrafted' package and fails to realize the grafted derivation. Exporting with --no-grafts should do the trick. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlz8HlMACgkQoqBt8qM6 VPrfQgf/QoOpWHeGjkLzopdqnV1ZMt+Aiu21bdhNXPN1TRUNKYMt1FNOLIa9V3ng glL+8yEK2KxDCqzyxENZCIzl0fdJ/sdAC2t7QXHe1CHHi+e4IsjnhObJbJE1RfdM snoQEtyGwc1vQKiEp7bX3ym6TiRO0arliwqbJ6PX6We8oS8dgGWyTvW4ak2ODSDo IzUYNIgA3mv4AnO0W1G1GDmgXBbnU24KSZdNh35l2UlvyxTqcWuDslLukI4oJI29 032h4vS61Lma4XfDKlla5NmEEs7EPWxuhAZz6Q2Dub6PCE51IuOS4ynZQJM1F3uI acsTon9iTCCdJR6QfEphwyE7Y+KExA== =YL+7 -----END PGP SIGNATURE----- --=-=-=--