David,
 
There is no ~/systemimager-3.7.6/src/openssh_verify.stamp
 
This would certainly cause an error, I'm sure, when it's looking to run it.
 
What I can't wrap my head around is this from the buffer:
[ "8e1774d0b52aff08f817f3987442a16e" == "8e1774d0b52aff08f817f3987442a16e" ]
[: 1: ==: unexpected operator
make: *** [/home/administrator/systemimager-3.7.6/src/openssh_verify.stamp] 
Error 2
You say the md5s match, and they certainly do, however, it seems to complain 
about the comparison, saying the == operator is unexpected.
 
I'm confused...if it were a syntax error, as it seems to be to me, I shouldn't 
be the only one unable to make this.
 
Si-Suite List: To put this in context, the complete buffer from my terminal 
window from this make error is at http://www.mccsc.edu/~sruiz/makebuffer.txt
 
I've yet to succesfully make systemimager-3.7.6

 
________________________________

From: David Ernst [mailto:[EMAIL PROTECTED]
Sent: Tue 2/13/2007 9:05 AM
To: Simon Ruiz
Subject: Re: Howdy!



Hi Simon!

The error you're getting is based on the script wanting
openssh-3.9p1.tar.gz  It's trying (and seemingly succeeding) to get it
from

http://download.systemimager.org/pub/openssh/openssh-3.9p1.tar.gz

the md5sum's seem to match, so that all looks good. 

Then it's trying to run

/home/administrator/systemimager-3.7.6/src/openssh_verify.stamp

and that fails (with error = 2).  You could try running it now from
the command line.  Just paste in that path I pasted above.  Perhaps
it'll give you an error message.  If not, you might try looking at its
contents, it's probably a shell script, you could see what it's trying
to do and why it's failing.  It does appear to be a syntax error in
the sh script.  Probably a typo, might be easy to fix.  If you can't
figure it out, try emailing the script to me, and I might be able to
figure it out.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to