On May 29, 10:03 pm, gary <gary.pa...@gmail.com> wrote: > I'm running Ubuntu 9.04 in andLinux > (http://www.andlinux.org) > a linux kernel that runs on MS Windows. Up to now, it's behaved just > like any other Ubuntu. > > I've compiled sage on other Ubuntus, including an Ubuntu-only machine, > and in a Ubuntu guest on a WinXP host using VirtualBox. Never had a > problem. Until now. > > I've downloaded 3.4.2, unpacked it, cd to the directory, and then: > > g...@andlinux:~/sage-3.4.2$ make > cd spkg && ./install all 2>&1 | tee -a ../install.log > ./install: 355: time: not found > ************************************************************************** > You must compile Sage first using 'make' in the Sage root directory. > (If you have already compiled Sage, you must set the SAGE_ROOT > variable in > the file '/home/gap/sage-3.4.2/sage'). > ************************************************************************** > > This must be something simple. > Help please?
Help comes to those who Google: in <SAGE_ROOT>/spkg/install change #!/usr/sh to #!/usr/bin/env bash [see ticket #5894] All is now well. > > -gary --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---