Is maxima package broken?

I've just filed bug 29924 about problems when using Mageia 8's Maxima package.
It happens that the function cholesky can't be used:
One could use this simple commands in a maxima session to test if wanted:
I've already removed config files and reinstall Maxima package.
Posting here just to the case anybody else knows anything about this problem.
Thanks any comments
It happens that the function cholesky can't be used:
Unable to find the Cholesky factorization
-- an error. To debug this try: debugmode(true);
One could use this simple commands in a maxima session to test if wanted:
- Code: Select all
(%i1) h:matrix([2,0.2+%i*0.1],[0.2-%i*0.1,1.8]);
(%i2) cholesky(h);
I've already removed config files and reinstall Maxima package.
Posting here just to the case anybody else knows anything about this problem.
Thanks any comments