Hi folks, I'm happy to announce that Sage 4.3.0.1.alpha3 [1] successfully builds on t2.math. Due to an unfortunate typo, the version number should be Sage 4.3.0.2.alpha3 since it's based on Sage 4.3.0.1 [2]. This alpha release is based on Sage 4.3.0.1.alpha2 [3] and merged the following tickets:
#5174, #1321, #6595, #6820, #6965 Upon loading this alpha3, it now shows that kpsewhich is not found: [mv...@t2 sage-4.3.0.1.alpha3-32-bit-t2.math-gcc]$ ./sage ---------------------------------------------------------------------- | Sage Version 4.3.0.1.alpha3, Release Date: 2010-01-28 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- ********************************************************************** * * * Warning: this is a prerelease version, and it may be unstable. * * * ********************************************************************** sh: kpsewhich: not found sh: kpsewhich: not found sage: 2 + 3 5 I tar-gzip'd the alpha3 build and put it under this directory: http://boxen.math.washington.edu/home/mvngu/t2.math-bin/ I used GCC 4.4.1 with the Sun linker/assembler, with the following conditional in my $HOME/.profile: if [ `uname -s` = "SunOS" ]; then # Sun linker/assembler . /usr/local/gcc-4.4.1-sun-linker/gcc441sun fi Now on to building Sage 4.3.0.1.alpha4 on t2.math. [1] http://boxen.math.washington.edu/home/mvngu/sage-src/sage-4.3.0.1/sage-4.3.0.1.alpha3.tar [2] http://boxen.math.washington.edu/home/mvngu/sage-src/sage-4.3.0.1/sage-4.3.0.1.tar [3] http://boxen.math.washington.edu/home/mvngu/sage-src/sage-4.3.0.1/sage-4.3.0.1.alpha2.tar -- Regards Minh Van Nguyen -- 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