Changes between Initial Version and Version 11 of Ticket #1668
- Timestamp:
- 2012-03-05T22:29:55Z (13 years ago)
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 3 3 CentOS 5 4 4 I also have this from deep-check on 5 {{{ 5 6 ERROR: ValueError(need more than 8 values to unpack) 6 7 "[Failure instance: Traceback: <type 'exceptions.ValueError'>: need more than 8 values to unpack" … … 14 15 /root/tahoe-new/allmydata-tahoe-1.9.1/src/allmydata/mutable/checker.py:130:_fill_checker_results 15 16 /root/tahoe-new/allmydata-tahoe-1.9.1/src/allmydata/mutable/servermap.py:258:recoverable_versions 16 17 17 }}} 18 18 19 19 and 20 20 21 {{{ 21 22 "ERROR: AttributeError('NoneType' object has no attribute 'callRemote')" 22 23 "[Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'callRemote'" … … 88 89 /root/tahoe-new/allmydata-tahoe-1.9.1/src/allmydata/mutable/filenode.py:686:_upload 89 90 /root/tahoe-new/allmydata-tahoe-1.9.1/src/allmydata/mutable/publish.py:407:publish 90 91 }}} 91 92 92 93 /root/tahoe is path to old tahoe install(1.8.3 i2p one needed to be installed with python 2.6 for some reason) … … 96 97 97 98 tahoe --version from this machine 99 {{{ 98 100 [root@lalangamena .tahoe]# tahoe --version 99 101 allmydata-tahoe: 1.9.1, … … 113 115 sqlite3: 2.4.1 [sqlite 3.3.6], 114 116 setuptools: 0.6c16dev3 117 }}} 115 118 116 119 I don't exactly knew how this happen. how they become intermingled.as I said - old one is not in PATH/PYTHONPATH. 117 120 Moving /root/tahoe away resulted in 121 {{{ 118 122 [root@lalangamena ~]# tahoe restart 119 123 Traceback (most recent call last): … … 131 135 raise DistributionNotFound(req) # XXX put more info here 132 136 pkg_resources.DistributionNotFound: pycryptopp>=0.5.20 137 }}} 133 138 134 139 so this looks like 1.9.1's setup.py somehow got it's hands on parts of old install?