From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUiKX-0003nc-VX for guix-patches@gnu.org; Mon, 10 Jul 2017 19:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUiKU-0003sr-Ur for guix-patches@gnu.org; Mon, 10 Jul 2017 19:43:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58689) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUiKU-0003sj-QY for guix-patches@gnu.org; Mon, 10 Jul 2017 19:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUiKU-0001Ye-Gr for guix-patches@gnu.org; Mon, 10 Jul 2017 19:43:02 -0400 Subject: [bug#27568] [PATCH 1/2] gnu: bigloo: Update to 4.3a. Resent-Message-ID: From: Kei Kebreau References: <87zicl71oe.fsf@openmailbox.org> <20170703194555.14966-1-kei@openmailbox.org> <87inj07gan.fsf@gnu.org> Date: Mon, 10 Jul 2017 19:42:29 -0400 In-Reply-To: <87inj07gan.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 10 Jul 2017 12:11:12 +0200") Message-ID: <87lgnvrh96.fsf@openmailbox.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27568@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > 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. D= o you remember > why they were needed? (libgc uses them but I think we arrange not to > use the bundled libgc.) > They were for one of the in-tree third-party packages. I've removed the autotools packages from the inputs. > Apart from that, if it builds, go for it! > > Thanks, > Ludo=E2=80=99.