maxima 5.30.0 error when starting



  $ ls /usr/share/info/maxima*
/usr/share/info/maxima-index.lisp.gz  /usr/share/info/maxima.info-3.gz
/usr/share/info/maxima.info-1.gz      /usr/share/info/maxima.info.gz
/usr/share/info/maxima.info-2.gz

So, the  problem is that pdebuild(debian build system) archives all of 
the info files.
I just installed maxima by make && make install, everything works fine. 
Thanks for answer.
> 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
>    
>
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>