Package: python3.5
Version: 3.5.4-3
Severity: normal

Hi,

I upgraded today to python3.5=3.5.4-3, and some modules can no more be
imported, causing the subject-given exception.

As an example, importing SFML on the interpretor:

seth@fadreils: ~$ python3
Python 3.5.4 (default, Aug 31 2017, 12:22:39)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

~~~> import sfml
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/sfml/__init__.py", line 3, in <module>
    import sfml.graphics
ImportError: /usr/lib/python3/dist-
packages/sfml/graphics.cpython-35m-x86_64-linux-gnu.so: undefined symbol:
PyFPE_jbuf
~~~>

I have the same problem with some home-made python modules compiled to .so
using cython3 (but import the .py source file instead works perfectly).

I tried to downgrade to the 3.5.4-2 version of the package, which immediatly
solved the problem. Going back to the newest version make it immediatly
reappear.



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages python3.5 depends on:
ii  libpython3.5-stdlib  3.5.4-3
ii  mime-support         3.60
ii  python3.5-minimal    3.5.4-3

python3.5 recommends no packages.

Versions of packages python3.5 suggests:
ii  binutils        2.29-8
pn  python3.5-doc   <none>
pn  python3.5-venv  <none>

-- no debconf information

Reply via email to