Your message dated Sat, 05 Apr 2014 16:59:58 +0200
with message-id <[email protected]>
and subject line fixed in latest upload
has caused the Debian Bug report #734518,
regarding pyzmq: FTBFS on i386: pypy build reports ImportError
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 [email protected]
immediately.)
--
734518: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734518
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pyzmq
Version: 14.0.1-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
The i386 build of pyzmq for pypy failed with an ImportError, as detailed at
https://buildd.debian.org/status/fetch.php?pkg=pyzmq&arch=i386&ver=14.0.1-1&stamp=1389093279:
pypy -c 'import zmq'
Traceback (most recent call last):
File "app_main.py", line 72, in run_toplevel
File "app_main.py", line 566, in run_it
File "<string>", line 1, in <module>
File "zmq/__init__.py", line 62, in <module>
from zmq.backend import *
File "zmq/backend/__init__.py", line 22, in <module>
_ns = select_backend('zmq.backend.cffi')
File "zmq/backend/select.py", line 31, in select_backend
mod = __import__(name, fromlist=public_api)
File "zmq/backend/cffi/__init__.py", line 46, in <module>
from zmq.backend.cffi import (constants, error, message, context, socket,
File "zmq/backend/cffi/constants.py", line 4, in <module>
from ._cffi import C, c_constant_names
File "zmq/backend/cffi/_cffi.py", line 180, in <module>
"Please check that you have zeromq headers and libraries." % e)
ImportError: PyZMQ CFFI backend couldn't find zeromq: unsupported operand
type(s) for +: 'str' and 'list'
Please check that you have zeromq headers and libraries.
Could you please take a look?
Thanks!
--- End Message ---
--- Begin Message ---
all ports have now build successfully, closing.
--- End Message ---