Hi all. I hope I have a minor error here that I'm missing. I'm attempting to upgrade Sage after a while on a MBP with M1 Max running Sequoia 15.3.2. I've confirmed that command line tools are installed. Then
- I pulled from the develop branch - ran `make distclean` - ensured that all Homebrew packages were installed and up-to-date - ran `source ./.homebrew-build-env` - ran `make build -j8` The build only lasts for a few seconds and here is complete (short) terminal output. Any idea what's going wrong? ''' make build -j8 /Library/Developer/CommandLineTools/usr/bin/make build/make/Makefile --stop ./bootstrap -d rm -rf config/install-sh config/compile config/config.guess config/config.sub config/missing configure build/make/Makefile-auto.in rm -f src/doc/en/installation/*.txt find src/doc/en/reference/spkg -maxdepth 1 -name index.rst -prune -o -name "*.rst" -exec rm -f {} \+ for a in environment environment-optional src/environment src/environment-optional; do rm -f $a.yml $a-3.[89].yml $a-3.1[0-9].yml; done rm -f src/requirements.txt rm -f src/setup.cfg rm -f build/pkgs/cypari/version_requirements.txt rm -f build/pkgs/cysignals/version_requirements.txt rm -f build/pkgs/cython/version_requirements.txt rm -f build/pkgs/gmpy2/version_requirements.txt rm -f build/pkgs/jupyter_core/version_requirements.txt rm -f build/pkgs/memory_allocator/version_requirements.txt rm -f build/pkgs/numpy/version_requirements.txt rm -f build/pkgs/pkgconfig/version_requirements.txt rm -f build/pkgs/pplpy/version_requirements.txt rm -f build/pkgs/setuptools/version_requirements.txt rm -f build/pkgs/wheel/version_requirements.txt bootstrap:40: installing 'build/pkgs/cypari/version_requirements.txt' bootstrap:40: installing 'build/pkgs/cysignals/version_requirements.txt' bootstrap:40: installing 'build/pkgs/cython/version_requirements.txt' bootstrap:40: installing 'build/pkgs/gmpy2/version_requirements.txt' bootstrap:40: installing 'build/pkgs/jupyter_core/version_requirements.txt' bootstrap:40: installing 'build/pkgs/memory_allocator/version_requirements.txt' bootstrap:40: installing 'build/pkgs/numpy/version_requirements.txt' bootstrap:40: installing 'build/pkgs/pkgconfig/version_requirements.txt' bootstrap:40: installing 'build/pkgs/pplpy/version_requirements.txt' bootstrap:40: installing 'build/pkgs/setuptools/version_requirements.txt' bootstrap:40: installing 'build/pkgs/wheel/version_requirements.txt' bootstrap:47: installing 'm4/sage_spkg_configures.m4' bootstrap:47: installing 'm4/sage_spkg_versions.m4' bootstrap:47: installing 'm4/sage_spkg_versions_toml.m4' ./bootstrap: installing /Users/ben/sage/build/pkgs/sagelib/src/requirements.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagelib/src/setup.cfg ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_bliss/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_bliss/src/requirements.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_categories/src/MANIFEST.in ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_categories/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_categories/src/requirements-editable.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_categories/src/requirements.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_coxeter3/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_coxeter3/src/requirements.txt ./bootstrap:74: installing src/doc/en/installation/arch*.txt ./bootstrap:74: installing src/doc/en/installation/debian*.txt ./bootstrap:74: installing src/doc/en/installation/fedora*.txt ./bootstrap:74: installing src/doc/en/installation/homebrew*.txt ./bootstrap:74: installing src/doc/en/installation/opensuse*.txt ./bootstrap:74: installing src/doc/en/installation/void*.txt ./bootstrap:85: installing src/doc/en/reference/spkg/*.rst ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_environment/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_environment/src/requirements-editable.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_environment/src/requirements.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_mcqd/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_mcqd/src/requirements.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_meataxe/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_meataxe/src/requirements.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_objects/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_objects/src/requirements-editable.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_objects/src/requirements.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_repl/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_repl/src/requirements-editable.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_repl/src/requirements.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_sirocco/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_sirocco/src/requirements.txt ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_tdlib/src/pyproject.toml ./bootstrap: installing /Users/ben/sage/build/pkgs/sagemath_tdlib/src/requirements.txt sh: /opt/homebrew/bin/autom4te: /usr/bin/perl5.30: bad interpreter: No such file or directory aclocal: error: autom4te failed with exit status: 126 make[1]: *** [configure] Error 126 make: *** [base-toolchain] Error 2 ''' -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/sage-support/398b10ea-4e18-4c7f-b087-d57a066880b8n%40googlegroups.com.