meshdna / meshdna-build

Spindle build environment for MeshDNA Raspberry Pi Image
Other
0 stars 0 forks source link

Build & test Tahoe-LAFS #9

Open cmdrk opened 10 years ago

cmdrk commented 10 years ago

Need to do the following:

Install guide

https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/quickstart.rst

Source code

https://github.com/tahoe-lafs/tahoe-lafs

cmdrk commented 10 years ago

apt-get install build-essential \ python-dev python-twisted python-setuptools \ python-nevow python-argparse python-simplejson python-openssl patch

cmdrk commented 10 years ago

apt-get install libffi-dev

cmdrk commented 10 years ago

built successfully,

see http://fpaste.org/107337/14019535/

need to replace easy_install pkgs with deb equivalents and rebuild if we use in prod

cmdrk commented 10 years ago

Very slow! Just returning the usage takes 48s:

    /root/tahoe-lafs/support/bin/tahoe:  must specify a command

    real    0m48.217s
    user    0m42.160s
    sys     0m2.470s

Another data point, Tahoe 1.9 from the Debian repos:

/usr/bin/tahoe:  must specify a command

real    0m10.366s
user    0m9.470s
sys     0m0.580s