From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dY7mY-0004V8-6U for guix-patches@gnu.org; Thu, 20 Jul 2017 05:30:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dY7mV-0002M8-2L for guix-patches@gnu.org; Thu, 20 Jul 2017 05:30:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45931) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dY7mU-0002Lj-VN for guix-patches@gnu.org; Thu, 20 Jul 2017 05:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dY7mU-0000pR-PA for guix-patches@gnu.org; Thu, 20 Jul 2017 05:30:02 -0400 Subject: [bug#27232] [PATCH] gnu: python-apsw: Build with all extensions. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170604124903.3567-1-jlicht@fsfe.org> <20170604181924.2816ac6d@scratchpost.org> Date: Thu, 20 Jul 2017 11:29:02 +0200 In-Reply-To: <20170604181924.2816ac6d@scratchpost.org> (Danny Milosavljevic's message of "Sun, 4 Jun 2017 18:19:24 +0200") Message-ID: <87lgnjwj6p.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: Danny Milosavljevic Cc: 27232@debbugs.gnu.org Hello, Danny Milosavljevic skribis: > It works. LGTM. > > I get the following message though: > > Not doing LoadExtension test. You need to compile the extension first > gcc -fPIC -shared -o ./testextension.sqlext -I. -Isqlite3 src/testext= ension.c Jelle, could you check and possibly commit this patch? Thanks! Ludo=E2=80=99.