It's a shame this has gone unreplied to for so long. (Unless I missed a reply in another thread. I'm may be confused by the various threads, which is why I'm only replying on sage-devel.)
Are other people really having problems building on Ubuntu 11.10? I've had no problems building sage 4.8.2 on 64-bit Ubuntu 11.10. Also, I just tried on 32-bit 11.10 in a virtual machine, and sage built without any problems. (Running make ptest now.) >From a fresh 32 bit Ubuntu 11.10 install, I had to 'apt-get install gfortran m4 g++' to get the build started. Eventually it failed on building python, I think, and after digging through the install log I found I also needed to 'apt-get install dpkg-dev'. After that, everything went fine. The only (possibly) special thing that I did was set SAGE_ATLAS_ARCH=fast. (Also I set SAGE_PARALLEL_SPKG_BUILD='yes' and MAKE='make -j4'.) Despite being 32-bit, the VM still sees a very modern processor, though, so it is possible something could go wrong on old hardware. If someone advises me on exactly what to do, I could try building a binary that should be usable on old machines. Would it be enough to do export SAGE_FAT_BINARY="yes" export SAGE_BINARY_BUILD="yes" export SAGE_ATLAS_ARCH="base" before building? Also, if anyone knows a way to make the cpu in the virtual machine look like an old cpu, I could try doing that. On Wed, Nov 30, 2011 at 5:36 AM, Dale Amon <a...@vnl.com> wrote: > On Wed, Nov 30, 2011 at 04:33:28AM -0800, Dima Pasechnik wrote: > > after all, it seems you need more things to be installed: the autotools > > chain, i.e. > > autoconf and automake. > > I suppose it's autotools-dev package on oneiric. > > They appear to already be installed: > > *** Opt devel autoconf 2.68-1ubunt 2.68-1ubunt automatic configure > script builder > *** Opt devel automake 1:1.11.1-1u 1:1.11.1-1u A tool for > generating GNU Standards-compliant Makefiles > *** Opt devel autotools-de 20110511.1 20110511.1 Update > infrastructure for config.{guess,sub} files > > The installed versions are: > > automake --version > automake (GNU automake) 1.11.1 > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv2+: GNU GPL version 2 or later < > http://gnu.org/licenses/gpl-2.0.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by Tom Tromey <tro...@redhat.com> > and Alexandre Duret-Lutz <a...@gnu.org>. > > autoconf --version > autoconf (GNU Autoconf) 2.68 > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+/Autoconf: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html>, < > http://gnu.org/licenses/exceptions.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by David J. MacKenzie and Akim Demaille. > > > -- > To post to this group, send an email to sage-devel@googlegroups.com > To unsubscribe from this group, send an email to > sage-devel+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-devel > URL: http://www.sagemath.org > -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org