On Apr 24, 2:42 am, "Dr. David Kirkby" <[EMAIL PROTECTED]> wrote:
Hi David, > I tried building sage 3.0 on an x86 laptop running Solaris Express > Developer Edition snv_79b. At the time of writing this is the latest > developer edition, but there are later community editions of Solaris. > I was using gcc 4.0.2, but Sun's make program in /usr/bin/make. > > bash-3.2$ /usr/sbin/psrinfo -v > Status of virtual processor 0 as of: 04/23/2008 13:52:18 > on-line since 04/23/2008 13:42:46. > The i386 processor operates at 2000 MHz, > and has an i387 compatible floating point processor. > Status of virtual processor 1 as of: 04/23/2008 13:52:18 > on-line since 04/23/2008 13:42:49. > The i386 processor operates at 2000 MHz, > and has an i387 compatible floating point processor. > > bash-3.2$ cat /etc/release > Solaris Express Developer Edition 1/08 snv_79b X86 > Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. > Use is subject to license terms. > Assembled 24 January 2008 > > bash-3.2$ uname -a > SunOS kingfisher 5.11 snv_79a i86pc i386 i86pc > > 'spkg-install' uses '==' to check equality. That might be ok in bash, > but it is not ok in /bin/sh which is the shell that the script uses. Yeah, the curse of nearly ever Linux distro linking sh to bash. The problem is known and on my list of things to clean up. The general plan is to change all shebangs to #!/usr/bin/env bash since Sage requires bash anyway and a some of the configure scripts in Sage's components do not play nicely with the Solaris 9 sh for example. > The following works ok - I replaced == by = whenever == was seen I put fixing readline on the list of things to do. <SNIP> The plan on my end right now is to fix the OSX 10.5 64 bit and FreeBSD ports in 3.0.1 and 3.0.2 and then tackle the Solaris port in earnest again once coercion is merged. Sorry for never getting back to you on your last email about the use of your Solaris boxen, post 3.0.2 you will definitely hear from me again. Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---