GNU bug report logs - #67800
File guix-publish.service missing on foreign distro installations

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix; Reported by: Philippe SWARTVAGHER <philippe.swartvagher@HIDDEN>; dated Tue, 12 Dec 2023 17:04:02 UTC; Maintainer for guix is bug-guix@HIDDEN.

Message received at 67800 <at> debbugs.gnu.org:


Received: (at 67800) by debbugs.gnu.org; 28 Dec 2023 09:11:20 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Dec 28 04:11:20 2023
Received: from localhost ([127.0.0.1]:38441 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1rImQB-0008AO-Nz
	for submit <at> debbugs.gnu.org; Thu, 28 Dec 2023 04:11:20 -0500
Received: from jpoiret.xyz ([206.189.101.64]:39532)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <dev@HIDDEN>) id 1rImQ9-0008AG-Ly
 for 67800 <at> debbugs.gnu.org; Thu, 28 Dec 2023 04:11:18 -0500
Received: from authenticated-user (jpoiret.xyz [206.189.101.64])
 by jpoiret.xyz (Postfix) with ESMTPA id 13C6C185318;
 Thu, 28 Dec 2023 09:11:16 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim;
 t=1703754677;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=lFA5uSmUpHzVpWKHkqlc8+M2rjoEbRXmyxBo8wJ9qAY=;
 b=U5ZwsJQEm/hx4zDqjYfQg3OHcUyiW6vzi/60OQR1UM8A0rYDY8Co+fo9i6CcVdXvcqvm2P
 zA7o92TeILDv+Ml1Pf2g7TirHiPCm+t+ylIOuWp/aQf6WtTwosYaRuAFBcjkJc7Ga1Jaeh
 qjb4caK40KcEdkQSgw4SwAFF7EyhQbJ+o/j1jfq71g0Id8t3Bmd2BpphyV/nPwUL0Uk7II
 0AS4YQN3jBankr/qWZYPPiQLG1TfwVbs3eeLWEgBKK039g+YvBrKyyCF3R873s0Exyq87/
 hHG1YzasCDl/4h6V0wZPiMqG4nDqrjU0Y8h14gCH405Ym9LzmtNPhjzAhrih9w==
From: Josselin Poiret <dev@HIDDEN>
To: Philippe SWARTVAGHER <philippe.swartvagher@HIDDEN>, 67800 <at> debbugs.gnu.org
Subject: Re: bug#67800: File guix-publish.service missing on foreign distro
 installations
In-Reply-To: <1e91ff84-852f-4c52-962a-d75b9c496bc0@HIDDEN>
References: <1e91ff84-852f-4c52-962a-d75b9c496bc0@HIDDEN>
Date: Thu, 28 Dec 2023 10:11:13 +0100
Message-ID: <87tto2vgi6.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha256; protocol="application/pgp-signature"
X-Spamd-Bar: /
Authentication-Results: jpoiret.xyz;
 auth=pass smtp.auth=jpoiret@HIDDEN smtp.mailfrom=dev@HIDDEN
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 67800
Cc: ludovic.courtes@HIDDEN
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Hi Philippe,

Philippe SWARTVAGHER <philippe.swartvagher@HIDDEN> writes:

> Hello,
>
> I'm running Guix on a foreign distro, Debian, with systemd. I installed=20
> Guix with the shell installer script.
>
> The documentation=20
> https://guix.gnu.org/manual/en/html_node/Invoking-guix-publish.html=20
> mentions (at the bottom) that I can execute the following command to=20
> enable the Guix Publish service:
>
> ln -s ~root/.guix-profile/lib/systemd/system/guix-publish.service=20
> /etc/systemd/system/
>
> However, the file=20
> ~root/.guix-profile/lib/systemd/system/guix-publish.service does not=20
> exist (actually, ~/root/.guix-profile doesn't exist).

As a temporary workaround, you can install the `guix` package in the
root's profile.

The problem stems from the fact that the `guix pull`-built guix doesn't
include many extras that the Makefile-built guix has, like that file.
Maybe we should include it in the `guix pull` build, so that it is
easily available and updated?

Best,
=2D-=20
Josselin Poiret

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQHEBAEBCAAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmWNO7EQHGRldkBqcG9p
cmV0Lnh5egAKCRBQXkC5Fhcaim2EC/9kt59SVivd/drO1cO7D2PFl/CLsNjMjdcx
tIx7yvWZDST+u11CznpXeFFv+DMLjpet4Jyr63hNhOY+SZ124a2uQRRljVM2QwcN
qsIHFzgGw2r6JchgufXgACRd7nRmxwa0sSsUbnZJw+vKWHl+gfejpikv/S11luF6
RmrPsz7OAVWisNha3EQToZy2w2V/sxSUrgpg29utMVQ6MqisknXdTdMbZl+fUFIR
rH6VuX8timI77mcGcQJQl8bbgguCg2JOoHAaWqy8gCUjZ8GAlB/DXCEAXw9cqYm/
j7zUmgZ6U4Qp6uOGhTeHvvPyekV9YkO5X2BrjJnSFO3GY9A5LYFVIKfuiU5tXclE
g+g+k7cGbvMgf7ra9DJwxSBQsfdZEoOuHWxelxnnYudq6FQm757L+g1I2nY8N4VC
xdMRoQBvUklBgKUaFhDkZMo93Mpd6bzOplmXAK0wj1KBpT+r3x7Bupw8CsoICnh/
vyuClqsADy3DtU4vaTZ4TOdeXoaEhds=
=2fFY
-----END PGP SIGNATURE-----
--=-=-=--




Information forwarded to bug-guix@HIDDEN:
bug#67800; Package guix. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 12 Dec 2023 17:03:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Dec 12 12:03:57 2023
Received: from localhost ([127.0.0.1]:57369 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1rD6An-0005Dz-Cn
	for submit <at> debbugs.gnu.org; Tue, 12 Dec 2023 12:03:57 -0500
Received: from lists.gnu.org ([2001:470:142::17]:51162)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <philippe.swartvagher@HIDDEN>) id 1rD6Ak-0005Dk-NQ
 for submit <at> debbugs.gnu.org; Tue, 12 Dec 2023 12:03:55 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <philippe.swartvagher@HIDDEN>)
 id 1rD6AE-0005l6-V9
 for bug-guix@HIDDEN; Tue, 12 Dec 2023 12:03:26 -0500
Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <philippe.swartvagher@HIDDEN>)
 id 1rD6AC-0005lR-1k
 for bug-guix@HIDDEN; Tue, 12 Dec 2023 12:03:22 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc;
 h=message-id:date:mime-version:to:from:cc:subject:
 content-transfer-encoding;
 bh=QLrmVUkEBoF3F+aAXELbFq/EpONMbs6UZqCpc4rYnD4=;
 b=rq17B/z4WwNF3YkaYxoF9uxT2eVmR8T5vv3so20n+S7BOt65aQnRReM2
 AGL1bwi+ocWoq1UUkI34qOb8HsCyNwrdMBn4L4gACxuWoIE03Vk+wBoMQ
 ZEtw+A1Yu36ONbnuu3yns8Vd+XGPbCg+rCp879j9AR/b7zov4EHTz5xTN 0=;
Authentication-Results: mail3-relais-sop.national.inria.fr;
 dkim=none (message not signed) header.i=none;
 spf=SoftFail smtp.mailfrom=philippe.swartvagher@HIDDEN;
 dmarc=fail (p=none dis=none) d=inria.fr
X-IronPort-AV: E=Sophos;i="6.04,270,1695679200"; d="scan'208";a="74218187"
Received: from unknown (HELO [193.50.110.149]) ([193.50.110.149])
 by mail3-relais-sop.national.inria.fr with
 ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2023 18:03:16 +0100
Message-ID: <1e91ff84-852f-4c52-962a-d75b9c496bc0@HIDDEN>
Date: Tue, 12 Dec 2023 18:03:15 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US, fr-FR
To: bug-guix@HIDDEN
From: Philippe SWARTVAGHER <philippe.swartvagher@HIDDEN>
Subject: File guix-publish.service missing on foreign distro installations
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Received-SPF: pass client-ip=192.134.164.104;
 envelope-from=philippe.swartvagher@HIDDEN;
 helo=mail3-relais-sop.national.inria.fr
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: submit
Cc: ludovic.courtes@HIDDEN
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.0 (/)

Hello,

I'm running Guix on a foreign distro, Debian, with systemd. I installed 
Guix with the shell installer script.

The documentation 
https://guix.gnu.org/manual/en/html_node/Invoking-guix-publish.html 
mentions (at the bottom) that I can execute the following command to 
enable the Guix Publish service:

ln -s ~root/.guix-profile/lib/systemd/system/guix-publish.service 
/etc/systemd/system/

However, the file 
~root/.guix-profile/lib/systemd/system/guix-publish.service does not 
exist (actually, ~/root/.guix-profile doesn't exist).


Philippe.





Acknowledgement sent to Philippe SWARTVAGHER <philippe.swartvagher@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-guix@HIDDEN. Full text available.
Report forwarded to bug-guix@HIDDEN:
bug#67800; Package guix. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sat, 20 Jan 2024 12:30:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.