From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHYG7-0000uz-E1 for guix-patches@gnu.org; Sun, 04 Jun 2017 12:20:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHYG2-0002XZ-Ed for guix-patches@gnu.org; Sun, 04 Jun 2017 12:20:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53320) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHYG2-0002XR-Av for guix-patches@gnu.org; Sun, 04 Jun 2017 12:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHYG1-0007UV-QB for guix-patches@gnu.org; Sun, 04 Jun 2017 12:20:02 -0400 Subject: bug#27232: [PATCH] gnu: python-apsw: Build with all extensions. Resent-Message-ID: Date: Sun, 4 Jun 2017 18:19:24 +0200 From: Danny Milosavljevic Message-ID: <20170604181924.2816ac6d@scratchpost.org> In-Reply-To: <20170604124903.3567-1-jlicht@fsfe.org> References: <20170604124903.3567-1-jlicht@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Jelle Licht Cc: 27232@debbugs.gnu.org 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/testextension.c