Your message dated Thu, 11 Feb 2016 16:23:15 +0000
with message-id <e1atu1t-0008lu...@franck.debian.org>
and subject line Bug#812997: fixed in pynfft 1.3.2-2
has caused the Debian Bug report #812997,
regarding pynfft: FTBFS with libnfft version 3.3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
812997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812997
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pynfft
Version: 1.3.2-1.1
Severity: important

Dear Maintainer,

This source package fails to build with the latest release of libnfft
available in experimental. The relevant portion of the build log is
available below.

```
running build_ext
building 'pynfft.nfft' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/build
creating build/temp.linux-x86_64-2.7/build/pynfft-1.3.2
creating build/temp.linux-x86_64-2.7/build/pynfft-1.3.2/pynfft
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 
-c /build/pynfft-1.3.2/pynfft/nfft.c -o 
build/temp.linux-x86_64-2.7/build/pynfft-1.3.2/pynfft/nfft.o -O3 
-fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math
In file included from 
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1781:0,
                 from 
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from 
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from /build/pynfft-1.3.2/pynfft/nfft.c:272:
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
 warning: #warning "Using deprecated NumPy API, disable it by " "#defining 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-2.7/build/pynfft-1.3.2/pynfft/nfft.o -lnfft3_threads 
-lnfft3 -lfftw3_threads -lfftw3 -lm -o 
/build/pynfft-1.3.2/.pybuild/pythonX.Y_2.7/build/pynfft/nfft.so
building 'pynfft.solver' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 
-c /build/pynfft-1.3.2/pynfft/solver.c -o 
build/temp.linux-x86_64-2.7/build/pynfft-1.3.2/pynfft/solver.o -O3 
-fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math
In file included from 
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1781:0,
                 from 
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from 
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from /build/pynfft-1.3.2/pynfft/solver.c:270:
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
 warning: #warning "Using deprecated NumPy API, disable it by " "#defining 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-2.7/build/pynfft-1.3.2/pynfft/solver.o -lnfft3_threads 
-lnfft3 -lfftw3_threads -lfftw3 -lm -o 
/build/pynfft-1.3.2/.pybuild/pythonX.Y_2.7/build/pynfft/solver.so
building 'pynfft.util' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 
-c /build/pynfft-1.3.2/pynfft/util.c -o 
build/temp.linux-x86_64-2.7/build/pynfft-1.3.2/pynfft/util.o -O3 
-fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math
In file included from 
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1781:0,
                 from 
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from 
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from /build/pynfft-1.3.2/pynfft/util.c:270:
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
 warning: #warning "Using deprecated NumPy API, disable it by " "#defining 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^
/build/pynfft-1.3.2/pynfft/util.c:274:23: fatal error: nfft3util.h: No such 
file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

```

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (2, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

--- End Message ---
--- Begin Message ---
Source: pynfft
Source-Version: 1.3.2-2

We believe that the bug you reported is fixed in the latest version of
pynfft, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 812...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ghislain Antony Vaillant <ghisv...@gmail.com> (supplier of updated pynfft 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 11 Feb 2016 13:10:44 +0000
Source: pynfft
Binary: python-pynfft python-pynfft-dbg python3-pynfft python3-pynfft-dbg 
python-pynfft-doc
Architecture: source
Version: 1.3.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Ghislain Antony Vaillant <ghisv...@gmail.com>
Description:
 python-pynfft - Python bindings for the NFFT3 library - Python 2
 python-pynfft-dbg - Python bindings for the NFFT3 library - Python 2 (debug)
 python-pynfft-doc - Python bindings for the NFFT3 library - Documentation
 python3-pynfft - Python bindings for the NFFT3 library - Python 3
 python3-pynfft-dbg - Python bindings to the NFFT3 library - Python 3 (debug)
Closes: 812997
Changes:
 pynfft (1.3.2-2) unstable; urgency=medium
 .
   * Fix FTBFS with NFFT 3.3. (Closes: #812997)
   * Use recommended VCS URIs.
   * Bump standards version to 3.9.7, no changes required.
   * Move build of documentation to indep targets.
   * Fix install dependencies of binary packages:
     - let python and shlibs substitutions figure the list of depends out,
     - debug packages depend on respective python and numpy debug packages.
   * d/control: add build dependency on dh-python.
   * Add autopkgtest testsuite.
   * d/control: cme fix, wrap and sort.
   * d/watch: use Debian redirector.
Checksums-Sha1:
 b456f4c9bbb895d762fe1b21941d07fa074a8f7e 2532 pynfft_1.3.2-2.dsc
 f3e6538e5954358615f49db4eee7cd35da3e1075 4280 pynfft_1.3.2-2.debian.tar.xz
Checksums-Sha256:
 9e0a95db838af5b78f43f907b4ee28a54216dab645c77b6c06a16bc847b886f5 2532 
pynfft_1.3.2-2.dsc
 83772d315cd8f0b385abd24bfd38340d9bd960dc8677df9870b78047e3403437 4280 
pynfft_1.3.2-2.debian.tar.xz
Files:
 f8a271e8c5835a6c884c6c9c624f5c05 2532 science optional pynfft_1.3.2-2.dsc
 820954784db317fdb0d9c245d2bfe2dc 4280 science optional 
pynfft_1.3.2-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWvKVqAAoJEPNPCXROn13ZWc8P/jjIPHp8WKJ/3z+ECIY5Wo7G
qqQwpePz4lTes1gq5I5+k5D+AwS1Y2yPCDsPrlOZRqgjxdzXuAAwrthrXG2lJvo1
VI+83usXmhUTKALbWzy+SdB5MUcbkt5uwRumWsoZQmN9nh71BCxv/HtH1fqHraXx
lrFnDElJ7+0l1LuGLRaI4wF6qtpBxknorSkg7RDFioLQrQlL1L27ickOXikoK/HJ
nrxqDI8RhHKl4LsQWQ4+7y9NPIdl5R6Yy25q9LB+/IvYV0eeARJdDtp+Mn9y6seZ
rG1JBAUQam6QzIOSI+Pv5vjJQBNeLbpbS1NM8Xim+T6xNbJ+II8QYeuMMMluRFGq
m6HLFIwrp9iAtwlGeWiOrjUKpvUGwFVrVw0dNCUsgzREdufg6vwOp+aM70HQwTuc
holcPoUBvhDffIt4tMpovGHzS4/tN7nhI7WNtxxHmmAHVVou2bl3NFAxnW2CKq7m
gUsGyCblNIB5OflpWNxtwt6v8wjYPQhiG9rxnx0Lg1GO4mgjUD7vgKWZ7ruyhf3p
rS0ep6oY5te8TC8qWwDB4VgMFAXAb0e/BUcNv6EnrEHyrLil+UIW4wT4ilgemm2f
AfCSQVATLGexlBrWXMKrWWtSu2MpP98cXph3nUQ8l2rorllRmhu5TtL58FF/o9W5
kmmJL1djHIbuj4SEVL9v
=9SiC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to