Changes between Initial Version and Version 11 of Ticket #1668


Ignore:
Timestamp:
2012-03-05T22:29:55Z (13 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1668

    • Property Status changed from new to closed
    • Property Component changed from unknown to packaging
    • Property Priority changed from minor to major
    • Property Owner changed from nobody to vikarti
    • Property Resolution changed from to cannot reproduce
  • Ticket #1668 – Description

    initial v11  
    33CentOS 5
    44I also have this from deep-check on
     5{{{
    56ERROR: ValueError(need more than 8 values to unpack)
    67"[Failure instance: Traceback: <type 'exceptions.ValueError'>: need more than 8 values to unpack"
     
    1415/root/tahoe-new/allmydata-tahoe-1.9.1/src/allmydata/mutable/checker.py:130:_fill_checker_results
    1516/root/tahoe-new/allmydata-tahoe-1.9.1/src/allmydata/mutable/servermap.py:258:recoverable_versions
    16 
    17 
     17}}}
    1818
    1919and
    2020
     21{{{
    2122"ERROR: AttributeError('NoneType' object has no attribute 'callRemote')"
    2223"[Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'callRemote'"
     
    8889/root/tahoe-new/allmydata-tahoe-1.9.1/src/allmydata/mutable/filenode.py:686:_upload
    8990/root/tahoe-new/allmydata-tahoe-1.9.1/src/allmydata/mutable/publish.py:407:publish
    90 
     91}}}
    9192
    9293/root/tahoe is path to old tahoe install(1.8.3 i2p one needed to be installed with python 2.6 for some reason)
     
    9697
    9798tahoe --version from this machine
     99{{{
    98100[root@lalangamena .tahoe]# tahoe --version
    99101allmydata-tahoe: 1.9.1,
     
    113115sqlite3: 2.4.1 [sqlite 3.3.6],
    114116setuptools: 0.6c16dev3
     117}}}
    115118
    116119I don't exactly knew how this happen. how they become intermingled.as I said  - old one is not in PATH/PYTHONPATH.
    117120Moving /root/tahoe away resulted in 
     121{{{
    118122[root@lalangamena ~]# tahoe restart
    119123Traceback (most recent call last):
     
    131135    raise DistributionNotFound(req)  # XXX put more info here
    132136pkg_resources.DistributionNotFound: pycryptopp>=0.5.20
     137}}}
    133138
    134139so this looks like 1.9.1's setup.py somehow got it's hands on parts of old install?