configure script failure #23056

issue centromere opened this issue on September 21, 2021
  1. centromere commented at 9:20 PM on September 21, 2021: none
    [nix-shell:/tmp]$ curl -O https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0.tar.gz
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 7785k  100 7785k    0     0  8979k      0 --:--:-- --:--:-- --:--:-- 8969k
    
    [nix-shell:/tmp]$ tar -xzf bitcoin-22.0.tar.gz
    
    [nix-shell:/tmp]$ cd bitcoin-22.0
    
    [nix-shell:/tmp/bitcoin-22.0]$ ./autogen.sh
    glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
    glibtoolize: copying file 'build-aux/ltmain.sh'
    glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
    glibtoolize: copying file 'build-aux/m4/libtool.m4'
    glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
    glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
    glibtoolize: copying file 'build-aux/m4/ltversion.m4'
    glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
    configure.ac:45: installing 'build-aux/compile'
    configure.ac:45: installing 'build-aux/config.guess'
    configure.ac:45: installing 'build-aux/config.sub'
    configure.ac:28: installing 'build-aux/install-sh'
    configure.ac:28: installing 'build-aux/missing'
    Makefile.am: installing 'build-aux/depcomp'
    parallel-tests: installing 'build-aux/test-driver'
    glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
    glibtoolize: copying file 'build-aux/ltmain.sh'
    glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
    glibtoolize: copying file 'build-aux/m4/libtool.m4'
    glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
    glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
    glibtoolize: copying file 'build-aux/m4/ltversion.m4'
    glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
    configure.ac:36: warning: The macro `AC_PROG_CC_C89' is obsolete.
    configure.ac:36: You should run autoupdate.
    ./lib/autoconf/c.m4:1652: AC_PROG_CC_C89 is expanded from...
    configure.ac:36: the top level
    configure.ac:15: installing 'build-aux/compile'
    configure.ac:5: installing 'build-aux/config.guess'
    configure.ac:5: installing 'build-aux/config.sub'
    configure.ac:9: installing 'build-aux/install-sh'
    configure.ac:9: installing 'build-aux/missing'
    Makefile.am: installing 'build-aux/depcomp'
    parallel-tests: installing 'build-aux/test-driver'
    glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
    glibtoolize: copying file 'build-aux/ltmain.sh'
    glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
    glibtoolize: copying file 'build-aux/m4/libtool.m4'
    glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
    glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
    glibtoolize: copying file 'build-aux/m4/ltversion.m4'
    glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
    configure.ac:812: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead
    lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
    lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
    ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
    ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
    build-aux/m4/ax_pthread.m4:89: AX_PTHREAD is expanded from...
    configure.ac:812: the top level
    configure.ac:94: installing 'build-aux/compile'
    configure.ac:38: installing 'build-aux/config.guess'
    configure.ac:38: installing 'build-aux/config.sub'
    configure.ac:48: installing 'build-aux/install-sh'
    configure.ac:48: installing 'build-aux/missing'
    src/Makefile.am: installing 'build-aux/depcomp'
    parallel-tests: installing 'build-aux/test-driver'
    
    [nix-shell:/tmp/bitcoin-22.0]$ ./configure
    checking pkg-config is at least version 0.9.0... yes
    checking build system type... x86_64-apple-darwin20.6.0
    checking host system type... x86_64-apple-darwin20.6.0
    checking for a BSD-compatible install... /nix/store/qczkyqz0f5dhwy3n7nwawaim99nqqm1q-coreutils-8.32/bin/install -c
    checking whether build environment is sane... yes
    checking for a race-free mkdir -p... /nix/store/qczkyqz0f5dhwy3n7nwawaim99nqqm1q-coreutils-8.32/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking whether make supports nested variables... (cached) yes
    checking whether the C++ compiler works... yes
    checking for C++ compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether the compiler supports GNU C++... yes
    checking whether clang++ accepts -g... yes
    checking for clang++ option to enable C++11 features... none needed
    checking whether make supports the include directive... yes (GNU style)
    checking dependency style of clang++... gcc3
    ./configure: line 5489: syntax error near unexpected token `17,'
    ./configure: line 5489: `AX_CXX_COMPILE_STDCXX(17, noext, mandatory)'
    
    [nix-shell:/tmp/bitcoin-22.0]$ shasum -a 256 ../bitcoin-22.0.tar.gz
    d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b  ../bitcoin-22.0.tar.gz
    
    [nix-shell:/tmp/bitcoin-22.0]$ find build-aux/m4
    build-aux/m4
    build-aux/m4/ltversion.m4
    build-aux/m4/bitcoin_find_bdb48.m4
    build-aux/m4/ax_boost_unit_test_framework.m4
    build-aux/m4/libtool.m4
    build-aux/m4/ltoptions.m4
    build-aux/m4/ltsugar.m4
    build-aux/m4/ax_check_preproc_flag.m4
    build-aux/m4/ax_check_link_flag.m4
    build-aux/m4/l_atomic.m4
    build-aux/m4/ax_check_compile_flag.m4
    build-aux/m4/l_socket.m4
    build-aux/m4/ax_boost_system.m4
    build-aux/m4/bitcoin_subdir_to_include.m4
    build-aux/m4/ax_pthread.m4
    build-aux/m4/ax_boost_filesystem.m4
    build-aux/m4/ax_boost_base.m4
    build-aux/m4/lt~obsolete.m4
    build-aux/m4/bitcoin_qt.m4
    
    [nix-shell:/tmp/bitcoin-22.0]$
    

    This file is missing from the tar archive.

  2. centromere added the label Bug on Sep 21, 2021
  3. fanquake removed the label Bug on Sep 22, 2021
  4. fanquake commented at 1:52 PM on September 22, 2021: member

    I'm going to assume this is a problem with your local environment / shell. ax_cxx_compile_stdcxx.m4 is certainly in the archive.

    # curl -O https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0.tar.gz
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 7785k  100 7785k    0     0  12.7M      0 --:--:-- --:--:-- --:--:-- 12.7M
    # tar -xzf bitcoin-22.0.tar.gz
    # ls bitcoin-22.0/build-aux/m4/
    ax_boost_base.m4                 ax_check_compile_flag.m4  ax_pthread.m4                 l_atomic.m4
    ax_boost_filesystem.m4           ax_check_link_flag.m4     bitcoin_find_bdb48.m4         l_socket.m4
    ax_boost_system.m4               ax_check_preproc_flag.m4  bitcoin_qt.m4
    ax_boost_unit_test_framework.m4  ax_cxx_compile_stdcxx.m4  bitcoin_subdir_to_include.m4
    
  5. centromere commented at 2:41 PM on September 22, 2021: none

    Very bizarre!

    [nix-shell:/tmp]$ tar -vxzf bitcoin-22.0.tar.gz | grep ax_cxx_compile_stdcxx.m4
    bitcoin-22.0/build-aux/m4/ax_cxx_compile_stdcxx.m4
    
    [nix-shell:/tmp]$ ls -l bitcoin-22.0/build-aux/m4/ax_cxx_compile_stdcxx.m4
    ls: cannot access 'bitcoin-22.0/build-aux/m4/ax_cxx_compile_stdcxx.m4': No such file or directory
    
  6. centromere commented at 2:49 PM on September 22, 2021: none
  7. centromere closed this on Sep 22, 2021

  8. fanquake locked this on Sep 23, 2021
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 03:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me