On Nov 15, 2007 3:45 PM, Michael Abshoff
<[EMAIL PROTECTED]> wrote:
> > sgray:sage-2.8.12>./sage
> > ----------------------------------------------------------------------
> > | SAGE Version 2.8.12, Release Date: 2007-11-06                      |
> > | Type notebook() for the GUI, and license() for information.        |
> > ----------------------------------------------------------------------
> > /usr/bin/env: No such file or directory
> > /usr/bin/env: No such file or directory
>
> Mmh, which shell do you use? Sage only works correctly with bash at the
> moment, but I thought that Solaris 10 at least shipped with a decent
> enough bash to run Sage. Otherwise I need to take a deeper look if it
> isn't the bash :(
>

I don't know if his problem is a bash problem or not.  All over the
place in sage we use

#!/usr/bin/env  foobar

to run a script using the program foobar in the user's path.
If /usr/bin/env doesn't exist this won't work.   Where is your env command?
What is the output of
   which env
Could you put a symlink from your env to /usr/bin/env?

William

> >
> > It seems to try to locate some programs that is not avaliable,
> > even using the same PATH as during the build.
> >
> > sgray:sage-2.8.12>./sage -testall
> > This script will run the unit tests for DSage
> > /afs/nada.kth.se/pkg/sage/src/sage-2.8.12/local/bin/sage-dsage-trial:
> > trial: not found
> > However, an ERROR occurred in the Distributed SAGE unit tests.
> > Testing SAGE documentation
> > Testing SAGE tutorial
> > /afs/nada.kth.se/pkg/sage/src/sage-2.8.12/local/bin/sage-maketest:
> > /afs/nada.kth.se/pkg/sage/src/sage-2.8.12/devel/doc/tut: does not exist
> >
> >
> >
>
> Cheers,
>
> Michael
>
>
>
> >
>



-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

--~--~---------~--~----~------------~-------~--~----~
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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to