I am still getting the same error. In the config.log files, I see this: x86_64-apple-darwin13.4.0-clang: command not found. I have tried uninstalling and reinstalling Xcode and the Xcode command line tools, but I still get the same result.
On Wednesday, February 7, 2024 at 11:06:12 AM UTC-6 Matthias Koeppe wrote: > Thanks for sharing these logs. > The key failure is here: > > configure:3938: x86_64-apple-darwin13.4.0-clang -march=core2 > -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fstack-protector-strong -O2 > -pipe -isystem /Users/user/anaconda3/include -D_FORTIFY_SOURCE=2 -isystem > /Users/user/anaconda3/include > -L/Users/user/.sage/sage-10.2-Darwin-x86_64/local/lib > -Wl,-ld_classic,-rpath,/Users/user/.sage/sage-10.2-Darwin-x86_64/local/lib > -L/Users/user/.sage/sage-10.2-Darwin-x86_64/local/lib > -Wl,-ld_classic,-rpath,/Users/user/.sage/sage-10.2-Darwin-x86_64/local/lib > -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs > -Wl,-rpath,/Users/user/anaconda3/lib -L/Users/user/anaconda3/lib conftest.c > >&5 > ld: library not found for -ld_classic > clang-16: error: linker command failed with exit code 1 (use -v to see > invocation) > > What's happening here is that a workaround that we use on macOS for > compilation with XCode is incompatible with the conda toolchain. > I have a fix for this in https://github.com/sagemath/sage/pull/37237 > > For now, if you want to use the installation method using "pip install > sage_conf", deactivate conda first. > Or alternatively if you want to use conda, use one of the installation > methods described in > https://doc.sagemath.org/html/en/installation/conda.html > > > On Tuesday, February 6, 2024 at 4:10:53 PM UTC-8 Sai Chandhrasekhar wrote: > >> I also tried to run the install command again with the --pre flag and got >> the same result. >> >> On Tuesday, February 6, 2024 at 5:54:11 PM UTC-6 Sai Chandhrasekhar wrote: >> >>> On Tuesday, February 6, 2024 at 5:14:56 PM UTC-6 Matthias Koeppe wrote: >>> >>>> >>>> and >>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/local/var/tmp/sage/build/libatomic_ops-7.8.0/src/config.log >>>> >>>> please >>>> >>>> On Tuesday, February 6, 2024 at 2:36:21 PM UTC-8 Sai Chandhrasekhar >>>> wrote: >>>> >>>>> On Tuesday, February 6, 2024 at 4:22:59 PM UTC-6 Matthias Koeppe wrote: >>>>> >>>>>> Could you post one of these log files please? For example info-6.8.log >>>>>> >>>>>> And could you try "python3 -m pip install --pre sage_conf" also? >>>>>> >>>>>> On Tuesday, February 6, 2024 at 12:15:08 PM UTC-8 Sai Chandhrasekhar >>>>>> wrote: >>>>>> >>>>>>> When I ran python3 -m pip install sage_conf I got this error >>>>>>> message: >>>>>>> >>>>>>> Error building Sage. >>>>>>> >>>>>>> >>>>>>> >>>>>>> The following package(s) may have failed to build (not >>>>>>> necessarily >>>>>>> >>>>>>> during this run of 'make all-build'): >>>>>>> >>>>>>> >>>>>>> >>>>>>> * package: gf2x-1.3.0 >>>>>>> >>>>>>> last build time: Feb 6 14:07 >>>>>>> >>>>>>> log file: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/logs/pkgs/gf2x-1.3.0.log >>>>>>> >>>>>>> build directory: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/local/var/tmp/sage/build/gf2x-1.3.0 >>>>>>> >>>>>>> >>>>>>> >>>>>>> * package: cddlib-0.94m >>>>>>> >>>>>>> last build time: Feb 6 14:07 >>>>>>> >>>>>>> log file: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/logs/pkgs/cddlib-0.94m.log >>>>>>> >>>>>>> build directory: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/local/var/tmp/sage/build/cddlib-0.94m >>>>>>> >>>>>>> >>>>>>> >>>>>>> * package: cliquer-1.22 >>>>>>> >>>>>>> last build time: Feb 6 14:07 >>>>>>> >>>>>>> log file: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/logs/pkgs/cliquer-1.22.log >>>>>>> >>>>>>> build directory: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/local/var/tmp/sage/build/cliquer-1.22 >>>>>>> >>>>>>> >>>>>>> >>>>>>> * package: libatomic_ops-7.8.0 >>>>>>> >>>>>>> last build time: Feb 6 14:07 >>>>>>> >>>>>>> log file: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/logs/pkgs/libatomic_ops-7.8.0.log >>>>>>> >>>>>>> build directory: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/local/var/tmp/sage/build/libatomic_ops-7.8.0 >>>>>>> >>>>>>> >>>>>>> >>>>>>> * package: m4ri-20200115 >>>>>>> >>>>>>> last build time: Feb 6 14:07 >>>>>>> >>>>>>> log file: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/logs/pkgs/m4ri-20200115.log >>>>>>> >>>>>>> build directory: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/local/var/tmp/sage/build/m4ri-20200115 >>>>>>> >>>>>>> >>>>>>> >>>>>>> * package: ecm-7.0.5 >>>>>>> >>>>>>> last build time: Feb 6 14:07 >>>>>>> >>>>>>> log file: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/logs/pkgs/ecm-7.0.5.log >>>>>>> >>>>>>> build directory: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/local/var/tmp/sage/build/ecm-7.0.5 >>>>>>> >>>>>>> >>>>>>> >>>>>>> * package: info-6.8 >>>>>>> >>>>>>> last build time: Feb 6 14:07 >>>>>>> >>>>>>> log file: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/logs/pkgs/info-6.8.log >>>>>>> >>>>>>> build directory: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 >>>>>>> >>>>>>> >>>>>>> >>>>>>> * package: pari-2.15.4 >>>>>>> >>>>>>> last build time: Feb 6 14:08 >>>>>>> >>>>>>> log file: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/logs/pkgs/pari-2.15.4.log >>>>>>> >>>>>>> build directory: >>>>>>> /Users/user/.sage/sage-10.2-Darwin-x86_64/local/var/tmp/sage/build/pari-2.15.4 >>>>>>> >>>>>>> >>>>>>> For those packages the following error message was printed earlier: >>>>>>> >>>>>>> configure: error: C compiler cannot create executables >>>>>>> >>>>>>> On Tuesday, February 6, 2024 at 2:01:03 PM UTC-6 Matthias Koeppe >>>>>>> wrote: >>>>>>> >>>>>>>> According to your config.log, the run of "configure" succeeded. >>>>>>>> That config.log contains error messages from various compiler >>>>>>>> invocations is a normal part of the configure process. >>>>>>>> >>>>>>>> What is the actual problem that you encountered? >>>>>>>> >>>>>>>> >>>>>>>> On Monday, February 5, 2024 at 2:58:36 PM UTC-8 Sai Chandhrasekhar >>>>>>>> wrote: >>>>>>>> >>>>>>>>> On Monday, February 5, 2024 at 4:48:08 PM UTC-6 Dima Pasechnik >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On 5 February 2024 21:58:54 GMT, "dan...@gmail.com" < >>>>>>>>>> dan...@gmail.com> wrote: >>>>>>>>>> >You could just use Sage_macOS >>>>>>>>>> ><https://github.com/3-manifolds/Sage_macOS/releases/tag/v2.2.0>, >>>>>>>>>> quick and >>>>>>>>>> >easy! >>>>>>>>>> >>>>>>>>>> for Sage development, you need a source install. >>>>>>>>>> >>>>>>>>>> > >>>>>>>>>> >On Monday, February 5, 2024 at 3:49:02 PM UTC-6 Matthias Koeppe >>>>>>>>>> wrote: >>>>>>>>>> > >>>>>>>>>> >> We would need to see the full logs >>>>>>>>>> >> >>>>>>>>>> >> On Monday, February 5, 2024 at 1:26:31 PM UTC-8 Sai >>>>>>>>>> Chandhrasekhar wrote: >>>>>>>>>> >> >>>>>>>>>> >>> Hello, >>>>>>>>>> >>> >>>>>>>>>> >>> When I tried to run python3 -m pip install sage_conf, I got >>>>>>>>>> this error >>>>>>>>>> >>> message from config.log. I tried to change to GCC but then I >>>>>>>>>> got a message >>>>>>>>>> >>> that Sage cannot be built on macOS with GNU's gcc. Any >>>>>>>>>> suggestions on what >>>>>>>>>> >>> to do would be appreciated. >>>>>>>>>> >>> configure:6595: x86_64-apple-darwin13.4.0-clang -V >&5 >>>>>>>>>> >>> clang-16: error: argument to '-V' is missing (expected 1 >>>>>>>>>> value) >>>>>>>>>> >>> clang-16: error: no input files >>>>>>>>>> >>> configure:6606: $? = 1 >>>>>>>>>> >>> configure:6595: x86_64-apple-darwin13.4.0-clang -qversion >&5 >>>>>>>>>> >>> clang-16: error: unknown argument '-qversion'; did you mean >>>>>>>>>> '--version'? >>>>>>>>>> >>> clang-16: error: no input files >>>>>>>>>> >>> configure:6606: $? = 1 >>>>>>>>>> >>> configure:6595: x86_64-apple-darwin13.4.0-clang -version >&5 >>>>>>>>>> >>> clang-16: error: unknown argument '-version'; did you mean >>>>>>>>>> '--version'? >>>>>>>>>> >>> clang-16: error: no input files >>>>>>>>>> >>> >>>>>>>>>> >> >>>>>>>>>> > >>>>>>>>>> >>>>>>>>> -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/2f17189f-3965-40e6-a48c-5a39643a46b9n%40googlegroups.com.
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Texinfo configure 6.8, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local --libdir=/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib --disable-static --disable-nls ## --------- ## ## Platform. ## ## --------- ## hostname = client-10-229-49-234.tamulink.tamu.edu uname -m = x86_64 uname -r = 23.2.0 uname -s = Darwin uname -v = Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 643 tasks, 2564 threads, 8 processors Load average: 3.74, Mach factor: 4.26 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/ PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/lib/sage/venv-python3.11/bin/ PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/bin/ PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/ PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/bin/ PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/src/bin/ PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/bin/ PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/ PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/src/bin/ PATH: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/bin/ PATH: /private/var/folders/8q/d9z4ndqs3wnfgmj69fmpr6640000gn/T/pip-build-env-k7ef6xhm/overlay/bin/ PATH: /private/var/folders/8q/d9z4ndqs3wnfgmj69fmpr6640000gn/T/pip-build-env-k7ef6xhm/normal/bin/ PATH: /Users/user/anaconda3/condabin/ PATH: /Users/user/.rbenv/shims/ PATH: /opt/local/bin/ PATH: /opt/local/sbin/ PATH: /usr/local/bin/ PATH: /System/Cryptexes/App/usr/bin/ PATH: /usr/bin/ PATH: /bin/ PATH: /usr/sbin/ PATH: /sbin/ PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/ PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/ PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/ PATH: /Library/Apple/usr/bin/ PATH: /Users/user/Library/Python/3.9/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3902: looking for aux files: config.rpath config.guess config.sub compile tap-driver.sh missing install-sh configure:3915: trying ./build-aux/ configure:3944: ./build-aux/config.rpath found configure:3944: ./build-aux/config.guess found configure:3944: ./build-aux/config.sub found configure:3944: ./build-aux/compile found configure:3944: ./build-aux/tap-driver.sh found configure:3944: ./build-aux/missing found configure:3926: ./build-aux/install-sh found configure:4075: checking for a BSD-compatible install configure:4148: result: /usr/bin/install -c configure:4159: checking whether build environment is sane configure:4214: result: yes configure:4373: checking for a race-free mkdir -p configure:4417: result: ./build-aux/install-sh -c -d configure:4424: checking for gawk configure:4459: result: no configure:4424: checking for mawk configure:4459: result: no configure:4424: checking for nawk configure:4459: result: no configure:4424: checking for awk configure:4445: found /usr/bin/awk configure:4456: result: awk configure:4467: checking whether make sets $(MAKE) configure:4490: result: yes configure:4520: checking whether make supports nested variables configure:4538: result: yes configure:4623: checking whether UID '501' is supported by ustar format configure:4626: result: yes configure:4633: checking whether GID '20' is supported by ustar format configure:4636: result: yes configure:4644: checking how to create a ustar tar archive configure:4655: tar --version bsdtar 3.5.3 - libarchive 3.5.3 zlib/1.2.12 liblzma/5.0.5 bz2lib/1.0.8 configure:4658: $? = 0 configure:4698: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:4701: $? = 0 configure:4705: tar -xf - <conftest.tar configure:4708: $? = 0 configure:4710: cat conftest.dir/file GrepMe configure:4713: $? = 0 configure:4727: result: gnutar configure:4803: checking for perl configure:4826: found /usr/bin/perl configure:4838: result: /usr/bin/perl configure:4862: checking Perl version and modules configure:4869: result: yes configure:4886: checking for awk configure:4907: found /usr/bin/awk configure:4918: result: awk configure:5001: checking for gcc configure:5033: result: x86_64-apple-darwin13.4.0-clang configure:5386: checking for C compiler version configure:5395: x86_64-apple-darwin13.4.0-clang --version >&5 ./configure: line 5397: x86_64-apple-darwin13.4.0-clang: command not found configure:5406: $? = 127 configure:5395: x86_64-apple-darwin13.4.0-clang -v >&5 ./configure: line 5397: x86_64-apple-darwin13.4.0-clang: command not found configure:5406: $? = 127 configure:5395: x86_64-apple-darwin13.4.0-clang -V >&5 ./configure: line 5397: x86_64-apple-darwin13.4.0-clang: command not found configure:5406: $? = 127 configure:5395: x86_64-apple-darwin13.4.0-clang -qversion >&5 ./configure: line 5397: x86_64-apple-darwin13.4.0-clang: command not found configure:5406: $? = 127 configure:5395: x86_64-apple-darwin13.4.0-clang -version >&5 ./configure: line 5397: x86_64-apple-darwin13.4.0-clang: command not found configure:5406: $? = 127 configure:5426: checking whether the C compiler works configure:5448: x86_64-apple-darwin13.4.0-clang -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/user/anaconda3/include -L/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib -Wl,-ld_classic,-rpath,/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib -L/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib -Wl,-ld_classic,-rpath,/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib conftest.c >&5 ./configure: line 5450: x86_64-apple-darwin13.4.0-clang: command not found configure:5452: $? = 127 configure:5492: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Texinfo" | #define PACKAGE_TARNAME "texinfo" | #define PACKAGE_VERSION "6.8" | #define PACKAGE_STRING "GNU Texinfo 6.8" | #define PACKAGE_BUGREPORT "bug-texi...@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/texinfo/" | #define PACKAGE "texinfo" | #define VERSION "6.8" | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } configure:5497: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure:5499: error: C compiler cannot create executables See `config.log' for more details ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CC_set=set ac_cv_env_CC_value=x86_64-apple-darwin13.4.0-clang ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/user/anaconda3/include' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-L/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib -Wl,-ld_classic,-rpath,/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib -L/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib -Wl,-ld_classic,-rpath,/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib ' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PERL_EXT_CC_set= ac_cv_env_PERL_EXT_CC_value= ac_cv_env_PERL_EXT_CFLAGS_set= ac_cv_env_PERL_EXT_CFLAGS_value= ac_cv_env_PERL_EXT_CPPFLAGS_set= ac_cv_env_PERL_EXT_CPPFLAGS_value= ac_cv_env_PERL_EXT_LDFLAGS_set= ac_cv_env_PERL_EXT_LDFLAGS_value= ac_cv_env_PERL_set= ac_cv_env_PERL_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_path_PERL=/usr/bin/perl ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=awk ac_cv_prog_TI_AWK=awk ac_cv_prog_ac_ct_CC=x86_64-apple-darwin13.4.0-clang ac_cv_prog_make_make_set=yes am_cv_make_support_nested_variables=yes am_cv_prog_tar_ustar=gnutar ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/build-aux/missing'\'' aclocal-1.16' ALLOCA='' ALLOCA_H='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' APPLE_UNIVERSAL_BUILD='' AR='ar' ARFLAGS='' ARGZ_H='' AUTOCONF='${SHELL} '\''/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/build-aux/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/build-aux/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/build-aux/missing'\'' automake-1.16' AWK='awk' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' BUILD_PERL_API_TEXI_FALSE='' BUILD_PERL_API_TEXI_TRUE='' CC='x86_64-apple-darwin13.4.0-clang' CCDEPMODE='' CFLAGS='-march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/user/anaconda3/include' CFLAG_VISIBILITY='' CPP='' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='' DIFF_A_OPTION='' DIFF_U_OPTION='' DISABLE_XS_FALSE='' DISABLE_XS_TRUE='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' ESLINT='' EXEEXT='' FLOAT_H='' GAWK='${SHELL} '\''/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/build-aux/missing'\'' gawk' GETOPT_CDEFS_H='' GETOPT_H='' GETTEXT_MACRO_VERSION='' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='' GL_GENERATE_ALLOCA_H_FALSE='' GL_GENERATE_ALLOCA_H_TRUE='' GL_GENERATE_ARGZ_H_FALSE='' GL_GENERATE_ARGZ_H_TRUE='' GL_GENERATE_ERRNO_H_FALSE='' GL_GENERATE_ERRNO_H_TRUE='' GL_GENERATE_FLOAT_H_FALSE='' GL_GENERATE_FLOAT_H_TRUE='' GL_GENERATE_LIMITS_H_FALSE='' GL_GENERATE_LIMITS_H_TRUE='' GL_GENERATE_STDARG_H_FALSE='' GL_GENERATE_STDARG_H_TRUE='' GL_GENERATE_STDBOOL_H_FALSE='' GL_GENERATE_STDBOOL_H_TRUE='' GL_GENERATE_STDDEF_H_FALSE='' GL_GENERATE_STDDEF_H_TRUE='' GL_GENERATE_STDINT_H_FALSE='' GL_GENERATE_STDINT_H_TRUE='' GMSGFMT='' GMSGFMT_015='' GNULIB_ACCESS='' GNULIB_ALIGNED_ALLOC='' GNULIB_ATOLL='' GNULIB_BTOWC='' GNULIB_CALLOC_POSIX='' GNULIB_CANONICALIZE_FILE_NAME='' GNULIB_CHDIR='' GNULIB_CHOWN='' GNULIB_CLOSE='' GNULIB_COPY_FILE_RANGE='' GNULIB_CREAT='' GNULIB_CTIME='' GNULIB_DPRINTF='' GNULIB_DUP2='' GNULIB_DUP3='' GNULIB_DUP='' GNULIB_DUPLOCALE='' GNULIB_ENVIRON='' GNULIB_EUIDACCESS='' GNULIB_EXECL='' GNULIB_EXECLE='' GNULIB_EXECLP='' GNULIB_EXECV='' GNULIB_EXECVE='' GNULIB_EXECVP='' GNULIB_EXECVPE='' GNULIB_EXPLICIT_BZERO='' GNULIB_FACCESSAT='' GNULIB_FCHDIR='' GNULIB_FCHMODAT='' GNULIB_FCHOWNAT='' GNULIB_FCLOSE='' GNULIB_FCNTL='' GNULIB_FDATASYNC='' GNULIB_FDOPEN='' GNULIB_FFLUSH='' GNULIB_FFS='' GNULIB_FFSL='' GNULIB_FFSLL='' GNULIB_FGETC='' GNULIB_FGETS='' GNULIB_FOPEN='' GNULIB_FPRINTF='' GNULIB_FPRINTF_POSIX='' GNULIB_FPURGE='' GNULIB_FPUTC='' GNULIB_FPUTS='' GNULIB_FREAD='' GNULIB_FREE_POSIX='' GNULIB_FREOPEN='' GNULIB_FSCANF='' GNULIB_FSEEK='' GNULIB_FSEEKO='' GNULIB_FSTAT='' GNULIB_FSTATAT='' GNULIB_FSYNC='' GNULIB_FTELL='' GNULIB_FTELLO='' GNULIB_FTRUNCATE='' GNULIB_FUTIMENS='' GNULIB_FWRITE='' GNULIB_GETC='' GNULIB_GETCHAR='' GNULIB_GETCWD='' GNULIB_GETDELIM='' GNULIB_GETDOMAINNAME='' GNULIB_GETDTABLESIZE='' GNULIB_GETENTROPY='' GNULIB_GETGROUPS='' GNULIB_GETHOSTNAME='' GNULIB_GETLINE='' GNULIB_GETLOADAVG='' GNULIB_GETLOGIN='' GNULIB_GETLOGIN_R='' GNULIB_GETOPT_POSIX='' GNULIB_GETPAGESIZE='' GNULIB_GETPASS='' GNULIB_GETSUBOPT='' GNULIB_GETTIMEOFDAY='' GNULIB_GETUMASK='' GNULIB_GETUSERSHELL='' GNULIB_GL_UNISTD_H_GETOPT='' GNULIB_GRANTPT='' GNULIB_GROUP_MEMBER='' GNULIB_IMAXABS='' GNULIB_IMAXDIV='' GNULIB_ISATTY='' GNULIB_ISWBLANK='' GNULIB_ISWCTYPE='' GNULIB_ISWDIGIT='' GNULIB_ISWXDIGIT='' GNULIB_LCHMOD='' GNULIB_LCHOWN='' GNULIB_LINK='' GNULIB_LINKAT='' GNULIB_LOCALECONV='' GNULIB_LOCALENAME='' GNULIB_LOCALTIME='' GNULIB_LSEEK='' GNULIB_LSTAT='' GNULIB_MALLOC_POSIX='' GNULIB_MBRLEN='' GNULIB_MBRTOWC='' GNULIB_MBSCASECMP='' GNULIB_MBSCASESTR='' GNULIB_MBSCHR='' GNULIB_MBSCSPN='' GNULIB_MBSINIT='' GNULIB_MBSLEN='' GNULIB_MBSNCASECMP='' GNULIB_MBSNLEN='' GNULIB_MBSNRTOWCS='' GNULIB_MBSPBRK='' GNULIB_MBSPCASECMP='' GNULIB_MBSRCHR='' GNULIB_MBSRTOWCS='' GNULIB_MBSSEP='' GNULIB_MBSSPN='' GNULIB_MBSSTR='' GNULIB_MBSTOK_R='' GNULIB_MBTOWC='' GNULIB_MDA_ACCESS='' GNULIB_MDA_CHDIR='' GNULIB_MDA_CHMOD='' GNULIB_MDA_CLOSE='' GNULIB_MDA_CREAT='' GNULIB_MDA_DUP2='' GNULIB_MDA_DUP='' GNULIB_MDA_ECVT='' GNULIB_MDA_EXECL='' GNULIB_MDA_EXECLE='' GNULIB_MDA_EXECLP='' GNULIB_MDA_EXECV='' GNULIB_MDA_EXECVE='' GNULIB_MDA_EXECVP='' GNULIB_MDA_EXECVPE='' GNULIB_MDA_FCLOSEALL='' GNULIB_MDA_FCVT='' GNULIB_MDA_FDOPEN='' GNULIB_MDA_FILENO='' GNULIB_MDA_GCVT='' GNULIB_MDA_GETCWD='' GNULIB_MDA_GETPID='' GNULIB_MDA_GETW='' GNULIB_MDA_ISATTY='' GNULIB_MDA_LSEEK='' GNULIB_MDA_MEMCCPY='' GNULIB_MDA_MKDIR='' GNULIB_MDA_MKTEMP='' GNULIB_MDA_OPEN='' GNULIB_MDA_PUTENV='' GNULIB_MDA_PUTW='' GNULIB_MDA_READ='' GNULIB_MDA_RMDIR='' GNULIB_MDA_STRDUP='' GNULIB_MDA_SWAB='' GNULIB_MDA_TEMPNAM='' GNULIB_MDA_TZSET='' GNULIB_MDA_UMASK='' GNULIB_MDA_UNLINK='' GNULIB_MDA_WCSDUP='' GNULIB_MDA_WRITE='' GNULIB_MEMCHR='' GNULIB_MEMMEM='' GNULIB_MEMPCPY='' GNULIB_MEMRCHR='' GNULIB_MKDIR='' GNULIB_MKDIRAT='' GNULIB_MKDTEMP='' GNULIB_MKFIFO='' GNULIB_MKFIFOAT='' GNULIB_MKNOD='' GNULIB_MKNODAT='' GNULIB_MKOSTEMP='' GNULIB_MKOSTEMPS='' GNULIB_MKSTEMP='' GNULIB_MKSTEMPS='' GNULIB_MKTIME='' GNULIB_NANOSLEEP='' GNULIB_NL_LANGINFO='' GNULIB_NONBLOCKING='' GNULIB_OBSTACK_PRINTF='' GNULIB_OBSTACK_PRINTF_POSIX='' GNULIB_OPEN='' GNULIB_OPENAT='' GNULIB_OVERRIDES_STRUCT_STAT='' GNULIB_OVERRIDES_WINT_T='' GNULIB_PCLOSE='' GNULIB_PERROR='' GNULIB_PIPE2='' GNULIB_PIPE='' GNULIB_POPEN='' GNULIB_POSIX_MEMALIGN='' GNULIB_POSIX_OPENPT='' GNULIB_PREAD='' GNULIB_PRINTF='' GNULIB_PRINTF_POSIX='' GNULIB_PTSNAME='' GNULIB_PTSNAME_R='' GNULIB_PUTC='' GNULIB_PUTCHAR='' GNULIB_PUTENV='' GNULIB_PUTS='' GNULIB_PWRITE='' GNULIB_QSORT_R='' GNULIB_RANDOM='' GNULIB_RANDOM_R='' GNULIB_RAWMEMCHR='' GNULIB_READ='' GNULIB_READLINK='' GNULIB_READLINKAT='' GNULIB_REALLOCARRAY='' GNULIB_REALLOC_POSIX='' GNULIB_REALPATH='' GNULIB_REMOVE='' GNULIB_RENAME='' GNULIB_RENAMEAT='' GNULIB_RMDIR='' GNULIB_RPMATCH='' GNULIB_SCANF='' GNULIB_SECURE_GETENV='' GNULIB_SETENV='' GNULIB_SETHOSTNAME='' GNULIB_SETLOCALE='' GNULIB_SETLOCALE_NULL='' GNULIB_SIGABBREV_NP='' GNULIB_SIGDESCR_NP='' GNULIB_SLEEP='' GNULIB_SNPRINTF='' GNULIB_SPRINTF_POSIX='' GNULIB_STAT='' GNULIB_STDIO_H_NONBLOCKING='' GNULIB_STDIO_H_SIGPIPE='' GNULIB_STPCPY='' GNULIB_STPNCPY='' GNULIB_STRCASESTR='' GNULIB_STRCHRNUL='' GNULIB_STRDUP='' GNULIB_STRERROR='' GNULIB_STRERRORNAME_NP='' GNULIB_STRERROR_R='' GNULIB_STRFTIME='' GNULIB_STRNCAT='' GNULIB_STRNDUP='' GNULIB_STRNLEN='' GNULIB_STRPBRK='' GNULIB_STRPTIME='' GNULIB_STRSEP='' GNULIB_STRSIGNAL='' GNULIB_STRSTR='' GNULIB_STRTOD='' GNULIB_STRTOIMAX='' GNULIB_STRTOK_R='' GNULIB_STRTOLD='' GNULIB_STRTOLL='' GNULIB_STRTOULL='' GNULIB_STRTOUMAX='' GNULIB_STRVERSCMP='' GNULIB_SYMLINK='' GNULIB_SYMLINKAT='' GNULIB_SYSTEM_POSIX='' GNULIB_TIMEGM='' GNULIB_TIMESPEC_GET='' GNULIB_TIME_R='' GNULIB_TIME_RZ='' GNULIB_TMPFILE='' GNULIB_TOWCTRANS='' GNULIB_TRUNCATE='' GNULIB_TTYNAME_R='' GNULIB_TZSET='' GNULIB_UNISTD_H_NONBLOCKING='' GNULIB_UNISTD_H_SIGPIPE='' GNULIB_UNLINK='' GNULIB_UNLINKAT='' GNULIB_UNLOCKPT='' GNULIB_UNSETENV='' GNULIB_USLEEP='' GNULIB_UTIMENSAT='' GNULIB_VASPRINTF='' GNULIB_VDPRINTF='' GNULIB_VFPRINTF='' GNULIB_VFPRINTF_POSIX='' GNULIB_VFSCANF='' GNULIB_VPRINTF='' GNULIB_VPRINTF_POSIX='' GNULIB_VSCANF='' GNULIB_VSNPRINTF='' GNULIB_VSPRINTF_POSIX='' GNULIB_WCPCPY='' GNULIB_WCPNCPY='' GNULIB_WCRTOMB='' GNULIB_WCSCASECMP='' GNULIB_WCSCAT='' GNULIB_WCSCHR='' GNULIB_WCSCMP='' GNULIB_WCSCOLL='' GNULIB_WCSCPY='' GNULIB_WCSCSPN='' GNULIB_WCSDUP='' GNULIB_WCSFTIME='' GNULIB_WCSLEN='' GNULIB_WCSNCASECMP='' GNULIB_WCSNCAT='' GNULIB_WCSNCMP='' GNULIB_WCSNCPY='' GNULIB_WCSNLEN='' GNULIB_WCSNRTOMBS='' GNULIB_WCSPBRK='' GNULIB_WCSRCHR='' GNULIB_WCSRTOMBS='' GNULIB_WCSSPN='' GNULIB_WCSSTR='' GNULIB_WCSTOK='' GNULIB_WCSWIDTH='' GNULIB_WCSXFRM='' GNULIB_WCTOB='' GNULIB_WCTOMB='' GNULIB_WCTRANS='' GNULIB_WCTYPE='' GNULIB_WCWIDTH='' GNULIB_WMEMCHR='' GNULIB_WMEMCMP='' GNULIB_WMEMCPY='' GNULIB_WMEMMOVE='' GNULIB_WMEMPCPY='' GNULIB_WMEMSET='' GNULIB_WRITE='' GNULIB__EXIT='' GREP='' HAVE_ALIGNED_ALLOC='' HAVE_ALLOCA_H='' HAVE_ATOLL='' HAVE_BTOWC='' HAVE_C99_STDINT_H='' HAVE_CANONICALIZE_FILE_NAME='' HAVE_CHOWN='' HAVE_COPY_FILE_RANGE='' HAVE_CRTDEFS_H='' HAVE_DECL_ECVT='' HAVE_DECL_ENVIRON='' HAVE_DECL_EXECVPE='' HAVE_DECL_FCHDIR='' HAVE_DECL_FCLOSEALL='' HAVE_DECL_FCVT='' HAVE_DECL_FDATASYNC='' HAVE_DECL_FPURGE='' HAVE_DECL_FSEEKO='' HAVE_DECL_FTELLO='' HAVE_DECL_GCVT='' HAVE_DECL_GETDELIM='' HAVE_DECL_GETDOMAINNAME='' HAVE_DECL_GETLINE='' HAVE_DECL_GETLOADAVG='' HAVE_DECL_GETLOGIN='' HAVE_DECL_GETLOGIN_R='' HAVE_DECL_GETPAGESIZE='' HAVE_DECL_GETUSERSHELL='' HAVE_DECL_IMAXABS='' HAVE_DECL_IMAXDIV='' HAVE_DECL_INITSTATE='' HAVE_DECL_LOCALTIME_R='' HAVE_DECL_MEMMEM='' HAVE_DECL_MEMRCHR='' HAVE_DECL_OBSTACK_PRINTF='' HAVE_DECL_SETENV='' HAVE_DECL_SETHOSTNAME='' HAVE_DECL_SETSTATE='' HAVE_DECL_SNPRINTF='' HAVE_DECL_STRDUP='' HAVE_DECL_STRERROR_R='' HAVE_DECL_STRNCASECMP='' HAVE_DECL_STRNDUP='' HAVE_DECL_STRNLEN='' HAVE_DECL_STRSIGNAL='' HAVE_DECL_STRTOIMAX='' HAVE_DECL_STRTOK_R='' HAVE_DECL_STRTOUMAX='' HAVE_DECL_TRUNCATE='' HAVE_DECL_TTYNAME_R='' HAVE_DECL_UNSETENV='' HAVE_DECL_VSNPRINTF='' HAVE_DECL_WCSDUP='' HAVE_DECL_WCTOB='' HAVE_DECL_WCWIDTH='' HAVE_DPRINTF='' HAVE_DUP3='' HAVE_DUPLOCALE='' HAVE_ESLINT_FALSE='' HAVE_ESLINT_TRUE='' HAVE_EUIDACCESS='' HAVE_EXECVPE='' HAVE_EXPLICIT_BZERO='' HAVE_FACCESSAT='' HAVE_FCHDIR='' HAVE_FCHMODAT='' HAVE_FCHOWNAT='' HAVE_FCNTL='' HAVE_FDATASYNC='' HAVE_FEATURES_H='' HAVE_FFS='' HAVE_FFSL='' HAVE_FFSLL='' HAVE_FREELOCALE='' HAVE_FSEEKO='' HAVE_FSTATAT='' HAVE_FSYNC='' HAVE_FTELLO='' HAVE_FTRUNCATE='' HAVE_FUTIMENS='' HAVE_GETDTABLESIZE='' HAVE_GETENTROPY='' HAVE_GETGROUPS='' HAVE_GETHOSTNAME='' HAVE_GETLOGIN='' HAVE_GETOPT_H='' HAVE_GETPAGESIZE='' HAVE_GETPASS='' HAVE_GETSUBOPT='' HAVE_GETUMASK='' HAVE_GRANTPT='' HAVE_GROUP_MEMBER='' HAVE_IMAXDIV_T='' HAVE_INITSTATE='' HAVE_INTTYPES_H='' HAVE_ISWBLANK='' HAVE_ISWCNTRL='' HAVE_LANGINFO_ALTMON='' HAVE_LANGINFO_CODESET='' HAVE_LANGINFO_ERA='' HAVE_LANGINFO_H='' HAVE_LANGINFO_T_FMT_AMPM='' HAVE_LANGINFO_YESEXPR='' HAVE_LCHMOD='' HAVE_LCHOWN='' HAVE_LINK='' HAVE_LINKAT='' HAVE_LSTAT='' HAVE_MAX_ALIGN_T='' HAVE_MBRLEN='' HAVE_MBRTOWC='' HAVE_MBSINIT='' HAVE_MBSLEN='' HAVE_MBSNRTOWCS='' HAVE_MBSRTOWCS='' HAVE_MBTOWC='' HAVE_MEMPCPY='' HAVE_MKDIRAT='' HAVE_MKDTEMP='' HAVE_MKFIFO='' HAVE_MKFIFOAT='' HAVE_MKNOD='' HAVE_MKNODAT='' HAVE_MKOSTEMP='' HAVE_MKOSTEMPS='' HAVE_MKSTEMP='' HAVE_MKSTEMPS='' HAVE_MODERNIZR_FALSE='' HAVE_MODERNIZR_TRUE='' HAVE_MSVC_INVALID_PARAMETER_HANDLER='' HAVE_NANOSLEEP='' HAVE_NEWLOCALE='' HAVE_NL_LANGINFO='' HAVE_OPENAT='' HAVE_OS_H='' HAVE_PCLOSE='' HAVE_PIPE2='' HAVE_PIPE='' HAVE_POPEN='' HAVE_POSIX_MEMALIGN='' HAVE_POSIX_OPENPT='' HAVE_PREAD='' HAVE_PTSNAME='' HAVE_PTSNAME_R='' HAVE_PWRITE='' HAVE_QSORT_R='' HAVE_RANDOM='' HAVE_RANDOM_H='' HAVE_RANDOM_R='' HAVE_RAWMEMCHR='' HAVE_READLINK='' HAVE_READLINKAT='' HAVE_REALLOCARRAY='' HAVE_REALPATH='' HAVE_RENAMEAT='' HAVE_RPMATCH='' HAVE_SECURE_GETENV='' HAVE_SETENV='' HAVE_SETHOSTNAME='' HAVE_SETSTATE='' HAVE_SIGABBREV_NP='' HAVE_SIGDESCR_NP='' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SLEEP='' HAVE_STDINT_H='' HAVE_STPCPY='' HAVE_STPNCPY='' HAVE_STRCASECMP='' HAVE_STRCASESTR='' HAVE_STRCHRNUL='' HAVE_STRERRORNAME_NP='' HAVE_STRINGS_H='' HAVE_STRPBRK='' HAVE_STRPTIME='' HAVE_STRSEP='' HAVE_STRTOD='' HAVE_STRTOLD='' HAVE_STRTOLL='' HAVE_STRTOULL='' HAVE_STRUCT_RANDOM_DATA='' HAVE_STRVERSCMP='' HAVE_SYMLINK='' HAVE_SYMLINKAT='' HAVE_SYS_BITYPES_H='' HAVE_SYS_CDEFS_H='' HAVE_SYS_INTTYPES_H='' HAVE_SYS_LOADAVG_H='' HAVE_SYS_PARAM_H='' HAVE_SYS_TYPES_H='' HAVE_TERMLIBS_FALSE='' HAVE_TERMLIBS_TRUE='' HAVE_TIMEGM='' HAVE_TIMESPEC_GET='' HAVE_TIMEZONE_T='' HAVE_TYPESCRIPT_FALSE='' HAVE_TYPESCRIPT_TRUE='' HAVE_UGLIFYJS_FALSE='' HAVE_UGLIFYJS_TRUE='' HAVE_UNISTD_H='' HAVE_UNLINKAT='' HAVE_UNLOCKPT='' HAVE_USLEEP='' HAVE_UTIMENSAT='' HAVE_VASPRINTF='' HAVE_VDPRINTF='' HAVE_VISIBILITY='' HAVE_WCHAR_H='' HAVE_WCHAR_T='' HAVE_WCPCPY='' HAVE_WCPNCPY='' HAVE_WCRTOMB='' HAVE_WCSCASECMP='' HAVE_WCSCAT='' HAVE_WCSCHR='' HAVE_WCSCMP='' HAVE_WCSCOLL='' HAVE_WCSCPY='' HAVE_WCSCSPN='' HAVE_WCSDUP='' HAVE_WCSFTIME='' HAVE_WCSLEN='' HAVE_WCSNCASECMP='' HAVE_WCSNCAT='' HAVE_WCSNCMP='' HAVE_WCSNCPY='' HAVE_WCSNLEN='' HAVE_WCSNRTOMBS='' HAVE_WCSPBRK='' HAVE_WCSRCHR='' HAVE_WCSRTOMBS='' HAVE_WCSSPN='' HAVE_WCSSTR='' HAVE_WCSTOK='' HAVE_WCSWIDTH='' HAVE_WCSXFRM='' HAVE_WCTRANS_T='' HAVE_WCTYPE_H='' HAVE_WCTYPE_T='' HAVE_WINSOCK2_H='' HAVE_WINT_T='' HAVE_WMEMCHR='' HAVE_WMEMCMP='' HAVE_WMEMCPY='' HAVE_WMEMMOVE='' HAVE_WMEMPCPY='' HAVE_WMEMSET='' HAVE_XLOCALE_H='' HAVE__BOOL='' HAVE__EXIT='' HELP2MAN='' HOST_IS_WINDOWS_FALSE='' HOST_IS_WINDOWS_TRUE='' INCLUDE_NEXT='' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTALL_WARNINGS_FALSE='' INSTALL_WARNINGS_TRUE='' INT32_MAX_LT_INTMAX_MAX='' INT64_MAX_EQ_LONG_MAX='' INTLLIBS='' INTL_MACOSX_LIBS='' LDFLAGS='-L/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib -Wl,-ld_classic,-rpath,/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib -L/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib -Wl,-ld_classic,-rpath,/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib ' LIBGNU_LIBDEPS='' LIBGNU_LTLIBDEPS='' LIBICONV='' LIBINTL='' LIBMULTITHREAD='' LIBOBJS='' LIBPMULTITHREAD='' LIBPTHREAD='' LIBS='' LIBSTDTHREAD='' LIBTHREAD='' LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='' LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' LIBUNISTRING_UNITYPES_H='' LIBUNISTRING_UNIWIDTH_H='' LIB_HARD_LOCALE='' LIB_MBRTOWC='' LIB_NL_LANGINFO='' LIB_SCHED_YIELD='' LIB_SETLOCALE_NULL='' LIMITS_H='' LN_S='' LOCALCHARSET_TESTS_ENVIRONMENT='' LOCALENAME_ENHANCE_LOCALE_FUNCS='' LOCALE_FR='' LOCALE_FR_UTF8='' LOCALE_JA='' LOCALE_ZH_CN='' LTLIBICONV='' LTLIBINTL='' LTLIBMULTITHREAD='' LTLIBOBJS='' LTLIBTHREAD='' MAKEINFO='${SHELL} '\''/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/build-aux/missing'\'' makeinfo' MKDIR_P='./build-aux/install-sh -c -d' MKINSTALLDIRS='' MODERNIZR='' MSGFMT='' MSGMERGE='' MSGMERGE_FOR_MSGFMT_OPTION='' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='' NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' NEXT_AS_FIRST_DIRECTIVE_STRING_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' NEXT_ERRNO_H='' NEXT_FCNTL_H='' NEXT_FLOAT_H='' NEXT_GETOPT_H='' NEXT_INTTYPES_H='' NEXT_LANGINFO_H='' NEXT_LIMITS_H='' NEXT_LOCALE_H='' NEXT_STDARG_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRINGS_H='' NEXT_STRING_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TYPES_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NEXT_WCHAR_H='' NEXT_WCTYPE_H='' OBJEXT='' PACKAGE='texinfo' PACKAGE_BUGREPORT='bug-texi...@gnu.org' PACKAGE_DATE='7 February 2024' PACKAGE_NAME='GNU Texinfo' PACKAGE_STRING='GNU Texinfo 6.8' PACKAGE_TARNAME='texinfo' PACKAGE_URL='https://www.gnu.org/software/texinfo/' PACKAGE_VERSION='6.8' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PERL_EXT_CC='' PERL_EXT_CFLAGS='' PERL_EXT_CPPFLAGS='' PERL_EXT_LDFLAGS='' POD2MAN='' POD_SIMPLE_TEXINFO_TESTS_FALSE='' POD_SIMPLE_TEXINFO_TESTS_TRUE='' POSUB='' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='' PRIPTR_PREFIX='' PROVE='' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='' PTRDIFF_T_SUFFIX='' RANLIB='ranlib' REPLACE_ACCESS='' REPLACE_ALIGNED_ALLOC='' REPLACE_BTOWC='' REPLACE_CALLOC='' REPLACE_CANONICALIZE_FILE_NAME='' REPLACE_CHOWN='' REPLACE_CLOSE='' REPLACE_CREAT='' REPLACE_CTIME='' REPLACE_DPRINTF='' REPLACE_DUP2='' REPLACE_DUP='' REPLACE_DUPLOCALE='' REPLACE_EXECL='' REPLACE_EXECLE='' REPLACE_EXECLP='' REPLACE_EXECV='' REPLACE_EXECVE='' REPLACE_EXECVP='' REPLACE_EXECVPE='' REPLACE_FACCESSAT='' REPLACE_FCHMODAT='' REPLACE_FCHOWNAT='' REPLACE_FCLOSE='' REPLACE_FCNTL='' REPLACE_FDOPEN='' REPLACE_FFLUSH='' REPLACE_FFSLL='' REPLACE_FOPEN='' REPLACE_FPRINTF='' REPLACE_FPURGE='' REPLACE_FREE='' REPLACE_FREELOCALE='' REPLACE_FREOPEN='' REPLACE_FSEEK='' REPLACE_FSEEKO='' REPLACE_FSTAT='' REPLACE_FSTATAT='' REPLACE_FTELL='' REPLACE_FTELLO='' REPLACE_FTRUNCATE='' REPLACE_FUTIMENS='' REPLACE_GETCWD='' REPLACE_GETDELIM='' REPLACE_GETDOMAINNAME='' REPLACE_GETDTABLESIZE='' REPLACE_GETGROUPS='' REPLACE_GETLINE='' REPLACE_GETLOGIN_R='' REPLACE_GETPAGESIZE='' REPLACE_GETPASS='' REPLACE_GMTIME='' REPLACE_INITSTATE='' REPLACE_ISATTY='' REPLACE_ISWBLANK='' REPLACE_ISWCNTRL='' REPLACE_ISWDIGIT='' REPLACE_ISWXDIGIT='' REPLACE_ITOLD='' REPLACE_LCHOWN='' REPLACE_LINK='' REPLACE_LINKAT='' REPLACE_LOCALECONV='' REPLACE_LOCALTIME='' REPLACE_LOCALTIME_R='' REPLACE_LSEEK='' REPLACE_LSTAT='' REPLACE_MALLOC='' REPLACE_MBRLEN='' REPLACE_MBRTOWC='' REPLACE_MBSINIT='' REPLACE_MBSNRTOWCS='' REPLACE_MBSRTOWCS='' REPLACE_MBSTATE_T='' REPLACE_MBTOWC='' REPLACE_MEMCHR='' REPLACE_MEMMEM='' REPLACE_MKDIR='' REPLACE_MKFIFO='' REPLACE_MKFIFOAT='' REPLACE_MKNOD='' REPLACE_MKNODAT='' REPLACE_MKSTEMP='' REPLACE_MKTIME='' REPLACE_NANOSLEEP='' REPLACE_NEWLOCALE='' REPLACE_NL_LANGINFO='' REPLACE_NULL='' REPLACE_OBSTACK_PRINTF='' REPLACE_OPEN='' REPLACE_OPENAT='' REPLACE_PERROR='' REPLACE_POPEN='' REPLACE_POSIX_MEMALIGN='' REPLACE_PREAD='' REPLACE_PRINTF='' REPLACE_PTSNAME='' REPLACE_PTSNAME_R='' REPLACE_PUTENV='' REPLACE_PWRITE='' REPLACE_QSORT_R='' REPLACE_RANDOM='' REPLACE_RANDOM_R='' REPLACE_READ='' REPLACE_READLINK='' REPLACE_READLINKAT='' REPLACE_REALLOC='' REPLACE_REALPATH='' REPLACE_REMOVE='' REPLACE_RENAME='' REPLACE_RENAMEAT='' REPLACE_RMDIR='' REPLACE_SETENV='' REPLACE_SETLOCALE='' REPLACE_SETSTATE='' REPLACE_SLEEP='' REPLACE_SNPRINTF='' REPLACE_SPRINTF='' REPLACE_STAT='' REPLACE_STDIO_READ_FUNCS='' REPLACE_STDIO_WRITE_FUNCS='' REPLACE_STPNCPY='' REPLACE_STRCASESTR='' REPLACE_STRCHRNUL='' REPLACE_STRDUP='' REPLACE_STRERROR='' REPLACE_STRERRORNAME_NP='' REPLACE_STRERROR_R='' REPLACE_STRFTIME='' REPLACE_STRNCAT='' REPLACE_STRNDUP='' REPLACE_STRNLEN='' REPLACE_STRSIGNAL='' REPLACE_STRSTR='' REPLACE_STRTOD='' REPLACE_STRTOIMAX='' REPLACE_STRTOK_R='' REPLACE_STRTOLD='' REPLACE_STRTOUMAX='' REPLACE_STRUCT_LCONV='' REPLACE_SYMLINK='' REPLACE_SYMLINKAT='' REPLACE_TIMEGM='' REPLACE_TMPFILE='' REPLACE_TOWLOWER='' REPLACE_TRUNCATE='' REPLACE_TTYNAME_R='' REPLACE_TZSET='' REPLACE_UNLINK='' REPLACE_UNLINKAT='' REPLACE_UNSETENV='' REPLACE_USLEEP='' REPLACE_UTIMENSAT='' REPLACE_VASPRINTF='' REPLACE_VDPRINTF='' REPLACE_VFPRINTF='' REPLACE_VPRINTF='' REPLACE_VSNPRINTF='' REPLACE_VSPRINTF='' REPLACE_WCRTOMB='' REPLACE_WCSFTIME='' REPLACE_WCSNRTOMBS='' REPLACE_WCSRTOMBS='' REPLACE_WCSTOK='' REPLACE_WCSWIDTH='' REPLACE_WCTOB='' REPLACE_WCTOMB='' REPLACE_WCWIDTH='' REPLACE_WRITE='' SED='' SET_MAKE='' SHELL='/bin/bash' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' STDARG_H='' STDBOOL_H='' STDDEF_H='' STDINT_H='' STRIP='' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='' TERMLIBS='' TEXINFO_DTD_VERSION='6.8' TIME_H_DEFINES_STRUCT_TIMESPEC='' TIME_H_DEFINES_TIME_UTC='' TI_AWK='awk' TOOLS_ONLY_FALSE='' TOOLS_ONLY_TRUE='' TP_TESTS_FALSE='' TP_TESTS_TRUE='' TSC='' UGLIFYJS='' UINT32_MAX_LT_UINTMAX_MAX='' UINT64_MAX_EQ_ULONG_MAX='' UNDEFINE_STRTOK_R='' UNISTD_H_DEFINES_STRUCT_TIMESPEC='' UNISTD_H_HAVE_SYS_RANDOM_H='' UNISTD_H_HAVE_WINSOCK2_H='' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' USE_EXTERNAL_EASTASIANWIDTH='' USE_EXTERNAL_LIBINTL='' USE_EXTERNAL_UNIDECODE='' USE_NLS='' USE_UNICODE='' VERSION='6.8' WCHAR_T_SUFFIX='' WINDOWS_64_BIT_OFF_T='' WINDOWS_64_BIT_ST_SIZE='' WINDOWS_STAT_INODES='' WINDOWS_STAT_TIMESPEC='' WINT_T_SUFFIX='' XGETTEXT='' XGETTEXT_015='' XGETTEXT_EXTRA_OPTIONS='' ac_ct_CC='x86_64-apple-darwin13.4.0-clang' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='' am__include='' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='' build_alias='' build_cpu='' build_os='' build_vendor='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_xs='' exec_prefix='NONE' gl_GNULIB_ENABLED_0137e3d3638b33e5819d132d0b23165c_FALSE='' gl_GNULIB_ENABLED_0137e3d3638b33e5819d132d0b23165c_TRUE='' gl_GNULIB_ENABLED_21ee726a3540c09237a8e70c0baf7467_FALSE='' gl_GNULIB_ENABLED_21ee726a3540c09237a8e70c0baf7467_TRUE='' gl_GNULIB_ENABLED_30838f5439487421042f2225bed3af76_FALSE='' gl_GNULIB_ENABLED_30838f5439487421042f2225bed3af76_TRUE='' gl_GNULIB_ENABLED_37f71b604aa9c54446783d80f42fe547_FALSE='' gl_GNULIB_ENABLED_37f71b604aa9c54446783d80f42fe547_TRUE='' gl_GNULIB_ENABLED_43fe87a341d9b4b93c47c3ad819a5239_FALSE='' gl_GNULIB_ENABLED_43fe87a341d9b4b93c47c3ad819a5239_TRUE='' gl_GNULIB_ENABLED_503a4cb75d69c787103d0aa2ab7d8440_FALSE='' gl_GNULIB_ENABLED_503a4cb75d69c787103d0aa2ab7d8440_TRUE='' gl_GNULIB_ENABLED_676220fa4366efa9bdbfccf11a857c07_FALSE='' gl_GNULIB_ENABLED_676220fa4366efa9bdbfccf11a857c07_TRUE='' gl_GNULIB_ENABLED_68a4501daeca58988392c7e60b4917ab_FALSE='' gl_GNULIB_ENABLED_68a4501daeca58988392c7e60b4917ab_TRUE='' gl_GNULIB_ENABLED_8bb827fe37eaccf1b97feb0c87bc92ef_FALSE='' gl_GNULIB_ENABLED_8bb827fe37eaccf1b97feb0c87bc92ef_TRUE='' gl_GNULIB_ENABLED_attribute_FALSE='' gl_GNULIB_ENABLED_attribute_TRUE='' gl_GNULIB_ENABLED_btowc_FALSE='' gl_GNULIB_ENABLED_btowc_TRUE='' gl_GNULIB_ENABLED_cloexec_FALSE='' gl_GNULIB_ENABLED_cloexec_TRUE='' gl_GNULIB_ENABLED_close_FALSE='' gl_GNULIB_ENABLED_close_TRUE='' gl_GNULIB_ENABLED_dbb57f49352be8fb86869629a254fb72_FALSE='' gl_GNULIB_ENABLED_dbb57f49352be8fb86869629a254fb72_TRUE='' gl_GNULIB_ENABLED_dup2_FALSE='' gl_GNULIB_ENABLED_dup2_TRUE='' gl_GNULIB_ENABLED_dynarray_FALSE='' gl_GNULIB_ENABLED_dynarray_TRUE='' gl_GNULIB_ENABLED_e7e881d32ca02f1c997b13c737c64bbd_FALSE='' gl_GNULIB_ENABLED_e7e881d32ca02f1c997b13c737c64bbd_TRUE='' gl_GNULIB_ENABLED_ef455225c00f5049c808c2eda3e76866_FALSE='' gl_GNULIB_ENABLED_ef455225c00f5049c808c2eda3e76866_TRUE='' gl_GNULIB_ENABLED_f0efff84a70f4afba30902bb8ffe9354_FALSE='' gl_GNULIB_ENABLED_f0efff84a70f4afba30902bb8ffe9354_TRUE='' gl_GNULIB_ENABLED_f691f076f650964c9f5598c3ee487616_FALSE='' gl_GNULIB_ENABLED_f691f076f650964c9f5598c3ee487616_TRUE='' gl_GNULIB_ENABLED_f84f170cca5f5b09d22686d5b833aa41_FALSE='' gl_GNULIB_ENABLED_f84f170cca5f5b09d22686d5b833aa41_TRUE='' gl_GNULIB_ENABLED_fcntl_FALSE='' gl_GNULIB_ENABLED_fcntl_TRUE='' gl_GNULIB_ENABLED_fstat_FALSE='' gl_GNULIB_ENABLED_fstat_TRUE='' gl_GNULIB_ENABLED_getdtablesize_FALSE='' gl_GNULIB_ENABLED_getdtablesize_TRUE='' gl_GNULIB_ENABLED_intprops_FALSE='' gl_GNULIB_ENABLED_intprops_TRUE='' gl_GNULIB_ENABLED_langinfo_FALSE='' gl_GNULIB_ENABLED_langinfo_TRUE='' gl_GNULIB_ENABLED_localcharset_FALSE='' gl_GNULIB_ENABLED_localcharset_TRUE='' gl_GNULIB_ENABLED_locale_FALSE='' gl_GNULIB_ENABLED_locale_TRUE='' gl_GNULIB_ENABLED_localeconv_FALSE='' gl_GNULIB_ENABLED_localeconv_TRUE='' gl_GNULIB_ENABLED_lock_FALSE='' gl_GNULIB_ENABLED_lock_TRUE='' gl_GNULIB_ENABLED_mbtowc_FALSE='' gl_GNULIB_ENABLED_mbtowc_TRUE='' gl_GNULIB_ENABLED_mempcpy_FALSE='' gl_GNULIB_ENABLED_mempcpy_TRUE='' gl_GNULIB_ENABLED_nl_langinfo_FALSE='' gl_GNULIB_ENABLED_nl_langinfo_TRUE='' gl_GNULIB_ENABLED_pathmax_FALSE='' gl_GNULIB_ENABLED_pathmax_TRUE='' gl_GNULIB_ENABLED_size_max_FALSE='' gl_GNULIB_ENABLED_size_max_TRUE='' gl_GNULIB_ENABLED_stat_FALSE='' gl_GNULIB_ENABLED_stat_TRUE='' gl_GNULIB_ENABLED_stpcpy_FALSE='' gl_GNULIB_ENABLED_stpcpy_TRUE='' gl_GNULIB_ENABLED_strndup_FALSE='' gl_GNULIB_ENABLED_strndup_TRUE='' gl_GNULIB_ENABLED_strstr_FALSE='' gl_GNULIB_ENABLED_strstr_TRUE='' gl_GNULIB_ENABLED_sys_stat_FALSE='' gl_GNULIB_ENABLED_sys_stat_TRUE='' gl_GNULIB_ENABLED_threadlib_FALSE='' gl_GNULIB_ENABLED_threadlib_TRUE='' gl_GNULIB_ENABLED_time_FALSE='' gl_GNULIB_ENABLED_time_TRUE='' gl_GNULIB_ENABLED_vasnprintf_FALSE='' gl_GNULIB_ENABLED_vasnprintf_TRUE='' gl_GNULIB_ENABLED_wcrtomb_FALSE='' gl_GNULIB_ENABLED_wcrtomb_TRUE='' gl_GNULIB_ENABLED_xsize_FALSE='' gl_GNULIB_ENABLED_xsize_TRUE='' gl_LIBOBJS='' gl_LTLIBOBJS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='' have_ptys_FALSE='' have_ptys_TRUE='' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/build-aux/install-sh' libdir='/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' native_tools='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Texinfo" #define PACKAGE_TARNAME "texinfo" #define PACKAGE_VERSION "6.8" #define PACKAGE_STRING "GNU Texinfo 6.8" #define PACKAGE_BUGREPORT "bug-texi...@gnu.org" #define PACKAGE_URL "https://www.gnu.org/software/texinfo/" #define PACKAGE "texinfo" #define VERSION "6.8" configure: exit 77
Attempting to download package texinfo-6.8.tar.xz from mirrors https://github.com/sagemath/sage/releases/download/10.3/texinfo-6.8.tar.xz [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.3/texinfo-6.8.tar.xz' https://github.com/sagemath/sage/releases/download/10.2/texinfo-6.8.tar.xz [......................................................................] info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: clang version 16.0.6 Target: x86_64-apple-darwin13.4.0 Thread model: posix InstalledDir: /Users/user/anaconda3/bin **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /Users/user/anaconda3/bin/perl checking Perl version and modules... yes checking for awk... awk checking for x86_64-apple-darwin13.4.0-gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /Users/user/anaconda3/bin/perl checking Perl version and modules... yes checking for awk... awk checking for x86_64-apple-darwin13.4.0-gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m3.954s user 0m2.240s sys 0m1.302s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: clang version 16.0.6 Target: x86_64-apple-darwin13.4.0 Thread model: posix InstalledDir: /Users/user/anaconda3/bin **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /Users/user/anaconda3/bin/perl checking Perl version and modules... yes checking for awk... awk checking for x86_64-apple-darwin13.4.0-gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /Users/user/anaconda3/bin/perl checking Perl version and modules... yes checking for awk... awk checking for x86_64-apple-darwin13.4.0-gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m4.417s user 0m2.480s sys 0m1.527s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/sage-spkg: line 636: x86_64-apple-darwin13.4.0-clang: command not found **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m2.444s user 0m0.829s sys 0m1.154s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/sage-spkg: line 636: x86_64-apple-darwin13.4.0-clang: command not found **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m2.617s user 0m0.861s sys 0m1.160s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/sage-spkg: line 636: x86_64-apple-darwin13.4.0-clang: command not found **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m2.196s user 0m0.824s sys 0m1.112s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/sage-spkg: line 636: x86_64-apple-darwin13.4.0-clang: command not found **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m2.937s user 0m0.949s sys 0m1.434s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/sage-spkg: line 636: x86_64-apple-darwin13.4.0-clang: command not found **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m3.193s user 0m0.958s sys 0m1.380s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/sage-spkg: line 636: x86_64-apple-darwin13.4.0-clang: command not found **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m2.242s user 0m0.857s sys 0m1.130s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/sage-spkg: line 636: x86_64-apple-darwin13.4.0-clang: command not found **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m2.819s user 0m0.944s sys 0m1.283s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/sage-spkg: line 636: x86_64-apple-darwin13.4.0-clang: command not found **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m2.108s user 0m0.809s sys 0m1.063s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Using cached file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/upstream/texinfo-6.8.tar.xz info-6.8 ==================================================== Setting up build directory for info-6.8 Finished extraction No patch files found in ../patches **************************************************** Host system: Darwin client-10-229-49-234.tamulink.tamu.edu 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64 **************************************************** C compiler: x86_64-apple-darwin13.4.0-clang C compiler version: /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/build/bin/sage-spkg: line 636: x86_64-apple-darwin13.4.0-clang: command not found **************************************************** Package 'info' is currently not installed No legacy uninstaller found for 'info'; nothing to do Configuring info-6.8 configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details configure: WARNING: unrecognized options: --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for perl... /usr/bin/perl checking Perl version and modules... yes checking for awk... awk checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring info-6.8 See the file /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8/src/config.log for details. ******************************************************************************** real 0m1.959s user 0m0.776s sys 0m0.967s ************************************************************************ Error building package info-6.8 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/logs/pkgs/info-6.8.log and /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/local/var/tmp/sage/build/info-6.8' && '/Users/user/.sage/sage-10.3.beta7-Darwin-x86_64/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************