Dr. David Kirkby wrote: > I just noticed that some singular header files were not installed, > despite the installation of singular having gone *appeared* to gone OK > > (#SAGE_HOME/spkg/installed/singular-3-1-0-2-20090620 exists) > > > On closer inspection, I see this error: > > make[1]: Entering directory > `/export/home/drkirkby/sage/sage-4.1/spkg/build/singular-3-1-0-2-20090620/src/kernel' > ./mkinstalldirs /export/home/drkirkby/sage/sage-4.1/local/include/singular > for file in *.h; do ../.././install-sh -c $file > /export/home/drkirkby/sage/sage-4.1/local/include/singular; done > /bin/sh: ../.././install-sh: not found > /bin/sh: ../.././install-sh: not found > /bin/sh: ../.././install-sh: not found > /bin/sh: ../.././install-sh: not found > /bin/sh: ../.././install-sh: not found > /bin/sh: ../.././install-sh: not found > /bin/sh: ../.././install-sh: not found > /bin/sh: ../.././install-sh: not found > /bin/sh: ../.././install-sh: not found > > > Changing to the directory > `/export/home/drkirkby/sage/sage-4.1/spkg/build/singular-3-1-0-2-20090620/src/kernel' > > and doing an 'ls' of ../.././ I see that it got me to the root directory > of the singular installation - by that I mean where spkh-install, > SPKG.txt etc exist. > > Copying install-sh to there solved the problem. > > I could patch this by just sticking a copy of install-sh in there. Is > that acceptable?
I thought I'd open a ticket for this. http://sagetrac.org/sage_trac/ticket/6563 I've added a patch which simply adds install-sh to the top level directory. That needs reviewing. If someone can think of a better way of solving it, do, but this is quick and works. See: http://sage.math.washington.edu/home/kirkby/Solaris-fixes/singular-3-1-0-2-20090620.p0/ http://sage.math.washington.edu/home/kirkby/Solaris-fixes/singular-3-1-0-2-20090620.p0/singular-3-1-0-2-20090620.p0.spkg --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
