Martin Albrecht wrote:
> Hi there,
> 
> as mentioned earlier I am visiting the Singular team this week in 
> Kaiserslautern. On the technical side we worked on 
> 
> - updating to Singular 3-1-04 where it was very valuable to have both Sage 
> and 
> Singular developers within shouting distance, 

As a quick note, I found a problem with the singular build system. 
Perhaps you could forward it to the most appropriate person.

First, there are 7 identical copies of install-sh

$ find . -name install-sh
./libfac/install-sh
./kernel/install-sh
./Singular/install-sh
./omalloc/install-sh
./factory/bin/install-sh
./install-sh
./svd/install-sh

But more to the point, there is a problem, in that in one case, there is 
a path to install-sh which is not valid. This is only seen on Solaris, 
which someone else believes is because linux will have install-sh in the 
path, so that would be used.

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. This is ABOVE the top level directory of the normal 
singular code.

Copying install-sh to there solved the problem, but clearly there is 
some issue here.

Dave

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to