duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] Failure running tests.


From: Scott Hannahs
Subject: [Duplicity-talk] Failure running tests.
Date: Sun, 1 Sep 2019 17:49:34 -0400

Duplicity wizards,

I think I have successfully build duplicity version 0.8.04 on Mac OS X (python 
3.7 and Mac OS X 10.11).  This was upgrading from my previous installation 
using python 2.7.

However the testing phase seems to fail  a  lot of tests.  The first group I 
understand since there is no tahoe backend installed.  I can live with that and 
will get around to adding backend support later.

But a lot of tests show that duplicity does not find my lftp installation.  The 
binary is at a “non-standard” install, or at least non-standard for linux 
folks.  It is at /sw/bin/lftp.  My normal path should include that and be 
inherited by the testing routines.  However, it may be that the path to the 
lftp binary is hardwired to somewhere else?

I have also installed the lftp dynamic libraries:
/sw//lib/lftp
/sw//lib/lftp/4.8.3/liblftp-network.dylib
/sw//lib/lftp/4.8.3/liblftp-pty.dylib
/sw//lib/liblftp-jobs.0.dylib
/sw//lib/liblftp-tasks.0.dylib

The second issue is that I get a lot of errors complaining that reprlib is also 
missing.
b'    __import__(newmodname)'
b'ImportError: No module named reprlib’

The module exists in my build for python 3.7 and is at the install location I 
expect
/sw/lib/python3.7/reprlib.py

Again is that module path hardwired somewhere that I should edit?

Any guidance would be helpful.

-Scott




reply via email to

[Prev in Thread] Current Thread [Next in Thread]