From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 04 08:49:26 2017 Received: (at submit) by debbugs.gnu.org; 4 Jun 2017 12:49:27 +0000 Received: from localhost ([127.0.0.1]:54719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHUyE-0003TD-NH for submit@debbugs.gnu.org; Sun, 04 Jun 2017 08:49:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49673) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHUyD-0003T1-4G for submit@debbugs.gnu.org; Sun, 04 Jun 2017 08:49:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHUy7-0007to-6x for submit@debbugs.gnu.org; Sun, 04 Jun 2017 08:49:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_20,FREEMAIL_FROM, RCVD_IN_SORBS_SPAM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59152) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dHUy7-0007td-40 for submit@debbugs.gnu.org; Sun, 04 Jun 2017 08:49:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHUy5-00024r-Sc for guix-patches@gnu.org; Sun, 04 Jun 2017 08:49:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHUy2-0007rR-RT for guix-patches@gnu.org; Sun, 04 Jun 2017 08:49:17 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35216) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHUy2-0007qd-Kn for guix-patches@gnu.org; Sun, 04 Jun 2017 08:49:14 -0400 Received: by mail-wm0-f67.google.com with SMTP id g15so25771452wmc.2 for ; Sun, 04 Jun 2017 05:49:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=dcnDV1O4PuBxAhIbAaDOYJ6+NPEGw9jbhpJncFh1Ybc=; b=DAskuo55/f3jJQ4JyQPlgk7IjTeT56mu5/CJQHxAAC4EKIBycd26WAegy28OLtBhDX xt9fh6XEpPm+ylUtoQogDnsAtgoprn2+4E7jUqE5B70/+viszfTe0lbTAAVeGKuA4Ig9 8k2pXhpw+Bqf2CtruZK2hz79TbapxlfGeXsqg6Dr8iY+7k/XCZyMPQVzhf6YCnxoYPKQ Z2WvhsqOzjh220I7Cim/tgnEl7wyniEiGHT2RPAQg3O+riM4GeIH7X0WwlXkDBjKzvyS NeNmJ9/kl8hJ5ntWCzZ0OX387/w6KuoBbR7etFMuYVXxqejIa513JaDKLk8D4EwcstsD NeDA== X-Gm-Message-State: AODbwcDsI7eYt7dYdKWPXfw024RJpeLzI2+ltB5fe3bwobdP47ESl63v 2eu5OC0WM5fIQSkj X-Received: by 10.80.172.98 with SMTP id w31mr6567351edc.120.1496580553062; Sun, 04 Jun 2017 05:49:13 -0700 (PDT) Received: from localhost.localdomain (ip4da9bee6.direct-adsl.nl. [77.169.190.230]) by smtp.gmail.com with ESMTPSA id f48sm1976704eda.42.2017.06.04.05.49.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Jun 2017 05:49:12 -0700 (PDT) From: Jelle Licht To: guix-patches@gnu.org Subject: [PATCH] gnu: python-apsw: Build with all extensions. Date: Sun, 4 Jun 2017 14:49:03 +0200 Message-Id: <20170604124903.3567-1-jlicht@fsfe.org> X-Mailer: git-send-email 2.13.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: submit Cc: Jelle Licht X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/python.scm (python-apsw)[phases]: Replace build phase; add flag to build all extensions. --- gnu/packages/python.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7617490bd..4ce56d45c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5725,6 +5725,10 @@ implementation of D-Bus.") (arguments `(#:phases (modify-phases %standard-phases + (replace 'build + (lambda _ + (zero? + (system* "python" "setup.py" "build" "--enable-all-extensions")))) (delete 'check) (add-after 'install 'check (lambda* (#:key inputs outputs #:allow-other-keys) -- 2.13.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 04 12:19:32 2017 Received: (at 27232) by debbugs.gnu.org; 4 Jun 2017 16:19:32 +0000 Received: from localhost ([127.0.0.1]:55997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHYFY-0007Ti-JF for submit@debbugs.gnu.org; Sun, 04 Jun 2017 12:19:32 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:34828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHYFW-0007Ta-KJ for 27232@debbugs.gnu.org; Sun, 04 Jun 2017 12:19:31 -0400 Received: from localhost (178.113.233.108.wireless.dyn.drei.com [178.113.233.108]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 5F03F1CA0026; Sun, 4 Jun 2017 18:19:28 +0200 (CEST) Date: Sun, 4 Jun 2017 18:19:24 +0200 From: Danny Milosavljevic To: Jelle Licht Subject: Re: bug#27232: [PATCH] gnu: python-apsw: Build with all extensions. Message-ID: <20170604181924.2816ac6d@scratchpost.org> In-Reply-To: <20170604124903.3567-1-jlicht@fsfe.org> References: <20170604124903.3567-1-jlicht@fsfe.org> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27232 Cc: 27232@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 07 10:54:45 2017 Received: (at 27232) by debbugs.gnu.org; 7 Jul 2017 14:54:46 +0000 Received: from localhost ([127.0.0.1]:56885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTUeb-0002HV-Mu for submit@debbugs.gnu.org; Fri, 07 Jul 2017 10:54:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTUea-0002HJ-Hz for 27232@debbugs.gnu.org; Fri, 07 Jul 2017 10:54:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTUeU-0000sp-AP for 27232@debbugs.gnu.org; Fri, 07 Jul 2017 10:54:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTUeM-0000qD-Px; Fri, 07 Jul 2017 10:54:30 -0400 Received: from [193.50.110.240] (port=41510 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dTUeM-0006xI-4g; Fri, 07 Jul 2017 10:54:30 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Jelle Licht Subject: Re: bug#27232: [PATCH] gnu: python-apsw: Build with all extensions. References: <20170604124903.3567-1-jlicht@fsfe.org> Date: Fri, 07 Jul 2017 16:54:23 +0200 In-Reply-To: <20170604124903.3567-1-jlicht@fsfe.org> (Jelle Licht's message of "Sun, 4 Jun 2017 14:49:03 +0200") Message-ID: <87bmow70ww.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27232 Cc: Ricardo Wurmus , 27232@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Jelle! As proposed earlier, I=E2=80=99ve added you as a committer on Savannah. Hopefully that will allow you to push all the patches that people have already okayed but not pushed thinking that you=E2=80=99d do it. :-) Please make sure the OpenPGP key at is what you=E2=80=99ll use to sign commits. Could you reply to this message signed with this key? Also please read =E2=80=98HACKING=E2=80=99. That=E2=80=99s it! Happy hacking, and welcome again! :-) Ludo=E2=80=99. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAllfoJ8ACgkQCQsRmT2a 67X6/BAAjHBkCm3tRw0SfEtqTti5HnyEoNVimpy3IPkB77scMXUyHcGGVAbOxfmG druRHiTJsr36Zb94QYGqcwdznnP5Crfs/EvBattnmWGvcWq/0N9XwVZxUff6d2ji KPJmZ3LQ1uIZ0Y1vKNfTYzqqXHehzhGpM0BoNNd6PRyz53ZIUQuFkt7AZeDvLSjn reRzFdu9+tkBepGL17VldjJqXVUXwnAkh2SZAkr1p3A8GwyoUhlLs7UawsMTfdS4 3ghfVJk7ZmHoMWW8NVV28BwB4vkBxv9I5nV4J3wedgDONaepzuIPwyAlVtW/+8/B foYLsxxgjHn/yFWt7IGJ98N37pLmPQwqcPXifHTGugX9iKRfBTCYBIS9aEg4VpbW 1/h3wZtCkYUKmj2aremi+gtQoqqPU89e3T8N/0JtfGYwDkdYKZMQKsFqAGnDt9zc hI5uN9gcAYFh2bWPBNVpbBS/qZhNSNsJRy5nNtm5iPx5a2SXRbyaObgLCXIlJVNl ljIXYs1TEQFkqZsGcTC35BiMPXA++qDAOojhZxmCq2MPi3aP/4JpGHnxSH7ApkI4 qmxVeETYPLHUH6qrpFZC/nqHuPakNXm78UwKuxWcYZEsI3Kv6CMwlmU6oA+PmWVy +MOYTxnLJuMNqqFJIAbz5LN06npdTEaCN83foUDINSoqVHVrZ2I= =GB4J -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 07 20:10:57 2017 Received: (at 27232) by debbugs.gnu.org; 8 Jul 2017 00:10:57 +0000 Received: from localhost ([127.0.0.1]:57178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTdKr-0008Q6-5U for submit@debbugs.gnu.org; Fri, 07 Jul 2017 20:10:57 -0400 Received: from mout02.posteo.de ([185.67.36.142]:54773) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTdKp-0008Pq-4o for 27232@debbugs.gnu.org; Fri, 07 Jul 2017 20:10:56 -0400 Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3x4BhR0Vbyz108x; Sat, 8 Jul 2017 02:10:47 +0200 (CEST) References: <20170604124903.3567-1-jlicht@fsfe.org> <87bmow70ww.fsf@gnu.org> User-agent: mu4e 0.9.18; emacs 25.2.1 From: Jelle Licht To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#27232: [PATCH] gnu: python-apsw: Build with all extensions. In-reply-to: <87bmow70ww.fsf@gnu.org> Date: Sat, 08 Jul 2017 02:10:46 +0200 Message-ID: <87mv8f23g9.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27232 Cc: Jelle Licht , 27232@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Hi Ludo, Still being a bit unused at integrating gpg into my workflow, but I should have it all working now. - Jelle --=-=-= Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" --==-=-= Content-Type: text/plain --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE4x2d3uulShSKIEVQ2kWX+Ue0ECUFAllgIwYACgkQ2kWX+Ue0 ECWznQf/VXoyRVTvTTbtFqD9y7Neg1RaHLVomN7JEOL6V5aJG+Uu9heqsYdNW9e6 ZOwpb1ivA2KwWdobKAAfPn5BEwD82Nbpr9lHNfokUzLnQeMYeH0CA5c/jnV2/h/o nWM9FGhTPlFGtJkKxSYzEyvTWGZBoWlcMHkp1uqfLIW0vaDkjLi+UQFJvvIzN1Vk Ip1j91j1vR8u+ejGlWvzkKJMYwAsC4ZZEKgmisXeiXBduikPF4XrO1qaJGBCrEg4 u6zkX4nP8TzKbrA6W8HdzNU7ig+FsbfrC9pjJO/b5UIsQ9/xd3CrqGKEbb4efJzO Ks7ybVhCvptsJ8iwWFGZESGPm8hdJw== =7hwO -----END PGP SIGNATURE----- --==-=-=-- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 08 12:17:06 2017 Received: (at 27232) by debbugs.gnu.org; 8 Jul 2017 16:17:06 +0000 Received: from localhost ([127.0.0.1]:58053 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTsPp-0000MP-SK for submit@debbugs.gnu.org; Sat, 08 Jul 2017 12:17:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTsPn-0000Lt-WF for 27232@debbugs.gnu.org; Sat, 08 Jul 2017 12:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTsPf-0001Ml-Mp for 27232@debbugs.gnu.org; Sat, 08 Jul 2017 12:16:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTsPf-0001Mf-Ib; Sat, 08 Jul 2017 12:16:55 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:49922 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dTsPe-0007Tq-Ty; Sat, 08 Jul 2017 12:16:55 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Jelle Licht Subject: Re: bug#27232: [PATCH] gnu: python-apsw: Build with all extensions. References: <20170604124903.3567-1-jlicht@fsfe.org> <87bmow70ww.fsf@gnu.org> <87mv8f23g9.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 20 Messidor an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Sat, 08 Jul 2017 18:16:53 +0200 In-Reply-To: <87mv8f23g9.fsf@gmail.com> (Jelle Licht's message of "Sat, 08 Jul 2017 02:10:46 +0200") Message-ID: <87podax5sa.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27232 Cc: 27232@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hi Jelle, Jelle Licht skribis: > Still being a bit unused at integrating gpg into my workflow, but I > should have it all working now. This looks good, except that you signed an empty MIME part, not the body of your message. :-) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 20 05:29:12 2017 Received: (at 27232) by debbugs.gnu.org; 20 Jul 2017 09:29:12 +0000 Received: from localhost ([127.0.0.1]:48608 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dY7lg-0000nz-4n for submit@debbugs.gnu.org; Thu, 20 Jul 2017 05:29:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33679) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dY7le-0000nl-BZ for 27232@debbugs.gnu.org; Thu, 20 Jul 2017 05:29:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dY7lY-0001UQ-CP for 27232@debbugs.gnu.org; Thu, 20 Jul 2017 05:29:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dY7lY-0001UD-8O; Thu, 20 Jul 2017 05:29:04 -0400 Received: from [193.50.110.220] (port=39510 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dY7lX-0007GV-Ov; Thu, 20 Jul 2017 05:29:04 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: bug#27232: [PATCH] gnu: python-apsw: Build with all extensions. 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27232 Cc: Jelle Licht , 27232@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 27 09:38:28 2017 Received: (at 27232) by debbugs.gnu.org; 27 Jul 2017 13:38:28 +0000 Received: from localhost ([127.0.0.1]:58088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1daizk-00034Y-8x for submit@debbugs.gnu.org; Thu, 27 Jul 2017 09:38:28 -0400 Received: from mail.fsfe.org ([217.69.89.162]:50908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1daizi-00034L-GP for 27232@debbugs.gnu.org; Thu, 27 Jul 2017 09:38:27 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.fsfe.org (Postfix) with ESMTP id 65D70639E0B for <27232@debbugs.gnu.org>; Thu, 27 Jul 2017 15:38:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.fsfe.org Received: from mail.fsfe.org ([127.0.0.1]) by localhost (cavendish.fsfeurope.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PaPmqvjZbJ8T for <27232@debbugs.gnu.org>; Thu, 27 Jul 2017 15:38:19 +0200 (CEST) Received: by mail-io0-f169.google.com with SMTP id l7so79629983iof.1 for <27232@debbugs.gnu.org>; Thu, 27 Jul 2017 06:38:18 -0700 (PDT) X-Gm-Message-State: AIVw110rzC+HlK9/XbendoO15m5T8turLfwwAzHLFOR2qBfZ+sbi3ugQ ecGwMzx/wcaYPs3qoYlqT+IGzRWNTA== X-Received: by 10.107.164.199 with SMTP id d68mr4753146ioj.85.1501162693354; Thu, 27 Jul 2017 06:38:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.175.81 with HTTP; Thu, 27 Jul 2017 06:38:12 -0700 (PDT) In-Reply-To: <87lgnjwj6p.fsf@gnu.org> References: <20170604124903.3567-1-jlicht@fsfe.org> <20170604181924.2816ac6d@scratchpost.org> <87lgnjwj6p.fsf@gnu.org> From: Jelle Licht Date: Thu, 27 Jul 2017 15:38:12 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: bug#27232: [PATCH] gnu: python-apsw: Build with all extensions. To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Content-Type: multipart/mixed; boundary="001a11421e5a16a36005554cad31" X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27232 Cc: Danny Milosavljevic , 27232@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --001a11421e5a16a36005554cad31 Content-Type: multipart/alternative; boundary="001a11421e5a16a35c05554cad2f" --001a11421e5a16a35c05554cad2f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I add this command in a phase after build, and adjusted the attached patch accordingly. If there are no further issues, I will commit this at the end of this week. 2017-07-20 11:29 GMT+02:00 Ludovic Court=C3=A8s : > Hello, > > Danny Milosavljevic skribis: > > > It works. LGTM. > > > > I get the following message though: > > > > Not doing LoadExtension test. You need to compile the extension firs= t > > gcc -fPIC -shared -o ./testextension.sqlext -I. -Isqlite3 > src/testextension.c > > Jelle, could you check and possibly commit this patch? > > Thanks! > > Ludo=E2=80=99. > --001a11421e5a16a35c05554cad2f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I add this command in a phase after build, and adjust= ed the attached patch accordingly.
If there are no further issues,= I will commit this at the end of this week.


2017-07-20 11:29 GMT+02:00 Ludovic = Court=C3=A8s <ludo@gnu.org>:
= Hello,

Danny Milosavljevic <dannym@sc= ratchpost.org> skribis:

> It works.=C2=A0 LGTM.
>
> I get the following message though:
>
>=C2=A0 =C2=A0Not doing LoadExtension test.=C2=A0 You need to compile th= e extension first
>=C2=A0 =C2=A0 =C2=A0gcc -fPIC -shared -o ./testextension.sqlext -I. -Is= qlite3 src/testextension.c

Jelle, could you check and possibly commit this patch?

Thanks!

Ludo=E2=80=99.

--001a11421e5a16a35c05554cad2f-- --001a11421e5a16a36005554cad31 Content-Type: text/x-patch; charset="US-ASCII"; name="0001-gnu-python-apsw-Build-with-all-extensions.patch" Content-Disposition: attachment; filename="0001-gnu-python-apsw-Build-with-all-extensions.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_j5mhhcky0 RnJvbSAzZTIxNzZjZTMwNTNjNmFhNmVjODQzNTJmNDE3MjkyY2NmODllMTZlIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBKZWxsZSBMaWNodCA8amxpY2h0QGZzZmUub3JnPgpEYXRlOiBT YXQsIDIyIEp1bCAyMDE3IDE0OjIzOjE4ICswMjAwClN1YmplY3Q6IFtQQVRDSF0gZ251OiBweXRo b24tYXBzdzogQnVpbGQgd2l0aCBhbGwgZXh0ZW5zaW9ucy4KCiogZ251L3BhY2thZ2VzL3B5dGhv bi5zY20gKHB5dGhvbi1hcHN3KVtwaGFzZXNdOiBSZXBsYWNlIGJ1aWxkIHBoYXNlOyBhZGQgZmxh ZwogIHRvIGJ1aWxkIGFsbCBleHRlbnNpb25zLiBBZGQgYnVpbGQtdGVzdC1oZWxwZXIgdG8gYWxs b3cgdGVzdGluZyBvZgogIGV4dGVuc2lvbnMuCi0tLQogZ251L3BhY2thZ2VzL3B5dGhvbi5zY20g fCAxMCArKysrKysrKysrCiAxIGZpbGUgY2hhbmdlZCwgMTAgaW5zZXJ0aW9ucygrKQoKZGlmZiAt LWdpdCBhL2dudS9wYWNrYWdlcy9weXRob24uc2NtIGIvZ251L3BhY2thZ2VzL3B5dGhvbi5zY20K aW5kZXggNzk3NGRmYTU4Li43NTA0NmU4NDUgMTAwNjQ0Ci0tLSBhL2dudS9wYWNrYWdlcy9weXRo b24uc2NtCisrKyBiL2dudS9wYWNrYWdlcy9weXRob24uc2NtCkBAIC02MDI1LDYgKzYwMjUsMTYg QEAgaW1wbGVtZW50YXRpb24gb2YgRC1CdXMuIikKICAgICAoYXJndW1lbnRzCiAgICAgIGAoIzpw aGFzZXMKICAgICAgICAobW9kaWZ5LXBoYXNlcyAlc3RhbmRhcmQtcGhhc2VzCisgICAgICAgICAo cmVwbGFjZSAnYnVpbGQKKyAgICAgICAgICAgKGxhbWJkYSBfCisgICAgICAgICAgICAgKHplcm8/ CisgICAgICAgICAgICAgIChzeXN0ZW0qICJweXRob24iICJzZXR1cC5weSIgImJ1aWxkIiAiLS1l bmFibGUtYWxsLWV4dGVuc2lvbnMiKSkpKQorICAgICAgICAgKGFkZC1hZnRlciAnYnVpbGQgJ2J1 aWxkLXRlc3QtaGVscGVyCisgICAgICAgICAgIChsYW1iZGEgXworICAgICAgICAgICAgICh6ZXJv PworICAgICAgICAgICAgICAoc3lzdGVtCisgICAgICAgICAgICAgICAoc3RyaW5nLWFwcGVuZCAi Z2NjIC1mUElDIC1zaGFyZWQgLW8gLi90ZXN0ZXh0ZW5zaW9uLnNxbGV4dCIKKyAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICItSS4gLUlzcWxpdGUzIHNyYy90ZXN0ZXh0ZW5zaW9uLmMiKSAp KSkpCiAgICAgICAgICAoZGVsZXRlICdjaGVjaykKICAgICAgICAgIChhZGQtYWZ0ZXIgJ2luc3Rh bGwgJ2NoZWNrCiAgICAgICAgICAgIChsYW1iZGEqICgjOmtleSBpbnB1dHMgb3V0cHV0cyAjOmFs bG93LW90aGVyLWtleXMpCi0tIAoyLjEzLjMKCg== --001a11421e5a16a36005554cad31-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 08 11:51:38 2017 Received: (at 27232) by debbugs.gnu.org; 8 Sep 2017 15:51:38 +0000 Received: from localhost ([127.0.0.1]:56174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dqLZA-0005ci-Mq for submit@debbugs.gnu.org; Fri, 08 Sep 2017 11:51:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60973) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dqLZ9-0005cW-Ko for 27232@debbugs.gnu.org; Fri, 08 Sep 2017 11:51:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqLZ3-0001l5-HP for 27232@debbugs.gnu.org; Fri, 08 Sep 2017 11:51:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqLYx-0001iT-Nb; Fri, 08 Sep 2017 11:51:23 -0400 Received: from [193.50.110.231] (port=41802 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dqLYx-0005xS-9M; Fri, 08 Sep 2017 11:51:23 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: [bug#27232] [PATCH] gnu: python-apsw: Build with all extensions. References: <20170604124903.3567-1-jlicht@fsfe.org> <20170604181924.2816ac6d@scratchpost.org> <87lgnjwj6p.fsf@gnu.org> Date: Fri, 08 Sep 2017 17:51:21 +0200 In-Reply-To: <87lgnjwj6p.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 20 Jul 2017 11:29:02 +0200") Message-ID: <87377x9ojq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27232 Cc: Jelle Licht , 27232@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hello Jelle, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > 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/testex= tension.c > > Jelle, could you check and possibly commit this patch? Ping! :-) Please close it if it=E2=80=99s no longer relevant. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 10 19:16:26 2017 Received: (at 27232-done) by debbugs.gnu.org; 10 Sep 2017 23:16:26 +0000 Received: from localhost ([127.0.0.1]:59956 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1drBSk-0004bu-Gx for submit@debbugs.gnu.org; Sun, 10 Sep 2017 19:16:26 -0400 Received: from mail.fsfe.org ([217.69.89.162]:43673) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1drBSj-0004bh-2R for 27232-done@debbugs.gnu.org; Sun, 10 Sep 2017 19:16:25 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.fsfe.org (Postfix) with ESMTP id 6754763928A for <27232-done@debbugs.gnu.org>; Mon, 11 Sep 2017 01:16:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.fsfe.org Received: from mail.fsfe.org ([127.0.0.1]) by localhost (cavendish.fsfeurope.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44EXH8kjOSRa for <27232-done@debbugs.gnu.org>; Mon, 11 Sep 2017 01:16:14 +0200 (CEST) Received: by mail-ua0-f177.google.com with SMTP id c27so9476818uah.2 for <27232-done@debbugs.gnu.org>; Sun, 10 Sep 2017 16:16:13 -0700 (PDT) X-Gm-Message-State: AHPjjUiCXRE7QPX6RoNFCpS+pFh5SHE3q4INb+MVGSPSKcqZfCkDiyWe FhPcGJnho8oZZRIkUU54/CY9+HO6Pw== X-Google-Smtp-Source: ADKCNb6SNG/9R+osSlVGX57MngeMXMPail3TsvcqGAKIXcAlADiVEr6mMJJwdPylXHSxrgMufghl24IXwkBTcPEEsQA= X-Received: by 10.159.36.168 with SMTP id 37mr7977648uar.116.1505085370052; Sun, 10 Sep 2017 16:16:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.122.81 with HTTP; Sun, 10 Sep 2017 16:16:09 -0700 (PDT) In-Reply-To: <87377x9ojq.fsf@gnu.org> References: <20170604124903.3567-1-jlicht@fsfe.org> <20170604181924.2816ac6d@scratchpost.org> <87lgnjwj6p.fsf@gnu.org> <87377x9ojq.fsf@gnu.org> From: Jelle Licht Date: Mon, 11 Sep 2017 01:16:09 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [bug#27232] [PATCH] gnu: python-apsw: Build with all extensions. To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Content-Type: multipart/alternative; boundary="001a113cf8b8d6b5620558ddfe3e" X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27232-done Cc: Danny Milosavljevic , 27232-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --001a113cf8b8d6b5620558ddfe3e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2017-09-08 17:51 GMT+02:00 Ludovic Court=C3=A8s : > Hello Jelle, > > ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > > > Danny Milosavljevic skribis: > > > >> It works. LGTM. > >> > >> I get the following message though: > >> > >> Not doing LoadExtension test. You need to compile the extension fir= st > >> gcc -fPIC -shared -o ./testextension.sqlext -I. -Isqlite3 > src/testextension.c > > > > Jelle, could you check and possibly commit this patch? > > Ping! :-) > > Please close it if it=E2=80=99s no longer relevant. > > Ludo=E2=80=99. > Done! --001a113cf8b8d6b5620558ddfe3e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
2017= -09-08 17:51 GMT+02:00 Ludovic Court=C3=A8s <ludo@gnu.org>:
=
Hello Jelle,

ludo@gnu.org (Ludovic Court=C3=A8s) skr= ibis:

> Danny Milosavljevic <dann= ym@scratchpost.org> skribis:
>
>> It works.=C2=A0 LGTM.
>>
>> I get the following message though:
>>
>>=C2=A0 =C2=A0Not doing LoadExtension test.=C2=A0 You need to compil= e the extension first
>>=C2=A0 =C2=A0 =C2=A0gcc -fPIC -shared -o ./testextension.sqlext -I.= -Isqlite3 src/testextension.c
>
> Jelle, could you check and possibly commit this patch?

Ping!=C2=A0 :-)

Please close it if it=E2=80=99s no longer relevant.

Ludo=E2=80=99.
Done!

--001a113cf8b8d6b5620558ddfe3e-- From unknown Fri Jun 20 18:20:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 09 Oct 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator