<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<pre>Hi,<br /><br />Can you provide a list of installed packages please? <br /><br /></pre>
<pre>rpm -qa </pre>
<pre><br /><br />Assuming you have installed the dep's on the wiki for centos?<br /><br />https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AdvancedInstall#point9.2</pre>
<p>yum install gcc python-devel sqlite-devel gcc-c++ openssl-devel</p>
<pre><br />On a side note i tried a clean centos 5.6 i386 build(had the disk kicking around) updated it to 5.7, installed the dep's and had a issue with the build even after i had provided all the deps.<br /><br />http://pastebin.com/2PiLaCYk<br /><br /><br />cheers<br />Mogwa<br /><br /><br />On Tue, 7 Feb 2012 11:20:20 +0700, Dmitriy Kazimirov wrote:
> Hi,
> I'm setting up one of tahoe nodes for small grid
> system configuration:http://pastebin.com/Suxf5kFu
> (CentOS 5.7,32-bit)
>
> I'm using regular
> https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.9.1.tar.bz2
> [1]
>
> python setup.py test ends with
> llmydata.test.test_upload.EncodingParameters.test_problem_layout_ticket_1128
> ===============================================================================
> [ERROR]
> Traceback (most recent call last):
> File
> "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/trial/runner.py",
> line 575, in loadPackage
> module = modinfo.load()
> File
> "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/python/modules.py",
> line 383, in load
> return self.pathEntry.pythonPath.moduleLoader(self.name)
> File
> "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/python/reflect.py",
> line 464, in namedAny
> topLevelPackage = _importAndCheckStack(trialname)
> File "/root/allmydata-tahoe-1.9.1/src/allmydata/test/test_sftp.py",
> line 25, in ?
> from allmydata.frontends import sftpd
> File "/root/allmydata-tahoe-1.9.1/src/allmydata/frontends/sftpd.py",
> line 10, in ?
> from twisted.conch.ssh import factory, keys, session
> File
> "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/conch/ssh/factory.py",
> line 16, in ?
> from twisted.conch.ssh import keys
> File
> "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/conch/ssh/keys.py",
> line 17, in ?
> from Crypto.Cipher import DES3
> exceptions.ImportError:
> /root/allmydata-tahoe-1.9.1/support/lib/python2.4/site-packages/pycrypto-2.4-py2.4-linux-i686.egg/Crypto/Cipher/DES3.so:
> wrong ELF class: ELFCLASS64
>
> allmydata.test.test_sftp
> -------------------------------------------------------------------------------
> Ran 1056 tests in 1148.134s
>
> FAILED (skips=8, expectedFailures=3, errors=1, successes=1044)
>
> machine is really old one.
> is this bug in package ?
>
> Links:
> ------
> [1]
> https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.9.1.tar.bz2
</pre>
</body></html>