hasufell / prism-overlay

Overlay for apps related to secure communication, cryptography and anonymity
7 stars 1 forks source link

Tahoe-LAFS #3

Open necrose99 opened 9 years ago

necrose99 commented 9 years ago

dev-python/pycrypto-2.6.1-r1 Sabayon Bin repo. unfortunately it wants a specific version pycrypto==2.1.0,==2.3,>=2.4.1 I'll mention upstream also was hoping to add to my bin own repo....

necrose99 commented 9 years ago

builds from github srcs manually

spikeuser@spike ~/Desktop $ cd /home/spikeuser/Desktop/tahoe-lafs-master/ spikeuser@spike ~/Desktop/tahoe-lafs-master $ su Password: spike tahoe-lafs-master # setup bash: setup: command not found spike tahoe-lafs-master # setup.py bash: setup.py: command not found spike tahoe-lafs-master # py setup.py bash: py: command not found spike tahoe-lafs-master # ls bin Makefile relnotes.txt static COPYING.GPL MANIFEST.in setup.cfg Tahoe.home COPYING.TGPPL.rst misc setup.py CREDITS NEWS.rst setuptools-0.6c16dev5.egg docs README.rst src spike tahoe-lafs-master # sh setup.py setup.py: line 3: syntax error near unexpected token (' setup.py: line 3:import sys; assert sys.version_info < (3,), ur"Tahoe-LAFS does not run under Python 3. Please use a version of Python between 2.6 and 2.7.x inclusive."' spike tahoe-lafs-master # make python setup.py build

Need setuptools found setuptools 0.6c16dev5 (/home/spikeuser/Desktop/tahoe-lafs-master/setuptools-0.6c16dev5.egg) no subdependencies to add running update_version


Warning: no version information found. This may cause tests to fail.


running develop Not found: tahoe-deps Not found: ../tahoe-deps running egg_info creating src/allmydata_tahoe.egg-info writing requirements to src/allmydata_tahoe.egg-info/requires.txt writing src/allmydata_tahoe.egg-info/PKG-INFO writing top-level names to src/allmydata_tahoe.egg-info/top_level.txt writing dependency_links to src/allmydata_tahoe.egg-info/dependency_links.txt writing entry points to src/allmydata_tahoe.egg-info/entry_points.txt writing manifest file 'src/allmydata_tahoe.egg-info/SOURCES.txt' reading manifest file 'src/allmydata_tahoe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*~' found anywhere in distribution writing manifest file 'src/allmydata_tahoe.egg-info/SOURCES.txt' running build_ext Creating /home/spikeuser/Desktop/tahoe-lafs-master/support/lib/python2.7/site-packages/site.py Processing setuptools-0.6c16dev5.egg Copying setuptools-0.6c16dev5.egg to /home/spikeuser/Desktop/tahoe-lafs-master/support/lib/python2.7/site-packages Adding setuptools 0.6c16dev5 to easy-install.pth file Installing easy_install_z-2.6 script to support/bin Installing easy_install_z script to support/bin

Installed /home/spikeuser/Desktop/tahoe-lafs-master/support/lib/python2.7/site-packages/setuptools-0.6c16dev5.egg Creating /home/spikeuser/Desktop/tahoe-lafs-master/support/lib/python2.7/site-packages/allmydata-tahoe.egg-link (link to src) Adding allmydata-tahoe 0.0.0 to easy-install.pth file Installing tahoe script to support/bin

Installed /home/spikeuser/Desktop/tahoe-lafs-master/src Processing dependencies for allmydata-tahoe==0.0.0

Need allmydata-tahoe==0.0.0 found allmydata-tahoe 0.0.0 (/home/spikeuser/Desktop/tahoe-lafs-master/src) adding subdependencies pycparser; enum34; six>=1.4.1; cffi>=0.8; cryptography; pyOpenSSL>=0.13; pyasn1-modules; pyasn1>=0.1.4; characteristic>=14.0.0; service-identity; Nevow>=0.11.1; Twisted>=13.0.0; pycryptopp>=0.6.0; mock>=0.8.0; pycrypto>=2.1.0,!=2.2,!=2.4; foolscap>=0.6.3; zope.interface>=3.6.0,!=3.6.3,!=3.6.4; simplejson>=1.4; zfec>=1.1.0; setuptools>=0.6c6

Need pycparser found pycparser 2.10 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need enum34 found enum34 1.0.4 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need six>=1.4.1 found six 1.9.0 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need cffi>=0.8 found cffi 0.8.6 (/usr/lib64/python2.7/site-packages) adding subdependency pycparser

Need cryptography found cryptography 0.7.2 (/usr/lib64/python2.7/site-packages) adding subdependencies enum34; setuptools; six>=1.4.1; pyasn1; cffi>=0.8

Need pyOpenSSL>=0.13 found pyOpenSSL 0.14 (/usr/lib64/python2.7/site-packages) adding subdependencies six>=1.5.2; cryptography>=0.2.1

Need pyasn1-modules found pyasn1-modules 0.0.5 (/usr/lib64/python2.7/site-packages) adding subdependency pyasn1>=0.1.4

Need pyasn1>=0.1.4 found pyasn1 0.1.7 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need characteristic>=14.0.0 found characteristic 14.1.0 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need service-identity found service-identity 14.0.0 (/usr/lib64/python2.7/site-packages) adding subdependencies pyopenssl>=0.12; pyasn1-modules; pyasn1; characteristic>=14.0.0

Need Nevow>=0.11.1 found Nevow 0.11.1 (/usr/lib64/python2.7/site-packages) adding subdependency twisted>=13.0

Need Twisted>=13.0.0 found Twisted 14.0.2 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need pycryptopp>=0.6.0 found pycryptopp 0.6.0.1206569328141510525648634803928199668821045408958 (/usr/lib64/python2.7/site-packages) adding subdependency setuptools>=0.6a9

Need mock>=0.8.0 found mock 1.0.1 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need pycrypto>=2.1.0,!=2.2,!=2.4 found pycrypto 2.6.1 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need foolscap>=0.6.3 found foolscap 0.7.0 (/usr/lib64/python2.7/site-packages) adding subdependency twisted>=2.5.0

Need zope.interface>=3.6.0,!=3.6.3,!=3.6.4 found zope.interface 4.1.1 (/usr/lib64/python2.7/site-packages) adding subdependency setuptools

Need simplejson>=1.4 found simplejson 3.6.5 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need zfec>=1.1.0 found zfec 1.4.24 (/usr/lib64/python2.7/site-packages) adding subdependency pyutil>=1.3.19

Need setuptools>=0.6c6 found setuptools 12.0.5 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Already processed pycparser

Already processed enum34

Need setuptools no subdependencies to add

Already processed six>=1.4.1

Need pyasn1 no subdependencies to add

Already processed cffi>=0.8

Need six>=1.5.2 no subdependencies to add

Need cryptography>=0.2.1 adding subdependencies enum34; setuptools; six>=1.4.1; pyasn1; cffi>=0.8

Already processed pyasn1>=0.1.4

Need pyopenssl>=0.12 adding subdependencies six>=1.5.2; cryptography>=0.2.1

Already processed pyasn1-modules

Already processed pyasn1

Already processed characteristic>=14.0.0

Already processed twisted>=13.0

Need setuptools>=0.6a9 no subdependencies to add

Need twisted>=2.5.0 no subdependencies to add

Already processed setuptools

Need pyutil>=1.3.19 found pyutil 2.0.0 (/usr/lib64/python2.7/site-packages) adding subdependency zbase32>=1.0

Already processed enum34

Already processed setuptools

Already processed six>=1.4.1

Already processed pyasn1

Already processed cffi>=0.8

Already processed six>=1.5.2

Already processed cryptography>=0.2.1

Need zbase32>=1.0 found zbase32 1.1.5 (/usr/lib64/python2.7/site-packages) adding subdependency pyutil

Need pyutil adding subdependency zbase32>=1.0

Already processed zbase32>=1.0 Searching for pycparser==2.10 Best match: pycparser 2.10 Adding pycparser 2.10 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for enum34==1.0.4 Best match: enum34 1.0.4 Adding enum34 1.0.4 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for six==1.9.0 Best match: six 1.9.0 Adding six 1.9.0 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for cffi==0.8.6 Best match: cffi 0.8.6 Adding cffi 0.8.6 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for cryptography==0.7.2 Best match: cryptography 0.7.2 Adding cryptography 0.7.2 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pyOpenSSL==0.14 Best match: pyOpenSSL 0.14 Adding pyOpenSSL 0.14 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pyasn1-modules==0.0.5 Best match: pyasn1-modules 0.0.5 Adding pyasn1-modules 0.0.5 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pyasn1==0.1.7 Best match: pyasn1 0.1.7 Adding pyasn1 0.1.7 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for characteristic==14.1.0 Best match: characteristic 14.1.0 Adding characteristic 14.1.0 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for service-identity==14.0.0 Best match: service-identity 14.0.0 Adding service-identity 14.0.0 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for Nevow==0.11.1 Best match: Nevow 0.11.1 Adding Nevow 0.11.1 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for Twisted==14.0.2 Best match: Twisted 14.0.2 Adding Twisted 14.0.2 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pycryptopp==0.6.0.1206569328141510525648634803928199668821045408958 Best match: pycryptopp 0.6.0.1206569328141510525648634803928199668821045408958 Adding pycryptopp 0.6.0.1206569328141510525648634803928199668821045408958 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for mock==1.0.1 Best match: mock 1.0.1 Adding mock 1.0.1 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pycrypto==2.6.1 Best match: pycrypto 2.6.1 Adding pycrypto 2.6.1 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for foolscap==0.7.0 Best match: foolscap 0.7.0 Adding foolscap 0.7.0 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for zope.interface==4.1.1 Best match: zope.interface 4.1.1 Adding zope.interface 4.1.1 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for simplejson==3.6.5 Best match: simplejson 3.6.5 Adding simplejson 3.6.5 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for zfec==1.4.24 Best match: zfec 1.4.24 Adding zfec 1.4.24 to easy-install.pth file Installing zfec script to support/bin Installing zunfec script to support/bin

Using /usr/lib64/python2.7/site-packages Searching for pyutil==2.0.0 Best match: pyutil 2.0.0 Adding pyutil 2.0.0 to easy-install.pth file Installing try_decoding script to support/bin Installing randfile script to support/bin Installing lines script to support/bin Installing unsort script to support/bin Installing verinfo script to support/bin Installing randcookie script to support/bin Installing passphrase script to support/bin Installing tailx script to support/bin

Using /usr/lib64/python2.7/site-packages Searching for zbase32==1.1.5 Best match: zbase32 1.1.5 Adding zbase32 1.1.5 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Finished processing dependencies for allmydata-tahoe==0.0.0 running make_executable running build running build_py creating build creating build/lib creating build/lib/allmydata copying src/allmydata/hashtree.py -> build/lib/allmydata copying src/allmydata/storage_client.py -> build/lib/allmydata copying src/allmydata/init.py -> build/lib/allmydata copying src/allmydata/_appname.py -> build/lib/allmydata copying src/allmydata/webish.py -> build/lib/allmydata copying src/allmydata/blacklist.py -> build/lib/allmydata copying src/allmydata/key_generator.py -> build/lib/allmydata copying src/allmydata/manhole.py -> build/lib/allmydata copying src/allmydata/history.py -> build/lib/allmydata copying src/allmydata/interfaces.py -> build/lib/allmydata copying src/allmydata/check_results.py -> build/lib/allmydata copying src/allmydata/monitor.py -> build/lib/allmydata copying src/allmydata/codec.py -> build/lib/allmydata copying src/allmydata/dirnode.py -> build/lib/allmydata copying src/allmydata/stats.py -> build/lib/allmydata copying src/allmydata/control.py -> build/lib/allmydata copying src/allmydata/client.py -> build/lib/allmydata copying src/allmydata/debugshell.py -> build/lib/allmydata copying src/allmydata/unknown.py -> build/lib/allmydata copying src/allmydata/_auto_deps.py -> build/lib/allmydata copying src/allmydata/node.py -> build/lib/allmydata copying src/allmydata/uri.py -> build/lib/allmydata copying src/allmydata/nodemaker.py -> build/lib/allmydata creating build/lib/allmydata/frontends copying src/allmydata/frontends/ftpd.py -> build/lib/allmydata/frontends copying src/allmydata/frontends/sftpd.py -> build/lib/allmydata/frontends copying src/allmydata/frontends/init.py -> build/lib/allmydata/frontends copying src/allmydata/frontends/auth.py -> build/lib/allmydata/frontends copying src/allmydata/frontends/drop_upload.py -> build/lib/allmydata/frontends creating build/lib/allmydata/immutable copying src/allmydata/immutable/layout.py -> build/lib/allmydata/immutable copying src/allmydata/immutable/repairer.py -> build/lib/allmydata/immutable copying src/allmydata/immutable/literal.py -> build/lib/allmydata/immutable copying src/allmydata/immutable/upload.py -> build/lib/allmydata/immutable copying src/allmydata/immutable/encode.py -> build/lib/allmydata/immutable copying src/allmydata/immutable/init.py -> build/lib/allmydata/immutable copying src/allmydata/immutable/filenode.py -> build/lib/allmydata/immutable copying src/allmydata/immutable/checker.py -> build/lib/allmydata/immutable copying src/allmydata/immutable/offloaded.py -> build/lib/allmydata/immutable creating build/lib/allmydata/immutable/downloader copying src/allmydata/immutable/downloader/common.py -> build/lib/allmydata/immutable/downloader copying src/allmydata/immutable/downloader/status.py -> build/lib/allmydata/immutable/downloader copying src/allmydata/immutable/downloader/segmentation.py -> build/lib/allmydata/immutable/downloader copying src/allmydata/immutable/downloader/init.py -> build/lib/allmydata/immutable/downloader copying src/allmydata/immutable/downloader/fetcher.py -> build/lib/allmydata/immutable/downloader copying src/allmydata/immutable/downloader/share.py -> build/lib/allmydata/immutable/downloader copying src/allmydata/immutable/downloader/finder.py -> build/lib/allmydata/immutable/downloader copying src/allmydata/immutable/downloader/node.py -> build/lib/allmydata/immutable/downloader creating build/lib/allmydata/introducer copying src/allmydata/introducer/common.py -> build/lib/allmydata/introducer copying src/allmydata/introducer/init.py -> build/lib/allmydata/introducer copying src/allmydata/introducer/interfaces.py -> build/lib/allmydata/introducer copying src/allmydata/introducer/old.py -> build/lib/allmydata/introducer copying src/allmydata/introducer/server.py -> build/lib/allmydata/introducer copying src/allmydata/introducer/client.py -> build/lib/allmydata/introducer creating build/lib/allmydata/mutable copying src/allmydata/mutable/layout.py -> build/lib/allmydata/mutable copying src/allmydata/mutable/repairer.py -> build/lib/allmydata/mutable copying src/allmydata/mutable/common.py -> build/lib/allmydata/mutable copying src/allmydata/mutable/init.py -> build/lib/allmydata/mutable copying src/allmydata/mutable/filenode.py -> build/lib/allmydata/mutable copying src/allmydata/mutable/checker.py -> build/lib/allmydata/mutable copying src/allmydata/mutable/publish.py -> build/lib/allmydata/mutable copying src/allmydata/mutable/servermap.py -> build/lib/allmydata/mutable copying src/allmydata/mutable/retrieve.py -> build/lib/allmydata/mutable creating build/lib/allmydata/scripts copying src/allmydata/scripts/common.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/slow_operation.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/common_http.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/runner.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_mkdir.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_put.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/init.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/startstop_node.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_mv.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_get.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/cli.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/keygen.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/backupdb.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_ls.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/debug.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/admin.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_webopen.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_unlink.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_manifest.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_check.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_cp.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_backup.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/tahoe_add_alias.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/stats_gatherer.py -> build/lib/allmydata/scripts copying src/allmydata/scripts/create_node.py -> build/lib/allmydata/scripts creating build/lib/allmydata/storage copying src/allmydata/storage/common.py -> build/lib/allmydata/storage copying src/allmydata/storage/shares.py -> build/lib/allmydata/storage copying src/allmydata/storage/immutable.py -> build/lib/allmydata/storage copying src/allmydata/storage/init.py -> build/lib/allmydata/storage copying src/allmydata/storage/mutable.py -> build/lib/allmydata/storage copying src/allmydata/storage/crawler.py -> build/lib/allmydata/storage copying src/allmydata/storage/expirer.py -> build/lib/allmydata/storage copying src/allmydata/storage/server.py -> build/lib/allmydata/storage copying src/allmydata/storage/lease.py -> build/lib/allmydata/storage creating build/lib/allmydata/test copying src/allmydata/test/check_grid.py -> build/lib/allmydata/test copying src/allmydata/test/test_import.py -> build/lib/allmydata/test copying src/allmydata/test/common.py -> build/lib/allmydata/test copying src/allmydata/test/check_memory.py -> build/lib/allmydata/test copying src/allmydata/test/test_stats.py -> build/lib/allmydata/test copying src/allmydata/test/common_web.py -> build/lib/allmydata/test copying src/allmydata/test/test_web.py -> build/lib/allmydata/test copying src/allmydata/test/test_storage.py -> build/lib/allmydata/test copying src/allmydata/test/test_client.py -> build/lib/allmydata/test copying src/allmydata/test/test_cli_backup.py -> build/lib/allmydata/test copying src/allmydata/test/test_cli_list.py -> build/lib/allmydata/test copying src/allmydata/test/test_immutable.py -> build/lib/allmydata/test copying src/allmydata/test/trialtest.py -> build/lib/allmydata/test copying src/allmydata/test/test_download.py -> build/lib/allmydata/test copying src/allmydata/test/test_crawler.py -> build/lib/allmydata/test copying src/allmydata/test/test_hashtree.py -> build/lib/allmydata/test copying src/allmydata/test/test_encodingutil.py -> build/lib/allmydata/test copying src/allmydata/test/test_helper.py -> build/lib/allmydata/test copying src/allmydata/test/test_util.py -> build/lib/allmydata/test copying src/allmydata/test/test_keygen.py -> build/lib/allmydata/test copying src/allmydata/test/test_introducer.py -> build/lib/allmydata/test copying src/allmydata/test/test_upload.py -> build/lib/allmydata/test copying src/allmydata/test/test_netstring.py -> build/lib/allmydata/test copying src/allmydata/test/init.py -> build/lib/allmydata/test copying src/allmydata/test/test_drop_upload.py -> build/lib/allmydata/test copying src/allmydata/test/test_storage_client.py -> build/lib/allmydata/test copying src/allmydata/test/bench_dirnode.py -> build/lib/allmydata/test copying src/allmydata/test/test_cli_cp.py -> build/lib/allmydata/test copying src/allmydata/test/test_repairer.py -> build/lib/allmydata/test copying src/allmydata/test/test_encode.py -> build/lib/allmydata/test copying src/allmydata/test/test_mutable.py -> build/lib/allmydata/test copying src/allmydata/test/test_cli_create_alias.py -> build/lib/allmydata/test copying src/allmydata/test/test_codec.py -> build/lib/allmydata/test copying src/allmydata/test/test_iputil.py -> build/lib/allmydata/test copying src/allmydata/test/test_cli_put.py -> build/lib/allmydata/test copying src/allmydata/test/test_cli_check.py -> build/lib/allmydata/test copying src/allmydata/test/test_ftp.py -> build/lib/allmydata/test copying src/allmydata/test/test_dirnode.py -> build/lib/allmydata/test copying src/allmydata/test/test_cli_mv.py -> build/lib/allmydata/test copying src/allmydata/test/test_system.py -> build/lib/allmydata/test copying src/allmydata/test/test_version.py -> build/lib/allmydata/test copying src/allmydata/test/test_json_metadata.py -> build/lib/allmydata/test copying src/allmydata/test/test_filenode.py -> build/lib/allmydata/test copying src/allmydata/test/test_observer.py -> build/lib/allmydata/test copying src/allmydata/test/common_util.py -> build/lib/allmydata/test copying src/allmydata/test/test_hung_server.py -> build/lib/allmydata/test copying src/allmydata/test/no_network.py -> build/lib/allmydata/test copying src/allmydata/test/test_node.py -> build/lib/allmydata/test copying src/allmydata/test/test_runner.py -> build/lib/allmydata/test copying src/allmydata/test/test_deepcheck.py -> build/lib/allmydata/test copying src/allmydata/test/check_load.py -> build/lib/allmydata/test copying src/allmydata/test/test_no_network.py -> build/lib/allmydata/test copying src/allmydata/test/test_auth.py -> build/lib/allmydata/test copying src/allmydata/test/check_speed.py -> build/lib/allmydata/test copying src/allmydata/test/test_base62.py -> build/lib/allmydata/test copying src/allmydata/test/test_backupdb.py -> build/lib/allmydata/test copying src/allmydata/test/test_sftp.py -> build/lib/allmydata/test copying src/allmydata/test/test_checker.py -> build/lib/allmydata/test copying src/allmydata/test/test_cli.py -> build/lib/allmydata/test copying src/allmydata/test/test_uri.py -> build/lib/allmydata/test creating build/lib/allmydata/util copying src/allmydata/util/time_format.py -> build/lib/allmydata/util copying src/allmydata/util/encodingutil.py -> build/lib/allmydata/util copying src/allmydata/util/dictutil.py -> build/lib/allmydata/util copying src/allmydata/util/pollmixin.py -> build/lib/allmydata/util copying src/allmydata/util/humanreadable.py -> build/lib/allmydata/util copying src/allmydata/util/hashutil.py -> build/lib/allmydata/util copying src/allmydata/util/netstring.py -> build/lib/allmydata/util copying src/allmydata/util/base62.py -> build/lib/allmydata/util copying src/allmydata/util/repeatable_random.py -> build/lib/allmydata/util copying src/allmydata/util/iputil.py -> build/lib/allmydata/util copying src/allmydata/util/rrefutil.py -> build/lib/allmydata/util copying src/allmydata/util/assertutil.py -> build/lib/allmydata/util copying src/allmydata/util/verlib.py -> build/lib/allmydata/util copying src/allmydata/util/nummedobj.py -> build/lib/allmydata/util copying src/allmydata/util/init.py -> build/lib/allmydata/util copying src/allmydata/util/consumer.py -> build/lib/allmydata/util copying src/allmydata/util/sibpath.py -> build/lib/allmydata/util copying src/allmydata/util/keyutil.py -> build/lib/allmydata/util copying src/allmydata/util/mathutil.py -> build/lib/allmydata/util copying src/allmydata/util/spans.py -> build/lib/allmydata/util copying src/allmydata/util/base32.py -> build/lib/allmydata/util copying src/allmydata/util/fake_inotify.py -> build/lib/allmydata/util copying src/allmydata/util/idlib.py -> build/lib/allmydata/util copying src/allmydata/util/fileutil.py -> build/lib/allmydata/util copying src/allmydata/util/pipeline.py -> build/lib/allmydata/util copying src/allmydata/util/happinessutil.py -> build/lib/allmydata/util copying src/allmydata/util/statistics.py -> build/lib/allmydata/util copying src/allmydata/util/log.py -> build/lib/allmydata/util copying src/allmydata/util/limiter.py -> build/lib/allmydata/util copying src/allmydata/util/pkgresutil.py -> build/lib/allmydata/util copying src/allmydata/util/observer.py -> build/lib/allmydata/util copying src/allmydata/util/abbreviate.py -> build/lib/allmydata/util copying src/allmydata/util/deferredutil.py -> build/lib/allmydata/util copying src/allmydata/util/cachedir.py -> build/lib/allmydata/util creating build/lib/allmydata/web copying src/allmydata/web/common.py -> build/lib/allmydata/web copying src/allmydata/web/status.py -> build/lib/allmydata/web copying src/allmydata/web/operations.py -> build/lib/allmydata/web copying src/allmydata/web/init.py -> build/lib/allmydata/web copying src/allmydata/web/root.py -> build/lib/allmydata/web copying src/allmydata/web/filenode.py -> build/lib/allmydata/web copying src/allmydata/web/check_results.py -> build/lib/allmydata/web copying src/allmydata/web/storage.py -> build/lib/allmydata/web copying src/allmydata/web/introweb.py -> build/lib/allmydata/web copying src/allmydata/web/unlinked.py -> build/lib/allmydata/web copying src/allmydata/web/info.py -> build/lib/allmydata/web copying src/allmydata/web/directory.py -> build/lib/allmydata/web creating build/lib/allmydata/windows copying src/allmydata/windows/fixups.py -> build/lib/allmydata/windows copying src/allmydata/windows/init.py -> build/lib/allmydata/windows copying src/allmydata/windows/registry.py -> build/lib/allmydata/windows copying src/allmydata/windows/tahoesvc.py -> build/lib/allmydata/windows creating build/lib/buildtest copying src/buildtest/init.py -> build/lib/buildtest copying src/buildtest/test_build_with_fake_dist.py -> build/lib/buildtest copying src/allmydata/web/welcome.xhtml -> build/lib/allmydata/web copying src/allmydata/web/status.xhtml -> build/lib/allmydata/web copying src/allmydata/web/download-status.xhtml -> build/lib/allmydata/web copying src/allmydata/web/statistics.xhtml -> build/lib/allmydata/web copying src/allmydata/web/helper.xhtml -> build/lib/allmydata/web copying src/allmydata/web/deep-check-and-repair-results.xhtml -> build/lib/allmydata/web copying src/allmydata/web/check-results.xhtml -> build/lib/allmydata/web copying src/allmydata/web/publish-status.xhtml -> build/lib/allmydata/web copying src/allmydata/web/upload-status.xhtml -> build/lib/allmydata/web copying src/allmydata/web/check-and-repair-results.xhtml -> build/lib/allmydata/web copying src/allmydata/web/directory.xhtml -> build/lib/allmydata/web copying src/allmydata/web/upload-results.xhtml -> build/lib/allmydata/web copying src/allmydata/web/storage_status.xhtml -> build/lib/allmydata/web copying src/allmydata/web/manifest.xhtml -> build/lib/allmydata/web copying src/allmydata/web/deep-check-results.xhtml -> build/lib/allmydata/web copying src/allmydata/web/download-status-timeline.xhtml -> build/lib/allmydata/web copying src/allmydata/web/retrieve-status.xhtml -> build/lib/allmydata/web copying src/allmydata/web/introducer.xhtml -> build/lib/allmydata/web copying src/allmydata/web/literal-check-results.xhtml -> build/lib/allmydata/web copying src/allmydata/web/info.xhtml -> build/lib/allmydata/web copying src/allmydata/web/map-update-status.xhtml -> build/lib/allmydata/web copying src/allmydata/web/rename-form.xhtml -> build/lib/allmydata/web creating build/lib/allmydata/web/static copying src/allmydata/web/static/jquery-1.11.0.js -> build/lib/allmydata/web/static copying src/allmydata/web/static/d3-2.4.6.time.js -> build/lib/allmydata/web/static copying src/allmydata/web/static/download_status_timeline.js -> build/lib/allmydata/web/static copying src/allmydata/web/static/d3-2.4.6.js -> build/lib/allmydata/web/static copying src/allmydata/web/static/icon.png -> build/lib/allmydata/web/static copying src/allmydata/web/static/tahoe.css -> build/lib/allmydata/web/static creating build/lib/allmydata/web/static/img copying src/allmydata/web/static/img/logo.png -> build/lib/allmydata/web/static/img copying src/allmydata/web/static/img/connected-not-configured.png -> build/lib/allmydata/web/static/img copying src/allmydata/web/static/img/connected-yes.png -> build/lib/allmydata/web/static/img copying src/allmydata/web/static/img/connected-no.png -> build/lib/allmydata/web/static/img creating build/lib/allmydata/web/static/css copying src/allmydata/web/static/css/new-tahoe.css -> build/lib/allmydata/web/static/css copying src/allmydata/web/static/css/bootstrap.css -> build/lib/allmydata/web/static/css touch .built spike tahoe-lafs-master # python setup.py build

Need setuptools found setuptools 0.6c16dev5 (/home/spikeuser/Desktop/tahoe-lafs-master/setuptools-0.6c16dev5.egg) no subdependencies to add running update_version


Warning: no version information found. This may cause tests to fail.


running develop Not found: tahoe-deps Not found: ../tahoe-deps running egg_info writing requirements to src/allmydata_tahoe.egg-info/requires.txt writing src/allmydata_tahoe.egg-info/PKG-INFO writing top-level names to src/allmydata_tahoe.egg-info/top_level.txt writing dependency_links to src/allmydata_tahoe.egg-info/dependency_links.txt writing entry points to src/allmydata_tahoe.egg-info/entry_points.txt reading manifest file 'src/allmydata_tahoe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*~' found anywhere in distribution writing manifest file 'src/allmydata_tahoe.egg-info/SOURCES.txt' running build_ext Processing setuptools-0.6c16dev5.egg removing '/home/spikeuser/Desktop/tahoe-lafs-master/support/lib/python2.7/site-packages/setuptools-0.6c16dev5.egg' (and everything under it) Copying setuptools-0.6c16dev5.egg to /home/spikeuser/Desktop/tahoe-lafs-master/support/lib/python2.7/site-packages setuptools 0.6c16dev5 is already the active version in easy-install.pth Installing easy_install_z-2.6 script to support/bin Installing easy_install_z script to support/bin

Installed /home/spikeuser/Desktop/tahoe-lafs-master/support/lib/python2.7/site-packages/setuptools-0.6c16dev5.egg Creating /home/spikeuser/Desktop/tahoe-lafs-master/support/lib/python2.7/site-packages/allmydata-tahoe.egg-link (link to src) allmydata-tahoe 0.0.0 is already the active version in easy-install.pth Installing tahoe script to support/bin

Installed /home/spikeuser/Desktop/tahoe-lafs-master/src Processing dependencies for allmydata-tahoe==0.0.0

Need allmydata-tahoe==0.0.0 found allmydata-tahoe 0.0.0 (/home/spikeuser/Desktop/tahoe-lafs-master/src) adding subdependencies pycparser; enum34; six>=1.4.1; cffi>=0.8; cryptography; pyOpenSSL>=0.13; pyasn1-modules; pyasn1>=0.1.4; characteristic>=14.0.0; service-identity; Nevow>=0.11.1; Twisted>=13.0.0; pycryptopp>=0.6.0; mock>=0.8.0; pycrypto>=2.1.0,!=2.2,!=2.4; foolscap>=0.6.3; zope.interface>=3.6.0,!=3.6.3,!=3.6.4; simplejson>=1.4; zfec>=1.1.0; setuptools>=0.6c6

Need pycparser found pycparser 2.10 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need enum34 found enum34 1.0.4 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need six>=1.4.1 found six 1.9.0 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need cffi>=0.8 found cffi 0.8.6 (/usr/lib64/python2.7/site-packages) adding subdependency pycparser

Need cryptography found cryptography 0.7.2 (/usr/lib64/python2.7/site-packages) adding subdependencies enum34; setuptools; six>=1.4.1; pyasn1; cffi>=0.8

Need pyOpenSSL>=0.13 found pyOpenSSL 0.14 (/usr/lib64/python2.7/site-packages) adding subdependencies six>=1.5.2; cryptography>=0.2.1

Need pyasn1-modules found pyasn1-modules 0.0.5 (/usr/lib64/python2.7/site-packages) adding subdependency pyasn1>=0.1.4

Need pyasn1>=0.1.4 found pyasn1 0.1.7 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need characteristic>=14.0.0 found characteristic 14.1.0 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need service-identity found service-identity 14.0.0 (/usr/lib64/python2.7/site-packages) adding subdependencies pyopenssl>=0.12; pyasn1-modules; pyasn1; characteristic>=14.0.0

Need Nevow>=0.11.1 found Nevow 0.11.1 (/usr/lib64/python2.7/site-packages) adding subdependency twisted>=13.0

Need Twisted>=13.0.0 found Twisted 14.0.2 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need pycryptopp>=0.6.0 found pycryptopp 0.6.0.1206569328141510525648634803928199668821045408958 (/usr/lib64/python2.7/site-packages) adding subdependency setuptools>=0.6a9

Need mock>=0.8.0 found mock 1.0.1 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need pycrypto>=2.1.0,!=2.2,!=2.4 found pycrypto 2.6.1 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need foolscap>=0.6.3 found foolscap 0.7.0 (/usr/lib64/python2.7/site-packages) adding subdependency twisted>=2.5.0

Need zope.interface>=3.6.0,!=3.6.3,!=3.6.4 found zope.interface 4.1.1 (/usr/lib64/python2.7/site-packages) adding subdependency setuptools

Need simplejson>=1.4 found simplejson 3.6.5 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Need zfec>=1.1.0 found zfec 1.4.24 (/usr/lib64/python2.7/site-packages) adding subdependency pyutil>=1.3.19

Need setuptools>=0.6c6 found setuptools 12.0.5 (/usr/lib64/python2.7/site-packages) no subdependencies to add

Already processed pycparser

Already processed enum34

Need setuptools no subdependencies to add

Already processed six>=1.4.1

Need pyasn1 no subdependencies to add

Already processed cffi>=0.8

Need six>=1.5.2 no subdependencies to add

Need cryptography>=0.2.1 adding subdependencies enum34; setuptools; six>=1.4.1; pyasn1; cffi>=0.8

Already processed pyasn1>=0.1.4

Need pyopenssl>=0.12 adding subdependencies six>=1.5.2; cryptography>=0.2.1

Already processed pyasn1-modules

Already processed pyasn1

Already processed characteristic>=14.0.0

Already processed twisted>=13.0

Need setuptools>=0.6a9 no subdependencies to add

Need twisted>=2.5.0 no subdependencies to add

Already processed setuptools

Need pyutil>=1.3.19 found pyutil 2.0.0 (/usr/lib64/python2.7/site-packages) adding subdependency zbase32>=1.0

Already processed enum34

Already processed setuptools

Already processed six>=1.4.1

Already processed pyasn1

Already processed cffi>=0.8

Already processed six>=1.5.2

Already processed cryptography>=0.2.1

Need zbase32>=1.0 found zbase32 1.1.5 (/usr/lib64/python2.7/site-packages) adding subdependency pyutil

Need pyutil adding subdependency zbase32>=1.0

Already processed zbase32>=1.0 Searching for pycparser==2.10 Best match: pycparser 2.10 Adding pycparser 2.10 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for enum34==1.0.4 Best match: enum34 1.0.4 Adding enum34 1.0.4 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for six==1.9.0 Best match: six 1.9.0 Adding six 1.9.0 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for cffi==0.8.6 Best match: cffi 0.8.6 Adding cffi 0.8.6 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for cryptography==0.7.2 Best match: cryptography 0.7.2 Adding cryptography 0.7.2 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pyOpenSSL==0.14 Best match: pyOpenSSL 0.14 Adding pyOpenSSL 0.14 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pyasn1-modules==0.0.5 Best match: pyasn1-modules 0.0.5 Adding pyasn1-modules 0.0.5 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pyasn1==0.1.7 Best match: pyasn1 0.1.7 Adding pyasn1 0.1.7 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for characteristic==14.1.0 Best match: characteristic 14.1.0 Adding characteristic 14.1.0 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for service-identity==14.0.0 Best match: service-identity 14.0.0 Adding service-identity 14.0.0 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for Nevow==0.11.1 Best match: Nevow 0.11.1 Adding Nevow 0.11.1 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for Twisted==14.0.2 Best match: Twisted 14.0.2 Adding Twisted 14.0.2 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pycryptopp==0.6.0.1206569328141510525648634803928199668821045408958 Best match: pycryptopp 0.6.0.1206569328141510525648634803928199668821045408958 Adding pycryptopp 0.6.0.1206569328141510525648634803928199668821045408958 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for mock==1.0.1 Best match: mock 1.0.1 Adding mock 1.0.1 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for pycrypto==2.6.1 Best match: pycrypto 2.6.1 Adding pycrypto 2.6.1 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for foolscap==0.7.0 Best match: foolscap 0.7.0 Adding foolscap 0.7.0 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for zope.interface==4.1.1 Best match: zope.interface 4.1.1 Adding zope.interface 4.1.1 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for simplejson==3.6.5 Best match: simplejson 3.6.5 Adding simplejson 3.6.5 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Searching for zfec==1.4.24 Best match: zfec 1.4.24 Adding zfec 1.4.24 to easy-install.pth file Installing zfec script to support/bin Installing zunfec script to support/bin

Using /usr/lib64/python2.7/site-packages Searching for pyutil==2.0.0 Best match: pyutil 2.0.0 Adding pyutil 2.0.0 to easy-install.pth file Installing try_decoding script to support/bin Installing randfile script to support/bin Installing lines script to support/bin Installing unsort script to support/bin Installing verinfo script to support/bin Installing randcookie script to support/bin Installing passphrase script to support/bin Installing tailx script to support/bin

Using /usr/lib64/python2.7/site-packages Searching for zbase32==1.1.5 Best match: zbase32 1.1.5 Adding zbase32 1.1.5 to easy-install.pth file

Using /usr/lib64/python2.7/site-packages Finished processing dependencies for allmydata-tahoe==0.0.0 running make_executable running build running build_py spike tahoe-lafs-master #