I don't know why its not working for you, but what is failing is the following autoconf check:
AC_CONFIG_SRCDIR([src/pycrypto_compat.h]) My guess would be that you have some wonky environment variables pre-defined in your bashrc (e.g.). $srcdir, perhaps. You using the same bashrc (on passing through environment, did you ssh log into one of the systems?) on both systems seems to be the only explanation possible. On Tuesday, February 4, 2014 4:09:57 PM UTC, Niles Johnson wrote: > > On Monday, February 3, 2014 3:09:57 PM UTC-5, Niles Johnson wrote: > > >> configure: error: cannot find sources (src/pycrypto_compat.h) in >> /Applications/sage or .. >> > > > After some trial and error, I found the file pycrypto_compat.h in what > looks like a weird place: > > > <SAGE_ROOT>/local/var/tmp/sage/build/pycrypto-2.6.1.p0/src/src/pycrypto_compat.h > > I copied this to <SAGE_ROOT>/src, as per the error message from the log > file, and that seems to have done the trick. Building 6.1 on linux > finished successfully; I'm still waiting for my Mac OS build to finish, but > it's already past the point of building pycrypto-2.6.1.p0. > > > Even though this worked, I don't understand why it was necessary. There > must be some other problem with my sage install (on both machines) . . . > during my trial/error phase, I made fresh installs with > > git clone git://github.com/sagemath/sage.git > > but I had the same build problems. Confusing. > > -Niles > > > > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
