Thanks. I redid the build. It now worked. Changed $SAGE_ROOT in my .bashrc to point to rc3 _BEFORE_ starting anything (even though rc is not yet build). Then redid everything from scratch. It was not clear if one should change $SAGE_ROOT to the new root before or after the build is done.
This is the new config.log https://12000.org/tmp/sage_rc3_test/config_after_make.log And this is the config.log after doing the recheck command https://12000.org/tmp/sage_rc3_test/config_after_recheck.log This is all on >cat /etc/os-release NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.4 LTS" On Sunday, May 1, 2022 at 9:54:15 PM UTC-5 [email protected] wrote: > From config.log: > PATH: /home/me/TMP/sage-9.6.rc2/local/bin > > Don't try to build Sage when the PATH includes an earlier installation of > Sage. > (This is akin to https://trac.sagemath.org/ticket/29485) > > > On Sunday, May 1, 2022 at 4:21:22 PM UTC-7 Nasser M. Abbasi wrote: > >> >> I get the following error compiling on Ubuntu 20.04 under WSL-2 linux >> subsystem. Under windows 10. >> >> I used the same steps I did for rc0 and rc1, rc2 But now with rc3 I get >> this error >> >> ========================================= >> [sagemath_doc_html-none] [plot3d ] from matplotlib import _qhull >> [sagemath_doc_html-none] [plot3d ] ImportError: >> /home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/matplotlib/_ >> qhull.cpython-310-x86_64-linux-gnu.so: undefined symbol: >> _Z15qh_memfreeshortP3qhTPiS1_ >> [sagemath_doc_html-none] [plot3d ] The inventory files are in >> local/share/doc/sage/inventory/en/reference/plot3d. >> [sagemath_doc_html-none] Error building the documentation. >> [sagemath_doc_html-none] Traceback (most recent call last): >> [sagemath_doc_html-none] File "/usr/lib/python3.10/runpy.py", line 196, >> in _run_module_as_main >> [sagemath_doc_html-none] return _run_code(code, main_globals, None, >> [sagemath_doc_html-none] File "/usr/lib/python3.10/runpy.py", line 86, in >> _run_code >> [sagemath_doc_html-none] exec(code, run_globals) >> [sagemath_doc_html-none] File >> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__main__.py", >> >> line 2, in <module> >> [sagemath_doc_html-none] main() >> [sagemath_doc_html-none] File >> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__init__.py", >> >> line 1762, in main >> [sagemath_doc_html-none] builder() >> [sagemath_doc_html-none] File >> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__init__.py", >> >> line 801, in _wrapper >> [sagemath_doc_html-none] getattr(DocBuilder, build_type)(self, *args, >> **kwds) >> [sagemath_doc_html-none] File >> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__init__.py", >> >> line 145, in f >> [sagemath_doc_html-none] runsphinx() >> [sagemath_doc_html-none] File >> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/sphinxbuild.py", >> >> line 326, in runsphinx >> [sagemath_doc_html-none] sys.stderr.raise_errors() >> [sagemath_doc_html-none] File >> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/sphinxbuild.py", >> >> line 262, in raise_errors >> [sagemath_doc_html-none] raise OSError(self._error) >> [sagemath_doc_html-none] OSError: >> /home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage/plot/plot3d/list_plot3d.py:docstring >> >> of sage.plot.plot3d.list_plot3d.list_plot3d_tuples:63: WARNING: Exception >> occurred in plotting list_plot3d-18 >> [sagemath_doc_html-none] >> [sagemath_doc_html-none] Note: incremental documentation builds sometimes >> cause spurious >> [sagemath_doc_html-none] error messages. To be certain that these are >> real errors, run >> [sagemath_doc_html-none] "make doc-clean doc-uninstall" first and try >> again. >> [sagemath_doc_html-none] make[6]: *** [Makefile:20: >> doc-inventory--reference-plot3d] Error 1 >> [sagemath_doc_html-none] make[5]: *** [Makefile:37: >> doc-inventory-reference] Error 2 >> make[4]: *** [Makefile:2936: sagemath_doc_html-SAGE_DOCS-no-deps] Error 2 >> make[3]: *** [Makefile:2936: >> /home/me/TMP/sage-9.6.rc3/local/var/lib/sage/installed/sagemath_doc_html-none] >> >> Error 2 >> make[2]: *** [Makefile:2497: all-start] Error 2 >> make[2]: Leaving directory '/home/me/TMP/sage-9.6.rc3/build/make' >> >> real 100m59.136s >> user 101m12.626s >> sys 7m46.868s >> ==================================== >> >> I made sure to do all the sudo apt commands needed before doing make. I >> did >> >> ./configure >> sudo apt etc... as instructed by messages from the above >> make >> >> >uname -a >> Linux DESKTOP-6879BT0 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 >> 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux >> >> The following is a link to top level log file >> >> ls -l *.log >> -rw-r--r-- 1 me me 340308 May 1 16:08 config.log >> >> https://12000.org/tmp/sage_rc3_test/config.log >> >> >> >> On Sunday, May 1, 2022 at 3:57:22 PM UTC-5 Kenji Iohara wrote: >> >>> Thanks Matthias. After (re)running ../homebrew-nuid-env, it compiled ! >>> >>> 01/05/2022 20:15、Matthias Köppe <[email protected]>のメール: >>> >>> If the terminal is still open, you can check by typing "echo $CPATH" >>> >>> On Sunday, May 1, 2022 at 11:08:59 AM UTC-7 Kenji Iohara wrote: >>> >>>> I think so... >>>> >>>> 2022年5月1日(日) 20:06 Matthias Köppe <[email protected]>: >>>> >>>>> config.log please; did you run ". ./.homebrew-build-env"? >>>>> >>>>> On Sunday, May 1, 2022 at 10:51:49 AM UTC-7 Kenji Iohara wrote: >>>>> >>>>>> Thanks Volker for this version. >>>>>> >>>>>> On my Mac OS 12.3.1,IntelCore i5 with Homebrew, I could compile >>>>>> Sage 9.6.rc2, but not Sage 9.6.rc3. >>>>>> Here is the error what I have: >>>>>> >>>>>> * package: gmpy2-2.1.1 >>>>>> last build time: May 1 00:26 >>>>>> log file: >>>>>> /Users/iohara/Desktop/sage-9.6.rc3/logs/pkgs/gmpy2-2.1.1.log >>>>>> >>>>>> * package: cysignals-1.11.2 >>>>>> last build time: May 1 00:27 >>>>>> log file: >>>>>> /Users/iohara/Desktop/sage-9.6.rc3/logs/pkgs/cysignals-1.11.2.log >>>>>> >>>>>> * package: matplotlib-3.5.1 >>>>>> last build time: May 1 18:50 >>>>>> log file: >>>>>> /Users/iohara/Desktop/sage-9.6.rc3/logs/pkgs/matplotlib-3.5.1.log >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "sage-release" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/sage-release/8b88ef36-c985-4a6e-9523-9fc6f0654ee5n%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/sage-release/8b88ef36-c985-4a6e-9523-9fc6f0654ee5n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "sage-release" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sage-release/38551afc-14bd-46b5-a334-fdf9c4cdc507n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/sage-release/38551afc-14bd-46b5-a334-fdf9c4cdc507n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> >>> -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/6351f100-d14d-4ab5-a2ec-6c3a41fc3fedn%40googlegroups.com.
