having trouble with building rpms for Maxima 5.26



El s?b, 10-12-2011 a las 19:59 -0700, Robert Dodier escribi?:
> Hi, I'm trying to build rpms for Maxima 5.26.0 (sorry for the delay)
> and I am running into some errors in rpmbuild (see below).
> 
> There errors are complaining about a missing 5.26.0 directory --
> inspecting the directory tree in the build root, it appears that
> there is a level missing (i.e. child directories of 5.26.0 are children
> of 5.26.0's parent, and 5.26.0 has gone missing).
> 
> Dunno what's going on here. Someone else want to give it a try?
> Any ideas?
> 

I have found another problem with the current state of Maxima, which is
also related to internationalization.

I usually compile Maxima in Ubuntu with 

./configure --with-clisp --with-sbcl --enable-lang-es-utf8

Until now, this configuration was enough to get the documentation in
Spanish via 'describe'. But now, the output is in English.

However, the info files are generated without problems, together with
the corresponding maxima-index.lisp.

In order to read the documentation in Spanish, I have to change the
value of *maxima-lang-subdir* and load file es.utf/maxima-index.lisp

--
Mario