From unknown Tue Aug 19 04:06:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#29904 <29904@debbugs.gnu.org> To: bug#29904 <29904@debbugs.gnu.org> Subject: Status: README is not up-to-date Reply-To: bug#29904 <29904@debbugs.gnu.org> Date: Tue, 19 Aug 2025 11:06:38 +0000 retitle 29904 README is not up-to-date reassign 29904 guix submitter 29904 Mathieu Lirzin severity 29904 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 29 18:12:04 2017 Received: (at submit) by debbugs.gnu.org; 29 Dec 2017 23:12:05 +0000 Received: from localhost ([127.0.0.1]:57037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eV3ol-0002gD-RQ for submit@debbugs.gnu.org; Fri, 29 Dec 2017 18:12:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54009) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eV3ok-0002g0-Cq for submit@debbugs.gnu.org; Fri, 29 Dec 2017 18:11:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eV3oe-0000gt-Bd for submit@debbugs.gnu.org; Fri, 29 Dec 2017 18:11:53 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58587) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eV3oe-0000ge-8Z for submit@debbugs.gnu.org; Fri, 29 Dec 2017 18:11:52 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eV3od-0005VN-4X for bug-guix@gnu.org; Fri, 29 Dec 2017 18:11:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eV3ob-0000eR-WC for bug-guix@gnu.org; Fri, 29 Dec 2017 18:11:51 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eV3ob-0000eE-S0 for bug-guix@gnu.org; Fri, 29 Dec 2017 18:11:49 -0500 Received: from [2a01:e35:2ec2:e580:491c:541:7a4a:37d9] (port=58528 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eV3ob-0000B8-8s for bug-guix@gnu.org; Fri, 29 Dec 2017 18:11:49 -0500 From: Mathieu Lirzin To: bug-guix@gnu.org Subject: README is not up-to-date Date: Sat, 30 Dec 2017 00:11:46 +0100 Message-ID: <87shbtt9hp.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --=-=-= Content-Type: text/plain Hello, The README requirements part is not up-to-date since GnuTLS is not optional anymore and Guile-Git is a dependency. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=update-README.patch diff --git a/README b/README index 18e6856..4192eb4 100644 --- a/README +++ b/README @@ -23,10 +23,9 @@ GNU Guix currently depends on the following packages: - [[https://gnu.org/software/guile/][GNU Guile 2.2.x or 2.0.x]], version 2.0.9 or later - [[https://gnupg.org/][GNU libgcrypt]] - [[https://www.gnu.org/software/make/][GNU Make]] + - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled. + - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command - - optionally [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support - in the 'guix download' command. Note that 'guix import pypi' requires - this functionality. Unless `--disable-daemon' was passed, the following packages are needed: --=-=-= Content-Type: text/plain Thanks. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 30 05:36:36 2017 Received: (at 29904) by debbugs.gnu.org; 30 Dec 2017 10:36:36 +0000 Received: from localhost ([127.0.0.1]:57211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eVEVI-0005Fn-J0 for submit@debbugs.gnu.org; Sat, 30 Dec 2017 05:36:36 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:39202) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eVEVG-0005Ff-UD for 29904@debbugs.gnu.org; Sat, 30 Dec 2017 05:36:35 -0500 Received: from localhost (178.113.228.174.wireless.dyn.drei.com [178.113.228.174]) by dd26836.kasserver.com (Postfix) with ESMTPSA id DAC8133602A0; Sat, 30 Dec 2017 11:36:32 +0100 (CET) Date: Sat, 30 Dec 2017 11:36:30 +0100 From: Danny Milosavljevic To: Mathieu Lirzin Subject: Re: bug#29904: README is not up-to-date Message-ID: <20171230113630.586d570e@scratchpost.org> In-Reply-To: <87shbtt9hp.fsf@gnu.org> References: <87shbtt9hp.fsf@gnu.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: LGTM! [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] 2.5 BODY_SINGLE_WORD Message body is only one word (no spaces) X-Debbugs-Envelope-To: 29904 Cc: 29904@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: LGTM! [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] 2.5 BODY_SINGLE_WORD Message body is only one word (no spaces) LGTM! From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 01 12:24:23 2018 Received: (at 29904-done) by debbugs.gnu.org; 1 Jan 2018 17:24:23 +0000 Received: from localhost ([127.0.0.1]:60105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eW3p1-0008J8-4R for submit@debbugs.gnu.org; Mon, 01 Jan 2018 12:24:23 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:40688) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eW3oz-0008J0-BT for 29904-done@debbugs.gnu.org; Mon, 01 Jan 2018 12:24:21 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id C55BB105ED; Mon, 1 Jan 2018 18:24:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bcrw13OfzidE; Mon, 1 Jan 2018 18:24:08 +0100 (CET) Received: from ribbon (ADijon-655-1-223-225.w90-26.abo.wanadoo.fr [90.26.12.225]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 767B0100E5; Mon, 1 Jan 2018 18:24:08 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mathieu Lirzin Subject: Re: bug#29904: README is not up-to-date References: <87shbtt9hp.fsf@gnu.org> Date: Mon, 01 Jan 2018 18:24:07 +0100 In-Reply-To: <87shbtt9hp.fsf@gnu.org> (Mathieu Lirzin's message of "Sat, 30 Dec 2017 00:11:46 +0100") Message-ID: <87h8s5ze4o.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29904-done Cc: 29904-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hi, Mathieu Lirzin skribis: > The README requirements part is not up-to-date since GnuTLS is not > optional anymore and Guile-Git is a dependency. Good catch. Applied, thanks! Ludo=E2=80=99. From unknown Tue Aug 19 04:06:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 30 Jan 2018 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator