Steven Trogdon

Results 129 comments of Steven Trogdon

I must be missing something. In `maxima` I have ``` LISP_DEPEND=" clisp? ( dev-lisp/clisp:= ) clozurecl? ( dev-lisp/clozurecl app-misc/rlwrap ) clozurecl64? ( dev-lisp/clozurecl app-misc/rlwrap ) cmucl? ( dev-lisp/cmucl app-misc/rlwrap )...

I can't check this with `USE=-sbcl` since there isn't a new enough `ecl` in the tree. I did upgrade from `sbcl-2.5.4 -> sbcl-2.5.6`, `fricas` was rebuild but not `maxima`. I...

I'm anxious to try building the docs since on one machine building vanilla docs gave me `sphinx` errors: ``` Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/jupyter_core/utils/__init__.py", line 154, in wrapped...

I called is `sphinx` because it's part of a `sphinx-err` log.

I have added https://github.com/sagemath/sage/issues/40868 to track this.

I believe I've isolated the source of the issue [above](https://github.com/cschwan/sage-on-gentoo/issues/809#issuecomment-3282620511). There was an apparent conflict between system python site-packages and those same ones installed by vanilla sage. Just as an...

I was able to build the html-docs with the vbraun branch. Building the docs was always slow, but it seems to me to be even slower now. Perhaps a perception...

It appears the pdf docs can be built with minor modification. But the install is problematic. No pdf docs in the image folder.

I just noticed that I'm unable to doctest s-o-g. I do have a doctest file for `10.5.rc0` that's dated `Nov. 2024`, so it worked then. I'm not able to isolate...