emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27232: closed ([PATCH] gnu: python-apsw: Build wit


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27232: closed ([PATCH] gnu: python-apsw: Build with all extensions.)
Date: Sun, 10 Sep 2017 23:17:01 +0000

Your message dated Mon, 11 Sep 2017 01:16:09 +0200
with message-id <address@hidden>
and subject line Re: [bug#27232] [PATCH] gnu: python-apsw: Build with all 
extensions.
has caused the debbugs.gnu.org bug report #27232,
regarding [PATCH] gnu: python-apsw: Build with all extensions.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27232: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27232
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: python-apsw: Build with all extensions. Date: Sun, 4 Jun 2017 14:49:03 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27232] [PATCH] gnu: python-apsw: Build with all extensions. Date: Mon, 11 Sep 2017 01:16:09 +0200
2017-09-08 17:51 GMT+02:00 Ludovic Courtès <address@hidden>:
Hello Jelle,

address@hidden (Ludovic Courtès) skribis:

> Danny Milosavljevic <address@hidden> 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/testextension.c
>
> Jelle, could you check and possibly commit this patch?

Ping!  :-)

Please close it if it’s no longer relevant.

Ludo’.
Done!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]