On Mon, Jan 16, 2012 at 11:37 PM, Vladimir Arseniev <[email protected]> wrote: > I was rushing, and too cryptic. > > I ran into the same "No space left on device." error last night, > building Tahoe-LAFS on FreeBSD 8.1 (aiming for pfSense). I had finished > adding packages as root, and just ran "python setup.py build". And ran > out of space. After logging in as user, it completed.
OK, so this time it did not run out of space, but i got something else. Installed /home/root/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.5.29 Downloading https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/pycryptopp-0.5.29.tar.gz Processing pycryptopp-0.5.29.tar.gz Running pycryptopp-0.5.29/setup.py -q bdist_egg --dist-dir /tmp/easy_install-6T0OJx/pycryptopp-0.5.29/egg-dist-tmp-mchpRm {standard input}: Assembler messages: {standard input}:226193: Warning: end of file not at end of a line; newline inserted {standard input}:226598: Error: bad register name `%ed' {standard input}:226598: 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 Sameer > > On 12-01-17 10:02 AM, Sameer Verma wrote: > >> On Mon, Jan 16, 2012 at 8:15 PM, Vladimir Arseniev <[email protected]> >> wrote: >>> Are you running as root? >> >> Yes. Upped /tmp to 64MB in /etc/fstab and re-running it. Let's see how >> far I get this time. >> >> Sameer >> >>> On 12-01-17 04:02 AM, Sameer Verma wrote: >>> >>>> On Mon, Jan 9, 2012 at 1:46 PM, Sameer Verma <[email protected]> wrote: >>>>> Hello! >>>>> >>>>> I'm getting ready to put tahoe-lafs on Fedora 14 machines (OLPC XO-1 with >>>>> build 11.3.0) using the quickstart instructions >>>>> (https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/quickstart.rst). >>>>> Any gotchas on F14? Any RPMs instead of the quickstart instructions? >>>>> >>>>> I'm doing this for fun and for learning more about tahoe-lafs. I won't be >>>>> storing any valuable or large files. I happen to have access to 10+ OLPC >>>>> XO-1 machines that can talk to each other on a mesh network, so that >>>>> should >>>>> also be interesting, I hope. >>>> >>>> I got started with 1.9.1 Installed packages and dependencies. >>>> >>>> yum install gcc python-devel sqlite-devel gcc-c++ openssl-devel cpp >>>> glibc-devel glibc-headers kernel-headers libgomp libstdc++-devel >>>> e2fsprogs-devel keyutils-libs-devel krb5-devel libselinux-devel >>>> libsepol-devel zlib-devel python-twisted >>>> >>>> After that, running python setup.py build runs for a bit, downloads >>>> pycryptopp-0.5.29, runs >>>> >>>> pycryptopp-0.5.29/setup.py -q bdist_egg --dist-dir >>>> /tmp/easy_install-p7QCzm/pycryptopp-0.5.29/egg-dist-tmp-6Yr2LO >>>> >>>> and runs out of space. Says "No space left on device." >>>> >>>> I'm assuming its running out of tmp? Tried running from an external >>>> USB stick, but get the same error. >>>> >>>> Suggestions? >>>> >>>> Sameer >>>> _______________________________________________ >>>> tahoe-dev mailing list >>>> [email protected] >>>> http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev >>> >>> _______________________________________________ >>> tahoe-dev mailing list >>> [email protected] >>> http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev >>> >>> >> _______________________________________________ >> tahoe-dev mailing list >> [email protected] >> http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev > > _______________________________________________ > tahoe-dev mailing list > [email protected] > http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev > > _______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
