GNU bug report logs - #27232
[PATCH] gnu: python-apsw: Build with all extensions.

Previous Next

Package: guix-patches;

Reported by: Jelle Licht <jlicht <at> fsfe.org>

Date: Sun, 4 Jun 2017 12:50:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#27232: closed ([PATCH] gnu: python-apsw: Build with all
 extensions.)
Date: Sun, 10 Sep 2017 23:17:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Sep 2017 01:16:09 +0200
with message-id <CAPsKtf+emw7i2YdOv+02UXZMLwTMiVP2aoXrtGjXS2Pj9thedA <at> mail.gmail.com>
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
help-debbugs <at> gnu.org.)


-- 
27232: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27232
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
To: guix-patches <at> gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
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



[Message part 3 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>, 27232-done <at> debbugs.gnu.org
Subject: Re: [bug#27232] [PATCH] gnu: python-apsw: Build with all extensions.
Date: Mon, 11 Sep 2017 01:16:09 +0200
[Message part 4 (text/plain, inline)]
2017-09-08 17:51 GMT+02:00 Ludovic Courtès <ludo <at> gnu.org>:

> Hello Jelle,
>
> ludo <at> gnu.org (Ludovic Courtès) skribis:
>
> > Danny Milosavljevic <dannym <at> scratchpost.org> 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!
[Message part 5 (text/html, inline)]

This bug report was last modified 7 years and 256 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.