Your message dated Sat, 08 Jul 2017 01:18:51 +0000
with message-id <e1dteoz-0001md...@fasolo.debian.org>
and subject line Bug#867631: fixed in python-nanomsg 1.0-2
has caused the Debian Bug report #867631,
regarding python-nanomsg: missing build dependency on python3-all-dev
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.)


-- 
867631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867631
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-nanomsg
Version: 1.0-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-nanomsg.html

...
I: pybuild base:184: python3.6 setup.py test 
running test
running egg_info
writing nanomsg.egg-info/PKG-INFO
writing dependency_links to nanomsg.egg-info/dependency_links.txt
writing top-level names to nanomsg.egg-info/top_level.txt
reading manifest file 'nanomsg.egg-info/SOURCES.txt'
writing manifest file 'nanomsg.egg-info/SOURCES.txt'
running build_ext
building '_nanomsg_cpy' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.6m -c _nanomsg_cpy/wrapper.c 
-o build/temp.linux-amd64-3.6/_nanomsg_cpy/wrapper.o
_nanomsg_cpy/wrapper.c:1:20: fatal error: Python.h: No such file or directory
 #include <Python.h>
                    ^
compilation terminated.
test_pubsub (unittest.loader._FailedTest) ... ERROR
test_pair (unittest.loader._FailedTest) ... ERROR
test_general_socket_methods (unittest.loader._FailedTest) ... ERROR

======================================================================
ERROR: test_pubsub (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_pubsub
Traceback (most recent call last):
  File "/usr/lib/python3.6/unittest/loader.py", line 153, in loadTestsFromName
    module = __import__(module_name)
  File "/build/1st/python-nanomsg-1.0/tests/test_pubsub.py", line 8, in <module>
    from nanomsg import (
  File "/build/1st/python-nanomsg-1.0/nanomsg/__init__.py", line 7, in <module>
    from . import wrapper
  File "/build/1st/python-nanomsg-1.0/nanomsg/wrapper.py", line 4, in <module>
    _wrapper = _load_wrapper()
  File "/build/1st/python-nanomsg-1.0/nanomsg_wrappers/__init__.py", line 16, 
in load_wrapper
    return importlib.import_module('_nanomsg_' + _choice)
  File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
ImportError: /build/1st/python-nanomsg-1.0/_nanomsg_cpy.so: undefined symbol: 
PyString_FromStringAndSize


======================================================================
ERROR: test_pair (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_pair
Traceback (most recent call last):
  File "/usr/lib/python3.6/unittest/loader.py", line 153, in loadTestsFromName
    module = __import__(module_name)
  File "/build/1st/python-nanomsg-1.0/tests/test_pair.py", line 8, in <module>
    from nanomsg import (
  File "/build/1st/python-nanomsg-1.0/nanomsg/__init__.py", line 7, in <module>
    from . import wrapper
  File "/build/1st/python-nanomsg-1.0/nanomsg/wrapper.py", line 4, in <module>
    _wrapper = _load_wrapper()
  File "/build/1st/python-nanomsg-1.0/nanomsg_wrappers/__init__.py", line 16, 
in load_wrapper
    return importlib.import_module('_nanomsg_' + _choice)
  File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
ImportError: /build/1st/python-nanomsg-1.0/_nanomsg_cpy.so: undefined symbol: 
PyString_FromStringAndSize


======================================================================
ERROR: test_general_socket_methods (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_general_socket_methods
Traceback (most recent call last):
  File "/usr/lib/python3.6/unittest/loader.py", line 153, in loadTestsFromName
    module = __import__(module_name)
  File "/build/1st/python-nanomsg-1.0/tests/test_general_socket_methods.py", 
line 8, in <module>
    from nanomsg import (
  File "/build/1st/python-nanomsg-1.0/nanomsg/__init__.py", line 7, in <module>
    from . import wrapper
  File "/build/1st/python-nanomsg-1.0/nanomsg/wrapper.py", line 4, in <module>
    _wrapper = _load_wrapper()
  File "/build/1st/python-nanomsg-1.0/nanomsg_wrappers/__init__.py", line 16, 
in load_wrapper
    return importlib.import_module('_nanomsg_' + _choice)
  File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
ImportError: /build/1st/python-nanomsg-1.0/_nanomsg_cpy.so: undefined symbol: 
PyString_FromStringAndSize


----------------------------------------------------------------------
Ran 3 tests in 0.001s

FAILED (errors=3)
Test failed: <unittest.runner.TextTestResult run=3 errors=3 failures=0>

===============================================================================
WARNING : CPython API extension could not be built.

Exception was : CompileError(DistutilsExecError("command 'x86_64-linux-gnu-gcc' 
failed with exit status 1",),)

If you need the extensions (they may be faster than alternative on some
 platforms) check you have a compiler configured with all the necessary
 headers and libraries.
===============================================================================

error: Test failed: <unittest.runner.TextTestResult run=3 errors=3 failures=0>
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: 
python3.6 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 3.6 3.5 returned exit code 13
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 25

--- End Message ---
--- Begin Message ---
Source: python-nanomsg
Source-Version: 1.0-2

We believe that the bug you reported is fixed in the latest version of
python-nanomsg, 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 867...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman <sc...@kitterman.com> (supplier of updated python-nanomsg 
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: Fri, 07 Jul 2017 20:47:43 -0400
Source: python-nanomsg
Binary: python-nanomsg python3-nanomsg
Architecture: source amd64
Version: 1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Scott Kitterman <sc...@kitterman.com>
Description:
 python-nanomsg - Python wrapper for nanomsg (Python 2)
 python3-nanomsg - Python wrapper for nanomsg (Python 3)
Closes: 867631
Changes:
 python-nanomsg (1.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Adjust python3 build-depends to python3-all-dev to fix FTBFS when there
     are multiple supported python3 versions (Closes: #867631)
Checksums-Sha1:
 b4590ab267bea9d98e008f2786a420e714358f53 2161 python-nanomsg_1.0-2.dsc
 9ac33ea024a5ae99a99b87c7d0fbe9f4671ccd63 2656 
python-nanomsg_1.0-2.debian.tar.xz
 92848a53afe8952256a5e3c934321d21595d52cb 15614 
python-nanomsg-dbgsym_1.0-2_amd64.deb
 43e5a35d870a482ffc2a0655a33b323208d1c595 7096 
python-nanomsg_1.0-2_amd64.buildinfo
 042a8f4074619e3fdd97adb9a4e7113a9a7b7462 12676 python-nanomsg_1.0-2_amd64.deb
 1fe0db48b16e8ca71c8dc03cadaff8b7b7cf5ac6 29082 
python3-nanomsg-dbgsym_1.0-2_amd64.deb
 70cbb7c5da486a4f498d1fcfea1dee9c69ac04f7 12796 python3-nanomsg_1.0-2_amd64.deb
Checksums-Sha256:
 e796a6051d4a451fc55b3f8f89a07378cd01e4f6f0ab185189aa2652d9d76307 2161 
python-nanomsg_1.0-2.dsc
 315abcd6c681fc750c962c901300be4fd2e43e034971482117d3f7f644b2331a 2656 
python-nanomsg_1.0-2.debian.tar.xz
 bb53cd1e92d4fc7134e268d3e39ce3315f241f41e2aa769fd21b06f0f22abbf4 15614 
python-nanomsg-dbgsym_1.0-2_amd64.deb
 a248bf7acefd4f42e61a14d492bd7db778e5928df9e5b49af15238595d27cf5e 7096 
python-nanomsg_1.0-2_amd64.buildinfo
 d220b7a3503b8c5092ca4917db539147ed6f8b736e6db38feaa997ca20dec186 12676 
python-nanomsg_1.0-2_amd64.deb
 c98acb696308d589b823d946b8ddf535f3b81cf844728c1100ad03b74c793b2b 29082 
python3-nanomsg-dbgsym_1.0-2_amd64.deb
 05fb618a4e219ddd69327b550cbeffaa40a0cda503316ee604ac226ea24376ea 12796 
python3-nanomsg_1.0-2_amd64.deb
Files:
 67c08566190684ad7325a810c9e8b994 2161 python optional python-nanomsg_1.0-2.dsc
 8cd36ad2ffdf16c57a7dae77745c5260 2656 python optional 
python-nanomsg_1.0-2.debian.tar.xz
 cf06e06f6a3fe4bffe2136ceb0b8a3a8 15614 debug extra 
python-nanomsg-dbgsym_1.0-2_amd64.deb
 e151416c6a0908f376f4bba9c0a437a3 7096 python optional 
python-nanomsg_1.0-2_amd64.buildinfo
 c8a9416261a67f4c21f46c9a2341d41a 12676 python optional 
python-nanomsg_1.0-2_amd64.deb
 93f4a4c87d1aef68107908e6eb94ee62 29082 debug extra 
python3-nanomsg-dbgsym_1.0-2_amd64.deb
 923309236de539e810545caaa09e6598 12796 python optional 
python3-nanomsg_1.0-2_amd64.deb

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

iQIcBAEBCAAGBQJZYC1RAAoJEHjX3vua1ZrxvnsP/RwusNOjVEHwRlhVT2SelX5x
cAUVjeAWcyfoZuondN3YxWpn0/mF7Bc3KiTnoWc1xfxLNXj3kdM4ntg+lAdrf+6w
DtBkreAhfD0KwOFa9AGZy0H+5aYdPAiKOI/3OD1mczNrolyeBTO/ysio00qbZ8wQ
ZJZcUfntNW6NY9w2UlXLL+RleVe4l9pqu6+e6wyTMV7hYP5AmUHjd7VhwK+e5JaX
uybz9SmF2mytQuIlybr+28euM4n9+LS9dFjq8WgXagIzYc52uZDNpnWAYAGPpfbu
kDs45lOtI2N3vdKkKyrsVh7p8g6BpBfqJd73NVRyQ5BnzclVwJ7wxZoEpUzDAreT
qiSgX3Hlxut+50FhhlYHfGuMym3MNgYr6cD8MMAV2nelN7GJ0T4iFZ7tZisu1sQv
I8/4IUEklcPCMQw7MMCZg3wSevQaUv9r6ksxo5azMRNtgS6RlYzetNRV6AoP7ME8
5duXUkkXd9r1YTroVHTa/u/QDDiA7jJsAoM4wBueFjdWepjyEdkLuHLbv0XJk5Ya
PWKy5PHXvluEyqHpKJbVx+wJk+Alr7CN0XaXOxRKEFJmBRuucrNlPGGy/Swy9LHI
YzyAJeXp+AMBjqiDoO9AgCV1LBoJKa4lkONPD8q1Mcnn4WPMM9RDqxzN7wEFLh2D
YFv53EVzMdeowpNDzK+N
=4KBD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to