Hello,

The installation of s3ql is failing in the tests step:

tests/t4_adm.py::AdmTests::test_authinfo FAILED

================================================================== FAILURES 
===================================================================
___________________________________________________________ 
AdmTests.test_authinfo 
____________________________________________________________
Traceback (most recent call last):
  File "/home/alx/installation/s3ql-2.15/tests/t4_adm.py", line 75, in 
test_authinfo
    self.mkfs()
  File "/home/alx/installation/s3ql-2.15/tests/t4_adm.py", line 49, in mkfs
    self.assertEqual(proc.wait(), 0)
  File "/usr/lib/python3.4/unittest/case.py", line 797, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.4/unittest/case.py", line 790, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0
------------------------------------------------------------ Captured 
stderr call -------------------------------------------------------------
Traceback (most recent call last):
  File "/home/alx/installation/s3ql-2.15/bin/mkfs.s3ql", line 25, in 
<module>
    import s3ql.mkfs
  File "/home/alx/installation/s3ql-2.15/src/s3ql/mkfs.py", line 15, in 
<module>
    from .database import Connection
  File "/home/alx/installation/s3ql-2.15/src/s3ql/database.py", line 17, in 
<module>
    import apsw
ImportError: /usr/local/lib/python3.4/dist-packages/apsw.cpython-34m.so: 
undefined symbol: sqlite3_status64
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: stopping 
after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================== 1 failed, 242 passed, 1 skipped, 1 
warnings in 46.79 seconds =========================================


My enviorment:
Ubuntu 14.04 LTS 64bit
APSW 3.9.2-r1
SQLITE 3.9.2

Can you help me?

Thanks.


-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to