From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUVfk-0001bl-JR for guix-patches@gnu.org; Mon, 10 Jul 2017 06:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUVfe-0005GS-Kt for guix-patches@gnu.org; Mon, 10 Jul 2017 06:12:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56902) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUVfe-0005GH-I8 for guix-patches@gnu.org; Mon, 10 Jul 2017 06:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUVfe-0001LA-DC for guix-patches@gnu.org; Mon, 10 Jul 2017 06:12:02 -0400 Subject: [bug#27568] [PATCH 1/2] gnu: bigloo: Update to 4.3a. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87zicl71oe.fsf@openmailbox.org> <20170703194555.14966-1-kei@openmailbox.org> Date: Mon, 10 Jul 2017 12:11:12 +0200 In-Reply-To: <20170703194555.14966-1-kei@openmailbox.org> (Kei Kebreau's message of "Mon, 3 Jul 2017 15:45:54 -0400") Message-ID: <87inj07gan.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: Kei Kebreau Cc: 27568@debbugs.gnu.org Kei Kebreau skribis: > * gnu/packages/scheme.scm (bigloo): Update to 4.3a. > [source]: Remove old patch. Add snippet. > [arguments]: Adjust the build phases accordingly. > [inputs]: Add libgc, libunistring, libuv, openssl, pcre and sqlite. > [native-inputs]: Add autoconf, automake and libtool. [...] > + `(("autoconf" ,autoconf) > + ("automake" ,automake) > + ("libtool" ,libtool) > + ("pkg-config" ,pkg-config))) I=E2=80=99m confident Bigloo itself doesn=E2=80=99t use the Autotools. Do = you remember why they were needed? (libgc uses them but I think we arrange not to use the bundled libgc.) Apart from that, if it builds, go for it! Thanks, Ludo=E2=80=99.