On 11/6/07, Adrien Pierard pierarda@iro.umontreal.ca wrote:
On Tue, Nov 06, 2007 at 12:44:07AM +0000, naruto canada wrote :
I've successfully uploaded a package, but snowman is not working: This is not a test package, but I do need to test it. root@localhost: /root snowman install predicate-calculus Can't get package list from snowfort. root@localhost: /root snowman list Can't get package list from snowfort.
% snowman download predicate-calculus predicate-calculus/v1.0.0/snow/predicate-calculus.scm -- signature file is missing! Package predicate-calculus/v1.0.0 failed verification. % snowman download --skip-verify predicate-calculus Package predicate-calculus/v1.0.0 downloaded to "predicate-calculus-v1_0_0.tgz". % tar xzvf predicate-calculus-v1_0_0.tgz x predicate-calculus/v1.0.0/ x predicate-calculus/v1.0.0/snow/ x predicate-calculus/v1.0.0/snow/predicate-calculus.scm
Looks like it works perfectly here...
Possible solutions to your problem:
- try as a non root user
- double check your DNS
- install with curl instead of snowman
- install with website instead of snowman
- buy a new ethernet wire
By the way, a few comments about your code (not that mine is perfect though...) if you don't mind:
- use the <Return> key to insert newlines in your code !
- Don't redefine CAR, CDR, CADR, CDAR, CAAAR, CAADR, CADAR, CADDR...
I've maintained a simple mc-eval.sc myself, the same code can be used for testing that mc-eval.sc still works.
All of those *are* supported by *all* scheme hosts...
- Don't redefine MAP, etc. Load SRFI-1 instead.
The rationale for that is again that If there is a nuclear WWIII, and I'm the only programmer left alive, I will still be able to run predicate-calculus with my mc-eval interpreter. :)
- Do not close a parenthesis per line (in most cases)
- Don't nest a dozen of IFs, use COND or CASE
Again, my mc-eval.sc is only about page long and I have to provide every function that I use. :)
P!
-- Note to the others on the mailing list: where are *your* snowballs? Note2 to everyone: aren't this mail and its reference supposed to be on the Snow list instead of the Gambit one? Cross-posting for this reason. _______________________________________________ Snow-users-list mailing list Snow-users-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/snow-users-list