bauerj / borg-binaries

https://borg.bauerj.eu/
9 stars 4 forks source link

Python lib error on armv5 borg 1.0.9 binary #1

Closed jjsaas closed 7 years ago

jjsaas commented 7 years ago

The error message is:

Error loading Python lib '/tmp/_MEIKrQnWN/libpython3.5m.so.1.0': /lib/libc.so.6: version `GLIBC_2.7' not found (required by /tmp/_MEIKrQnWN/libpython3.5m.so.1.0)

bauerj commented 7 years ago

Thank you for reporting this bug.

A few questions:

jjsaas commented 7 years ago

This is on qnap 212 nas hardware. Linux QNAPNAS212 3.4.6 Wed Dec 14 10:22:56 CST 2016 armv5tel unknown Processor name : Feroceon 88F6281 rev 1 (v5l) @ 1.2 GHz

borg 1.0.7 also fails with the same error.

bauerj commented 7 years ago

Can you tell me what glibc version is installed? ldd --version

jjsaas commented 7 years ago

here it is ...

ldd --version ldd (GNU libc) 2.5 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper.

bauerj commented 7 years ago

Wow, that is old.

I would need to get a system with that specific version to build a compatible binary. I don't think that's worth the effort considering the system is more than 10 years old. Sorry :/

jjsaas commented 7 years ago

oh okay. Is there a way I can try to build it on that machine?

bauerj commented 7 years ago

Sure, you just need to install Python 3.5 and pip first:

https://borgbackup.readthedocs.io/en/stable/installation.html#pip-installation