disregard...... I got the build to complete successfully.  

But, now on test I get this one failure.....  



tests/t4_adm.py::AdmTests::test_authinfo PASSED
tests/t4_adm.py::AdmTests::test_passphrase PASSED
tests/t4_fuse.py::TestFuse::test FAILED

=================================== FAILURES 
===================================
________________________________ TestFuse.test 
_________________________________
Traceback (most recent call last):
  File "/home/odroid/s3ql-2.24/tests/t4_fuse.py", line 166, in test
    self.mount()
  File "/home/odroid/s3ql-2.24/tests/t4_fuse.py", line 101, in mount
    retry(30, poll)
  File "/home/odroid/s3ql-2.24/tests/common.py", line 69, in retry
    ret = fn(*a, **kw)
  File "/home/odroid/s3ql-2.24/tests/t4_fuse.py", line 100, in poll
    assert self.mount_process.poll() is None
AssertionError: assert 1 is None
 +  where 1 = <bound method Popen.poll of <subprocess.Popen object at 
0xb5795e10>>()
 +    where <bound method Popen.poll of <subprocess.Popen object at 
0xb5795e10>> = <subprocess.Popen object at 0xb5795e10>.poll
 +      where <subprocess.Popen object at 0xb5795e10> = <t4_fuse.TestFuse 
object at 0xb5795510>.mount_process

How do I fix this?




On Wednesday, November 8, 2017 at 2:10:21 PM UTC-7, Todd Wingler wrote:
>
> To clarify - I get these errors on either building 2.21 or 2.24.  below 
> example is from 2.21.
>
>
> On Wednesday, November 8, 2017 at 2:08:29 PM UTC-7, Todd Wingler wrote:
>>
>> I'm following these build instructions: 
>> http://www.rath.org/s3ql-docs/installation.html
>>
>> I've validated the dependancies on my system.
>>
>> After successful build and install for system-wide users, I get this when 
>> running any s3ql command.  IE s3ql_verify, mount.s3ql --ver , etc.
>>
>> s3ql-2.21/bin$ s3ql_verify --ver
>> Traceback (most recent call last):
>>   File "/usr/local/bin/s3ql_verify", line 5, in <module>
>>     from pkg_resources import load_entry_point
>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
>> 2927, in <module>
>>     @_call_aside
>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
>> 2913, in _call_aside
>>     f(*args, **kwargs)
>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
>> 2940, in _initialize_master_working_set
>>     working_set = WorkingSet._build_master()
>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
>> 635, in _build_master
>>     ws.require(__requires__)
>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
>> 943, in require
>>     needed = self.resolve(parse_requirements(requirements))
>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
>> 829, in resolve
>>     raise DistributionNotFound(req, requirers)
>> pkg_resources.DistributionNotFound: The 'llfuse<2.0,>=1.0' distribution 
>> was not found and is required by s3ql
>>
>

-- 
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