On Thu, Jul 21, 2005 at 12:19:27PM -0400, Sam Steingold wrote: >Please upload clisp 2.34 from ><http://www.podval.org/~sds/clisp/clisp-2.34-1.tar.bz2> ><http://www.podval.org/~sds/clisp/clisp-2.34-1-src.tar.bz2> ><http://www.podval.org/~sds/clisp/setup.hint> > >this is the new `curr'. >please remove the 2.33.8* tests. >(2.33.2 remain `prev').
There is no 2.33.2. There is only a 2.33.1. Your setup.hint specified a "curr:" which means that is the only thing that would show up in setup.ini, so there wouldn't be any prev at all. Specifying any one of "curr", "prev", or "test" means that you have to also include any other tags as well. So, if you specify "curr:" and you want there to be a "prev:" you have to specify "prev:" as well. Or you can rely on automatic detection which would work find in this case. I finally noticed that the ldesc in your setup.hint started with a blank line and was way too verbose. This isn't supposed to be an advertisement or a README. So, I uploaded the 2.3.4 stuff, removed everything but clisp-2.33.1-1 and clisp-2.34-1, and in, setup.hint: removed the "curr:" line and trimmed the ldesc. cgf