> If I try to compile maxima 5.19.0 in
> a virtualized Ubuntu (2.6.28-11-generic #42-Ubuntu SMP)
> I get the following errors:
> "
> Making all in src
> make[1]: ingresso nella directory=20
> =AB/home/ciccio/Software/source/maxima-5.19.0/src=BB
> test -d binary-gcl || mkdir binary-gcl
> gcl -batch -eval '(progn (load "../lisp-utils/defsystem.lisp") (load=20
> "../lisp-utils/make-depends.lisp") (funcall (intern=20
> "CREATE-DEPENDENCY-FILE" :mk) "binary-gcl/maxima" "gcl-depends.mk"))'
>
> Warning:
> REQUIRE is being redefined.
> make[1]: *** [gcl-depends.mk] Segmentation fault
> make[1]: *** Cancellazione del file =ABgcl-depends.mk=BB
> make[1]: uscita dalla directory=20
> =AB/home/ciccio/Software/source/maxima-5.19.0/src=BB
> make: *** [all-recursive] Errore 1
> "
>
>
> How can I fix this problem?
> It seems it complains about the redefinition of REQUIRE.
> Why does this happen on a virtual machine?
I can only guess, but most likely this has nothing to do with
virtualization, but rather with corrupted sourcecode. Perhaps
there was some merge conflict and the markers thrown into the
source by cvs are confusing the parser or something like that.
BTW what kind of virtualization are you using?
HTH,
Harald