Skip to content

Conversation

tobiasdiez
Copy link
Contributor

📝 Checklist

  • The title is concise and informative.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation and checked the documentation preview.

⌛ Dependencies

Copy link

github-actions bot commented Sep 13, 2025

Documentation preview for this PR (built with commit 6e1f177; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@tobiasdiez
Copy link
Contributor Author

tobiasdiez commented Sep 14, 2025

@orlitzky I get with the subproject-compiled maxima (which is also 5.47.0) and also on void with its maxima package.

File "/__w/sage/sage/src/sage/interfaces/maxima_lib.py", line 232, in <module>
     ecl_eval("#$%s$" % l)
     ~~~~~~~~^^^^^^^^^^^^^
   File "sage/libs/ecl.pyx", line 1334, in sage.libs.ecl.ecl_eval
   File "sage/libs/ecl.pyx", line 1361, in sage.libs.ecl.ecl_eval
   File "sage/libs/ecl.pyx", line 1357, in sage.libs.ecl.ecl_eval
   File "sage/libs/ecl.pyx", line 324, in sage.libs.ecl.ecl_safe_eval
 RuntimeError: ECL says: THROW: The catch MACSYMA-QUIT is undefined.
 while evaluating #$load(abs_integrate)$

Any idea what's going wrong here?

@orlitzky
Copy link
Contributor

It looks like it's failing to load abs_integrate but I don't know much about the maxima documentation build.

Can you load(abs_integrate); from the maxima prompt with whatever copy of maxima it's using? The only random guess I have is that abs_integrate.lisp is shipped under share/contrib/integration so if you're running it out of a build directory or something like that it may not be in the lisp path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants