=>> Building devel/protobuf build started at Wed Sep 1 15:08:47 BST 2021 port directory: /usr/ports/devel/protobuf package name: protobuf-3.17.3,1 building for: FreeBSD 122amd64-default-job-01 12.2-RELEASE-p3 FreeBSD 12.2-RELEASE-p3 amd64 maintained by: sunpoet@FreeBSD.org Makefile ident: Poudriere version: 3.3.6 Host OSVERSION: 1202000 Jail OSVERSION: 1202000 Job Id: 01 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1202000 UNAME_v=FreeBSD 12.2-RELEASE-p3 UNAME_r=12.2-RELEASE-p3 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.3.6 MASTERMNT=/space/poudriere_data/.m/122amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM=xterm PWD=/space/poudriere_data/.m/122amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=122amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/space/poudriere_data/.m/122amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/testport.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- sunpoet@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- CC_FOR_BUILD="cc" CFLAGS_FOR_BUILD="-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " CPPFLAGS_FOR_BUILD="-isystem /usr/local/include" CXX_FOR_BUILD="c++" CXXFLAGS_FOR_BUILD="-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 " LDFLAGS_FOR_BUILD=" -fstack-protector-strong " MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/devel/protobuf/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/protobuf/work HOME=/wrkdirs/usr/ports/devel/protobuf/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/protobuf/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=524288 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/protobuf/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/protobuf/work HOME=/wrkdirs/usr/ports/devel/protobuf/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/protobuf/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector-strong " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/protobuf" EXAMPLESDIR="share/examples/protobuf" DATADIR="share/protobuf" WWWDIR="www/protobuf" ETCDIR="etc/protobuf" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/protobuf DOCSDIR=/usr/local/share/doc/protobuf EXAMPLESDIR=/usr/local/share/examples/protobuf WWWDIR=/usr/local/www/protobuf ETCDIR=/usr/local/etc/protobuf --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes WITH_CCACHE_BUILD=yes CCACHE_DIR=/root/.ccache #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=12.2-RELEASE-p3 OSREL=12.2 OSVERSION=1202000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES _SMP_CPUS=4 CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 12099 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License BSD3CLAUSE accepted by the user =========================================================================== =================================================== ===> protobuf-3.17.3,1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.17.1.pkg [122amd64-default-job-01] Installing pkg-1.17.1... [122amd64-default-job-01] Extracting pkg-1.17.1: .......... done ===> protobuf-3.17.3,1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of protobuf-3.17.3,1 =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD3CLAUSE accepted by the user => protobuf-cpp-3.17.3.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-cpp-3.17.3.tar.gz protobuf-cpp-3.17.3.tar.gz 4600 kB 3721 kBps 02s ===> Fetching all distfiles required by protobuf-3.17.3,1 for building =========================================================================== =================================================== ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by protobuf-3.17.3,1 for building => SHA256 Checksum OK for protobuf-cpp-3.17.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by protobuf-3.17.3,1 for building ===> Extracting for protobuf-3.17.3,1 => SHA256 Checksum OK for protobuf-cpp-3.17.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for protobuf-3.17.3,1 =========================================================================== =================================================== ===> protobuf-3.17.3,1 depends on package: gmake>=4.3 - not found ===> Installing existing package /packages/All/gmake-4.3_2.pkg [122amd64-default-job-01] Installing gmake-4.3_2... [122amd64-default-job-01] `-- Installing gettext-runtime-0.21... [122amd64-default-job-01] | `-- Installing indexinfo-0.3.1... [122amd64-default-job-01] | `-- Extracting indexinfo-0.3.1: .... done [122amd64-default-job-01] `-- Extracting gettext-runtime-0.21: .......... done [122amd64-default-job-01] Extracting gmake-4.3_2: .......... done ===> protobuf-3.17.3,1 depends on package: gmake>=4.3 - found ===> Returning to build of protobuf-3.17.3,1 ===> protobuf-3.17.3,1 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-1.7.4,1.pkg [122amd64-default-job-01] Installing pkgconf-1.7.4,1... [122amd64-default-job-01] Extracting pkgconf-1.7.4,1: .......... done ===> protobuf-3.17.3,1 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of protobuf-3.17.3,1 ===> protobuf-3.17.3,1 depends on file: /usr/local/bin/ccache - not found ===> Installing existing package /packages/All/ccache-3.7.12_2.pkg [122amd64-default-job-01] Installing ccache-3.7.12_2... [122amd64-default-job-01] Extracting ccache-3.7.12_2: .......... done Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for clang create symlink for clang (world) create symlink for clang++ create symlink for clang++ (world) ===== Message from ccache-3.7.12_2: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. ===> protobuf-3.17.3,1 depends on file: /usr/local/bin/ccache - found ===> Returning to build of protobuf-3.17.3,1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for protobuf-3.17.3,1 configure: loading site script /usr/ports/Templates/config.site checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... amd64-portbld-freebsd12.2 checking host system type... amd64-portbld-freebsd12.2 checking target system type... amd64-portbld-freebsd12.2 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether gmake supports nested variables... (cached) yes checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking whether gmake supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C preprocessor... cpp checking for gcc... cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking how to run the C preprocessor... cc -E checking how to run the C++ preprocessor... c++ -E checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... yes checking dependency style of c++... (cached) gcc3 checking how to run the C++ preprocessor... c++ -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking for ar... ar checking the archiver (ar) interface... ar checking for gcc... no checking for objcc... no checking for objc... no checking for cc... cc checking whether we are using the GNU Objective C compiler... yes checking whether cc accepts -g... yes checking dependency style of cc... gcc3 checking C++ compiler flags...... use user-supplied: -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 checking whether __SUNPRO_CC is declared... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 524288 checking how to convert amd64-portbld-freebsd12.2 file names to amd64-portbld-freebsd12.2 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd12.2 file names to toolchain format... func_convert_file_noop checking for /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 output from cc 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... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd12.2 ld.so 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... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd12.2 ld.so checking how to hardcode library paths into programs... immediate checking whether the linker supports version scripts... yes checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for working memcmp... yes checking for working strtod... (cached) yes checking for ftruncate... yes checking for memset... (cached) yes checking for mkdir... yes checking for strchr... (cached) yes checking for strerror... (cached) yes checking for strtol... (cached) yes checking zlib version... ok (1.2.0.4 or later) checking for library containing zlibVersion... -lz checking whether c++ supports C++11 features by default... yes checking whether -latomic is needed... no checking whether cc is Clang... yes checking whether pthreads work with "-pthread" and "-lpthread"... 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... checking whether -llog is needed... no 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 (/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/third_party/googletest) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/share/info/' '--build=amd64-portbld-freebsd12.2' 'build_alias=amd64-portbld-freebsd12.2' 'CC=cc' 'CFLAGS=-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing ' 'LDFLAGS= -fstack-protector-strong ' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-isystem /usr/local/include' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 ' 'CPP=cpp' --cache-file=/dev/null --srcdir=. configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile === configuring in googletest (/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/third_party/googletest/googletest) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/share/info/' '--build=amd64-portbld-freebsd12.2' 'build_alias=amd64-portbld-freebsd12.2' 'CC=cc' 'CFLAGS=-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing ' 'LDFLAGS= -fstack-protector-strong ' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-isystem /usr/local/include' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 ' 'CPP=cpp' --cache-file=/dev/null --srcdir=. configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking whether gmake supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking build system type... amd64-portbld-freebsd12.2 checking host system type... amd64-portbld-freebsd12.2 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 524288 checking how to convert amd64-portbld-freebsd12.2 file names to amd64-portbld-freebsd12.2 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd12.2 file names to toolchain format... func_convert_file_noop checking for /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 output from cc 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... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd12.2 ld.so 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... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd12.2 ld.so checking how to hardcode library paths into programs... immediate checking for python... : checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... 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... yes checking whether -pthread is sufficient with -shared... yes 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 (/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/third_party/googletest/googlemock) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/share/info/' '--build=amd64-portbld-freebsd12.2' 'build_alias=amd64-portbld-freebsd12.2' 'CC=cc' 'CFLAGS=-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing ' 'LDFLAGS= -fstack-protector-strong ' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-isystem /usr/local/include' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 ' 'CPP=cpp' --cache-file=/dev/null --srcdir=. configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking whether gmake supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking build system type... amd64-portbld-freebsd12.2 checking host system type... amd64-portbld-freebsd12.2 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 524288 checking how to convert amd64-portbld-freebsd12.2 file names to amd64-portbld-freebsd12.2 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd12.2 file names to toolchain format... func_convert_file_noop checking for /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 output from cc 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... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd12.2 ld.so 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... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd12.2 ld.so checking how to hardcode library paths into programs... immediate checking for python... : checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... 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... yes checking whether -pthread is sufficient with -shared... yes 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 =========================================================================== =================================================== ===> Building for protobuf-3.17.3,1 gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' gmake all-recursive gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' Making all in . gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' Making all in src gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src' depbase=`echo google/protobuf/compiler/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/main.o -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/main.o google/protobuf/compiler/main.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo google/protobuf/stubs/bytestream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/bytestream.lo google/protobuf/stubs/bytestream.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF google/protobuf/stubs/.deps/bytestream.Tpo -c google/protobuf/stubs/bytestream.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/bytestream.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF google/protobuf/stubs/.deps/bytestream.Tpo -c google/protobuf/stubs/bytestream.cc -o google/protobuf/stubs/bytestream.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/common.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/common.lo google/protobuf/stubs/common.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/common.lo -MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/common.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/common.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/common.lo -MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/common.cc -o google/protobuf/stubs/common.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/int128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/int128.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/int128.lo google/protobuf/stubs/int128.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/int128.lo -MD -MP -MF google/protobuf/stubs/.deps/int128.Tpo -c google/protobuf/stubs/int128.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/int128.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/int128.lo -MD -MP -MF google/protobuf/stubs/.deps/int128.Tpo -c google/protobuf/stubs/int128.cc -o google/protobuf/stubs/int128.o >/dev/null 2>&1 depbase=`echo google/protobuf/io/io_win32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/io_win32.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/io_win32.lo google/protobuf/io/io_win32.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/io_win32.lo -MD -MP -MF google/protobuf/io/.deps/io_win32.Tpo -c google/protobuf/io/io_win32.cc -fPIC -DPIC -o google/protobuf/io/.libs/io_win32.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/io_win32.lo -MD -MP -MF google/protobuf/io/.deps/io_win32.Tpo -c google/protobuf/io/io_win32.cc -o google/protobuf/io/io_win32.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/status.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/status.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/status.lo google/protobuf/stubs/status.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/status.lo -MD -MP -MF google/protobuf/stubs/.deps/status.Tpo -c google/protobuf/stubs/status.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/status.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/status.lo -MD -MP -MF google/protobuf/stubs/.deps/status.Tpo -c google/protobuf/stubs/status.cc -o google/protobuf/stubs/status.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/statusor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/statusor.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/statusor.lo google/protobuf/stubs/statusor.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/statusor.lo -MD -MP -MF google/protobuf/stubs/.deps/statusor.Tpo -c google/protobuf/stubs/statusor.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/statusor.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/statusor.lo -MD -MP -MF google/protobuf/stubs/.deps/statusor.Tpo -c google/protobuf/stubs/statusor.cc -o google/protobuf/stubs/statusor.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/stringpiece.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringpiece.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF google/protobuf/stubs/.deps/stringpiece.Tpo -c google/protobuf/stubs/stringpiece.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/stringpiece.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF google/protobuf/stubs/.deps/stringpiece.Tpo -c google/protobuf/stubs/stringpiece.cc -o google/protobuf/stubs/stringpiece.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/stringprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/stringprintf.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protobuf/stubs/stringprintf.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/stringprintf.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protobuf/stubs/stringprintf.cc -o google/protobuf/stubs/stringprintf.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/structurally_valid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/structurally_valid.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/structurally_valid.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -o google/protobuf/stubs/structurally_valid.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/strutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/strutil.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/strutil.lo google/protobuf/stubs/strutil.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/strutil.lo -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/strutil.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/strutil.lo -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -o google/protobuf/stubs/strutil.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/time.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/time.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/time.lo google/protobuf/stubs/time.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/time.lo -MD -MP -MF google/protobuf/stubs/.deps/time.Tpo -c google/protobuf/stubs/time.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/time.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/time.lo -MD -MP -MF google/protobuf/stubs/.deps/time.Tpo -c google/protobuf/stubs/time.cc -o google/protobuf/stubs/time.o >/dev/null 2>&1 depbase=`echo google/protobuf/any_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/any_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/any_lite.lo google/protobuf/any_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/any_lite.lo -MD -MP -MF google/protobuf/.deps/any_lite.Tpo -c google/protobuf/any_lite.cc -fPIC -DPIC -o google/protobuf/.libs/any_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/any_lite.lo -MD -MP -MF google/protobuf/.deps/any_lite.Tpo -c google/protobuf/any_lite.cc -o google/protobuf/any_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/arena.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/arena.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/arena.lo google/protobuf/arena.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/arena.lo -MD -MP -MF google/protobuf/.deps/arena.Tpo -c google/protobuf/arena.cc -fPIC -DPIC -o google/protobuf/.libs/arena.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/arena.lo -MD -MP -MF google/protobuf/.deps/arena.Tpo -c google/protobuf/arena.cc -o google/protobuf/arena.o >/dev/null 2>&1 depbase=`echo google/protobuf/arenastring.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/arenastring.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/arenastring.lo google/protobuf/arenastring.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/arenastring.lo -MD -MP -MF google/protobuf/.deps/arenastring.Tpo -c google/protobuf/arenastring.cc -fPIC -DPIC -o google/protobuf/.libs/arenastring.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/arenastring.lo -MD -MP -MF google/protobuf/.deps/arenastring.Tpo -c google/protobuf/arenastring.cc -o google/protobuf/arenastring.o >/dev/null 2>&1 depbase=`echo google/protobuf/extension_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/extension_set.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/extension_set.lo google/protobuf/extension_set.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/extension_set.lo -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extension_set.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/extension_set.lo -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extension_set.cc -o google/protobuf/extension_set.o >/dev/null 2>&1 depbase=`echo google/protobuf/field_access_listener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/field_access_listener.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/field_access_listener.lo google/protobuf/field_access_listener.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/field_access_listener.lo -MD -MP -MF google/protobuf/.deps/field_access_listener.Tpo -c google/protobuf/field_access_listener.cc -fPIC -DPIC -o google/protobuf/.libs/field_access_listener.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/field_access_listener.lo -MD -MP -MF google/protobuf/.deps/field_access_listener.Tpo -c google/protobuf/field_access_listener.cc -o google/protobuf/field_access_listener.o >/dev/null 2>&1 depbase=`echo google/protobuf/generated_enum_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_enum_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_enum_util.lo google/protobuf/generated_enum_util.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_enum_util.lo -MD -MP -MF google/protobuf/.deps/generated_enum_util.Tpo -c google/protobuf/generated_enum_util.cc -fPIC -DPIC -o google/protobuf/.libs/generated_enum_util.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_enum_util.lo -MD -MP -MF google/protobuf/.deps/generated_enum_util.Tpo -c google/protobuf/generated_enum_util.cc -o google/protobuf/generated_enum_util.o >/dev/null 2>&1 depbase=`echo google/protobuf/generated_message_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_util.lo google/protobuf/generated_message_util.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_util.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -o google/protobuf/generated_message_util.o >/dev/null 2>&1 depbase=`echo google/protobuf/generated_message_table_driven_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_table_driven_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_table_driven_lite.lo google/protobuf/generated_message_table_driven_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_table_driven_lite.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven_lite.Tpo -c google/protobuf/generated_message_table_driven_lite.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_table_driven_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_table_driven_lite.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven_lite.Tpo -c google/protobuf/generated_message_table_driven_lite.cc -o google/protobuf/generated_message_table_driven_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/implicit_weak_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/implicit_weak_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/implicit_weak_message.lo google/protobuf/implicit_weak_message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/implicit_weak_message.lo -MD -MP -MF google/protobuf/.deps/implicit_weak_message.Tpo -c google/protobuf/implicit_weak_message.cc -fPIC -DPIC -o google/protobuf/.libs/implicit_weak_message.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/implicit_weak_message.lo -MD -MP -MF google/protobuf/.deps/implicit_weak_message.Tpo -c google/protobuf/implicit_weak_message.cc -o google/protobuf/implicit_weak_message.o >/dev/null 2>&1 depbase=`echo google/protobuf/map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/map.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/map.lo google/protobuf/map.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/map.lo -MD -MP -MF google/protobuf/.deps/map.Tpo -c google/protobuf/map.cc -fPIC -DPIC -o google/protobuf/.libs/map.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/map.lo -MD -MP -MF google/protobuf/.deps/map.Tpo -c google/protobuf/map.cc -o google/protobuf/map.o >/dev/null 2>&1 depbase=`echo google/protobuf/message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/message_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/message_lite.lo google/protobuf/message_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/message_lite.lo -MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_lite.cc -fPIC -DPIC -o google/protobuf/.libs/message_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/message_lite.lo -MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_lite.cc -o google/protobuf/message_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/parse_context.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/parse_context.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/parse_context.lo google/protobuf/parse_context.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/parse_context.lo -MD -MP -MF google/protobuf/.deps/parse_context.Tpo -c google/protobuf/parse_context.cc -fPIC -DPIC -o google/protobuf/.libs/parse_context.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/parse_context.lo -MD -MP -MF google/protobuf/.deps/parse_context.Tpo -c google/protobuf/parse_context.cc -o google/protobuf/parse_context.o >/dev/null 2>&1 depbase=`echo google/protobuf/repeated_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/repeated_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/repeated_field.lo google/protobuf/repeated_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/repeated_field.lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -fPIC -DPIC -o google/protobuf/.libs/repeated_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/repeated_field.lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -o google/protobuf/repeated_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/wire_format_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/wire_format_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wire_format_lite.lo google/protobuf/wire_format_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/wire_format_lite.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/wire_format_lite.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -o google/protobuf/wire_format_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/io/coded_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/coded_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/coded_stream.lo google/protobuf/io/coded_stream.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/coded_stream.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/coded_stream.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/coded_stream.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -o google/protobuf/io/coded_stream.o >/dev/null 2>&1 depbase=`echo google/protobuf/io/strtod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/strtod.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/strtod.lo google/protobuf/io/strtod.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/strtod.lo -MD -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc -fPIC -DPIC -o google/protobuf/io/.libs/strtod.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/strtod.lo -MD -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc -o google/protobuf/io/strtod.o >/dev/null 2>&1 depbase=`echo google/protobuf/io/zero_copy_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -o google/protobuf/io/zero_copy_stream.o >/dev/null 2>&1 depbase=`echo google/protobuf/io/zero_copy_stream_impl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/io/zero_copy_stream_impl.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -o google/protobuf/io/zero_copy_stream_impl.o >/dev/null 2>&1 depbase=`echo google/protobuf/io/zero_copy_stream_impl_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/io/zero_copy_stream_impl_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -o google/protobuf/io/zero_copy_stream_impl_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/any.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/any.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/any.pb.lo google/protobuf/any.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/any.pb.lo -MD -MP -MF google/protobuf/.deps/any.pb.Tpo -c google/protobuf/any.pb.cc -fPIC -DPIC -o google/protobuf/.libs/any.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/any.pb.lo -MD -MP -MF google/protobuf/.deps/any.pb.Tpo -c google/protobuf/any.pb.cc -o google/protobuf/any.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/api.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/api.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/api.pb.lo google/protobuf/api.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/api.pb.lo -MD -MP -MF google/protobuf/.deps/api.pb.Tpo -c google/protobuf/api.pb.cc -fPIC -DPIC -o google/protobuf/.libs/api.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/api.pb.lo -MD -MP -MF google/protobuf/.deps/api.pb.Tpo -c google/protobuf/api.pb.cc -o google/protobuf/api.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/any.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/any.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/any.lo google/protobuf/any.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/any.lo -MD -MP -MF google/protobuf/.deps/any.Tpo -c google/protobuf/any.cc -fPIC -DPIC -o google/protobuf/.libs/any.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/any.lo -MD -MP -MF google/protobuf/.deps/any.Tpo -c google/protobuf/any.cc -o google/protobuf/any.o >/dev/null 2>&1 depbase=`echo google/protobuf/descriptor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/descriptor.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.lo google/protobuf/descriptor.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/descriptor.lo -MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/descriptor.lo -MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc -o google/protobuf/descriptor.o >/dev/null 2>&1 depbase=`echo google/protobuf/descriptor_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/descriptor_database.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor_database.lo google/protobuf/descriptor_database.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/descriptor_database.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor_database.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/descriptor_database.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -o google/protobuf/descriptor_database.o >/dev/null 2>&1 depbase=`echo google/protobuf/descriptor.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/descriptor.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.pb.lo google/protobuf/descriptor.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/descriptor.pb.lo -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/descriptor.pb.lo -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -o google/protobuf/descriptor.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/duration.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/duration.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/duration.pb.lo google/protobuf/duration.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/duration.pb.lo -MD -MP -MF google/protobuf/.deps/duration.pb.Tpo -c google/protobuf/duration.pb.cc -fPIC -DPIC -o google/protobuf/.libs/duration.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/duration.pb.lo -MD -MP -MF google/protobuf/.deps/duration.pb.Tpo -c google/protobuf/duration.pb.cc -o google/protobuf/duration.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/dynamic_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/dynamic_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/dynamic_message.lo google/protobuf/dynamic_message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/dynamic_message.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -fPIC -DPIC -o google/protobuf/.libs/dynamic_message.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/dynamic_message.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -o google/protobuf/dynamic_message.o >/dev/null 2>&1 depbase=`echo google/protobuf/empty.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/empty.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/empty.pb.lo google/protobuf/empty.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/empty.pb.lo -MD -MP -MF google/protobuf/.deps/empty.pb.Tpo -c google/protobuf/empty.pb.cc -fPIC -DPIC -o google/protobuf/.libs/empty.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/empty.pb.lo -MD -MP -MF google/protobuf/.deps/empty.pb.Tpo -c google/protobuf/empty.pb.cc -o google/protobuf/empty.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/extension_set_heavy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/extension_set_heavy.lo google/protobuf/extension_set_heavy.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set_heavy.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -o google/protobuf/extension_set_heavy.o >/dev/null 2>&1 depbase=`echo google/protobuf/field_mask.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/field_mask.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/field_mask.pb.lo google/protobuf/field_mask.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/field_mask.pb.lo -MD -MP -MF google/protobuf/.deps/field_mask.pb.Tpo -c google/protobuf/field_mask.pb.cc -fPIC -DPIC -o google/protobuf/.libs/field_mask.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/field_mask.pb.lo -MD -MP -MF google/protobuf/.deps/field_mask.pb.Tpo -c google/protobuf/field_mask.pb.cc -o google/protobuf/field_mask.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/generated_message_reflection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_reflection.lo google/protobuf/generated_message_reflection.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_reflection.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -o google/protobuf/generated_message_reflection.o >/dev/null 2>&1 depbase=`echo google/protobuf/generated_message_table_driven.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_table_driven.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_table_driven.lo google/protobuf/generated_message_table_driven.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_table_driven.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven.Tpo -c google/protobuf/generated_message_table_driven.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_table_driven.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/generated_message_table_driven.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven.Tpo -c google/protobuf/generated_message_table_driven.cc -o google/protobuf/generated_message_table_driven.o >/dev/null 2>&1 depbase=`echo google/protobuf/map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/map_field.lo google/protobuf/map_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/map_field.lo -MD -MP -MF google/protobuf/.deps/map_field.Tpo -c google/protobuf/map_field.cc -fPIC -DPIC -o google/protobuf/.libs/map_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/map_field.lo -MD -MP -MF google/protobuf/.deps/map_field.Tpo -c google/protobuf/map_field.cc -o google/protobuf/map_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/message.lo google/protobuf/message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/message.lo -MD -MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc -fPIC -DPIC -o google/protobuf/.libs/message.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/message.lo -MD -MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc -o google/protobuf/message.o >/dev/null 2>&1 depbase=`echo google/protobuf/reflection_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/reflection_ops.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/reflection_ops.lo google/protobuf/reflection_ops.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/reflection_ops.lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -fPIC -DPIC -o google/protobuf/.libs/reflection_ops.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/reflection_ops.lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -o google/protobuf/reflection_ops.o >/dev/null 2>&1 depbase=`echo google/protobuf/service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/service.lo google/protobuf/service.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/service.lo -MD -MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc -fPIC -DPIC -o google/protobuf/.libs/service.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/service.lo -MD -MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc -o google/protobuf/service.o >/dev/null 2>&1 depbase=`echo google/protobuf/source_context.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/source_context.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/source_context.pb.lo google/protobuf/source_context.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/source_context.pb.lo -MD -MP -MF google/protobuf/.deps/source_context.pb.Tpo -c google/protobuf/source_context.pb.cc -fPIC -DPIC -o google/protobuf/.libs/source_context.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/source_context.pb.lo -MD -MP -MF google/protobuf/.deps/source_context.pb.Tpo -c google/protobuf/source_context.pb.cc -o google/protobuf/source_context.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/struct.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/struct.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/struct.pb.lo google/protobuf/struct.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/struct.pb.lo -MD -MP -MF google/protobuf/.deps/struct.pb.Tpo -c google/protobuf/struct.pb.cc -fPIC -DPIC -o google/protobuf/.libs/struct.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/struct.pb.lo -MD -MP -MF google/protobuf/.deps/struct.pb.Tpo -c google/protobuf/struct.pb.cc -o google/protobuf/struct.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/stubs/substitute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/substitute.lo google/protobuf/stubs/substitute.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/substitute.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -o google/protobuf/stubs/substitute.o >/dev/null 2>&1 depbase=`echo google/protobuf/text_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/text_format.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/text_format.lo google/protobuf/text_format.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/text_format.lo -MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format.cc -fPIC -DPIC -o google/protobuf/.libs/text_format.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/text_format.lo -MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format.cc -o google/protobuf/text_format.o >/dev/null 2>&1 depbase=`echo google/protobuf/timestamp.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/timestamp.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/timestamp.pb.lo google/protobuf/timestamp.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/timestamp.pb.lo -MD -MP -MF google/protobuf/.deps/timestamp.pb.Tpo -c google/protobuf/timestamp.pb.cc -fPIC -DPIC -o google/protobuf/.libs/timestamp.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/timestamp.pb.lo -MD -MP -MF google/protobuf/.deps/timestamp.pb.Tpo -c google/protobuf/timestamp.pb.cc -o google/protobuf/timestamp.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/type.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/type.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/type.pb.lo google/protobuf/type.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/type.pb.lo -MD -MP -MF google/protobuf/.deps/type.pb.Tpo -c google/protobuf/type.pb.cc -fPIC -DPIC -o google/protobuf/.libs/type.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/type.pb.lo -MD -MP -MF google/protobuf/.deps/type.pb.Tpo -c google/protobuf/type.pb.cc -o google/protobuf/type.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/unknown_field_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/unknown_field_set.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/unknown_field_set.lo google/protobuf/unknown_field_set.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/unknown_field_set.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -fPIC -DPIC -o google/protobuf/.libs/unknown_field_set.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/unknown_field_set.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -o google/protobuf/unknown_field_set.o >/dev/null 2>&1 depbase=`echo google/protobuf/wire_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/wire_format.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wire_format.lo google/protobuf/wire_format.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/wire_format.lo -MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/wire_format.lo -MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format.cc -o google/protobuf/wire_format.o >/dev/null 2>&1 depbase=`echo google/protobuf/wrappers.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/wrappers.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wrappers.pb.lo google/protobuf/wrappers.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/wrappers.pb.lo -MD -MP -MF google/protobuf/.deps/wrappers.pb.Tpo -c google/protobuf/wrappers.pb.cc -fPIC -DPIC -o google/protobuf/.libs/wrappers.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/wrappers.pb.lo -MD -MP -MF google/protobuf/.deps/wrappers.pb.Tpo -c google/protobuf/wrappers.pb.cc -o google/protobuf/wrappers.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/io/gzip_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/gzip_stream.lo google/protobuf/io/gzip_stream.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/gzip_stream.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -o google/protobuf/io/gzip_stream.o >/dev/null 2>&1 depbase=`echo google/protobuf/io/printer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/printer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/printer.lo google/protobuf/io/printer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/printer.lo -MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc -fPIC -DPIC -o google/protobuf/io/.libs/printer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/printer.lo -MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc -o google/protobuf/io/printer.o >/dev/null 2>&1 depbase=`echo google/protobuf/io/tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/tokenizer.lo google/protobuf/io/tokenizer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/tokenizer.lo -MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -fPIC -DPIC -o google/protobuf/io/.libs/tokenizer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/io/tokenizer.lo -MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -o google/protobuf/io/tokenizer.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/importer.lo google/protobuf/compiler/importer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/importer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc -o google/protobuf/compiler/importer.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/parser.lo google/protobuf/compiler/parser.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/parser.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc -o google/protobuf/compiler/parser.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/delimited_message_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/delimited_message_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/delimited_message_util.lo google/protobuf/util/delimited_message_util.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/delimited_message_util.lo -MD -MP -MF google/protobuf/util/.deps/delimited_message_util.Tpo -c google/protobuf/util/delimited_message_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/delimited_message_util.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/delimited_message_util.lo -MD -MP -MF google/protobuf/util/.deps/delimited_message_util.Tpo -c google/protobuf/util/delimited_message_util.cc -o google/protobuf/util/delimited_message_util.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/field_comparator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/field_comparator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/field_comparator.lo google/protobuf/util/field_comparator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/field_comparator.lo -MD -MP -MF google/protobuf/util/.deps/field_comparator.Tpo -c google/protobuf/util/field_comparator.cc -fPIC -DPIC -o google/protobuf/util/.libs/field_comparator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/field_comparator.lo -MD -MP -MF google/protobuf/util/.deps/field_comparator.Tpo -c google/protobuf/util/field_comparator.cc -o google/protobuf/util/field_comparator.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/field_mask_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/field_mask_util.lo google/protobuf/util/field_mask_util.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF google/protobuf/util/.deps/field_mask_util.Tpo -c google/protobuf/util/field_mask_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/field_mask_util.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF google/protobuf/util/.deps/field_mask_util.Tpo -c google/protobuf/util/field_mask_util.cc -o google/protobuf/util/field_mask_util.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/datapiece.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/datapiece.lo google/protobuf/util/internal/datapiece.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF google/protobuf/util/internal/.deps/datapiece.Tpo -c google/protobuf/util/internal/datapiece.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/datapiece.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF google/protobuf/util/internal/.deps/datapiece.Tpo -c google/protobuf/util/internal/datapiece.cc -o google/protobuf/util/internal/datapiece.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/default_value_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/default_value_objectwriter.lo google/protobuf/util/internal/default_value_objectwriter.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/default_value_objectwriter.Tpo -c google/protobuf/util/internal/default_value_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/default_value_objectwriter.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/default_value_objectwriter.Tpo -c google/protobuf/util/internal/default_value_objectwriter.cc -o google/protobuf/util/internal/default_value_objectwriter.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/error_listener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/error_listener.lo google/protobuf/util/internal/error_listener.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF google/protobuf/util/internal/.deps/error_listener.Tpo -c google/protobuf/util/internal/error_listener.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/error_listener.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF google/protobuf/util/internal/.deps/error_listener.Tpo -c google/protobuf/util/internal/error_listener.cc -o google/protobuf/util/internal/error_listener.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/field_mask_utility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/field_mask_utility.lo google/protobuf/util/internal/field_mask_utility.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/field_mask_utility.Tpo -c google/protobuf/util/internal/field_mask_utility.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/field_mask_utility.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/field_mask_utility.Tpo -c google/protobuf/util/internal/field_mask_utility.cc -o google/protobuf/util/internal/field_mask_utility.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/json_escaping.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/json_escaping.lo google/protobuf/util/internal/json_escaping.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_escaping.Tpo -c google/protobuf/util/internal/json_escaping.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_escaping.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_escaping.Tpo -c google/protobuf/util/internal/json_escaping.cc -o google/protobuf/util/internal/json_escaping.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/json_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/json_objectwriter.lo google/protobuf/util/internal/json_objectwriter.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_objectwriter.Tpo -c google/protobuf/util/internal/json_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_objectwriter.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_objectwriter.Tpo -c google/protobuf/util/internal/json_objectwriter.cc -o google/protobuf/util/internal/json_objectwriter.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/json_stream_parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/json_stream_parser.lo google/protobuf/util/internal/json_stream_parser.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_stream_parser.Tpo -c google/protobuf/util/internal/json_stream_parser.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_stream_parser.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_stream_parser.Tpo -c google/protobuf/util/internal/json_stream_parser.cc -o google/protobuf/util/internal/json_stream_parser.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/object_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/object_writer.lo google/protobuf/util/internal/object_writer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/object_writer.Tpo -c google/protobuf/util/internal/object_writer.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/object_writer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/object_writer.Tpo -c google/protobuf/util/internal/object_writer.cc -o google/protobuf/util/internal/object_writer.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/protostream_objectsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/protostream_objectsource.lo google/protobuf/util/internal/protostream_objectsource.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectsource.Tpo -c google/protobuf/util/internal/protostream_objectsource.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/protostream_objectsource.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectsource.Tpo -c google/protobuf/util/internal/protostream_objectsource.cc -o google/protobuf/util/internal/protostream_objectsource.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/protostream_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/protostream_objectwriter.lo google/protobuf/util/internal/protostream_objectwriter.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectwriter.Tpo -c google/protobuf/util/internal/protostream_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/protostream_objectwriter.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectwriter.Tpo -c google/protobuf/util/internal/protostream_objectwriter.cc -o google/protobuf/util/internal/protostream_objectwriter.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/proto_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/proto_writer.lo google/protobuf/util/internal/proto_writer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/proto_writer.Tpo -c google/protobuf/util/internal/proto_writer.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/proto_writer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/proto_writer.Tpo -c google/protobuf/util/internal/proto_writer.cc -o google/protobuf/util/internal/proto_writer.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/type_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/type_info.lo google/protobuf/util/internal/type_info.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info.Tpo -c google/protobuf/util/internal/type_info.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/type_info.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info.Tpo -c google/protobuf/util/internal/type_info.cc -o google/protobuf/util/internal/type_info.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/type_info_test_helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/type_info_test_helper.lo google/protobuf/util/internal/type_info_test_helper.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info_test_helper.Tpo -c google/protobuf/util/internal/type_info_test_helper.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/type_info_test_helper.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info_test_helper.Tpo -c google/protobuf/util/internal/type_info_test_helper.cc -o google/protobuf/util/internal/type_info_test_helper.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/internal/utility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/utility.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/utility.lo google/protobuf/util/internal/utility.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/utility.Tpo -c google/protobuf/util/internal/utility.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/utility.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/internal/utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/utility.Tpo -c google/protobuf/util/internal/utility.cc -o google/protobuf/util/internal/utility.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/json_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/json_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/json_util.lo google/protobuf/util/json_util.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/json_util.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc -o google/protobuf/util/json_util.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/message_differencer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/message_differencer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/message_differencer.lo google/protobuf/util/message_differencer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc -fPIC -DPIC -o google/protobuf/util/.libs/message_differencer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc -o google/protobuf/util/message_differencer.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/time_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/time_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/time_util.lo google/protobuf/util/time_util.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/time_util.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc -o google/protobuf/util/time_util.o >/dev/null 2>&1 depbase=`echo google/protobuf/util/type_resolver_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/type_resolver_util.lo google/protobuf/util/type_resolver_util.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/type_resolver_util.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc -o google/protobuf/util/type_resolver_util.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CXX --mode=link c++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -version-info 28:3:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotobuf.map -fstack-protector-strong -o libprotobuf.la -rpath /usr/local/lib google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/io/io_win32.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/any_lite.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/field_access_listener.lo google/protobuf/generated_enum_util.lo google/protobuf/generated_message_util.lo google/protobuf/generated_message_table_driven_lite.lo google/protobuf/implicit_weak_message.lo google/protobuf/map.lo google/protobuf/message_lite.lo google/protobuf/parse_context.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/strtod.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/any.pb.lo google/protobuf/api.pb.lo google/protobuf/any.lo google/protobuf/descriptor.lo google/protobuf/descriptor_database.lo google/protobuf/descriptor.pb.lo google/protobuf/duration.pb.lo google/protobuf/dynamic_message.lo google/protobuf/empty.pb.lo google/protobuf/extension_set_heavy.lo google/protobuf/field_mask.pb.lo google/protobuf/generated_message_reflection.lo google/protobuf/generated_message_table_driven.lo google/protobuf/map_field.lo google/protobuf/message.lo google/protobuf/reflection_ops.lo google/protobuf/service.lo google/protobuf/source_context.pb.lo google/protobuf/struct.pb.lo google/protobuf/stubs/substitute.lo google/protobuf/text_format.lo google/protobuf/timestamp.pb.lo google/protobuf/type.pb.lo google/protobuf/unknown_field_set.lo google/protobuf/wire_format.lo google/protobuf/wrappers.pb.lo google/protobuf/io/gzip_stream.lo google/protobuf/io/printer.lo google/protobuf/io/tokenizer.lo google/protobuf/compiler/importer.lo google/protobuf/compiler/parser.lo google/protobuf/util/delimited_message_util.lo google/protobuf/util/field_comparator.lo google/protobuf/util/field_mask_util.lo google/protobuf/util/internal/datapiece.lo google/protobuf/util/internal/default_value_objectwriter.lo google/protobuf/util/internal/error_listener.lo google/protobuf/util/internal/field_mask_utility.lo google/protobuf/util/internal/json_escaping.lo google/protobuf/util/internal/json_objectwriter.lo google/protobuf/util/internal/json_stream_parser.lo google/protobuf/util/internal/object_writer.lo google/protobuf/util/internal/protostream_objectsource.lo google/protobuf/util/internal/protostream_objectwriter.lo google/protobuf/util/internal/proto_writer.lo google/protobuf/util/internal/type_info.lo google/protobuf/util/internal/type_info_test_helper.lo google/protobuf/util/internal/utility.lo google/protobuf/util/json_util.lo google/protobuf/util/message_differencer.lo google/protobuf/util/time_util.lo google/protobuf/util/type_resolver_util.lo -lpthread -lz -L/usr/local/lib libtool: link: c++ -fPIC -DPIC -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/io/.libs/io_win32.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/any_lite.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/field_access_listener.o google/protobuf/.libs/generated_enum_util.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/generated_message_table_driven_lite.o google/protobuf/.libs/implicit_weak_message.o google/protobuf/.libs/map.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/parse_context.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/strtod.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o google/protobuf/.libs/any.pb.o google/protobuf/.libs/api.pb.o google/protobuf/.libs/any.o google/protobuf/.libs/descriptor.o google/protobuf/.libs/descriptor_database.o google/protobuf/.libs/descriptor.pb.o google/protobuf/.libs/duration.pb.o google/protobuf/.libs/dynamic_message.o google/protobuf/.libs/empty.pb.o google/protobuf/.libs/extension_set_heavy.o google/protobuf/.libs/field_mask.pb.o google/protobuf/.libs/generated_message_reflection.o google/protobuf/.libs/generated_message_table_driven.o google/protobuf/.libs/map_field.o google/protobuf/.libs/message.o google/protobuf/.libs/reflection_ops.o google/protobuf/.libs/service.o google/protobuf/.libs/source_context.pb.o google/protobuf/.libs/struct.pb.o google/protobuf/stubs/.libs/substitute.o google/protobuf/.libs/text_format.o google/protobuf/.libs/timestamp.pb.o google/protobuf/.libs/type.pb.o google/protobuf/.libs/unknown_field_set.o google/protobuf/.libs/wire_format.o google/protobuf/.libs/wrappers.pb.o google/protobuf/io/.libs/gzip_stream.o google/protobuf/io/.libs/printer.o google/protobuf/io/.libs/tokenizer.o google/protobuf/compiler/.libs/importer.o google/protobuf/compiler/.libs/parser.o google/protobuf/util/.libs/delimited_message_util.o google/protobuf/util/.libs/field_comparator.o google/protobuf/util/.libs/field_mask_util.o google/protobuf/util/internal/.libs/datapiece.o google/protobuf/util/internal/.libs/default_value_objectwriter.o google/protobuf/util/internal/.libs/error_listener.o google/protobuf/util/internal/.libs/field_mask_utility.o google/protobuf/util/internal/.libs/json_escaping.o google/protobuf/util/internal/.libs/json_objectwriter.o google/protobuf/util/internal/.libs/json_stream_parser.o google/protobuf/util/internal/.libs/object_writer.o google/protobuf/util/internal/.libs/protostream_objectsource.o google/protobuf/util/internal/.libs/protostream_objectwriter.o google/protobuf/util/internal/.libs/proto_writer.o google/protobuf/util/internal/.libs/type_info.o google/protobuf/util/internal/.libs/type_info_test_helper.o google/protobuf/util/internal/.libs/utility.o google/protobuf/util/.libs/json_util.o google/protobuf/util/.libs/message_differencer.o google/protobuf/util/.libs/time_util.o google/protobuf/util/.libs/type_resolver_util.o -lpthread -lz -L/usr/local/lib -L/usr/lib -lc++ -lm -lc -lgcc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -pthread -O2 -fstack-protector-strong -Wl,--version-script=./libprotobuf.map -fstack-protector-strong -pthread -Wl,-soname -Wl,libprotobuf.so.28 -o .libs/libprotobuf.so.28.0.3 c++: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] c++: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] libtool: link: (cd ".libs" && rm -f "libprotobuf.so.28" && ln -s "libprotobuf.so.28.0.3" "libprotobuf.so.28") libtool: link: (cd ".libs" && rm -f "libprotobuf.so" && ln -s "libprotobuf.so.28.0.3" "libprotobuf.so") libtool: link: ar cr .libs/libprotobuf.a google/protobuf/stubs/bytestream.o google/protobuf/stubs/common.o google/protobuf/stubs/int128.o google/protobuf/io/io_win32.o google/protobuf/stubs/status.o google/protobuf/stubs/statusor.o google/protobuf/stubs/stringpiece.o google/protobuf/stubs/stringprintf.o google/protobuf/stubs/structurally_valid.o google/protobuf/stubs/strutil.o google/protobuf/stubs/time.o google/protobuf/any_lite.o google/protobuf/arena.o google/protobuf/arenastring.o google/protobuf/extension_set.o google/protobuf/field_access_listener.o google/protobuf/generated_enum_util.o google/protobuf/generated_message_util.o google/protobuf/generated_message_table_driven_lite.o google/protobuf/implicit_weak_message.o google/protobuf/map.o google/protobuf/message_lite.o google/protobuf/parse_context.o google/protobuf/repeated_field.o google/protobuf/wire_format_lite.o google/protobuf/io/coded_stream.o google/protobuf/io/strtod.o google/protobuf/io/zero_copy_stream.o google/protobuf/io/zero_copy_stream_impl.o google/protobuf/io/zero_copy_stream_impl_lite.o google/protobuf/any.pb.o google/protobuf/api.pb.o google/protobuf/any.o google/protobuf/descriptor.o google/protobuf/descriptor_database.o google/protobuf/descriptor.pb.o google/protobuf/duration.pb.o google/protobuf/dynamic_message.o google/protobuf/empty.pb.o google/protobuf/extension_set_heavy.o google/protobuf/field_mask.pb.o google/protobuf/generated_message_reflection.o google/protobuf/generated_message_table_driven.o google/protobuf/map_field.o google/protobuf/message.o google/protobuf/reflection_ops.o google/protobuf/service.o google/protobuf/source_context.pb.o google/protobuf/struct.pb.o google/protobuf/stubs/substitute.o google/protobuf/text_format.o google/protobuf/timestamp.pb.o google/protobuf/type.pb.o google/protobuf/unknown_field_set.o google/protobuf/wire_format.o google/protobuf/wrappers.pb.o google/protobuf/io/gzip_stream.o google/protobuf/io/printer.o google/protobuf/io/tokenizer.o google/protobuf/compiler/importer.o google/protobuf/compiler/parser.o google/protobuf/util/delimited_message_util.o google/protobuf/util/field_comparator.o google/protobuf/util/field_mask_util.o google/protobuf/util/internal/datapiece.o google/protobuf/util/internal/default_value_objectwriter.o google/protobuf/util/internal/error_listener.o google/protobuf/util/internal/field_mask_utility.o google/protobuf/util/internal/json_escaping.o google/protobuf/util/internal/json_objectwriter.o google/protobuf/util/internal/json_stream_parser.o google/protobuf/util/internal/object_writer.o google/protobuf/util/internal/protostream_objectsource.o google/protobuf/util/internal/protostream_objectwriter.o google/protobuf/util/internal/proto_writer.o google/protobuf/util/internal/type_info.o google/protobuf/util/internal/type_info_test_helper.o google/protobuf/util/internal/utility.o google/protobuf/util/json_util.o google/protobuf/util/message_differencer.o google/protobuf/util/time_util.o google/protobuf/util/type_resolver_util.o libtool: link: ranlib .libs/libprotobuf.a libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && ln -s "../libprotobuf.la" "libprotobuf.la" ) depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/code_generator.lo google/protobuf/compiler/code_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/code_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -o google/protobuf/compiler/code_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/command_line_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/command_line_interface.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/command_line_interface.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -o google/protobuf/compiler/command_line_interface.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc -o google/protobuf/compiler/plugin.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/plugin.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/plugin.pb.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.pb.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc -o google/protobuf/compiler/plugin.pb.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/subprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/subprocess.lo google/protobuf/compiler/subprocess.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/protobuf/compiler/subprocess.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/subprocess.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/protobuf/compiler/subprocess.cc -o google/protobuf/compiler/subprocess.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/zip_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/zip_writer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/protobuf/compiler/zip_writer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/zip_writer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/protobuf/compiler/zip_writer.cc -o google/protobuf/compiler/zip_writer.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -o google/protobuf/compiler/cpp/cpp_enum.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_enum_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -o google/protobuf/compiler/cpp/cpp_enum_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_extension.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_extension.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -o google/protobuf/compiler/cpp/cpp_extension.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -o google/protobuf/compiler/cpp/cpp_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_file.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_file.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -o google/protobuf/compiler/cpp/cpp_file.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -o google/protobuf/compiler/cpp/cpp_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_helpers.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/cpp_helpers.cc:173:6: warning: function 'Base63Char' is not needed and will not be emitted [-Wunneeded-internal-declaration] char Base63Char(int value) { ^ 1 warning generated. libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -o google/protobuf/compiler/cpp/cpp_helpers.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_map_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_map_field.Tpo -c google/protobuf/compiler/cpp/cpp_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_map_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_map_field.Tpo -c google/protobuf/compiler/cpp/cpp_map_field.cc -o google/protobuf/compiler/cpp/cpp_map_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -o google/protobuf/compiler/cpp/cpp_message.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_message_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -o google/protobuf/compiler/cpp/cpp_message_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_padding_optimizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_padding_optimizer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_padding_optimizer.lo google/protobuf/compiler/cpp/cpp_padding_optimizer.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_padding_optimizer.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_padding_optimizer.Tpo -c google/protobuf/compiler/cpp/cpp_padding_optimizer.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_padding_optimizer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_padding_optimizer.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_padding_optimizer.Tpo -c google/protobuf/compiler/cpp/cpp_padding_optimizer.cc -o google/protobuf/compiler/cpp/cpp_padding_optimizer.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_parse_function_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_parse_function_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_parse_function_generator.lo google/protobuf/compiler/cpp/cpp_parse_function_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_parse_function_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_parse_function_generator.Tpo -c google/protobuf/compiler/cpp/cpp_parse_function_generator.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_parse_function_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_parse_function_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_parse_function_generator.Tpo -c google/protobuf/compiler/cpp/cpp_parse_function_generator.cc -o google/protobuf/compiler/cpp/cpp_parse_function_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -o google/protobuf/compiler/cpp/cpp_primitive_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_service.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_service.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -o google/protobuf/compiler/cpp/cpp_service.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/cpp/cpp_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/cpp/cpp_string_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_string_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -o google/protobuf/compiler/cpp/cpp_string_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_context.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_context.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo -c google/protobuf/compiler/java/java_context.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_context.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo -c google/protobuf/compiler/java/java_context.cc -o google/protobuf/compiler/java/java_context.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -o google/protobuf/compiler/java/java_enum.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_enum_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_lite.Tpo -c google/protobuf/compiler/java/java_enum_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_lite.Tpo -c google/protobuf/compiler/java/java_enum_lite.cc -o google/protobuf/compiler/java/java_enum_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -o google/protobuf/compiler/java/java_enum_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_enum_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_enum_field_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field_lite.Tpo -c google/protobuf/compiler/java/java_enum_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field_lite.Tpo -c google/protobuf/compiler/java/java_enum_field_lite.cc -o google/protobuf/compiler/java/java_enum_field_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_extension.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -o google/protobuf/compiler/java/java_extension.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_extension_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_extension_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension_lite.Tpo -c google/protobuf/compiler/java/java_extension_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_extension_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension_lite.Tpo -c google/protobuf/compiler/java/java_extension_lite.cc -o google/protobuf/compiler/java/java_extension_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_field.o In file included from google/protobuf/compiler/java/java_field.cc:45: ./google/protobuf/compiler/java/java_map_field.h:68:15: warning: 'GetBoxedType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] std::string GetBoxedType() const; ^ ./google/protobuf/compiler/java/java_field.h:92:23: note: overridden virtual function is here virtual std::string GetBoxedType() const = 0; ^ 1 warning generated. libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -o google/protobuf/compiler/java/java_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_file.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_file.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -o google/protobuf/compiler/java/java_file.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -o google/protobuf/compiler/java/java_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_generator_factory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_generator_factory.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator_factory.o In file included from google/protobuf/compiler/java/java_generator_factory.cc:42: ./google/protobuf/compiler/java/java_message_lite.h:53:16: warning: 'Generate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Generate(io::Printer* printer); ^ ./google/protobuf/compiler/java/java_message.h:79:16: note: overridden virtual function is here virtual void Generate(io::Printer* printer) = 0; ^ In file included from google/protobuf/compiler/java/java_generator_factory.cc:42: ./google/protobuf/compiler/java/java_message_lite.h:54:16: warning: 'GenerateInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void GenerateInterface(io::Printer* printer); ^ ./google/protobuf/compiler/java/java_message.h:83:16: note: overridden virtual function is here virtual void GenerateInterface(io::Printer* printer) = 0; ^ In file included from google/protobuf/compiler/java/java_generator_factory.cc:42: ./google/protobuf/compiler/java/java_message_lite.h:55:16: warning: 'GenerateExtensionRegistrationCode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void GenerateExtensionRegistrationCode(io::Printer* printer); ^ ./google/protobuf/compiler/java/java_message.h:87:16: note: overridden virtual function is here virtual void GenerateExtensionRegistrationCode(io::Printer* printer) = 0; ^ In file included from google/protobuf/compiler/java/java_generator_factory.cc:42: ./google/protobuf/compiler/java/java_message_lite.h:56:16: warning: 'GenerateStaticVariables' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void GenerateStaticVariables(io::Printer* printer, ^ ./google/protobuf/compiler/java/java_message.h:71:16: note: overridden virtual function is here virtual void GenerateStaticVariables(io::Printer* printer, ^ In file included from google/protobuf/compiler/java/java_generator_factory.cc:42: ./google/protobuf/compiler/java/java_message_lite.h:58:15: warning: 'GenerateStaticVariableInitializers' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual int GenerateStaticVariableInitializers(io::Printer* printer); ^ ./google/protobuf/compiler/java/java_message.h:76:15: note: overridden virtual function is here virtual int GenerateStaticVariableInitializers(io::Printer* printer) = 0; ^ 5 warnings generated. libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc -o google/protobuf/compiler/java/java_generator_factory.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_helpers.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_helpers.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -o google/protobuf/compiler/java/java_helpers.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_kotlin_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_kotlin_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_kotlin_generator.lo google/protobuf/compiler/java/java_kotlin_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_kotlin_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_kotlin_generator.Tpo -c google/protobuf/compiler/java/java_kotlin_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_kotlin_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_kotlin_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_kotlin_generator.Tpo -c google/protobuf/compiler/java/java_kotlin_generator.cc -o google/protobuf/compiler/java/java_kotlin_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field.Tpo -c google/protobuf/compiler/java/java_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_map_field.o In file included from google/protobuf/compiler/java/java_map_field.cc:31: ./google/protobuf/compiler/java/java_map_field.h:68:15: warning: 'GetBoxedType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] std::string GetBoxedType() const; ^ ./google/protobuf/compiler/java/java_field.h:92:23: note: overridden virtual function is here virtual std::string GetBoxedType() const = 0; ^ 1 warning generated. libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field.Tpo -c google/protobuf/compiler/java/java_map_field.cc -o google/protobuf/compiler/java/java_map_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_map_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_map_field_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field_lite.Tpo -c google/protobuf/compiler/java/java_map_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_map_field_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field_lite.Tpo -c google/protobuf/compiler/java/java_map_field_lite.cc -o google/protobuf/compiler/java/java_map_field_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -o google/protobuf/compiler/java/java_message.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_lite.Tpo -c google/protobuf/compiler/java/java_message_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_lite.o In file included from google/protobuf/compiler/java/java_message_lite.cc:35: ./google/protobuf/compiler/java/java_message_lite.h:53:16: warning: 'Generate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void Generate(io::Printer* printer); ^ ./google/protobuf/compiler/java/java_message.h:79:16: note: overridden virtual function is here virtual void Generate(io::Printer* printer) = 0; ^ In file included from google/protobuf/compiler/java/java_message_lite.cc:35: ./google/protobuf/compiler/java/java_message_lite.h:54:16: warning: 'GenerateInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void GenerateInterface(io::Printer* printer); ^ ./google/protobuf/compiler/java/java_message.h:83:16: note: overridden virtual function is here virtual void GenerateInterface(io::Printer* printer) = 0; ^ In file included from google/protobuf/compiler/java/java_message_lite.cc:35: ./google/protobuf/compiler/java/java_message_lite.h:55:16: warning: 'GenerateExtensionRegistrationCode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void GenerateExtensionRegistrationCode(io::Printer* printer); ^ ./google/protobuf/compiler/java/java_message.h:87:16: note: overridden virtual function is here virtual void GenerateExtensionRegistrationCode(io::Printer* printer) = 0; ^ In file included from google/protobuf/compiler/java/java_message_lite.cc:35: ./google/protobuf/compiler/java/java_message_lite.h:56:16: warning: 'GenerateStaticVariables' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void GenerateStaticVariables(io::Printer* printer, ^ ./google/protobuf/compiler/java/java_message.h:71:16: note: overridden virtual function is here virtual void GenerateStaticVariables(io::Printer* printer, ^ In file included from google/protobuf/compiler/java/java_message_lite.cc:35: ./google/protobuf/compiler/java/java_message_lite.h:58:15: warning: 'GenerateStaticVariableInitializers' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual int GenerateStaticVariableInitializers(io::Printer* printer); ^ ./google/protobuf/compiler/java/java_message.h:76:15: note: overridden virtual function is here virtual int GenerateStaticVariableInitializers(io::Printer* printer) = 0; ^ 5 warnings generated. libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_lite.Tpo -c google/protobuf/compiler/java/java_message_lite.cc -o google/protobuf/compiler/java/java_message_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_message_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder.Tpo -c google/protobuf/compiler/java/java_message_builder.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder.Tpo -c google/protobuf/compiler/java/java_message_builder.cc -o google/protobuf/compiler/java/java_message_builder.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_message_builder_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_builder_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder_lite.Tpo -c google/protobuf/compiler/java/java_message_builder_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder_lite.Tpo -c google/protobuf/compiler/java/java_message_builder_lite.cc -o google/protobuf/compiler/java/java_message_builder_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -o google/protobuf/compiler/java/java_message_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_message_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_message_field_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field_lite.Tpo -c google/protobuf/compiler/java/java_message_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_field_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field_lite.Tpo -c google/protobuf/compiler/java/java_message_field_lite.cc -o google/protobuf/compiler/java/java_message_field_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_name_resolver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_name_resolver.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_resolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_name_resolver.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_resolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc -o google/protobuf/compiler/java/java_name_resolver.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -o google/protobuf/compiler/java/java_primitive_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_primitive_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_primitive_field_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field_lite.Tpo -c google/protobuf/compiler/java/java_primitive_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field_lite.Tpo -c google/protobuf/compiler/java/java_primitive_field_lite.cc -o google/protobuf/compiler/java/java_primitive_field_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_shared_code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_shared_code_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_shared_code_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_generator.cc -o google/protobuf/compiler/java/java_shared_code_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_service.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_service.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -o google/protobuf/compiler/java/java_service.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_string_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -o google/protobuf/compiler/java/java_string_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_string_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_string_field_lite.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field_lite.Tpo -c google/protobuf/compiler/java/java_string_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_string_field_lite.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field_lite.Tpo -c google/protobuf/compiler/java/java_string_field_lite.cc -o google/protobuf/compiler/java/java_string_field_lite.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/java/java_doc_comment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/java/java_doc_comment.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comment.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_doc_comment.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comment.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc -o google/protobuf/compiler/java/java_doc_comment.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/js/js_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/js_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF google/protobuf/compiler/js/.deps/js_generator.Tpo -c google/protobuf/compiler/js/js_generator.cc -fPIC -DPIC -o google/protobuf/compiler/js/.libs/js_generator.o google/protobuf/compiler/js/js_generator.cc:97:6: warning: unused function 'StrEndsWith' [-Wunused-function] bool StrEndsWith(StringPiece sp, StringPiece x) { ^ 1 warning generated. libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF google/protobuf/compiler/js/.deps/js_generator.Tpo -c google/protobuf/compiler/js/js_generator.cc -o google/protobuf/compiler/js/js_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/js/well_known_types_embed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/js/well_known_types_embed.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/js/well_known_types_embed.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/js/well_known_types_embed.lo -MD -MP -MF google/protobuf/compiler/js/.deps/well_known_types_embed.Tpo -c google/protobuf/compiler/js/well_known_types_embed.cc -fPIC -DPIC -o google/protobuf/compiler/js/.libs/well_known_types_embed.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/js/well_known_types_embed.lo -MD -MP -MF google/protobuf/compiler/js/.deps/well_known_types_embed.Tpo -c google/protobuf/compiler/js/well_known_types_embed.cc -o google/protobuf/compiler/js/well_known_types_embed.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum.cc -o google/protobuf/compiler/objectivec/objectivec_enum.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_enum_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum_field.cc -o google/protobuf/compiler/objectivec/objectivec_enum_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_extension.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_extension.Tpo -c google/protobuf/compiler/objectivec/objectivec_extension.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_extension.Tpo -c google/protobuf/compiler/objectivec/objectivec_extension.cc -o google/protobuf/compiler/objectivec/objectivec_extension.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_field.cc -o google/protobuf/compiler/objectivec/objectivec_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_file.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_file.Tpo -c google/protobuf/compiler/objectivec/objectivec_file.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_file.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_file.Tpo -c google/protobuf/compiler/objectivec/objectivec_file.cc -o google/protobuf/compiler/objectivec/objectivec_file.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_generator.Tpo -c google/protobuf/compiler/objectivec/objectivec_generator.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_generator.Tpo -c google/protobuf/compiler/objectivec/objectivec_generator.cc -o google/protobuf/compiler/objectivec/objectivec_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_helpers.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_helpers.Tpo -c google/protobuf/compiler/objectivec/objectivec_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_helpers.Tpo -c google/protobuf/compiler/objectivec/objectivec_helpers.cc -o google/protobuf/compiler/objectivec/objectivec_helpers.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_map_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_map_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_map_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_map_field.cc -o google/protobuf/compiler/objectivec/objectivec_map_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message.Tpo -c google/protobuf/compiler/objectivec/objectivec_message.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message.Tpo -c google/protobuf/compiler/objectivec/objectivec_message.cc -o google/protobuf/compiler/objectivec/objectivec_message.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_message_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_message_field.cc -o google/protobuf/compiler/objectivec/objectivec_message_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_oneof.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_oneof.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_oneof.Tpo -c google/protobuf/compiler/objectivec/objectivec_oneof.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_oneof.Tpo -c google/protobuf/compiler/objectivec/objectivec_oneof.cc -o google/protobuf/compiler/objectivec/objectivec_oneof.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_primitive_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_primitive_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_primitive_field.cc -o google/protobuf/compiler/objectivec/objectivec_primitive_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/php/php_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/php/php_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF google/protobuf/compiler/php/.deps/php_generator.Tpo -c google/protobuf/compiler/php/php_generator.cc -fPIC -DPIC -o google/protobuf/compiler/php/.libs/php_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF google/protobuf/compiler/php/.deps/php_generator.Tpo -c google/protobuf/compiler/php/php_generator.cc -o google/protobuf/compiler/php/php_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/python/python_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/python/python_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF google/protobuf/compiler/python/.deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc -fPIC -DPIC -o google/protobuf/compiler/python/.libs/python_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF google/protobuf/compiler/python/.deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc -o google/protobuf/compiler/python/python_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/ruby/ruby_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/ruby/ruby_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF google/protobuf/compiler/ruby/.deps/ruby_generator.Tpo -c google/protobuf/compiler/ruby/ruby_generator.cc -fPIC -DPIC -o google/protobuf/compiler/ruby/.libs/ruby_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF google/protobuf/compiler/ruby/.deps/ruby_generator.Tpo -c google/protobuf/compiler/ruby/ruby_generator.cc -o google/protobuf/compiler/ruby/ruby_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_doc_comment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_doc_comment.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_doc_comment.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_doc_comment.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_doc_comment.Tpo -c google/protobuf/compiler/csharp/csharp_doc_comment.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_doc_comment.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_doc_comment.Tpo -c google/protobuf/compiler/csharp/csharp_doc_comment.cc -o google/protobuf/compiler/csharp/csharp_doc_comment.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_enum.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum.Tpo -c google/protobuf/compiler/csharp/csharp_enum.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_enum.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum.Tpo -c google/protobuf/compiler/csharp/csharp_enum.cc -o google/protobuf/compiler/csharp/csharp_enum.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_enum_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_enum_field.cc -o google/protobuf/compiler/csharp/csharp_enum_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_field_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_field_base.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_field_base.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_field_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_field_base.Tpo -c google/protobuf/compiler/csharp/csharp_field_base.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_field_base.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_field_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_field_base.Tpo -c google/protobuf/compiler/csharp/csharp_field_base.cc -o google/protobuf/compiler/csharp/csharp_field_base.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_generator.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_generator.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_generator.Tpo -c google/protobuf/compiler/csharp/csharp_generator.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_generator.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_generator.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_generator.Tpo -c google/protobuf/compiler/csharp/csharp_generator.cc -o google/protobuf/compiler/csharp/csharp_generator.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_helpers.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_helpers.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_helpers.Tpo -c google/protobuf/compiler/csharp/csharp_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_helpers.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_helpers.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_helpers.Tpo -c google/protobuf/compiler/csharp/csharp_helpers.cc -o google/protobuf/compiler/csharp/csharp_helpers.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_map_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_map_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_map_field.Tpo -c google/protobuf/compiler/csharp/csharp_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_map_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_map_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_map_field.Tpo -c google/protobuf/compiler/csharp/csharp_map_field.cc -o google/protobuf/compiler/csharp/csharp_map_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_message.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message.Tpo -c google/protobuf/compiler/csharp/csharp_message.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_message.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message.Tpo -c google/protobuf/compiler/csharp/csharp_message.cc -o google/protobuf/compiler/csharp/csharp_message.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_message_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_message_field.cc -o google/protobuf/compiler/csharp/csharp_message_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_primitive_field.cc -o google/protobuf/compiler/csharp/csharp_primitive_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_reflection_class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_reflection_class.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_reflection_class.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_reflection_class.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_reflection_class.Tpo -c google/protobuf/compiler/csharp/csharp_reflection_class.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_reflection_class.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_reflection_class.Tpo -c google/protobuf/compiler/csharp/csharp_reflection_class.cc -o google/protobuf/compiler/csharp/csharp_reflection_class.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc -o google/protobuf/compiler/csharp/csharp_repeated_enum_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_repeated_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_repeated_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_repeated_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_message_field.cc -o google/protobuf/compiler/csharp/csharp_repeated_message_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc -o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_source_generator_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_source_generator_base.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_source_generator_base.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_source_generator_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_source_generator_base.Tpo -c google/protobuf/compiler/csharp/csharp_source_generator_base.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o In file included from google/protobuf/compiler/csharp/csharp_source_generator_base.cc:39: ./google/protobuf/compiler/csharp/csharp_source_generator_base.h:62:25: warning: private field 'descriptor_' is not used [-Wunused-private-field] const FileDescriptor* descriptor_; ^ 1 warning generated. libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_source_generator_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_source_generator_base.Tpo -c google/protobuf/compiler/csharp/csharp_source_generator_base.cc -o google/protobuf/compiler/csharp/csharp_source_generator_base.o >/dev/null 2>&1 depbase=`echo google/protobuf/compiler/csharp/csharp_wrapper_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_wrapper_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_wrapper_field.lo google/protobuf/compiler/csharp/csharp_wrapper_field.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_wrapper_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_wrapper_field.Tpo -c google/protobuf/compiler/csharp/csharp_wrapper_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT google/protobuf/compiler/csharp/csharp_wrapper_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_wrapper_field.Tpo -c google/protobuf/compiler/csharp/csharp_wrapper_field.cc -o google/protobuf/compiler/csharp/csharp_wrapper_field.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CXX --mode=link c++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -version-info 28:3:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotoc.map -fstack-protector-strong -o libprotoc.la -rpath /usr/local/lib google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_padding_optimizer.lo google/protobuf/compiler/cpp/cpp_parse_function_generator.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_kotlin_generator.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_wrapper_field.lo -lpthread libprotobuf.la -lz -L/usr/local/lib libtool: link: c++ -fPIC -DPIC -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o google/protobuf/compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_interface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/plugin.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_extension.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_map_field.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/compiler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_padding_optimizer.o google/protobuf/compiler/cpp/.libs/cpp_parse_function_generator.o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/compiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_context.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/java/.libs/java_enum_lite.o google/protobuf/compiler/java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_enum_field_lite.o google/protobuf/compiler/java/.libs/java_extension.o google/protobuf/compiler/java/.libs/java_extension_lite.o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/protobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/java/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_kotlin_generator.o google/protobuf/compiler/java/.libs/java_map_field.o google/protobuf/compiler/java/.libs/java_map_field_lite.o google/protobuf/compiler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_lite.o google/protobuf/compiler/java/.libs/java_message_builder.o google/protobuf/compiler/java/.libs/java_message_builder_lite.o google/protobuf/compiler/java/.libs/java_message_field.o google/protobuf/compiler/java/.libs/java_message_field_lite.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o google/protobuf/compiler/java/.libs/java_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o google/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/java/.libs/java_string_field_lite.o google/protobuf/compiler/java/.libs/java_doc_comment.o google/protobuf/compiler/js/.libs/js_generator.o google/protobuf/compiler/js/.libs/well_known_types_embed.o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o google/protobuf/compiler/objectivec/.libs/objectivec_field.o google/protobuf/compiler/objectivec/.libs/objectivec_file.o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o google/protobuf/compiler/objectivec/.libs/objectivec_message.o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o google/protobuf/compiler/php/.libs/php_generator.o google/protobuf/compiler/python/.libs/python_generator.o google/protobuf/compiler/ruby/.libs/ruby_generator.o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o google/protobuf/compiler/csharp/.libs/csharp_enum.o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_field_base.o google/protobuf/compiler/csharp/.libs/csharp_generator.o google/protobuf/compiler/csharp/.libs/csharp_helpers.o google/protobuf/compiler/csharp/.libs/csharp_map_field.o google/protobuf/compiler/csharp/.libs/csharp_message.o google/protobuf/compiler/csharp/.libs/csharp_message_field.o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o -Wl,-rpath -Wl,/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src/.libs -Wl,-rpath -Wl,/usr/local/lib -lpthread ./.libs/libprotobuf.so -lz -L/usr/local/lib -L/usr/lib -lc++ -lm -lc -lgcc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -pthread -O2 -fstack-protector-strong -Wl,--version-script=./libprotoc.map -fstack-protector-strong -pthread -Wl,-soname -Wl,libprotoc.so.28 -o .libs/libprotoc.so.28.0.3 c++: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] c++: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] libtool: link: (cd ".libs" && rm -f "libprotoc.so.28" && ln -s "libprotoc.so.28.0.3" "libprotoc.so.28") libtool: link: (cd ".libs" && rm -f "libprotoc.so" && ln -s "libprotoc.so.28.0.3" "libprotoc.so") libtool: link: ar cr .libs/libprotoc.a google/protobuf/compiler/code_generator.o google/protobuf/compiler/command_line_interface.o google/protobuf/compiler/plugin.o google/protobuf/compiler/plugin.pb.o google/protobuf/compiler/subprocess.o google/protobuf/compiler/zip_writer.o google/protobuf/compiler/cpp/cpp_enum.o google/protobuf/compiler/cpp/cpp_enum_field.o google/protobuf/compiler/cpp/cpp_extension.o google/protobuf/compiler/cpp/cpp_field.o google/protobuf/compiler/cpp/cpp_file.o google/protobuf/compiler/cpp/cpp_generator.o google/protobuf/compiler/cpp/cpp_helpers.o google/protobuf/compiler/cpp/cpp_map_field.o google/protobuf/compiler/cpp/cpp_message.o google/protobuf/compiler/cpp/cpp_message_field.o google/protobuf/compiler/cpp/cpp_padding_optimizer.o google/protobuf/compiler/cpp/cpp_parse_function_generator.o google/protobuf/compiler/cpp/cpp_primitive_field.o google/protobuf/compiler/cpp/cpp_service.o google/protobuf/compiler/cpp/cpp_string_field.o google/protobuf/compiler/java/java_context.o google/protobuf/compiler/java/java_enum.o google/protobuf/compiler/java/java_enum_lite.o google/protobuf/compiler/java/java_enum_field.o google/protobuf/compiler/java/java_enum_field_lite.o google/protobuf/compiler/java/java_extension.o google/protobuf/compiler/java/java_extension_lite.o google/protobuf/compiler/java/java_field.o google/protobuf/compiler/java/java_file.o google/protobuf/compiler/java/java_generator.o google/protobuf/compiler/java/java_generator_factory.o google/protobuf/compiler/java/java_helpers.o google/protobuf/compiler/java/java_kotlin_generator.o google/protobuf/compiler/java/java_map_field.o google/protobuf/compiler/java/java_map_field_lite.o google/protobuf/compiler/java/java_message.o google/protobuf/compiler/java/java_message_lite.o google/protobuf/compiler/java/java_message_builder.o google/protobuf/compiler/java/java_message_builder_lite.o google/protobuf/compiler/java/java_message_field.o google/protobuf/compiler/java/java_message_field_lite.o google/protobuf/compiler/java/java_name_resolver.o google/protobuf/compiler/java/java_primitive_field.o google/protobuf/compiler/java/java_primitive_field_lite.o google/protobuf/compiler/java/java_shared_code_generator.o google/protobuf/compiler/java/java_service.o google/protobuf/compiler/java/java_string_field.o google/protobuf/compiler/java/java_string_field_lite.o google/protobuf/compiler/java/java_doc_comment.o google/protobuf/compiler/js/js_generator.o google/protobuf/compiler/js/well_known_types_embed.o google/protobuf/compiler/objectivec/objectivec_enum.o google/protobuf/compiler/objectivec/objectivec_enum_field.o google/protobuf/compiler/objectivec/objectivec_extension.o google/protobuf/compiler/objectivec/objectivec_field.o google/protobuf/compiler/objectivec/objectivec_file.o google/protobuf/compiler/objectivec/objectivec_generator.o google/protobuf/compiler/objectivec/objectivec_helpers.o google/protobuf/compiler/objectivec/objectivec_map_field.o google/protobuf/compiler/objectivec/objectivec_message.o google/protobuf/compiler/objectivec/objectivec_message_field.o google/protobuf/compiler/objectivec/objectivec_oneof.o google/protobuf/compiler/objectivec/objectivec_primitive_field.o google/protobuf/compiler/php/php_generator.o google/protobuf/compiler/python/python_generator.o google/protobuf/compiler/ruby/ruby_generator.o google/protobuf/compiler/csharp/csharp_doc_comment.o google/protobuf/compiler/csharp/csharp_enum.o google/protobuf/compiler/csharp/csharp_enum_field.o google/protobuf/compiler/csharp/csharp_field_base.o google/protobuf/compiler/csharp/csharp_generator.o google/protobuf/compiler/csharp/csharp_helpers.o google/protobuf/compiler/csharp/csharp_map_field.o google/protobuf/compiler/csharp/csharp_message.o google/protobuf/compiler/csharp/csharp_message_field.o google/protobuf/compiler/csharp/csharp_primitive_field.o google/protobuf/compiler/csharp/csharp_reflection_class.o google/protobuf/compiler/csharp/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/csharp_repeated_message_field.o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/csharp_source_generator_base.o google/protobuf/compiler/csharp/csharp_wrapper_field.o libtool: link: ranlib .libs/libprotoc.a libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../libprotoc.la" "libprotoc.la" ) /bin/sh ../libtool --tag=CXX --mode=link c++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -pthread -fstack-protector-strong -o protoc google/protobuf/compiler/main.o -lpthread libprotobuf.la libprotoc.la -lz -L/usr/local/lib libtool: link: c++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -pthread -fstack-protector-strong -o .libs/protoc google/protobuf/compiler/main.o -lpthread ./.libs/libprotobuf.so ./.libs/libprotoc.so -lz -L/usr/local/lib -pthread -Wl,-rpath -Wl,/usr/local/lib /bin/sh ../libtool --tag=CXX --mode=link c++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -version-info 28:3:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotobuf-lite.map -fstack-protector-strong -o libprotobuf-lite.la -rpath /usr/local/lib google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/io/io_win32.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/any_lite.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/field_access_listener.lo google/protobuf/generated_enum_util.lo google/protobuf/generated_message_util.lo google/protobuf/generated_message_table_driven_lite.lo google/protobuf/implicit_weak_message.lo google/protobuf/map.lo google/protobuf/message_lite.lo google/protobuf/parse_context.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/strtod.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/io/zero_copy_stream_impl_lite.lo -lpthread -lz -L/usr/local/lib libtool: link: c++ -fPIC -DPIC -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/io/.libs/io_win32.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/any_lite.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/field_access_listener.o google/protobuf/.libs/generated_enum_util.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/generated_message_table_driven_lite.o google/protobuf/.libs/implicit_weak_message.o google/protobuf/.libs/map.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/parse_context.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/strtod.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o -lpthread -lz -L/usr/local/lib -L/usr/lib -lc++ -lm -lc -lgcc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -pthread -O2 -fstack-protector-strong -Wl,--version-script=./libprotobuf-lite.map -fstack-protector-strong -pthread -Wl,-soname -Wl,libprotobuf-lite.so.28 -o .libs/libprotobuf-lite.so.28.0.3 c++: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] c++: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so.28" && ln -s "libprotobuf-lite.so.28.0.3" "libprotobuf-lite.so.28") libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so" && ln -s "libprotobuf-lite.so.28.0.3" "libprotobuf-lite.so") libtool: link: ar cr .libs/libprotobuf-lite.a google/protobuf/stubs/bytestream.o google/protobuf/stubs/common.o google/protobuf/stubs/int128.o google/protobuf/io/io_win32.o google/protobuf/stubs/status.o google/protobuf/stubs/statusor.o google/protobuf/stubs/stringpiece.o google/protobuf/stubs/stringprintf.o google/protobuf/stubs/structurally_valid.o google/protobuf/stubs/strutil.o google/protobuf/stubs/time.o google/protobuf/any_lite.o google/protobuf/arena.o google/protobuf/arenastring.o google/protobuf/extension_set.o google/protobuf/field_access_listener.o google/protobuf/generated_enum_util.o google/protobuf/generated_message_util.o google/protobuf/generated_message_table_driven_lite.o google/protobuf/implicit_weak_message.o google/protobuf/map.o google/protobuf/message_lite.o google/protobuf/parse_context.o google/protobuf/repeated_field.o google/protobuf/wire_format_lite.o google/protobuf/io/coded_stream.o google/protobuf/io/strtod.o google/protobuf/io/zero_copy_stream.o google/protobuf/io/zero_copy_stream_impl.o google/protobuf/io/zero_copy_stream_impl_lite.o libtool: link: ranlib .libs/libprotobuf-lite.a libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && ln -s "../libprotobuf-lite.la" "libprotobuf-lite.la" ) gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src' gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for protobuf-3.17.3,1 ===> Generating temporary packing list gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' if test -z 'strip'; then \ gmake INSTALL_PROGRAM="/bin/sh /wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ gmake INSTALL_PROGRAM="/bin/sh /wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \ fi gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' Making install in . gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' gmake[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/libdata/pkgconfig' install -m 0644 protobuf.pc protobuf-lite.pc '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/libdata/pkgconfig' gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' Making install in src gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src' gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c -s libprotobuf-lite.la libprotobuf.la libprotoc.la '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.so.28.0.3 /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf-lite.so.28.0.3 libtool: install: strip --strip-unneeded /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf-lite.so.28.0.3 libtool: install: (cd /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib && { ln -s -f libprotobuf-lite.so.28.0.3 libprotobuf-lite.so.28 || { rm -f libprotobuf-lite.so.28 && ln -s libprotobuf-lite.so.28.0.3 libprotobuf-lite.so.28; }; }) libtool: install: (cd /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib && { ln -s -f libprotobuf-lite.so.28.0.3 libprotobuf-lite.so || { rm -f libprotobuf-lite.so && ln -s libprotobuf-lite.so.28.0.3 libprotobuf-lite.so; }; }) libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.lai /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf-lite.la libtool: install: /usr/bin/install -c .libs/libprotobuf.so.28.0.3 /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf.so.28.0.3 libtool: install: strip --strip-unneeded /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf.so.28.0.3 libtool: install: (cd /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib && { ln -s -f libprotobuf.so.28.0.3 libprotobuf.so.28 || { rm -f libprotobuf.so.28 && ln -s libprotobuf.so.28.0.3 libprotobuf.so.28; }; }) libtool: install: (cd /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib && { ln -s -f libprotobuf.so.28.0.3 libprotobuf.so || { rm -f libprotobuf.so && ln -s libprotobuf.so.28.0.3 libprotobuf.so; }; }) libtool: install: /usr/bin/install -c .libs/libprotobuf.lai /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf.la libtool: warning: relinking 'libprotoc.la' libtool: install: (cd /wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src; /bin/sh "/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/libtool" --tag CXX --mode=relink c++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -pipe -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -version-info 28:3:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotoc.map -fstack-protector-strong -o libprotoc.la -rpath /usr/local/lib google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_padding_optimizer.lo google/protobuf/compiler/cpp/cpp_parse_function_generator.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_kotlin_generator.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_wrapper_field.lo -lpthread libprotobuf.la -lz -L/usr/local/lib -inst-prefix-dir /wrkdirs/usr/ports/devel/protobuf/work/stage) libtool: relink: c++ -fPIC -DPIC -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o google/protobuf/compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_interface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/plugin.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_extension.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_map_field.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/compiler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_padding_optimizer.o google/protobuf/compiler/cpp/.libs/cpp_parse_function_generator.o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/compiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_context.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/java/.libs/java_enum_lite.o google/protobuf/compiler/java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_enum_field_lite.o google/protobuf/compiler/java/.libs/java_extension.o google/protobuf/compiler/java/.libs/java_extension_lite.o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/protobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/java/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_kotlin_generator.o google/protobuf/compiler/java/.libs/java_map_field.o google/protobuf/compiler/java/.libs/java_map_field_lite.o google/protobuf/compiler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_lite.o google/protobuf/compiler/java/.libs/java_message_builder.o google/protobuf/compiler/java/.libs/java_message_builder_lite.o google/protobuf/compiler/java/.libs/java_message_field.o google/protobuf/compiler/java/.libs/java_message_field_lite.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o google/protobuf/compiler/java/.libs/java_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o google/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/java/.libs/java_string_field_lite.o google/protobuf/compiler/java/.libs/java_doc_comment.o google/protobuf/compiler/js/.libs/js_generator.o google/protobuf/compiler/js/.libs/well_known_types_embed.o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o google/protobuf/compiler/objectivec/.libs/objectivec_field.o google/protobuf/compiler/objectivec/.libs/objectivec_file.o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o google/protobuf/compiler/objectivec/.libs/objectivec_message.o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o google/protobuf/compiler/php/.libs/php_generator.o google/protobuf/compiler/python/.libs/python_generator.o google/protobuf/compiler/ruby/.libs/ruby_generator.o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o google/protobuf/compiler/csharp/.libs/csharp_enum.o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_field_base.o google/protobuf/compiler/csharp/.libs/csharp_generator.o google/protobuf/compiler/csharp/.libs/csharp_helpers.o google/protobuf/compiler/csharp/.libs/csharp_map_field.o google/protobuf/compiler/csharp/.libs/csharp_message.o google/protobuf/compiler/csharp/.libs/csharp_message_field.o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o -Wl,-rpath -Wl,/usr/local/lib -lpthread ./.libs/libprotobuf.so -lz -L/usr/local/lib -L/usr/lib -lc++ -lm -lc -lgcc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -pthread -O2 -fstack-protector-strong -Wl,--version-script=./libprotoc.map -fstack-protector-strong -pthread -Wl,-soname -Wl,libprotoc.so.28 -o .libs/libprotoc.so.28.0.3 c++: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] c++: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] libtool: install: /usr/bin/install -c .libs/libprotoc.so.28.0.3T /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotoc.so.28.0.3 libtool: install: strip --strip-unneeded /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotoc.so.28.0.3 libtool: install: (cd /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib && { ln -s -f libprotoc.so.28.0.3 libprotoc.so.28 || { rm -f libprotoc.so.28 && ln -s libprotoc.so.28.0.3 libprotoc.so.28; }; }) libtool: install: (cd /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib && { ln -s -f libprotoc.so.28.0.3 libprotoc.so || { rm -f libprotoc.so && ln -s libprotoc.so.28.0.3 libprotoc.so; }; }) libtool: install: /usr/bin/install -c .libs/libprotoc.lai /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotoc.la libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.a /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf-lite.a libtool: install: strip --strip-debug /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf-lite.a libtool: install: chmod 644 /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf-lite.a libtool: install: ranlib /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf-lite.a ranlib: warning: can't find .strtab section libtool: install: /usr/bin/install -c .libs/libprotobuf.a /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf.a libtool: install: strip --strip-debug /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf.a libtool: install: chmod 644 /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf.a libtool: install: ranlib /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotobuf.a ranlib: warning: can't find .strtab section ranlib: warning: can't find .strtab section libtool: install: /usr/bin/install -c .libs/libprotoc.a /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotoc.a libtool: install: strip --strip-debug /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotoc.a libtool: install: chmod 644 /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotoc.a libtool: install: ranlib /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/lib/libprotoc.a libtool: warning: remember to run 'libtool --finish /usr/local/lib' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/bin' STRIPPROG='strip' /bin/sh ../libtool --mode=install /bin/sh /wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/install-sh -c -s protoc '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/bin' libtool: warning: 'libprotobuf.la' has not been installed in '/usr/local/lib' libtool: warning: 'libprotoc.la' has not been installed in '/usr/local/lib' libtool: install: /bin/sh /wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/install-sh -c -s .libs/protoc /wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/bin/protoc /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf' install -m 0644 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 '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler' install -m 0644 google/protobuf/compiler/plugin.proto '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf' install -m 0644 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_access_listener.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_tctable_decl.h google/protobuf/generated_message_tctable_impl.h google/protobuf/generated_message_tctable_impl.inc google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.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 '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/python' install -m 0644 google/protobuf/compiler/python/python_generator.h '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/python' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/php' install -m 0644 google/protobuf/compiler/php/php_generator.h '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/php' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/cpp' install -m 0644 google/protobuf/compiler/cpp/cpp_generator.h '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/cpp' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/objectivec' install -m 0644 google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/objectivec' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/stubs' install -m 0644 google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.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 '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/stubs' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/io' install -m 0644 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 '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/io' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf' install -m 0644 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 '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/java' install -m 0644 google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_kotlin_generator.h google/protobuf/compiler/java/java_names.h '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/java' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler' install -m 0644 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 '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/util' install -m 0644 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 '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/util' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/ruby' install -m 0644 google/protobuf/compiler/ruby/ruby_generator.h '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/ruby' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/csharp' install -m 0644 google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/csharp' /bin/mkdir -p '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/js' install -m 0644 google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h '/wrkdirs/usr/ports/devel/protobuf/work/stage/usr/local/include/google/protobuf/compiler/js' gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src' gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3/src' gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/protobuf/work/protobuf-3.17.3' ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for protobuf-3.17.3,1 install -l rs /.npkg/All/protobuf-3.17.3,1.pkg /.npkg/All/protobuf-3.17.3,1.txz =========================================================================== =>> Cleaning up wrkdir ===> Cleaning for protobuf-3.17.3,1 build of devel/protobuf | protobuf-3.17.3,1 ended at Wed Sep 1 15:34:53 BST 2021 build time: 00:26:06