Skip to content

Instantly share code, notes, and snippets.

@koehn
Created August 5, 2020 14:02
Show Gist options
  • Select an option

  • Save koehn/7fca87c953dbfbbced8c065eca60780f to your computer and use it in GitHub Desktop.

Select an option

Save koehn/7fca87c953dbfbbced8c065eca60780f to your computer and use it in GitHub Desktop.

Revisions

  1. koehn created this gist Aug 5, 2020.
    2 changes: 2 additions & 0 deletions # protobuf - 2020-08-05_07-26-06.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    Homebrew build logs for protobuf on macOS 11.0
    Build date: 2020-08-05 07:26:06
    21 changes: 21 additions & 0 deletions 00.config.out
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    HOMEBREW_VERSION: 2.4.9
    ORIGIN: https://github.com/Homebrew/brew
    HEAD: e6b066a3d9fc5435009428fcd2855fddf9b455c0
    Last commit: 8 days ago
    Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
    Core tap HEAD: db1bb5d1776cf82072a4eaeb8eedcc823858b552
    Core tap last commit: 4 hours ago
    HOMEBREW_PREFIX: /usr/local
    HOMEBREW_DEVELOPER: set
    HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.r261LF8VEn/org.macosforge.xquartz:0
    HOMEBREW_GITHUB_API_TOKEN: set
    HOMEBREW_MAKE_JOBS: 8
    CPU: octa-core 64-bit skylake
    Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
    Clang: 12.0 build 1200
    Git: 2.28.0 => /usr/local/bin/git
    Curl: 7.64.1 => /usr/bin/curl
    Java: 10.0.2, 1.8.0_181, 1.8.0_112, 1.8.0_91
    macOS: 11.0-x86_64
    CLT: 12.0.0.0.1.1596224945
    Xcode: 12.0 => /Applications/Xcode-beta.app/Contents/Developer
    1 change: 1 addition & 0 deletions 00.doctor.out
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    Your system is ready to brew.
    1 change: 1 addition & 0 deletions 00.options.out
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    protobuf
    422 changes: 422 additions & 0 deletions 01.configure
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,422 @@
    2020-08-05 07:18:41 -0500

    ./configure
    --disable-debug
    --disable-dependency-tracking
    --prefix=/usr/local/Cellar/protobuf/3.12.4
    --with-zlib

    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking build system type... x86_64-apple-darwin20.0.0
    checking host system type... x86_64-apple-darwin20.0.0
    checking target system type... x86_64-apple-darwin20.0.0
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... ./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 whether make supports nested variables... (cached) yes
    checking for gcc... clang
    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 we are using the GNU C compiler... yes
    checking whether clang accepts -g... yes
    checking for clang option to accept ISO C89... none needed
    checking whether clang understands -c and -o together... yes
    checking whether make supports the include directive... yes (GNU style)
    checking dependency style of clang... none
    checking whether we are using the GNU C++ compiler... yes
    checking whether clang++ accepts -g... yes
    checking dependency style of clang++... none
    checking how to run the C preprocessor... clang -E
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking whether gcc understands -c and -o together... (cached) yes
    checking dependency style of gcc... (cached) none
    checking how to run the C preprocessor... gcc -E
    checking how to run the C++ preprocessor... clang++ -E
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... (cached) none
    checking how to run the C++ preprocessor... g++ -E
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking for ar... ar
    checking the archiver (ar) interface... ar
    checking whether we are using the GNU Objective C compiler... yes
    checking whether clang accepts -g... yes
    checking dependency style of clang... none
    checking C++ compiler flags...... use user-supplied: -DNDEBUG
    checking whether __SUNPRO_CC is declared... no
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by clang... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 786432
    checking how to convert x86_64-apple-darwin20.0.0 file names to x86_64-apple-darwin20.0.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin20.0.0 file names to toolchain format... func_convert_file_noop
    checking for /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for archiver @FILE support... no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from clang object... ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if clang supports -fno-rtti -fno-exceptions... yes
    checking for clang option to produce PIC... -fno-common -DPIC
    checking if clang PIC flag -fno-common -DPIC works... yes
    checking if clang static flag -static works... no
    checking if clang supports -c -o file.o... yes
    checking if clang supports -c -o file.o... (cached) yes
    checking whether the clang linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin20.0.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking how to run the C++ preprocessor... clang++ -E
    checking for ld used by clang++... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking for clang++ option to produce PIC... -fno-common -DPIC
    checking if clang++ PIC flag -fno-common -DPIC works... yes
    checking if clang++ static flag -static works... no
    checking if clang++ supports -c -o file.o... yes
    checking if clang++ supports -c -o file.o... (cached) yes
    checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin20.0.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether the linker supports version scripts... no
    checking for ANSI C header files... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking for inttypes.h... (cached) yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for working memcmp... yes
    checking for working strtod... yes
    checking for ftruncate... yes
    checking for memset... yes
    checking for mkdir... yes
    checking for strchr... yes
    checking for strerror... yes
    checking for strtol... yes
    checking zlib version... ok (1.2.0.4 or later)
    checking for library containing zlibVersion... -lz
    checking whether clang++ supports C++11 features by default... yes
    checking whether -latomic is needed... no
    checking whether clang is Clang... yes
    checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
    checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
    checking whether more special flags are required for pthreads... no
    checking for PTHREAD_PRIO_INHERIT... yes
    checking the location of hash_map... <unordered_map>
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating benchmarks/Makefile
    config.status: creating conformance/Makefile
    config.status: creating protobuf.pc
    config.status: creating protobuf-lite.pc
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    === configuring in third_party/googletest (/private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/third_party/googletest)
    configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/protobuf/3.12.4' '--disable-debug' '--disable-dependency-tracking' '--with-zlib' 'CC=clang' 'CXX=clang++' 'CXXFLAGS=-DNDEBUG' 'OBJC=clang' --cache-file=/dev/null --srcdir=.
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe 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 that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    === configuring in googletest (/private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/third_party/googletest/googletest)
    configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/protobuf/3.12.4' '--disable-debug' '--disable-dependency-tracking' '--with-zlib' 'CC=clang' 'CXX=clang++' 'CXXFLAGS=-DNDEBUG' 'OBJC=clang' --cache-file=/dev/null --srcdir=.
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe 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 for gcc... clang
    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 we are using the GNU C compiler... yes
    checking whether clang accepts -g... yes
    checking for clang option to accept ISO C89... none needed
    checking whether clang understands -c and -o together... yes
    checking whether make supports the include directive... yes (GNU style)
    checking dependency style of clang... none
    checking whether we are using the GNU C++ compiler... yes
    checking whether clang++ accepts -g... yes
    checking dependency style of clang++... none
    checking build system type... x86_64-apple-darwin20.0.0
    checking host system type... x86_64-apple-darwin20.0.0
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by clang... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 786432
    checking how to convert x86_64-apple-darwin20.0.0 file names to x86_64-apple-darwin20.0.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin20.0.0 file names to toolchain format... func_convert_file_noop
    checking for /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from clang object... ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking how to run the C preprocessor... clang -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if clang supports -fno-rtti -fno-exceptions... yes
    checking for clang option to produce PIC... -fno-common -DPIC
    checking if clang PIC flag -fno-common -DPIC works... yes
    checking if clang static flag -static works... no
    checking if clang supports -c -o file.o... yes
    checking if clang supports -c -o file.o... (cached) yes
    checking whether the clang linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin20.0.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking how to run the C++ preprocessor... clang++ -E
    checking for ld used by clang++... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking for clang++ option to produce PIC... -fno-common -DPIC
    checking if clang++ PIC flag -fno-common -DPIC works... yes
    checking if clang++ static flag -static works... no
    checking if clang++ supports -c -o file.o... yes
    checking if clang++ supports -c -o file.o... (cached) yes
    checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin20.0.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking for python... /usr/bin/python
    checking for the pthreads library -lpthreads... no
    checking whether pthreads work without any flags... yes
    checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
    checking if more special flags are required for pthreads... -D_THREAD_SAFE
    checking whether to check for GCC pthread/shared inconsistencies... no
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating scripts/gtest-config
    config.status: creating build-aux/config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    === configuring in googlemock (/private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/third_party/googletest/googlemock)
    configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/protobuf/3.12.4' '--disable-debug' '--disable-dependency-tracking' '--with-zlib' 'CC=clang' 'CXX=clang++' 'CXXFLAGS=-DNDEBUG' 'OBJC=clang' --cache-file=/dev/null --srcdir=.
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe 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 for gcc... clang
    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 we are using the GNU C compiler... yes
    checking whether clang accepts -g... yes
    checking for clang option to accept ISO C89... none needed
    checking whether clang understands -c and -o together... yes
    checking whether make supports the include directive... yes (GNU style)
    checking dependency style of clang... none
    checking whether we are using the GNU C++ compiler... yes
    checking whether clang++ accepts -g... yes
    checking dependency style of clang++... none
    checking build system type... x86_64-apple-darwin20.0.0
    checking host system type... x86_64-apple-darwin20.0.0
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by clang... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 786432
    checking how to convert x86_64-apple-darwin20.0.0 file names to x86_64-apple-darwin20.0.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin20.0.0 file names to toolchain format... func_convert_file_noop
    checking for /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from clang object... ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking how to run the C preprocessor... clang -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if clang supports -fno-rtti -fno-exceptions... yes
    checking for clang option to produce PIC... -fno-common -DPIC
    checking if clang PIC flag -fno-common -DPIC works... yes
    checking if clang static flag -static works... no
    checking if clang supports -c -o file.o... yes
    checking if clang supports -c -o file.o... (cached) yes
    checking whether the clang linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin20.0.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking how to run the C++ preprocessor... clang++ -E
    checking for ld used by clang++... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking for clang++ option to produce PIC... -fno-common -DPIC
    checking if clang++ PIC flag -fno-common -DPIC works... yes
    checking if clang++ static flag -static works... no
    checking if clang++ supports -c -o file.o... yes
    checking if clang++ supports -c -o file.o... (cached) yes
    checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin20.0.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking for python... /usr/bin/python
    checking for the pthreads library -lpthreads... no
    checking whether pthreads work without any flags... yes
    checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
    checking if more special flags are required for pthreads... -D_THREAD_SAFE
    checking whether to check for GCC pthread/shared inconsistencies... no
    checking for gtest-config... no
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating scripts/gmock-config
    config.status: creating build-aux/config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    1,043 changes: 1,043 additions & 0 deletions 01.configure.cc
    1,043 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
    179 changes: 179 additions & 0 deletions 02.make
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,179 @@
    2020-08-05 07:19:14 -0500

    make

    /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make all-recursive
    Making all in .
    make[2]: Nothing to be done for `all-am'.
    Making all in src
    CXX google/protobuf/compiler/main.o
    CXX google/protobuf/stubs/bytestream.lo
    CXX google/protobuf/stubs/common.lo
    CXX google/protobuf/stubs/int128.lo
    CXX google/protobuf/io/io_win32.lo
    CXX google/protobuf/stubs/status.lo
    CXX google/protobuf/stubs/statusor.lo
    CXX google/protobuf/stubs/stringpiece.lo
    CXX google/protobuf/stubs/stringprintf.lo
    CXX google/protobuf/stubs/structurally_valid.lo
    CXX google/protobuf/stubs/strutil.lo
    CXX google/protobuf/stubs/time.lo
    CXX google/protobuf/any_lite.lo
    CXX google/protobuf/arena.lo
    CXX google/protobuf/extension_set.lo
    CXX google/protobuf/generated_enum_util.lo
    CXX google/protobuf/generated_message_util.lo
    CXX google/protobuf/generated_message_table_driven_lite.lo
    CXX google/protobuf/implicit_weak_message.lo
    CXX google/protobuf/message_lite.lo
    CXX google/protobuf/parse_context.lo
    CXX google/protobuf/repeated_field.lo
    CXX google/protobuf/wire_format_lite.lo
    CXX google/protobuf/io/coded_stream.lo
    CXX google/protobuf/io/strtod.lo
    CXX google/protobuf/io/zero_copy_stream.lo
    CXX google/protobuf/io/zero_copy_stream_impl.lo
    CXX google/protobuf/io/zero_copy_stream_impl_lite.lo
    CXX google/protobuf/any.pb.lo
    CXX google/protobuf/api.pb.lo
    CXX google/protobuf/any.lo
    CXX google/protobuf/descriptor.lo
    CXX google/protobuf/descriptor_database.lo
    CXX google/protobuf/descriptor.pb.lo
    CXX google/protobuf/duration.pb.lo
    CXX google/protobuf/dynamic_message.lo
    CXX google/protobuf/empty.pb.lo
    CXX google/protobuf/extension_set_heavy.lo
    CXX google/protobuf/field_mask.pb.lo
    CXX google/protobuf/generated_message_reflection.lo
    CXX google/protobuf/generated_message_table_driven.lo
    CXX google/protobuf/map_field.lo
    CXX google/protobuf/message.lo
    CXX google/protobuf/reflection_ops.lo
    CXX google/protobuf/service.lo
    CXX google/protobuf/source_context.pb.lo
    CXX google/protobuf/struct.pb.lo
    CXX google/protobuf/stubs/substitute.lo
    CXX google/protobuf/text_format.lo
    CXX google/protobuf/timestamp.pb.lo
    CXX google/protobuf/type.pb.lo
    CXX google/protobuf/unknown_field_set.lo
    CXX google/protobuf/wire_format.lo
    CXX google/protobuf/wrappers.pb.lo
    CXX google/protobuf/io/gzip_stream.lo
    CXX google/protobuf/io/printer.lo
    CXX google/protobuf/io/tokenizer.lo
    CXX google/protobuf/compiler/importer.lo
    CXX google/protobuf/compiler/parser.lo
    CXX google/protobuf/util/delimited_message_util.lo
    CXX google/protobuf/util/field_comparator.lo
    CXX google/protobuf/util/field_mask_util.lo
    CXX google/protobuf/util/internal/datapiece.lo
    CXX google/protobuf/util/internal/default_value_objectwriter.lo
    CXX google/protobuf/util/internal/error_listener.lo
    CXX google/protobuf/util/internal/field_mask_utility.lo
    CXX google/protobuf/util/internal/json_escaping.lo
    CXX google/protobuf/util/internal/json_objectwriter.lo
    CXX google/protobuf/util/internal/json_stream_parser.lo
    CXX google/protobuf/util/internal/object_writer.lo
    CXX google/protobuf/util/internal/protostream_objectsource.lo
    CXX google/protobuf/util/internal/protostream_objectwriter.lo
    CXX google/protobuf/util/internal/proto_writer.lo
    CXX google/protobuf/util/internal/type_info.lo
    CXX google/protobuf/util/internal/type_info_test_helper.lo
    CXX google/protobuf/util/internal/utility.lo
    CXX google/protobuf/util/json_util.lo
    CXX google/protobuf/util/message_differencer.lo
    CXX google/protobuf/util/time_util.lo
    CXX google/protobuf/util/type_resolver_util.lo
    CXX google/protobuf/compiler/code_generator.lo
    CXX google/protobuf/compiler/command_line_interface.lo
    CXX google/protobuf/compiler/plugin.lo
    CXX google/protobuf/compiler/plugin.pb.lo
    CXX google/protobuf/compiler/subprocess.lo
    CXX google/protobuf/compiler/zip_writer.lo
    CXX google/protobuf/compiler/cpp/cpp_enum.lo
    CXX google/protobuf/compiler/cpp/cpp_enum_field.lo
    CXX google/protobuf/compiler/cpp/cpp_extension.lo
    CXX google/protobuf/compiler/cpp/cpp_field.lo
    CXX google/protobuf/compiler/cpp/cpp_file.lo
    CXX google/protobuf/compiler/cpp/cpp_generator.lo
    CXX google/protobuf/compiler/cpp/cpp_helpers.lo
    CXX google/protobuf/compiler/cpp/cpp_map_field.lo
    CXX google/protobuf/compiler/cpp/cpp_message.lo
    CXX google/protobuf/compiler/cpp/cpp_message_field.lo
    CXX google/protobuf/compiler/cpp/cpp_padding_optimizer.lo
    CXX google/protobuf/compiler/cpp/cpp_primitive_field.lo
    CXX google/protobuf/compiler/cpp/cpp_service.lo
    CXX google/protobuf/compiler/cpp/cpp_string_field.lo
    CXX google/protobuf/compiler/java/java_context.lo
    CXX google/protobuf/compiler/java/java_enum.lo
    CXX google/protobuf/compiler/java/java_enum_lite.lo
    CXX google/protobuf/compiler/java/java_enum_field.lo
    CXX google/protobuf/compiler/java/java_enum_field_lite.lo
    CXX google/protobuf/compiler/java/java_extension.lo
    CXX google/protobuf/compiler/java/java_extension_lite.lo
    CXX google/protobuf/compiler/java/java_field.lo
    CXX google/protobuf/compiler/java/java_file.lo
    CXX google/protobuf/compiler/java/java_generator.lo
    CXX google/protobuf/compiler/java/java_generator_factory.lo
    CXX google/protobuf/compiler/java/java_helpers.lo
    CXX google/protobuf/compiler/java/java_map_field.lo
    CXX google/protobuf/compiler/java/java_map_field_lite.lo
    CXX google/protobuf/compiler/java/java_message.lo
    CXX google/protobuf/compiler/java/java_message_lite.lo
    CXX google/protobuf/compiler/java/java_message_builder.lo
    CXX google/protobuf/compiler/java/java_message_builder_lite.lo
    CXX google/protobuf/compiler/java/java_message_field.lo
    CXX google/protobuf/compiler/java/java_message_field_lite.lo
    CXX google/protobuf/compiler/java/java_name_resolver.lo
    CXX google/protobuf/compiler/java/java_primitive_field.lo
    CXX google/protobuf/compiler/java/java_primitive_field_lite.lo
    CXX google/protobuf/compiler/java/java_shared_code_generator.lo
    CXX google/protobuf/compiler/java/java_service.lo
    CXX google/protobuf/compiler/java/java_string_field.lo
    CXX google/protobuf/compiler/java/java_string_field_lite.lo
    CXX google/protobuf/compiler/java/java_doc_comment.lo
    CXX google/protobuf/compiler/js/js_generator.lo
    CXX google/protobuf/compiler/js/well_known_types_embed.lo
    CXX google/protobuf/compiler/objectivec/objectivec_enum.lo
    CXX google/protobuf/compiler/objectivec/objectivec_enum_field.lo
    CXX google/protobuf/compiler/objectivec/objectivec_extension.lo
    CXX google/protobuf/compiler/objectivec/objectivec_field.lo
    CXX google/protobuf/compiler/objectivec/objectivec_file.lo
    CXX google/protobuf/compiler/objectivec/objectivec_generator.lo
    CXX google/protobuf/compiler/objectivec/objectivec_helpers.lo
    CXX google/protobuf/compiler/objectivec/objectivec_map_field.lo
    CXX google/protobuf/compiler/objectivec/objectivec_message.lo
    CXX google/protobuf/compiler/objectivec/objectivec_message_field.lo
    CXX google/protobuf/compiler/objectivec/objectivec_oneof.lo
    CXX google/protobuf/compiler/objectivec/objectivec_primitive_field.lo
    CXX google/protobuf/compiler/php/php_generator.lo
    CXX google/protobuf/compiler/python/python_generator.lo
    CXX google/protobuf/compiler/ruby/ruby_generator.lo
    CXX google/protobuf/compiler/csharp/csharp_doc_comment.lo
    CXX google/protobuf/compiler/csharp/csharp_enum.lo
    CXX google/protobuf/compiler/csharp/csharp_enum_field.lo
    CXX google/protobuf/compiler/csharp/csharp_field_base.lo
    CXX google/protobuf/compiler/csharp/csharp_generator.lo
    CXX google/protobuf/compiler/csharp/csharp_helpers.lo
    CXX google/protobuf/compiler/csharp/csharp_map_field.lo
    CXX google/protobuf/compiler/csharp/csharp_message.lo
    CXX google/protobuf/compiler/csharp/csharp_message_field.lo
    CXX google/protobuf/compiler/csharp/csharp_primitive_field.lo
    CXX google/protobuf/compiler/csharp/csharp_reflection_class.lo
    CXX google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo
    CXX google/protobuf/compiler/csharp/csharp_repeated_message_field.lo
    CXX google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo
    CXX google/protobuf/compiler/csharp/csharp_source_generator_base.lo
    CXX google/protobuf/compiler/csharp/csharp_wrapper_field.lo
    CXXLD libprotobuf-lite.la
    CXXLD libprotobuf.la
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprotobuf-lite.a(io_win32.o) has no symbols
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprotobuf-lite.a(io_win32.o) has no symbols
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprotobuf.a(io_win32.o) has no symbols
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprotobuf.a(error_listener.o) has no symbols
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprotobuf.a(io_win32.o) has no symbols
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprotobuf.a(error_listener.o) has no symbols
    CXXLD libprotoc.la
    CXXLD protoc
    1,622 changes: 1,622 additions & 0 deletions 02.make.cc
    1,622 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
    340 changes: 340 additions & 0 deletions 03.make
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,340 @@
    2020-08-05 07:21:27 -0500

    make
    check

    Making check in .
    /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make check-local
    Making lib/libgmock.a lib/libgmock_main.a in gmock
    /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c -o src/gtest-all.lo src/gtest-all.cc
    /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c -o src/gtest_main.lo src/gtest_main.cc
    libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c src/gtest_main.cc -fno-common -DPIC -o src/.libs/gtest_main.o
    libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c src/gtest-all.cc -fno-common -DPIC -o src/.libs/gtest-all.o
    libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c src/gtest_main.cc -o src/gtest_main.o >/dev/null 2>&1
    libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c src/gtest-all.cc -o src/gtest-all.o >/dev/null 2>&1
    /bin/sh ./libtool --tag=CXX --mode=link clang++ -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -o lib/libgtest.la -rpath /usr/local/Cellar/protobuf/3.12.4/lib src/gtest-all.lo
    libtool: link: clang++ -dynamiclib -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -o lib/.libs/libgtest.0.dylib src/.libs/gtest-all.o -install_name /usr/local/Cellar/protobuf/3.12.4/lib/libgtest.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
    libtool: link: (cd "lib/.libs" && rm -f "libgtest.dylib" && ln -s "libgtest.0.dylib" "libgtest.dylib")
    libtool: link: ar cr lib/.libs/libgtest.a src/gtest-all.o
    libtool: link: ranlib lib/.libs/libgtest.a
    libtool: link: ( cd "lib/.libs" && rm -f "libgtest.la" && ln -s "../libgtest.la" "libgtest.la" )
    /bin/sh ./libtool --tag=CXX --mode=link clang++ -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -o lib/libgtest_main.la -rpath /usr/local/Cellar/protobuf/3.12.4/lib src/gtest_main.lo lib/libgtest.la
    libtool: link: clang++ -dynamiclib -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -o lib/.libs/libgtest_main.0.dylib src/.libs/gtest_main.o lib/.libs/libgtest.dylib -install_name /usr/local/Cellar/protobuf/3.12.4/lib/libgtest_main.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
    libtool: link: (cd "lib/.libs" && rm -f "libgtest_main.dylib" && ln -s "libgtest_main.0.dylib" "libgtest_main.dylib")
    libtool: link: ar cr lib/.libs/libgtest_main.a src/gtest_main.o
    libtool: link: ranlib lib/.libs/libgtest_main.a
    libtool: link: ( cd "lib/.libs" && rm -f "libgtest_main.la" && ln -s "../libgtest_main.la" "libgtest_main.la" )
    /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c -o src/gmock-all.lo src/gmock-all.cc
    /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c -o src/gmock_main.lo src/gmock_main.cc
    libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c src/gmock_main.cc -fno-common -DPIC -o src/.libs/gmock_main.o
    libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c src/gmock-all.cc -fno-common -DPIC -o src/.libs/gmock-all.o
    libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c src/gmock_main.cc -o src/gmock_main.o >/dev/null 2>&1
    libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -c src/gmock-all.cc -o src/gmock-all.o >/dev/null 2>&1
    /bin/sh ./libtool --tag=CXX --mode=link clang++ -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -o lib/libgmock.la -rpath /usr/local/Cellar/protobuf/3.12.4/lib src/gmock-all.lo
    libtool: link: clang++ -dynamiclib -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -o lib/.libs/libgmock.0.dylib src/.libs/gmock-all.o -install_name /usr/local/Cellar/protobuf/3.12.4/lib/libgmock.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
    libtool: link: (cd "lib/.libs" && rm -f "libgmock.dylib" && ln -s "libgmock.0.dylib" "libgmock.dylib")
    libtool: link: ar cr lib/.libs/libgmock.a src/gmock-all.o
    libtool: link: ranlib lib/.libs/libgmock.a
    libtool: link: ( cd "lib/.libs" && rm -f "libgmock.la" && ln -s "../libgmock.la" "libgmock.la" )
    /bin/sh ./libtool --tag=CXX --mode=link clang++ -D_THREAD_SAFE -DGTEST_HAS_PTHREAD=1 -DNDEBUG -o lib/libgmock_main.la -rpath /usr/local/Cellar/protobuf/3.12.4/lib src/gmock_main.lo lib/libgmock.la
    libtool: link: clang++ -dynamiclib -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -o lib/.libs/libgmock_main.0.dylib src/.libs/gmock_main.o lib/.libs/libgmock.dylib -install_name /usr/local/Cellar/protobuf/3.12.4/lib/libgmock_main.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
    libtool: link: (cd "lib/.libs" && rm -f "libgmock_main.dylib" && ln -s "libgmock_main.0.dylib" "libgmock_main.dylib")
    libtool: link: ar cr lib/.libs/libgmock_main.a src/gmock_main.o
    libtool: link: ranlib lib/.libs/libgmock_main.a
    libtool: link: ( cd "lib/.libs" && rm -f "libgmock_main.la" && ln -s "../libgmock_main.la" "libgmock_main.la" )
    Making check in src
    /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make protoc protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test test_plugin protobuf-lite-arena-test no-warning-test zcgzip zcgunzip
    make[2]: `protoc' is up to date.
    oldpwd=`pwd` && ( cd . && $oldpwd/protoc -I. --cpp_out=$oldpwd google/protobuf/any_test.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto google/protobuf/map_lite_unittest.proto google/protobuf/map_proto2_unittest.proto google/protobuf/map_unittest.proto google/protobuf/unittest_arena.proto google/protobuf/unittest_custom_options.proto google/protobuf/unittest_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_enormous_descriptor.proto google/protobuf/unittest_import_lite.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public_lite.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lazy_dependencies.proto google/protobuf/unittest_lazy_dependencies_custom_option.proto google/protobuf/unittest_lazy_dependencies_enum.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/unittest_lite.proto google/protobuf/unittest_mset.proto google/protobuf/unittest_mset_wire_format.proto google/protobuf/unittest_no_arena_lite.proto google/protobuf/unittest_no_arena_import.proto google/protobuf/unittest_no_arena.proto google/protobuf/unittest_no_field_presence.proto google/protobuf/unittest_no_generic_services.proto google/protobuf/unittest_optimize_for.proto google/protobuf/unittest_preserve_unknown_enum2.proto google/protobuf/unittest_preserve_unknown_enum.proto google/protobuf/unittest.proto google/protobuf/unittest_proto3.proto google/protobuf/unittest_proto3_arena.proto google/protobuf/unittest_proto3_arena_lite.proto google/protobuf/unittest_proto3_lite.proto google/protobuf/unittest_proto3_optional.proto google/protobuf/unittest_well_known_types.proto google/protobuf/util/internal/testdata/anys.proto google/protobuf/util/internal/testdata/books.proto google/protobuf/util/internal/testdata/default_value.proto google/protobuf/util/internal/testdata/default_value_test.proto google/protobuf/util/internal/testdata/field_mask.proto google/protobuf/util/internal/testdata/maps.proto google/protobuf/util/internal/testdata/oneofs.proto google/protobuf/util/internal/testdata/proto3.proto google/protobuf/util/internal/testdata/struct.proto google/protobuf/util/internal/testdata/timestamp_duration.proto google/protobuf/util/internal/testdata/wrappers.proto google/protobuf/util/json_format.proto google/protobuf/util/json_format_proto3.proto google/protobuf/util/message_differencer_unittest.proto google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --experimental_allow_proto3_optional )
    echo "// Generated from Makefile.am" > no_warning_test.cc
    CXX google/protobuf/compiler/test_plugin-mock_code_generator.o
    CXX google/protobuf/compiler/test_plugin-test_plugin.o
    for FILE in google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/fastmem.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/map_util.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/strutil.h google/protobuf/stubs/template_util.h google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/any.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/descriptor_database.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/extension_set.h google/protobuf/extension_set_inl.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_table_driven.h google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.h google/protobuf/inlined_string_field.h google/protobuf/io/io_win32.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h google/protobuf/parse_context.h google/protobuf/port.h google/protobuf/port_def.inc google/protobuf/port_undef.inc google/protobuf/reflection.h google/protobuf/reflection_ops.h google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wrappers.pb.h google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h google/protobuf/compiler/cpp/cpp_generator.h google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_names.h google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h google/protobuf/compiler/php/php_generator.h google/protobuf/compiler/python/python_generator.h google/protobuf/compiler/ruby/ruby_generator.h google/protobuf/util/type_resolver.h google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver_util.h google/protobuf/util/message_differencer.h; do \
    echo "#include <${FILE}>" >> no_warning_test.cc; \
    done
    echo "int main(int, char**) { return 0; }" >> no_warning_test.cc
    CXX no_warning_test-no_warning_test.o
    CXX google/protobuf/testing/test_plugin-file.o
    CXX google/protobuf/testing/zcgzip.o
    CXX google/protobuf/testing/zcgunzip.o
    CXXLD zcgunzip
    CXXLD zcgzip
    touch unittest_proto_middleman
    CXX google/protobuf/stubs/protobuf_test-bytestream_unittest.o
    CXX google/protobuf/stubs/protobuf_test-common_unittest.o
    CXX google/protobuf/stubs/protobuf_test-int128_unittest.o
    CXX google/protobuf/io/protobuf_test-io_win32_unittest.o
    CXX google/protobuf/stubs/protobuf_test-statusor_test.o
    CXX google/protobuf/stubs/protobuf_test-status_test.o
    CXX google/protobuf/stubs/protobuf_test-stringpiece_unittest.o
    CXX google/protobuf/stubs/protobuf_test-stringprintf_unittest.o
    CXX google/protobuf/stubs/protobuf_test-structurally_valid_unittest.o
    CXX google/protobuf/stubs/protobuf_test-strutil_unittest.o
    CXX google/protobuf/stubs/protobuf_test-template_util_unittest.o
    CXX google/protobuf/stubs/protobuf_test-time_test.o
    CXX google/protobuf/protobuf_test-any_test.o
    CXX google/protobuf/protobuf_test-arenastring_unittest.o
    CXX google/protobuf/protobuf_test-arena_unittest.o
    CXX google/protobuf/protobuf_test-descriptor_database_unittest.o
    CXX google/protobuf/protobuf_test-descriptor_unittest.o
    CXX google/protobuf/protobuf_test-drop_unknown_fields_test.o
    CXX google/protobuf/protobuf_test-dynamic_message_unittest.o
    CXX google/protobuf/protobuf_test-extension_set_unittest.o
    CXX google/protobuf/protobuf_test-generated_message_reflection_unittest.o
    CXX google/protobuf/protobuf_test-map_field_test.o
    CXX google/protobuf/protobuf_test-map_test.o
    CXX google/protobuf/protobuf_test-message_unittest.o
    CXX google/protobuf/protobuf_test-no_field_presence_test.o
    CXX google/protobuf/protobuf_test-preserve_unknown_enum_test.o
    CXX google/protobuf/protobuf_test-proto3_arena_lite_unittest.o
    CXX google/protobuf/protobuf_test-proto3_arena_unittest.o
    CXX google/protobuf/protobuf_test-proto3_lite_unittest.o
    CXX google/protobuf/protobuf_test-reflection_ops_unittest.o
    CXX google/protobuf/protobuf_test-repeated_field_reflection_unittest.o
    CXX google/protobuf/protobuf_test-repeated_field_unittest.o
    CXX google/protobuf/protobuf_test-text_format_unittest.o
    CXX google/protobuf/protobuf_test-unknown_field_set_unittest.o
    CXX google/protobuf/protobuf_test-well_known_types_unittest.o
    CXX google/protobuf/protobuf_test-wire_format_unittest.o
    CXX google/protobuf/io/protobuf_test-coded_stream_unittest.o
    CXX google/protobuf/io/protobuf_test-printer_unittest.o
    CXX google/protobuf/io/protobuf_test-tokenizer_unittest.o
    CXX google/protobuf/io/protobuf_test-zero_copy_stream_unittest.o
    CXX google/protobuf/compiler/protobuf_test-annotation_test_util.o
    CXX google/protobuf/compiler/protobuf_test-importer_unittest.o
    CXX google/protobuf/compiler/protobuf_test-mock_code_generator.o
    CXX google/protobuf/compiler/protobuf_test-parser_unittest.o
    CXX google/protobuf/compiler/cpp/protobuf_test-cpp_bootstrap_unittest.o
    CXX google/protobuf/compiler/cpp/protobuf_test-cpp_move_unittest.o
    CXX google/protobuf/compiler/cpp/protobuf_test-cpp_unittest.o
    CXX google/protobuf/compiler/cpp/protobuf_test-cpp_plugin_unittest.o
    CXX google/protobuf/compiler/cpp/protobuf_test-metadata_test.o
    CXX google/protobuf/compiler/java/protobuf_test-java_plugin_unittest.o
    CXX google/protobuf/compiler/java/protobuf_test-java_doc_comment_unittest.o
    CXX google/protobuf/compiler/objectivec/protobuf_test-objectivec_helpers_unittest.o
    CXX google/protobuf/compiler/python/protobuf_test-python_plugin_unittest.o
    CXX google/protobuf/compiler/ruby/protobuf_test-ruby_generator_unittest.o
    CXX google/protobuf/compiler/csharp/protobuf_test-csharp_bootstrap_unittest.o
    CXX google/protobuf/compiler/csharp/protobuf_test-csharp_generator_unittest.o
    CXX google/protobuf/util/protobuf_test-delimited_message_util_test.o
    CXX google/protobuf/util/protobuf_test-field_comparator_test.o
    CXX google/protobuf/util/protobuf_test-field_mask_util_test.o
    CXX google/protobuf/util/internal/protobuf_test-default_value_objectwriter_test.o
    CXX google/protobuf/util/internal/protobuf_test-json_objectwriter_test.o
    CXX google/protobuf/util/internal/protobuf_test-json_stream_parser_test.o
    CXX google/protobuf/util/internal/protobuf_test-protostream_objectsource_test.o
    CXX google/protobuf/util/internal/protobuf_test-protostream_objectwriter_test.o
    CXX google/protobuf/util/internal/protobuf_test-type_info_test_helper.o
    CXX google/protobuf/util/protobuf_test-json_util_test.o
    CXX google/protobuf/util/protobuf_test-message_differencer_unittest.o
    CXX google/protobuf/util/protobuf_test-time_util_test.o
    CXX google/protobuf/util/protobuf_test-type_resolver_util_test.o
    CXX google/protobuf/compiler/protobuf_test-command_line_interface_unittest.o
    CXX google/protobuf/protobuf_test-arena_test_util.o
    CXX google/protobuf/protobuf_test-test_util.o
    CXX google/protobuf/testing/protobuf_test-googletest.o
    CXX google/protobuf/testing/protobuf_test-file.o
    CXX google/protobuf/protobuf_test-map_lite_unittest.pb.o
    CXX google/protobuf/protobuf_test-unittest_lite.pb.o
    CXX google/protobuf/protobuf_test-unittest_no_arena_lite.pb.o
    CXX google/protobuf/protobuf_test-unittest_import_lite.pb.o
    CXX google/protobuf/protobuf_test-unittest_import_public_lite.pb.o
    CXX google/protobuf/protobuf_test-any_test.pb.o
    CXX google/protobuf/compiler/cpp/protobuf_test-cpp_test_bad_identifiers.pb.o
    CXX google/protobuf/compiler/cpp/protobuf_test-cpp_test_large_enum_value.pb.o
    CXX google/protobuf/protobuf_test-map_proto2_unittest.pb.o
    CXX google/protobuf/protobuf_test-map_unittest.pb.o
    CXX google/protobuf/protobuf_test-unittest_arena.pb.o
    CXX google/protobuf/protobuf_test-unittest_custom_options.pb.o
    CXX google/protobuf/protobuf_test-unittest_drop_unknown_fields.pb.o
    CXX google/protobuf/protobuf_test-unittest_embed_optimize_for.pb.o
    CXX google/protobuf/protobuf_test-unittest_empty.pb.o
    CXX google/protobuf/protobuf_test-unittest_enormous_descriptor.pb.o
    CXX google/protobuf/protobuf_test-unittest_import.pb.o
    CXX google/protobuf/protobuf_test-unittest_import_public.pb.o
    CXX google/protobuf/protobuf_test-unittest_lazy_dependencies.pb.o
    CXX google/protobuf/protobuf_test-unittest_lazy_dependencies_custom_option.pb.o
    CXX google/protobuf/protobuf_test-unittest_lazy_dependencies_enum.pb.o
    CXX google/protobuf/protobuf_test-unittest_lite_imports_nonlite.pb.o
    CXX google/protobuf/protobuf_test-unittest_mset.pb.o
    CXX google/protobuf/protobuf_test-unittest_mset_wire_format.pb.o
    CXX google/protobuf/protobuf_test-unittest_no_arena_import.pb.o
    CXX google/protobuf/protobuf_test-unittest_no_arena.pb.o
    CXX google/protobuf/protobuf_test-unittest_no_field_presence.pb.o
    CXX google/protobuf/protobuf_test-unittest_no_generic_services.pb.o
    CXX google/protobuf/protobuf_test-unittest_optimize_for.pb.o
    CXX google/protobuf/protobuf_test-unittest.pb.o
    CXX google/protobuf/protobuf_test-unittest_preserve_unknown_enum2.pb.o
    CXX google/protobuf/protobuf_test-unittest_preserve_unknown_enum.pb.o
    CXX google/protobuf/protobuf_test-unittest_proto3.pb.o
    CXX google/protobuf/protobuf_test-unittest_proto3_arena.pb.o
    CXX google/protobuf/protobuf_test-unittest_proto3_arena_lite.pb.o
    CXX google/protobuf/protobuf_test-unittest_proto3_lite.pb.o
    CXX google/protobuf/protobuf_test-unittest_proto3_optional.pb.o
    CXX google/protobuf/protobuf_test-unittest_well_known_types.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-anys.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-books.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-default_value.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-default_value_test.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-field_mask.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-maps.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-oneofs.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-proto3.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-struct.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-timestamp_duration.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_test-wrappers.pb.o
    CXX google/protobuf/util/protobuf_test-json_format.pb.o
    CXX google/protobuf/util/protobuf_test-json_format_proto3.pb.o
    CXX google/protobuf/util/protobuf_test-message_differencer_unittest.pb.o
    CXX google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_unittest.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-arena_test_util.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-test_util.o
    CXX google/protobuf/testing/protobuf_lazy_descriptor_test-googletest.o
    CXX google/protobuf/testing/protobuf_lazy_descriptor_test-file.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-map_lite_unittest.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lite.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena_lite.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import_lite.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public_lite.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-any_test.pb.o
    CXX google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o
    CXX google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_large_enum_value.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-map_proto2_unittest.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-map_unittest.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_arena.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_custom_options.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_drop_unknown_fields.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_empty.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_enormous_descriptor.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_custom_option.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_enum.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_mset.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_mset_wire_format.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena_import.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_no_arena.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_no_field_presence.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_no_generic_services.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum2.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena_lite.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_lite.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_optional.pb.o
    CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_well_known_types.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-anys.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-books.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value_test.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-field_mask.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-maps.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-oneofs.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-proto3.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-struct.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-timestamp_duration.pb.o
    CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-wrappers.pb.o
    CXX google/protobuf/util/protobuf_lazy_descriptor_test-json_format.pb.o
    CXX google/protobuf/util/protobuf_lazy_descriptor_test-json_format_proto3.pb.o
    CXX google/protobuf/util/protobuf_lazy_descriptor_test-message_differencer_unittest.pb.o
    CXX google/protobuf/protobuf_lite_test-lite_unittest.o
    CXX google/protobuf/protobuf_lite_test-arena_test_util.o
    CXX google/protobuf/protobuf_lite_test-map_lite_test_util.o
    CXX google/protobuf/protobuf_lite_test-test_util_lite.o
    CXX google/protobuf/protobuf_lite_test-map_lite_unittest.pb.o
    CXX google/protobuf/protobuf_lite_test-unittest_lite.pb.o
    CXX google/protobuf/protobuf_lite_test-unittest_no_arena_lite.pb.o
    CXX google/protobuf/protobuf_lite_test-unittest_import_lite.pb.o
    CXX google/protobuf/protobuf_lite_test-unittest_import_public_lite.pb.o
    CXXLD test_plugin
    CXX google/protobuf/protobuf_lite_arena_test-lite_arena_unittest.o
    CXX google/protobuf/protobuf_lite_arena_test-arena_test_util.o
    CXX google/protobuf/protobuf_lite_arena_test-map_lite_test_util.o
    CXX google/protobuf/protobuf_lite_arena_test-test_util_lite.o
    CXX google/protobuf/protobuf_lite_arena_test-map_lite_unittest.pb.o
    CXX google/protobuf/protobuf_lite_arena_test-unittest_lite.pb.o
    CXX google/protobuf/protobuf_lite_arena_test-unittest_no_arena_lite.pb.o
    CXX google/protobuf/protobuf_lite_arena_test-unittest_import_lite.pb.o
    CXX google/protobuf/protobuf_lite_arena_test-unittest_import_public_lite.pb.o
    CXX google/protobuf/no_warning_test-map_lite_unittest.pb.o
    CXX google/protobuf/no_warning_test-unittest_lite.pb.o
    CXX google/protobuf/no_warning_test-unittest_no_arena_lite.pb.o
    CXX google/protobuf/no_warning_test-unittest_import_lite.pb.o
    CXX google/protobuf/no_warning_test-unittest_import_public_lite.pb.o
    CXX google/protobuf/no_warning_test-any_test.pb.o
    CXX google/protobuf/compiler/cpp/no_warning_test-cpp_test_bad_identifiers.pb.o
    CXX google/protobuf/compiler/cpp/no_warning_test-cpp_test_large_enum_value.pb.o
    CXX google/protobuf/no_warning_test-map_proto2_unittest.pb.o
    CXX google/protobuf/no_warning_test-map_unittest.pb.o
    CXX google/protobuf/no_warning_test-unittest_arena.pb.o
    CXX google/protobuf/no_warning_test-unittest_custom_options.pb.o
    CXX google/protobuf/no_warning_test-unittest_drop_unknown_fields.pb.o
    CXX google/protobuf/no_warning_test-unittest_embed_optimize_for.pb.o
    CXX google/protobuf/no_warning_test-unittest_empty.pb.o
    CXX google/protobuf/no_warning_test-unittest_enormous_descriptor.pb.o
    CXX google/protobuf/no_warning_test-unittest_import.pb.o
    CXX google/protobuf/no_warning_test-unittest_import_public.pb.o
    CXX google/protobuf/no_warning_test-unittest_lazy_dependencies.pb.o
    CXX google/protobuf/no_warning_test-unittest_lazy_dependencies_custom_option.pb.o
    CXX google/protobuf/no_warning_test-unittest_lazy_dependencies_enum.pb.o
    CXX google/protobuf/no_warning_test-unittest_lite_imports_nonlite.pb.o
    CXX google/protobuf/no_warning_test-unittest_mset.pb.o
    CXX google/protobuf/no_warning_test-unittest_mset_wire_format.pb.o
    CXX google/protobuf/no_warning_test-unittest_no_arena_import.pb.o
    CXX google/protobuf/no_warning_test-unittest_no_arena.pb.o
    CXX google/protobuf/no_warning_test-unittest_no_field_presence.pb.o
    CXX google/protobuf/no_warning_test-unittest_no_generic_services.pb.o
    CXX google/protobuf/no_warning_test-unittest_optimize_for.pb.o
    CXX google/protobuf/no_warning_test-unittest.pb.o
    CXX google/protobuf/no_warning_test-unittest_preserve_unknown_enum2.pb.o
    CXX google/protobuf/no_warning_test-unittest_preserve_unknown_enum.pb.o
    CXX google/protobuf/no_warning_test-unittest_proto3.pb.o
    CXX google/protobuf/no_warning_test-unittest_proto3_arena.pb.o
    CXX google/protobuf/no_warning_test-unittest_proto3_arena_lite.pb.o
    CXX google/protobuf/no_warning_test-unittest_proto3_lite.pb.o
    CXX google/protobuf/no_warning_test-unittest_proto3_optional.pb.o
    CXX google/protobuf/no_warning_test-unittest_well_known_types.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-anys.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-books.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-default_value.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-default_value_test.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-field_mask.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-maps.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-oneofs.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-proto3.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-struct.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-timestamp_duration.pb.o
    CXX google/protobuf/util/internal/testdata/no_warning_test-wrappers.pb.o
    CXX google/protobuf/util/no_warning_test-json_format.pb.o
    CXX google/protobuf/util/no_warning_test-json_format_proto3.pb.o
    CXX google/protobuf/util/no_warning_test-message_differencer_unittest.pb.o
    CXXLD protobuf-test
    CXXLD protobuf-lazy-descriptor-test
    CXXLD protobuf-lite-test
    CXXLD protobuf-lite-arena-test
    CXXLD no-warning-test
    /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make check-TESTS
    PASS: no-warning-test
    PASS: protobuf-lite-arena-test
    PASS: protobuf-lite-test
    PASS: protobuf-lazy-descriptor-test
    PASS: google/protobuf/io/gzip_stream_unittest.sh
    PASS: google/protobuf/compiler/zip_output_unittest.sh
    PASS: protobuf-test
    ============================================================================
    Testsuite summary for Protocol Buffers 3.12.4
    ============================================================================
    # TOTAL: 7
    # PASS: 7
    # SKIP: 0
    # XFAIL: 0
    # FAIL: 0
    # XPASS: 0
    # ERROR: 0
    ============================================================================
    1,383 changes: 1,383 additions & 0 deletions 03.make.cc
    1,383 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
    70 changes: 70 additions & 0 deletions 04.make
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,70 @@
    2020-08-05 07:26:01 -0500

    make
    install

    Making install in .
    make[2]: Nothing to be done for `install-exec-am'.
    ./install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/lib/pkgconfig'
    /usr/bin/install -c -m 644 protobuf.pc protobuf-lite.pc '/usr/local/Cellar/protobuf/3.12.4/lib/pkgconfig'
    Making install in src
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/lib'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include'
    /bin/sh ../libtool --mode=install /usr/bin/install -c libprotobuf-lite.la libprotobuf.la libprotoc.la '/usr/local/Cellar/protobuf/3.12.4/lib'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf'
    libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.23.dylib /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf-lite.23.dylib
    libtool: install: (cd /usr/local/Cellar/protobuf/3.12.4/lib && { ln -s -f libprotobuf-lite.23.dylib libprotobuf-lite.dylib || { rm -f libprotobuf-lite.dylib && ln -s libprotobuf-lite.23.dylib libprotobuf-lite.dylib; }; })
    libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.lai /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf-lite.la
    libtool: install: /usr/bin/install -c .libs/libprotobuf.23.dylib /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf.23.dylib
    libtool: install: (cd /usr/local/Cellar/protobuf/3.12.4/lib && { ln -s -f libprotobuf.23.dylib libprotobuf.dylib || { rm -f libprotobuf.dylib && ln -s libprotobuf.23.dylib libprotobuf.dylib; }; })
    libtool: install: /usr/bin/install -c .libs/libprotobuf.lai /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf.la
    /usr/bin/install -c -m 644 google/protobuf/descriptor.proto google/protobuf/any.proto google/protobuf/api.proto google/protobuf/duration.proto google/protobuf/empty.proto google/protobuf/field_mask.proto google/protobuf/source_context.proto google/protobuf/struct.proto google/protobuf/timestamp.proto google/protobuf/type.proto google/protobuf/wrappers.proto '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf'
    libtool: install: /usr/bin/install -c .libs/libprotoc.23.dylib /usr/local/Cellar/protobuf/3.12.4/lib/libprotoc.23.dylib
    /usr/bin/install -c -m 644 google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/any.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/descriptor_database.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/extension_set.h google/protobuf/extension_set_inl.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_table_driven.h google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.h google/protobuf/inlined_string_field.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h google/protobuf/parse_context.h google/protobuf/port.h google/protobuf/port_def.inc google/protobuf/port_undef.inc google/protobuf/reflection.h google/protobuf/reflection_ops.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf'
    libtool: install: (cd /usr/local/Cellar/protobuf/3.12.4/lib && { ln -s -f libprotoc.23.dylib libprotoc.dylib || { rm -f libprotoc.dylib && ln -s libprotoc.23.dylib libprotoc.dylib; }; })
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler'
    libtool: install: /usr/bin/install -c .libs/libprotoc.lai /usr/local/Cellar/protobuf/3.12.4/lib/libprotoc.la
    libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.a /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf-lite.a
    libtool: install: chmod 644 /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf-lite.a
    libtool: install: ranlib /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf-lite.a
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/python'
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf-lite.a(io_win32.o) has no symbols
    /usr/bin/install -c -m 644 google/protobuf/compiler/plugin.proto '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler'
    libtool: install: /usr/bin/install -c .libs/libprotobuf.a /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf.a
    /usr/bin/install -c -m 644 google/protobuf/compiler/python/python_generator.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/python'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/php'
    libtool: install: chmod 644 /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf.a
    libtool: install: ranlib /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf.a
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf.a(io_win32.o) has no symbols
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/protobuf/3.12.4/lib/libprotobuf.a(error_listener.o) has no symbols
    /usr/bin/install -c -m 644 google/protobuf/compiler/php/php_generator.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/php'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/cpp'
    libtool: install: /usr/bin/install -c .libs/libprotoc.a /usr/local/Cellar/protobuf/3.12.4/lib/libprotoc.a
    /usr/bin/install -c -m 644 google/protobuf/compiler/cpp/cpp_generator.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/cpp'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/objectivec'
    libtool: install: chmod 644 /usr/local/Cellar/protobuf/3.12.4/lib/libprotoc.a
    libtool: install: ranlib /usr/local/Cellar/protobuf/3.12.4/lib/libprotoc.a
    /usr/bin/install -c -m 644 google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/objectivec'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/stubs'
    /usr/bin/install -c -m 644 google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/fastmem.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/map_util.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/strutil.h google/protobuf/stubs/template_util.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/stubs'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/io'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/bin'
    /usr/bin/install -c -m 644 google/protobuf/io/io_win32.h google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/io'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf'
    /bin/sh ../libtool --mode=install /usr/bin/install -c protoc '/usr/local/Cellar/protobuf/3.12.4/bin'
    /usr/bin/install -c -m 644 google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wrappers.pb.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/java'
    /usr/bin/install -c -m 644 google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_names.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/java'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler'
    /usr/bin/install -c -m 644 google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/util'
    /usr/bin/install -c -m 644 google/protobuf/util/type_resolver.h google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver_util.h google/protobuf/util/message_differencer.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/util'
    libtool: install: /usr/bin/install -c .libs/protoc /usr/local/Cellar/protobuf/3.12.4/bin/protoc
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/ruby'
    /usr/bin/install -c -m 644 google/protobuf/compiler/ruby/ruby_generator.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/ruby'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/csharp'
    /usr/bin/install -c -m 644 google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/csharp'
    .././install-sh -c -d '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/js'
    /usr/bin/install -c -m 644 google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h '/usr/local/Cellar/protobuf/3.12.4/include/google/protobuf/compiler/js'
    40 changes: 40 additions & 0 deletions 05.python3
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,40 @@
    2020-08-05 07:26:02 -0500

    /usr/local/opt/[email protected]/bin/python3
    -c
    import setuptools, tokenize
    __file__ = 'setup.py'
    exec(compile(getattr(tokenize, 'open', open)(__file__).read()
    .replace('\r\n', '\n'), __file__, 'exec'))
    --no-user-cfg
    install
    --prefix=/usr/local/Cellar/protobuf/3.12.4/libexec
    --install-scripts=/usr/local/Cellar/protobuf/3.12.4/libexec/bin
    --single-version-externally-managed
    --record=installed.txt

    running install
    running build
    running build_py
    creating build
    creating build/lib
    copying six.py -> build/lib
    running install_lib
    creating /usr/local/Cellar/protobuf/3.12.4/libexec
    creating /usr/local/Cellar/protobuf/3.12.4/libexec/lib
    creating /usr/local/Cellar/protobuf/3.12.4/libexec/lib/python3.8
    creating /usr/local/Cellar/protobuf/3.12.4/libexec/lib/python3.8/site-packages
    copying build/lib/six.py -> /usr/local/Cellar/protobuf/3.12.4/libexec/lib/python3.8/site-packages
    byte-compiling /usr/local/Cellar/protobuf/3.12.4/libexec/lib/python3.8/site-packages/six.py to six.cpython-38.pyc
    running install_egg_info
    running egg_info
    writing six.egg-info/PKG-INFO
    writing dependency_links to six.egg-info/dependency_links.txt
    writing top-level names to six.egg-info/top_level.txt
    reading manifest file 'six.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    no previously-included directories found matching 'documentation/_build'
    writing manifest file 'six.egg-info/SOURCES.txt'
    Copying six.egg-info to /usr/local/Cellar/protobuf/3.12.4/libexec/lib/python3.8/site-packages/six-1.15.0-py3.8.egg-info
    running install_scripts
    writing list of installed files to 'installed.txt'
    2,416 changes: 2,416 additions & 0 deletions 06.python3
    2,416 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
    8 changes: 8 additions & 0 deletions 06.python3.cc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    clang called with: --version
    superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
    superenv executed: clang --version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names

    clang called with: -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/Cellar/protobuf/3.12.4/include -L/usr/local/Cellar/protobuf/3.12.4/lib -I. -I../src -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c google/protobuf/pyext/extension_dict.cc -o build/temp.macosx-10.15-x86_64-3.8/google/protobuf/pyext/extension_dict.o -Wno-write-strings -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-variable -std=c++11 -Wno-shorten-64-to-32 -Wno-deprecated-register -Wno-shorten-64-to-32
    superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
    superenv executed: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/Cellar/protobuf/3.12.4/include -L/usr/local/Cellar/protobuf/3.12.4/lib -I. -I../src -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/[email protected]/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c google/protobuf/pyext/extension_dict.cc -o build/temp.macosx-10.15-x86_64-3.8/google/protobuf/pyext/extension_dict.o -Wno-write-strings -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-variable -std=c++11 -Wno-shorten-64-to-32 -Wno-deprecated-register -Wno-shorten-64-to-32 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers

    1,522 changes: 1,522 additions & 0 deletions config.log
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,1522 @@
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.

    It was created by Protocol Buffers configure 3.12.4, which was
    generated by GNU Autoconf 2.69. Invocation command line was

    $ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/protobuf/3.12.4 --with-zlib

    ## --------- ##
    ## Platform. ##
    ## --------- ##

    hostname = Brads-iMac.local
    uname -m = x86_64
    uname -r = 20.0.0
    uname -s = Darwin
    uname -v = Darwin Kernel Version 20.0.0: Wed Jul 15 21:07:06 PDT 2020; root:xnu-7155.0.0.131.6~1/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 20.0.0: Wed Jul 15 21:07:06 PDT 2020; root:xnu-7155.0.0.131.6~1/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: 32.00 gigabytes
    Default processor set: 773 tasks, 9250 threads, 8 processors
    Load average: 5.55, Mach factor: 2.65
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown

    PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super
    PATH: /usr/local/opt/[email protected]/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/sbin
    PATH: /sbin


    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##

    configure:2621: checking whether to enable maintainer-specific portions of Makefiles
    configure:2630: result: yes
    configure:2705: checking build system type
    configure:2719: result: x86_64-apple-darwin20.0.0
    configure:2739: checking host system type
    configure:2752: result: x86_64-apple-darwin20.0.0
    configure:2772: checking target system type
    configure:2785: result: x86_64-apple-darwin20.0.0
    configure:2828: checking for a BSD-compatible install
    configure:2896: result: /usr/bin/install -c
    configure:2907: checking whether build environment is sane
    configure:2962: result: yes
    configure:3113: checking for a thread-safe mkdir -p
    configure:3152: result: ./install-sh -c -d
    configure:3159: checking for gawk
    configure:3189: result: no
    configure:3159: checking for mawk
    configure:3189: result: no
    configure:3159: checking for nawk
    configure:3189: result: no
    configure:3159: checking for awk
    configure:3175: found /usr/bin/awk
    configure:3186: result: awk
    configure:3197: checking whether make sets $(MAKE)
    configure:3219: result: yes
    configure:3248: checking whether make supports nested variables
    configure:3265: result: yes
    configure:3354: checking whether UID '501' is supported by ustar format
    configure:3357: result: yes
    configure:3364: checking whether GID '20' is supported by ustar format
    configure:3367: result: yes
    configure:3375: checking how to create a ustar tar archive
    configure:3386: tar --version
    bsdtar 3.3.2 - libarchive 3.3.2 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.6
    configure:3389: $? = 0
    configure:3429: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
    configure:3432: $? = 0
    configure:3436: tar -xf - <conftest.tar
    configure:3439: $? = 0
    configure:3441: cat conftest.dir/file
    GrepMe
    configure:3444: $? = 0
    configure:3457: result: gnutar
    configure:3522: checking whether make supports nested variables
    configure:3539: result: yes
    configure:3632: checking for gcc
    configure:3659: result: clang
    configure:3888: checking for C compiler version
    configure:3897: clang --version >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:3908: $? = 0
    configure:3897: clang -v >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:3908: $? = 0
    configure:3897: clang -V >&5
    clang: error: unsupported option '-V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk'
    configure:3908: $? = 1
    configure:3897: clang -qversion >&5
    clang: error: unknown argument '-qversion'; did you mean '--version'?
    configure:3908: $? = 1
    configure:3928: checking whether the C compiler works
    configure:3950: clang conftest.c >&5
    configure:3954: $? = 0
    configure:4002: result: yes
    configure:4005: checking for C compiler default output file name
    configure:4007: result: a.out
    configure:4013: checking for suffix of executables
    configure:4020: clang -o conftest conftest.c >&5
    configure:4024: $? = 0
    configure:4046: result:
    configure:4068: checking whether we are cross compiling
    configure:4076: clang -o conftest conftest.c >&5
    configure:4080: $? = 0
    configure:4087: ./conftest
    configure:4091: $? = 0
    configure:4106: result: no
    configure:4111: checking for suffix of object files
    configure:4133: clang -c conftest.c >&5
    configure:4137: $? = 0
    configure:4158: result: o
    configure:4162: checking whether we are using the GNU C compiler
    configure:4181: clang -c conftest.c >&5
    configure:4181: $? = 0
    configure:4190: result: yes
    configure:4199: checking whether clang accepts -g
    configure:4219: clang -c -g conftest.c >&5
    configure:4219: $? = 0
    configure:4260: result: yes
    configure:4277: checking for clang option to accept ISO C89
    configure:4340: clang -c conftest.c >&5
    configure:4340: $? = 0
    configure:4353: result: none needed
    configure:4378: checking whether clang understands -c and -o together
    configure:4400: clang -c conftest.c -o conftest2.o
    configure:4403: $? = 0
    configure:4400: clang -c conftest.c -o conftest2.o
    configure:4403: $? = 0
    configure:4415: result: yes
    configure:4435: checking whether make supports the include directive
    configure:4450: make -f confmf.GNU && cat confinc.out
    this is the am__doit target
    configure:4453: $? = 0
    configure:4472: result: yes (GNU style)
    configure:4497: checking dependency style of clang
    configure:4608: result: none
    configure:4735: checking for C++ compiler version
    configure:4744: clang++ --version >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:4755: $? = 0
    configure:4744: clang++ -v >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:4755: $? = 0
    configure:4744: clang++ -V >&5
    clang: error: unsupported option '-V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk'
    configure:4755: $? = 1
    configure:4744: clang++ -qversion >&5
    clang: error: unknown argument '-qversion'; did you mean '--version'?
    configure:4755: $? = 1
    configure:4759: checking whether we are using the GNU C++ compiler
    configure:4778: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:4778: $? = 0
    configure:4787: result: yes
    configure:4796: checking whether clang++ accepts -g
    configure:4816: clang++ -c -g conftest.cpp >&5
    configure:4816: $? = 0
    configure:4857: result: yes
    configure:4882: checking dependency style of clang++
    configure:4993: result: none
    configure:5013: checking how to run the C preprocessor
    configure:5044: clang -E conftest.c
    configure:5044: $? = 0
    configure:5058: clang -E conftest.c
    conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
    #include <ac_nonexistent.h>
    ^~~~~~~~~~~~~~~~~~
    1 error generated.
    configure:5058: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:5083: result: clang -E
    configure:5103: clang -E conftest.c
    configure:5103: $? = 0
    configure:5117: clang -E conftest.c
    conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
    #include <ac_nonexistent.h>
    ^~~~~~~~~~~~~~~~~~
    1 error generated.
    configure:5117: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:5201: checking for gcc
    configure:5217: found /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc
    configure:5228: result: gcc
    configure:5457: checking for C compiler version
    configure:5466: gcc --version >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:5477: $? = 0
    configure:5466: gcc -v >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:5477: $? = 0
    configure:5466: gcc -V >&5
    clang: error: unsupported option '-V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk'
    configure:5477: $? = 1
    configure:5466: gcc -qversion >&5
    clang: error: unknown argument '-qversion'; did you mean '--version'?
    configure:5477: $? = 1
    configure:5481: checking whether we are using the GNU C compiler
    configure:5509: result: yes
    configure:5518: checking whether gcc accepts -g
    configure:5538: clang -c conftest.c >&5
    configure:5538: $? = 0
    configure:5579: result: yes
    configure:5596: checking for gcc option to accept ISO C89
    configure:5672: result: none needed
    configure:5697: checking whether gcc understands -c and -o together
    configure:5734: result: yes
    configure:5753: checking dependency style of gcc
    configure:5864: result: none
    configure:5884: checking how to run the C preprocessor
    configure:5915: clang -E conftest.c
    configure:5915: $? = 0
    configure:5929: clang -E conftest.c
    conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
    #include <ac_nonexistent.h>
    ^~~~~~~~~~~~~~~~~~
    1 error generated.
    configure:5929: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:5954: result: gcc -E
    configure:5974: clang -E conftest.c
    configure:5974: $? = 0
    configure:5988: clang -E conftest.c
    conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
    #include <ac_nonexistent.h>
    ^~~~~~~~~~~~~~~~~~
    1 error generated.
    configure:5988: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:6030: checking how to run the C++ preprocessor
    configure:6057: clang++ -E conftest.cpp
    configure:6057: $? = 0
    configure:6071: clang++ -E conftest.cpp
    conftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found
    #include <ac_nonexistent.h>
    ^~~~~~~~~~~~~~~~~~
    1 error generated.
    configure:6071: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:6096: result: clang++ -E
    configure:6116: clang++ -E conftest.cpp
    configure:6116: $? = 0
    configure:6130: clang++ -E conftest.cpp
    conftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found
    #include <ac_nonexistent.h>
    ^~~~~~~~~~~~~~~~~~
    1 error generated.
    configure:6130: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:6223: checking for g++
    configure:6239: found /usr/local/Homebrew/Library/Homebrew/shims/mac/super/g++
    configure:6250: result: g++
    configure:6277: checking for C++ compiler version
    configure:6286: g++ --version >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:6297: $? = 0
    configure:6286: g++ -v >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:6297: $? = 0
    configure:6286: g++ -V >&5
    clang: error: unsupported option '-V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk'
    configure:6297: $? = 1
    configure:6286: g++ -qversion >&5
    clang: error: unknown argument '-qversion'; did you mean '--version'?
    configure:6297: $? = 1
    configure:6301: checking whether we are using the GNU C++ compiler
    configure:6329: result: yes
    configure:6338: checking whether g++ accepts -g
    configure:6358: clang -c conftest.cpp >&5
    configure:6358: $? = 0
    configure:6399: result: yes
    configure:6424: checking dependency style of g++
    configure:6535: result: none
    configure:6555: checking how to run the C++ preprocessor
    configure:6582: g++ -E conftest.cpp
    configure:6582: $? = 0
    configure:6596: g++ -E conftest.cpp
    conftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found
    #include <ac_nonexistent.h>
    ^~~~~~~~~~~~~~~~~~
    1 error generated.
    configure:6596: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:6621: result: g++ -E
    configure:6641: g++ -E conftest.cpp
    configure:6641: $? = 0
    configure:6655: g++ -E conftest.cpp
    conftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found
    #include <ac_nonexistent.h>
    ^~~~~~~~~~~~~~~~~~
    1 error generated.
    configure:6655: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:6697: checking for grep that handles long lines and -e
    configure:6755: result: /usr/bin/grep
    configure:6760: checking for egrep
    configure:6822: result: /usr/bin/grep -E
    configure:6827: checking for ANSI C header files
    configure:6847: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6847: $? = 0
    configure:6920: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    configure:6920: $? = 0
    configure:6920: ./conftest
    configure:6920: $? = 0
    configure:6931: result: yes
    configure:6944: checking for sys/types.h
    configure:6944: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6944: $? = 0
    configure:6944: result: yes
    configure:6944: checking for sys/stat.h
    configure:6944: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6944: $? = 0
    configure:6944: result: yes
    configure:6944: checking for stdlib.h
    configure:6944: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6944: $? = 0
    configure:6944: result: yes
    configure:6944: checking for string.h
    configure:6944: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6944: $? = 0
    configure:6944: result: yes
    configure:6944: checking for memory.h
    configure:6944: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6944: $? = 0
    configure:6944: result: yes
    configure:6944: checking for strings.h
    configure:6944: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6944: $? = 0
    configure:6944: result: yes
    configure:6944: checking for inttypes.h
    configure:6944: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6944: $? = 0
    configure:6944: result: yes
    configure:6944: checking for stdint.h
    configure:6944: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6944: $? = 0
    configure:6944: result: yes
    configure:6944: checking for unistd.h
    configure:6944: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6944: $? = 0
    configure:6944: result: yes
    configure:6957: checking minix/config.h usability
    configure:6957: clang++ -c -DNDEBUG conftest.cpp >&5
    conftest.cpp:54:10: fatal error: 'minix/config.h' file not found
    #include <minix/config.h>
    ^~~~~~~~~~~~~~~~
    1 error generated.
    configure:6957: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <minix/config.h>
    configure:6957: result: no
    configure:6957: checking minix/config.h presence
    configure:6957: clang++ -E conftest.cpp
    conftest.cpp:21:10: fatal error: 'minix/config.h' file not found
    #include <minix/config.h>
    ^~~~~~~~~~~~~~~~
    1 error generated.
    configure:6957: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | /* end confdefs.h. */
    | #include <minix/config.h>
    configure:6957: result: no
    configure:6957: checking for minix/config.h
    configure:6957: result: no
    configure:6978: checking whether it is safe to define __EXTENSIONS__
    configure:6996: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:6996: $? = 0
    configure:7003: result: yes
    configure:7072: checking for ar
    configure:7088: found /usr/bin/ar
    configure:7099: result: ar
    configure:7125: checking the archiver (ar) interface
    configure:7141: clang -c conftest.c >&5
    configure:7141: $? = 0
    configure:7143: ar cru libconftest.a conftest.o >&5
    configure:7146: $? = 0
    configure:7174: result: ar
    configure:7308: checking for Objective C compiler version
    configure:7317: clang --version >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:7328: $? = 0
    configure:7317: clang -v >&5
    Apple clang version 12.0.0 (clang-1200.0.26.2)
    Target: x86_64-apple-darwin20.0.0
    Thread model: posix
    InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    configure:7328: $? = 0
    configure:7317: clang -V >&5
    clang: error: unsupported option '-V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk'
    configure:7328: $? = 1
    configure:7317: clang -qversion >&5
    clang: error: unknown argument '-qversion'; did you mean '--version'?
    configure:7328: $? = 1
    configure:7332: checking whether we are using the GNU Objective C compiler
    configure:7351: clang -c conftest.m >&5
    configure:7351: $? = 0
    configure:7360: result: yes
    configure:7369: checking whether clang accepts -g
    configure:7389: clang -c -g conftest.m >&5
    configure:7389: $? = 0
    configure:7430: result: yes
    configure:7455: checking dependency style of clang
    configure:7564: result: none
    configure:7581: checking C++ compiler flags...
    configure:7602: result: use user-supplied: -DNDEBUG
    configure:7617: checking whether __SUNPRO_CC is declared
    configure:7617: clang++ -c -DNDEBUG conftest.cpp >&5
    conftest.cpp:64:10: error: use of undeclared identifier '__SUNPRO_CC'
    (void) __SUNPRO_CC;
    ^
    1 error generated.
    configure:7617: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define __EXTENSIONS__ 1
    | #define _ALL_SOURCE 1
    | #define _GNU_SOURCE 1
    | #define _POSIX_PTHREAD_SEMANTICS 1
    | #define _TANDEM_SOURCE 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | #ifndef __SUNPRO_CC
    | #ifdef __cplusplus
    | (void) __SUNPRO_CC;
    | #else
    | (void) __SUNPRO_CC;
    | #endif
    | #endif
    |
    | ;
    | return 0;
    | }
    configure:7617: result: no
    configure:7786: checking how to print strings
    configure:7813: result: printf
    configure:7834: checking for a sed that does not truncate output
    configure:7898: result: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
    configure:7916: checking for fgrep
    configure:7978: result: /usr/bin/grep -F
    configure:8013: checking for ld used by clang
    configure:8080: result: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    configure:8087: checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
    configure:8102: result: no
    configure:8114: checking for BSD- or MS-compatible name lister (nm)
    configure:8168: result: /usr/bin/nm -B
    configure:8298: checking the name lister (/usr/bin/nm -B) interface
    configure:8305: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:8308: /usr/bin/nm -B "conftest.o"
    configure:8311: output
    0000000000000000 S _some_variable
    configure:8318: result: BSD nm
    configure:8321: checking whether ln -s works
    configure:8325: result: yes
    configure:8333: checking the maximum length of command line arguments
    configure:8464: result: 786432
    configure:8512: checking how to convert x86_64-apple-darwin20.0.0 file names to x86_64-apple-darwin20.0.0 format
    configure:8552: result: func_convert_file_noop
    configure:8559: checking how to convert x86_64-apple-darwin20.0.0 file names to toolchain format
    configure:8579: result: func_convert_file_noop
    configure:8586: checking for /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
    configure:8593: result: -r
    configure:8667: checking for objdump
    configure:8683: found /usr/bin/objdump
    configure:8694: result: objdump
    configure:8726: checking how to recognize dependent libraries
    configure:8926: result: pass_all
    configure:9011: checking for dlltool
    configure:9041: result: no
    configure:9071: checking how to associate runtime and link libraries
    configure:9098: result: printf %s\n
    configure:9222: checking for archiver @FILE support
    configure:9239: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:9239: $? = 0
    configure:9242: ar cr libconftest.a @conftest.lst >&5
    ar: @conftest.lst: No such file or directory
    configure:9245: $? = 1
    configure:9265: result: no
    configure:9323: checking for strip
    configure:9339: found /usr/bin/strip
    configure:9350: result: strip
    configure:9422: checking for ranlib
    configure:9438: found /usr/bin/ranlib
    configure:9449: result: ranlib
    configure:9551: checking command to parse /usr/bin/nm -B output from clang object
    configure:9704: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:9707: $? = 0
    configure:9711: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
    cannot find nm_test_var in conftest.nm
    configure:9704: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:9707: $? = 0
    configure:9711: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
    configure:9777: clang++ -o conftest -DNDEBUG conftest.cpp conftstm.o >&5
    configure:9780: $? = 0
    configure:9818: result: ok
    configure:9865: checking for sysroot
    configure:9895: result: no
    configure:9902: checking for a working dd
    configure:9940: result: /bin/dd
    configure:9944: checking how to truncate binary pipes
    configure:9959: result: /bin/dd bs=4096 count=1
    configure:10288: checking for mt
    configure:10318: result: no
    configure:10338: checking if : is a manifest tool
    configure:10344: : '-?'
    configure:10352: result: no
    configure:10408: checking for dsymutil
    configure:10424: found /usr/bin/dsymutil
    configure:10435: result: dsymutil
    configure:10500: checking for nmedit
    configure:10516: found /usr/bin/nmedit
    configure:10527: result: nmedit
    configure:10592: checking for lipo
    configure:10608: found /usr/bin/lipo
    configure:10619: result: lipo
    configure:10684: checking for otool
    configure:10700: found /usr/bin/otool
    configure:10711: result: otool
    configure:10776: checking for otool64
    configure:10806: result: no
    configure:10851: checking for -single_module linker flag
    clang -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
    configure:10884: result: yes
    configure:10887: checking for -exported_symbols_list linker flag
    configure:10907: clang++ -o conftest -DNDEBUG -Wl,-exported_symbols_list,conftest.sym conftest.cpp >&5
    configure:10907: $? = 0
    configure:10917: result: yes
    configure:10920: checking for -force_load linker flag
    clang -c -o conftest.o conftest.c
    ar cr libconftest.a conftest.o
    ranlib libconftest.a
    clang -o conftest conftest.c -Wl,-force_load,./libconftest.a
    configure:10952: result: yes
    configure:11026: checking for dlfcn.h
    configure:11026: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:11026: $? = 0
    configure:11026: result: yes
    configure:11292: checking for objdir
    configure:11307: result: .libs
    configure:11571: checking if clang supports -fno-rtti -fno-exceptions
    configure:11589: clang -c -fno-rtti -fno-exceptions conftest.c >&5
    configure:11593: $? = 0
    configure:11606: result: yes
    configure:11970: checking for clang option to produce PIC
    configure:11977: result: -fno-common -DPIC
    configure:11985: checking if clang PIC flag -fno-common -DPIC works
    configure:12003: clang -c -fno-common -DPIC -DPIC conftest.c >&5
    configure:12007: $? = 0
    configure:12020: result: yes
    configure:12049: checking if clang static flag -static works
    configure:12077: result: no
    configure:12092: checking if clang supports -c -o file.o
    configure:12113: clang -c -o out/conftest2.o conftest.c >&5
    configure:12117: $? = 0
    configure:12139: result: yes
    configure:12147: checking if clang supports -c -o file.o
    configure:12194: result: yes
    configure:12227: checking whether the clang linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
    configure:13490: result: yes
    configure:13730: checking dynamic linker characteristics
    configure:14560: result: darwin20.0.0 dyld
    configure:14682: checking how to hardcode library paths into programs
    configure:14707: result: immediate
    configure:15255: checking whether stripping libraries is possible
    configure:15269: result: yes
    configure:15295: checking if libtool supports shared libraries
    configure:15297: result: yes
    configure:15300: checking whether to build shared libraries
    configure:15325: result: yes
    configure:15328: checking whether to build static libraries
    configure:15332: result: yes
    configure:15355: checking how to run the C++ preprocessor
    configure:15421: result: clang++ -E
    configure:15441: clang++ -E conftest.cpp
    configure:15441: $? = 0
    configure:15455: clang++ -E conftest.cpp
    conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found
    #include <ac_nonexistent.h>
    ^~~~~~~~~~~~~~~~~~
    1 error generated.
    configure:15455: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define __EXTENSIONS__ 1
    | #define _ALL_SOURCE 1
    | #define _GNU_SOURCE 1
    | #define _POSIX_PTHREAD_SEMANTICS 1
    | #define _TANDEM_SOURCE 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:15617: checking for ld used by clang++
    configure:15684: result: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    configure:15691: checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
    configure:15706: result: no
    configure:15761: checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
    configure:16834: result: yes
    configure:16870: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:16873: $? = 0
    configure:17354: checking for clang++ option to produce PIC
    configure:17361: result: -fno-common -DPIC
    configure:17369: checking if clang++ PIC flag -fno-common -DPIC works
    configure:17387: clang++ -c -DNDEBUG -fno-common -DPIC -DPIC conftest.cpp >&5
    configure:17391: $? = 0
    configure:17404: result: yes
    configure:17427: checking if clang++ static flag -static works
    configure:17455: result: no
    configure:17467: checking if clang++ supports -c -o file.o
    configure:17488: clang++ -c -DNDEBUG -o out/conftest2.o conftest.cpp >&5
    configure:17492: $? = 0
    configure:17514: result: yes
    configure:17519: checking if clang++ supports -c -o file.o
    configure:17566: result: yes
    configure:17596: checking whether the clang++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
    configure:17639: result: yes
    configure:17780: checking dynamic linker characteristics
    configure:18537: result: darwin20.0.0 dyld
    configure:18602: checking how to hardcode library paths into programs
    configure:18627: result: immediate
    configure:18690: checking whether the linker supports version scripts
    configure:18706: clang++ -o conftest -DNDEBUG -Wl,--version-script=conftest.map conftest.cpp >&5
    ld: unknown option: --version-script=conftest.map
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    configure:18706: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define __EXTENSIONS__ 1
    | #define _ALL_SOURCE 1
    | #define _GNU_SOURCE 1
    | #define _POSIX_PTHREAD_SEMANTICS 1
    | #define _TANDEM_SOURCE 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | /* end confdefs.h. */
    | int main() { return 0; }
    configure:18710: result: no
    configure:18726: checking for ANSI C header files
    configure:18830: result: yes
    configure:18841: checking fcntl.h usability
    configure:18841: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:18841: $? = 0
    configure:18841: result: yes
    configure:18841: checking fcntl.h presence
    configure:18841: clang++ -E conftest.cpp
    configure:18841: $? = 0
    configure:18841: result: yes
    configure:18841: checking for fcntl.h
    configure:18841: result: yes
    configure:18841: checking for inttypes.h
    configure:18841: result: yes
    configure:18841: checking limits.h usability
    configure:18841: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:18841: $? = 0
    configure:18841: result: yes
    configure:18841: checking limits.h presence
    configure:18841: clang++ -E conftest.cpp
    configure:18841: $? = 0
    configure:18841: result: yes
    configure:18841: checking for limits.h
    configure:18841: result: yes
    configure:18841: checking for stdlib.h
    configure:18841: result: yes
    configure:18841: checking for unistd.h
    configure:18841: result: yes
    configure:18853: checking for working memcmp
    configure:18896: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    configure:18896: $? = 0
    configure:18896: ./conftest
    configure:18896: $? = 0
    configure:18906: result: yes
    configure:18915: checking for working strtod
    configure:18956: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    conftest.cpp:76:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    char *string = " +69";
    ^
    conftest.cpp:87:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    char *string = "NaN";
    ^
    2 warnings generated.
    configure:18956: $? = 0
    configure:18956: ./conftest
    configure:18956: $? = 0
    configure:18966: result: yes
    configure:19031: checking for ftruncate
    configure:19031: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    configure:19031: $? = 0
    configure:19031: result: yes
    configure:19031: checking for memset
    configure:19031: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    configure:19031: $? = 0
    configure:19031: result: yes
    configure:19031: checking for mkdir
    configure:19031: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    configure:19031: $? = 0
    configure:19031: result: yes
    configure:19031: checking for strchr
    configure:19031: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    configure:19031: $? = 0
    configure:19031: result: yes
    configure:19031: checking for strerror
    configure:19031: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    configure:19031: $? = 0
    configure:19031: result: yes
    configure:19031: checking for strtol
    configure:19031: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    configure:19031: $? = 0
    configure:19031: result: yes
    configure:19045: checking zlib version
    configure:19065: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:19065: $? = 0
    configure:19067: result: ok (1.2.0.4 or later)
    configure:19071: checking for library containing zlibVersion
    configure:19102: clang++ -o conftest -DNDEBUG conftest.cpp >&5
    Undefined symbols for architecture x86_64:
    "_zlibVersion", referenced from:
    _main in conftest-134bfd.o
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    configure:19102: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Protocol Buffers"
    | #define PACKAGE_TARNAME "protobuf"
    | #define PACKAGE_VERSION "3.12.4"
    | #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "protobuf"
    | #define VERSION "3.12.4"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define __EXTENSIONS__ 1
    | #define _ALL_SOURCE 1
    | #define _GNU_SOURCE 1
    | #define _POSIX_PTHREAD_SEMANTICS 1
    | #define _TANDEM_SOURCE 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | #define STDC_HEADERS 1
    | #define HAVE_FCNTL_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_LIMITS_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_FTRUNCATE 1
    | #define HAVE_MEMSET 1
    | #define HAVE_MKDIR 1
    | #define HAVE_STRCHR 1
    | #define HAVE_STRERROR 1
    | #define HAVE_STRTOL 1
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char zlibVersion ();
    | int
    | main ()
    | {
    | return zlibVersion ();
    | ;
    | return 0;
    | }
    configure:19102: clang++ -o conftest -DNDEBUG conftest.cpp -lz >&5
    configure:19102: $? = 0
    configure:19119: result: -lz
    configure:19182: checking whether clang++ supports C++11 features by default
    configure:19495: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:19495: $? = 0
    configure:19502: result: yes
    configure:19879: checking whether -latomic is needed
    configure:19892: clang++ -o conftest -DNDEBUG conftest.cpp -lz >&5
    configure:19892: $? = 0
    configure:19899: result: no
    configure:20122: checking whether clang is Clang
    configure:20147: result: yes
    configure:20194: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
    configure:20219: clang -o conftest -Werror -Wunknown-warning-option -pthread conftest.c -lz >&5
    configure:20219: $? = 0
    configure:20225: (clang -c -Werror -Wunknown-warning-option -pthread conftest.c >&5) && (echo ==== >&5) && (clang -o conftest -Werror -Wunknown-warning-option -pthread conftest.o -lz >&5)
    ====
    configure:20225: $? = 0
    configure:20243: result: no
    configure:20392: checking for joinable pthread attribute
    configure:20410: clang -o conftest -pthread conftest.c -lz >&5
    configure:20410: $? = 0
    configure:20418: result: PTHREAD_CREATE_JOINABLE
    configure:20432: checking whether more special flags are required for pthreads
    configure:20445: result: no
    configure:20453: checking for PTHREAD_PRIO_INHERIT
    configure:20469: clang -o conftest -pthread conftest.c -lz >&5
    configure:20469: $? = 0
    configure:20478: result: yes
    configure:20590: checking the location of hash_map
    configure:20616: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:20616: $? = 0
    configure:20638: clang++ -c -DNDEBUG conftest.cpp >&5
    configure:20638: $? = 0
    configure:20705: result: <unordered_map>
    configure:20856: checking that generated files are newer than configure
    configure:20862: result: done
    configure:20925: creating ./config.status

    ## ---------------------- ##
    ## Running config.status. ##
    ## ---------------------- ##

    This file was extended by Protocol Buffers config.status 3.12.4, which was
    generated by GNU Autoconf 2.69. Invocation command line was

    CONFIG_FILES =
    CONFIG_HEADERS =
    CONFIG_LINKS =
    CONFIG_COMMANDS =
    $ ./config.status

    on Brads-iMac.local

    config.status:1227: creating Makefile
    config.status:1227: creating src/Makefile
    config.status:1227: creating benchmarks/Makefile
    config.status:1227: creating conformance/Makefile
    config.status:1227: creating protobuf.pc
    config.status:1227: creating protobuf-lite.pc
    config.status:1227: creating config.h
    config.status:1456: executing depfiles commands
    config.status:1456: executing libtool commands
    configure:23406: === configuring in third_party/googletest (/private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/third_party/googletest)
    configure:23469: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/protobuf/3.12.4' '--disable-debug' '--disable-dependency-tracking' '--with-zlib' 'CC=clang' 'CXX=clang++' 'CXXFLAGS=-DNDEBUG' 'OBJC=clang' --cache-file=/dev/null --srcdir=.

    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##

    ac_cv_build=x86_64-apple-darwin20.0.0
    ac_cv_build_prog_CPP='gcc -E'
    ac_cv_build_prog_CXXCPP='g++ -E'
    ac_cv_build_prog_cc_g=yes
    ac_cv_build_prog_cxx_g=yes
    ac_cv_c_compiler_gnu=yes
    ac_cv_cxx_compiler_gnu=yes
    ac_cv_cxx_hash_map='<unordered_map>'
    ac_cv_cxx_hash_map_class=unordered_map
    ac_cv_cxx_hash_namespace=std
    ac_cv_cxx_hash_set='<unordered_set>'
    ac_cv_cxx_hash_set_class=unordered_set
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=set
    ac_cv_env_CC_value=clang
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=set
    ac_cv_env_CXXFLAGS_value=-DNDEBUG
    ac_cv_env_CXX_set=set
    ac_cv_env_CXX_value=clang++
    ac_cv_env_DIST_LANG_set=
    ac_cv_env_DIST_LANG_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_LT_SYS_LIBRARY_PATH_set=
    ac_cv_env_LT_SYS_LIBRARY_PATH_value=
    ac_cv_env_OBJCFLAGS_set=
    ac_cv_env_OBJCFLAGS_value=
    ac_cv_env_OBJC_set=set
    ac_cv_env_OBJC_value=clang
    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_func_ftruncate=yes
    ac_cv_func_memcmp_working=yes
    ac_cv_func_memset=yes
    ac_cv_func_mkdir=yes
    ac_cv_func_strchr=yes
    ac_cv_func_strerror=yes
    ac_cv_func_strtod=yes
    ac_cv_func_strtol=yes
    ac_cv_have_decl___SUNPRO_CC=no
    ac_cv_header_dlfcn_h=yes
    ac_cv_header_fcntl_h=yes
    ac_cv_header_inttypes_h=yes
    ac_cv_header_limits_h=yes
    ac_cv_header_memory_h=yes
    ac_cv_header_minix_config_h=no
    ac_cv_header_stdc=yes
    ac_cv_header_stdint_h=yes
    ac_cv_header_stdlib_h=yes
    ac_cv_header_string_h=yes
    ac_cv_header_strings_h=yes
    ac_cv_header_sys_stat_h=yes
    ac_cv_header_sys_types_h=yes
    ac_cv_header_unistd_h=yes
    ac_cv_host=x86_64-apple-darwin20.0.0
    ac_cv_objc_compiler_gnu=yes
    ac_cv_objext=o
    ac_cv_path_EGREP='/usr/bin/grep -E'
    ac_cv_path_FGREP='/usr/bin/grep -F'
    ac_cv_path_GREP=/usr/bin/grep
    ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_path_lt_DD=/bin/dd
    ac_cv_prog_AWK=awk
    ac_cv_prog_CPP='clang -E'
    ac_cv_prog_CXXCPP='clang++ -E'
    ac_cv_prog_ac_ct_AR=ar
    ac_cv_prog_ac_ct_CC=clang
    ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
    ac_cv_prog_ac_ct_CXX_FOR_BUILD=g++
    ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
    ac_cv_prog_ac_ct_LIPO=lipo
    ac_cv_prog_ac_ct_NMEDIT=nmedit
    ac_cv_prog_ac_ct_OBJDUMP=objdump
    ac_cv_prog_ac_ct_OTOOL=otool
    ac_cv_prog_ac_ct_RANLIB=ranlib
    ac_cv_prog_ac_ct_STRIP=strip
    ac_cv_prog_cc_c89=
    ac_cv_prog_cc_g=yes
    ac_cv_prog_cxx_g=yes
    ac_cv_prog_make_make_set=yes
    ac_cv_prog_objc_g=yes
    ac_cv_safe_to_define___extensions__=yes
    ac_cv_search_zlibVersion=-lz
    ac_cv_target=x86_64-apple-darwin20.0.0
    am_cv_CC_dependencies_compiler_type=none
    am_cv_CXX_dependencies_compiler_type=none
    am_cv_OBJC_dependencies_compiler_type=none
    am_cv_ar_interface=ar
    am_cv_make_support_nested_variables=yes
    am_cv_prog_cc_c_o=yes
    am_cv_prog_tar_ustar=gnutar
    ax_cv_PTHREAD_CLANG=yes
    ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no
    ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
    ax_cv_PTHREAD_PRIO_INHERIT=yes
    ax_cv_PTHREAD_SPECIAL_FLAGS=no
    ax_cv_cxx_compile_cxx11=yes
    lt_cv_apple_cc_single_mod=yes
    lt_cv_ar_at_file=no
    lt_cv_deplibs_check_method=pass_all
    lt_cv_file_magic_cmd='$MAGIC_CMD'
    lt_cv_file_magic_test_file=
    lt_cv_ld_exported_symbols_list=yes
    lt_cv_ld_force_load=yes
    lt_cv_ld_reload_flag=-r
    lt_cv_nm_interface='BSD nm'
    lt_cv_objdir=.libs
    lt_cv_path_LD=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    lt_cv_path_LDCXX=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    lt_cv_path_NM='/usr/bin/nm -B'
    lt_cv_path_mainfest_tool=no
    lt_cv_prog_compiler_c_o=yes
    lt_cv_prog_compiler_c_o_CXX=yes
    lt_cv_prog_compiler_pic='-fno-common -DPIC'
    lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
    lt_cv_prog_compiler_pic_works=yes
    lt_cv_prog_compiler_pic_works_CXX=yes
    lt_cv_prog_compiler_rtti_exceptions=yes
    lt_cv_prog_compiler_static_works=no
    lt_cv_prog_compiler_static_works_CXX=no
    lt_cv_prog_gnu_ld=no
    lt_cv_prog_gnu_ldcxx=no
    lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
    lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
    lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
    lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
    lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
    lt_cv_sys_global_symbol_to_import=
    lt_cv_sys_max_cmd_len=786432
    lt_cv_to_host_file_cmd=func_convert_file_noop
    lt_cv_to_tool_file_cmd=func_convert_file_noop
    lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##

    ACLOCAL='${SHELL} /private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/missing aclocal-1.16'
    AMDEPBACKSLASH=''
    AMDEP_FALSE=''
    AMDEP_TRUE='#'
    AMTAR='$${TAR-tar}'
    AM_BACKSLASH='\'
    AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    AM_DEFAULT_VERBOSITY='0'
    AM_V='$(V)'
    AR='ar'
    AUTOCONF='${SHELL} /private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/missing autoconf'
    AUTOHEADER='${SHELL} /private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/missing autoheader'
    AUTOMAKE='${SHELL} /private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/missing automake-1.16'
    AWK='awk'
    BUILD_EXEEXT=''
    BUILD_OBJEXT=''
    CC='clang'
    CCDEPMODE='depmode=none'
    CC_FOR_BUILD='gcc'
    CFLAGS=''
    CFLAGS_FOR_BUILD='-g -O2'
    CPP='clang -E'
    CPPFLAGS=''
    CPPFLAGS_FOR_BUILD=''
    CPP_FOR_BUILD='gcc -E'
    CXX='clang++'
    CXXCPP='clang++ -E'
    CXXCPPFLAGS_FOR_BUILD=''
    CXXCPP_FOR_BUILD='g++ -E'
    CXXDEPMODE='depmode=none'
    CXXFLAGS='-DNDEBUG'
    CXXFLAGS_FOR_BUILD='-g -O2'
    CXX_FOR_BUILD='g++'
    CYGPATH_W='echo'
    DEFS='-DHAVE_CONFIG_H'
    DEPDIR='.deps'
    DIST_LANG='all'
    DLLTOOL='false'
    DSYMUTIL='dsymutil'
    DUMPBIN=''
    ECHO_C='\c'
    ECHO_N=''
    ECHO_T=''
    EGREP='/usr/bin/grep -E'
    EXEEXT=''
    FGREP='/usr/bin/grep -F'
    GCC_FALSE='#'
    GCC_TRUE=''
    GREP='/usr/bin/grep'
    HAVE_CXX11='1'
    HAVE_LD_VERSION_SCRIPT_FALSE=''
    HAVE_LD_VERSION_SCRIPT_TRUE='#'
    HAVE_PTHREAD_FALSE='#'
    HAVE_PTHREAD_TRUE=''
    HAVE_ZLIB_FALSE='#'
    HAVE_ZLIB_TRUE=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    ISAINFO=''
    LD='/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
    LDFLAGS=''
    LDFLAGS_FOR_BUILD=''
    LIBATOMIC_LIBS=''
    LIBOBJS=''
    LIBS='-lz '
    LIBTOOL='$(SHELL) $(top_builddir)/libtool'
    LIPO='lipo'
    LN_S='ln -s'
    LTLIBOBJS=''
    LT_SYS_LIBRARY_PATH=''
    MAINT=''
    MAINTAINER_MODE_FALSE='#'
    MAINTAINER_MODE_TRUE=''
    MAKEINFO='${SHELL} /private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/missing makeinfo'
    MANIFEST_TOOL=':'
    MKDIR_P='./install-sh -c -d'
    NM='/usr/bin/nm -B'
    NMEDIT='nmedit'
    OBJC='clang'
    OBJCDEPMODE='depmode=none'
    OBJCFLAGS='-g -O2'
    OBJC_CONFORMANCE_TEST_FALSE='#'
    OBJC_CONFORMANCE_TEST_TRUE=''
    OBJDUMP='objdump'
    OBJEXT='o'
    OTOOL64=':'
    OTOOL='otool'
    PACKAGE='protobuf'
    PACKAGE_BUGREPORT='[email protected]'
    PACKAGE_NAME='Protocol Buffers'
    PACKAGE_STRING='Protocol Buffers 3.12.4'
    PACKAGE_TARNAME='protobuf'
    PACKAGE_URL=''
    PACKAGE_VERSION='3.12.4'
    PATH_SEPARATOR=':'
    POW_LIB=''
    PROTOBUF_OPT_FLAG=''
    PROTOC=''
    PTHREAD_CC='clang'
    PTHREAD_CFLAGS='-pthread'
    PTHREAD_LIBS=''
    RANLIB='ranlib'
    SED='/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed'
    SET_MAKE=''
    SHELL='/bin/sh'
    STRIP='strip'
    USE_EXTERNAL_PROTOC_FALSE=''
    USE_EXTERNAL_PROTOC_TRUE='#'
    VERSION='3.12.4'
    ac_ct_AR='ar'
    ac_ct_CC='clang'
    ac_ct_CC_FOR_BUILD='gcc'
    ac_ct_CXX=''
    ac_ct_CXX_FOR_BUILD='g++'
    ac_ct_DUMPBIN=''
    ac_ct_OBJC=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE='#'
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE='#'
    am__fastdepCXX_FALSE=''
    am__fastdepCXX_TRUE='#'
    am__fastdepOBJC_FALSE=''
    am__fastdepOBJC_TRUE='#'
    am__include='include'
    am__isrc=''
    am__leading_dot='.'
    am__nodep=''
    am__quote=''
    am__tar='tar --format=ustar -chf - "$$tardir"'
    am__untar='tar -xf -'
    ax_pthread_config=''
    bindir='${exec_prefix}/bin'
    build='x86_64-apple-darwin20.0.0'
    build_alias=''
    build_cpu='x86_64'
    build_os='darwin20.0.0'
    build_vendor='apple'
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='${prefix}'
    host='x86_64-apple-darwin20.0.0'
    host_alias=''
    host_cpu='x86_64'
    host_os='darwin20.0.0'
    host_vendor='apple'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /private/tmp/protobuf-20200805-34311-1ebl6eb/protobuf-3.12.4/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    mkdir_p='$(MKDIR_P)'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr/local/Cellar/protobuf/3.12.4'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    runstatedir='${localstatedir}/run'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    subdirs=' third_party/googletest'
    sysconfdir='${prefix}/etc'
    target='x86_64-apple-darwin20.0.0'
    target_alias=''
    target_cpu='x86_64'
    target_os='darwin20.0.0'
    target_vendor='apple'

    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##

    /* confdefs.h */
    #define PACKAGE_NAME "Protocol Buffers"
    #define PACKAGE_TARNAME "protobuf"
    #define PACKAGE_VERSION "3.12.4"
    #define PACKAGE_STRING "Protocol Buffers 3.12.4"
    #define PACKAGE_BUGREPORT "[email protected]"
    #define PACKAGE_URL ""
    #define PACKAGE "protobuf"
    #define VERSION "3.12.4"
    #define STDC_HEADERS 1
    #define HAVE_SYS_TYPES_H 1
    #define HAVE_SYS_STAT_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_STRING_H 1
    #define HAVE_MEMORY_H 1
    #define HAVE_STRINGS_H 1
    #define HAVE_INTTYPES_H 1
    #define HAVE_STDINT_H 1
    #define HAVE_UNISTD_H 1
    #define __EXTENSIONS__ 1
    #define _ALL_SOURCE 1
    #define _GNU_SOURCE 1
    #define _POSIX_PTHREAD_SEMANTICS 1
    #define _TANDEM_SOURCE 1
    #define HAVE_DLFCN_H 1
    #define LT_OBJDIR ".libs/"
    #define STDC_HEADERS 1
    #define HAVE_FCNTL_H 1
    #define HAVE_INTTYPES_H 1
    #define HAVE_LIMITS_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_UNISTD_H 1
    #define HAVE_FTRUNCATE 1
    #define HAVE_MEMSET 1
    #define HAVE_MKDIR 1
    #define HAVE_STRCHR 1
    #define HAVE_STRERROR 1
    #define HAVE_STRTOL 1
    #define HAVE_ZLIB 1
    #define HAVE_CXX11 1
    #define HAVE_PTHREAD_PRIO_INHERIT 1
    #define HAVE_PTHREAD 1
    #define HAVE_HASH_MAP 1
    #define HAVE_HASH_SET 1
    #define HASH_MAP_H <unordered_map>
    #define HASH_SET_H <unordered_set>
    #define HASH_NAMESPACE std
    #define HASH_MAP_CLASS unordered_map
    #define HASH_SET_CLASS unordered_set

    configure: exit 0