From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjmA3-00051G-1c for guix-patches@gnu.org; Sun, 29 Jul 2018 09:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjmA2-0006WJ-ED for guix-patches@gnu.org; Sun, 29 Jul 2018 09:55:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56542) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fjmA2-0006W6-A1 for guix-patches@gnu.org; Sun, 29 Jul 2018 09:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fjmA1-0005WH-Vl for guix-patches@gnu.org; Sun, 29 Jul 2018 09:55:02 -0400 Subject: [bug#32268] [PATCH] gnu: Add net-snmp. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180725114434.21463-1-go.wigust@gmail.com> <20180725115613.4aukzb72uwz6gwl2@abyayala> Date: Sun, 29 Jul 2018 15:54:13 +0200 In-Reply-To: <20180725115613.4aukzb72uwz6gwl2@abyayala> (Nils Gillmann's message of "Wed, 25 Jul 2018 11:56:13 +0000") Message-ID: <87va8yf8qi.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nils Gillmann Cc: 32268@debbugs.gnu.org Hello, Nils Gillmann skribis: > Oleg Pykhalov transcribed 3.7K bytes: >> * gnu/packages/networking.scm (net-snmp): New variable. [...] >> + (modify-phases %standard-phases >> + (add-before 'configure 'autoreconf >> + (lambda _ >> + (invoke "autoreconf" "-vfi")))))) > > What I recently discovered, or it might be false memory, is that we > have a phase for this which runs autoreconf -vfi automatically. Or am > I wrong about this? You=E2=80=99re right, it appeared with the last =E2=80=98core-updates=E2=80= =99 merge. Oleg, can you make sure this phase can be removed? No further comments! Thanks Nils & Oleg, Ludo=E2=80=99.