Dmitry Shkirmanov <piminusmeson at bk.ru> writes:
> Hello, i compiled maxima on debian squeeze.
> For building i am using pdebuild that is a standard tool for package
> building in debian.
>
> I used the following options for the configure script:
> --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
> --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
>
> Building finished successfully.
> But when running maxima i got an error(previous maxima version works
> fine with the options above):
>
> $ maxima
> Maxima encountered a Lisp error:
>
> Couldn't load "/usr/share/info/./maxima-index.lisp": file does not exist.
That's surprising. Can you check to see whether there is indeed a
maxima-index.lisp in that directory? I just built from the master branch
with
./configure --with-sbcl --prefix=/home/rupert/tmp/maxima
make
make install
and, looking at the results, I get:
rupert at skate ~/t/m/s/info> pwd
~/tmp/maxima/share/info
rupert at skate ~/t/m/s/info> ls
dir maxima-index.lisp maxima.info-1 maxima.info-3
imaxima.info maxima.info maxima.info-2 xmaxima.info
A bit of poking around with ":lisp (...)" lines shows that it's loading
up the file from
/home/rupert/tmp/maxima/share/info/./maxima-index.lisp
which seems to work...
Rupert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 315 bytes
Desc: not available
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20130403/f41f4d48/attachment.pgp>