Hi Adrien,

[dislcaimer: not the maintainer of either src:python3.5 nor
src:borgbackup here, but can comment]

On Mon, Sep 04, 2017 at 07:14:26AM +0200, Adrien CLERC wrote:
> Package: borgbackup
> Version: 1.0.11-3
> Severity: grave
> 
> --- Please enter the report below this line. ---
> Hi,
> I have the following python stacktrace:
> # borg
> Traceback (most recent call last):
> ?? File "/usr/bin/borg", line 11, in <module>
> ?????? load_entry_point('borgbackup==1.0.11', 'console_scripts', 'borg')()
> ?? File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line
> 564, in load_entry_point
> ?????? return get_distribution(dist).load_entry_point(group, name)
> ?? File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line
> 2662, in load_entry_point
> ?????? return ep.load()
> ?? File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line
> 2316, in load
> ?????? return self.resolve()
> ?? File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line
> 2322, in resolve
> ?????? module = __import__(self.module_name, fromlist=['__name__'], level=0)
> ?? File "/usr/lib/python3/dist-packages/borg/archiver.py", line 22, in
> <module>
> ?????? from .helpers import Error, location_validator,
> archivename_validator, format_line, format_time, format_file_size, \
> ?? File "/usr/lib/python3/dist-packages/borg/helpers.py", line 35, in
> <module>
> ?????? from . import crypto
> ImportError:
> /usr/lib/python3/dist-packages/borg/crypto.cpython-35m-x86_64-linux-gnu.so:
> undefined symbol: PyFPE_jbuf
> 
> I cannot use borg at the moment. However, I don't understand why, since
> it is already installed on another server (though using the testing
> channel), and it didn't have the issue.

See as reported in #873921. There was an ABI change in src:python3.5.
Looking from the information you have as well unstable sources.list so
you probably got the python3.5 update from there already.

Regards,
Salvatore

Reply via email to