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... All of those *are* supported by *all* scheme hosts... - Don't redefine MAP, etc. Load SRFI-1 instead. - Do not close a parenthesis per line (in most cases) - Don't nest a dozen of IFs, use COND or CASE
P!
Afficher les réponses par date
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
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.
I've tried to manually install but snowman keeps telling me "Can't get package list from snowfort."
I don't mind manually downloading or installing but snowman won't let me do it. I need to at least see all test cases run ok, else it would totally pointless for me to even bother packaging it in the first place....
curl -s -F operation=download -F pkg=predicate-calculus/v1.0.0 \ http://snow.iro.umontreal.ca > predicate-calculus.tar.gz snowman install predicate-calculus.tar.gz Can't get package list from snowfort.
mkdir xyz curl -s -F operation=download -F pkg=predicate-calculus/v1.0.0 \ http://snow.iro.umontreal.ca > xyz/predicate-calculus.tar.gz snowman install xyz/predicate-calculus.tar.gz 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... All of those *are* supported by *all* scheme hosts...
- Don't redefine MAP, etc. Load SRFI-1 instead.
- Do not close a parenthesis per line (in most cases)
- Don't nest a dozen of IFs, use COND or CASE
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
snow-users-list@iro.umontreal.ca