On Mon, Jan 23, 2012 at 3:39 AM, Zooko Wilcox-O'Hearn <[email protected]> wrote: > On Sat, Jan 21, 2012 at 2:50 PM, Sameer Verma <[email protected]> wrote: >>> mv pycryptopp-0.5.29.post19-py2.7-linux-i686.egg >>> pycryptopp-0.5.29.post19-py2.7-linux-i386.egg >>> >>> Please try again! >> >> OK. Will do in a bit. > > You know, it would be nice to optimize one of the humans out of the > loop here by replacing you with a Build Bot. :-) > > https://tahoe-lafs.org/trac/tahoe-lafs/wiki/HowtoContributeABuildbot > > I would be very happy to have an OLPC XO1 buildslave on this list: > https://tahoe-lafs.org/buildbot-tahoe-lafs/waterfall > > Regards, > > Zooko > _______________________________________________ > tahoe-dev mailing list > [email protected] > http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev > >
So, after a long break, I'm at it again. This time it's a clean install of the latest OLPC stable build 11.3.1 based on Fedora 14. I installed the dependencies and ran python setup.py build and I get: [olpc@xo-27-c0-e9 ~]$ python setup.py build python: can't open file 'setup.py': [Errno 2] No such file or directory [olpc@xo-27-c0-e9 ~]$ cd allmydata-tahoe-1.9.1 [olpc@xo-27-c0-e9 allmydata-tahoe-1.9.1]$ python setup.py build running update_version no version-control data found, leaving _version.py alone 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 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 files found matching '*.png' under directory 'src' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'src/allmydata_tahoe.egg-info/SOURCES.txt' running build_ext Processing darcsver-1.7.2.egg removing '/home/olpc/allmydata-tahoe-1.9.1/support/lib/python2.7/site-packages/darcsver-1.7.2.egg' (and everything under it) Copying darcsver-1.7.2.egg to /home/olpc/allmydata-tahoe-1.9.1/support/lib/python2.7/site-packages darcsver 1.7.2 is already the active version in easy-install.pth Installing darcsver script to support/bin Installed /home/olpc/allmydata-tahoe-1.9.1/support/lib/python2.7/site-packages/darcsver-1.7.2.egg Creating /home/olpc/allmydata-tahoe-1.9.1/support/lib/python2.7/site-packages/allmydata-tahoe.egg-link (link to src) allmydata-tahoe 1.9.1 is already the active version in easy-install.pth Installing tahoe script to support/bin Installed /home/olpc/allmydata-tahoe-1.9.1/src Processing dependencies for allmydata-tahoe==1.9.1 Searching for pycryptopp>=0.5.14 Reading http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/ Reading http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/ Best match: pycryptopp 0.6.0.1206569328141510525648634803928199668821045408958 Downloading https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz Processing pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz Running pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958/setup.py -q bdist_egg --dist-dir /tmp/easy_install-p3ODVB/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958/egg-dist-tmp-uAU5OO {standard input}: Assembler messages: {standard input}:217576: Error: open CFI at the end of file; missing .cfi_endproc directive gcc: Internal error: Killed (program cc1plus) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. error: Setup script exited with error: command 'gcc' failed with exit status 1 _______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
