Skip to content

Instantly share code, notes, and snippets.

@topazus
Created January 28, 2024 03:01
Show Gist options
  • Save topazus/a369486a6b061e9c3a8aac31c015bf71 to your computer and use it in GitHub Desktop.
Save topazus/a369486a6b061e9c3a8aac31c015bf71 to your computer and use it in GitHub Desktop.
❯ autoconf -i && ./configure && make -j6
3.21.0
configure: Package Major Version: 3
configure: Package Minor Version: 21
configure: Package Patch Version: 0
configure: Package Build Number:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /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 -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
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... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for limits.h... yes
checking for pthread.h... yes
checking for bzlib.h... yes
checking for byteswap.h... yes
checking for sys/time.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux 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
configure: Developer Mode is disabled.
configure: Address Sanitizer (ASAN) is disabled.
checking for gcov_open in -lgcov... no
configure: Not building coverage version
configure: Building support for the CMR Module
configure: Support for categorized logging output is ENABLED.
configure: Building support for the NGAP Module
configure: Building support for the S3 Module
checking for pthread_kill in -lpthread... yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether make sets $(MAKE)... (cached) yes
checking for python version... 3.1
checking for python platform... linux
checking for python script directory... ${prefix}/lib/python3.12/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python3.12/site-packages
checking Python version 3.9 or greater... no
checking if g++ supports --std=c++11... yes
checking if g++ supports --std=c++14... yes
configure: Using --std=c++14
checking for bison... bison
checking for library containing uuid_generate... -luuid
checking for valgrind... valgrind --logfile=memcheck
checking for curl... /bin/curl
checking for curl/curl.h... yes
checking for curl/multi.h... yes
checking for library containing curl_multi_wait... -lcurl
checking for uuid/uuid.h... yes
checking for uuid.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for ptrdiff_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... yes
checking for alloca... yes
checking for strdup... yes
checking for strftime... yes
checking for strtol... yes
checking for strcasecmp... yes
checking for strcspn... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strchr... yes
checking for strrchr... yes
checking for strspn... yes
checking for strtoul... yes
checking for timegm... yes
checking for mktime... yes
checking for atexit... yes
checking for floor... no
checking for isascii... yes
checking for memmove... yes
checking for memset... yes
checking for pow... no
checking for sqrt... no
checking for library containing isdigit... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for error_at_line... yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for alarm... yes
checking for vprintf... yes
checking for working mktime... yes
checking for GNU libc compatible realloc... yes
checking for working strtod... yes
checking for openssl/sha.h... yes
checking for BZ2_bzReadOpen in -lbz2... yes
checking for gzopen in -lz... yes
checking for dlclose... yes
checking for a readline compatible library... -lreadline
checking for readline.h... no
checking for readline/readline.h... yes
checking whether readline supports history... yes
checking for history.h... no
checking for readline/history.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XML2... yes
yes; used pkg-config
checking for DAP... yes
checking for DAP_CLIENT... yes
checking for DAP_SERVER... yes
checking for libdap version >= 3.18.0... yes
checking on libdap... yes
checking on libdap... yes
checking whether to use libwrap... no
checking for cppunit-config... no
checking for Cppunit - version >= 1.12.0... no
checking for CPPUNIT... yes
configure: Not a RHEL 8 or equivalent system
checking how to run the C preprocessor... gcc -E
checking the OS type for the freeform code... set to -DLINUX
checking the netCDF library... checking for nc-config... /usr/bin/nc-config
-L/usr/lib64 -lnetcdf
checking for nc_inq_libvers in -lnetcdf... yes
checking the netCDF library version number... 4
configure: NC_BIN is -I/usr/include -I/usr/include/hdf
./configure: line 23508: test: too many arguments
configure: Looking for GDAL.
checking for gdal-config... /usr/bin/gdal-config
checking for GDAL library... yes
checking for OGR support in GDAL library... yes
checking if GDAL version is >= 3.2.0... yes
checking for opj_version in -lopenjp2... yes
configure: Found OPENJPEG; building GMLJP2 support.
checking for fits_is_url_absolute in -lcfitsio... no
checking for fitsio.h... no
configure: WARNING: The cfits library and/or cfits headers not found; not building the fits handler.
configure: --------------------------------------------------
configure: HDF4_PATH is:
configure: HDF4_PATH_LIBDIR:
configure: HDF4_PATH_INC:
configure: H4_CC: /bin/h4cc
configure: --------------- Searching for HDF4 Libraries ------------------------
configure: HDF4_PATH_LIBDIR is NOT set
configure: searching hdf libraries in /usr/local/hdf4.2r1/lib64
checking for SZ_BufftoBuffCompress in -lsz... yes
checking for deflate in -lz... yes
checking for jpeg_start_compress in -ljpeg... yes
checking for Hopen in -ldf... yes
checking for SDstart in -lmfhdf... yes
configure: --------------- Searching for HDF4 headers ------------------------
configure: HDF4_PATH_INC is NOT set
configure: searching hdf includes in /usr/local/hdf4.2r1/include
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /opt/hdf4.2r1/include
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /usr/hdf4.2r1/include
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /usr/local/include/hdf4.2r1
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /opt/include/hdf4.2r1
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /usr/include/hdf4.2r1
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /usr/local/hdf/include
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /opt/hdf/include
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /usr/hdf/include
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /usr/local/include/hdf
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /opt/include/hdf
checking for mfhdf.h with compiler... no
checking for mfhdf.h with preprocessor... no
configure: searching hdf includes in /usr/include/hdf
checking for mfhdf.h with compiler... yes
checking for mfhdf.h with preprocessor... yes
configure: ac_hdf4_h: yes
configure: ac_hdf4_lib_ok: yes
configure: CC: gcc
configure: HDF4_PATH:
configure: HDF4_LIBS: -lmfhdf -ldf -ljpeg -lz -lsz
configure: HDF4_CFLAGS: -I/usr/include/hdf
configure: HDF4_LDFLAGS: -L/usr/local/hdf4.2r1/lib64
checking for HDFEOSVersion.h... no
checking for SWopen in -lhdfeos... no
configure: HDFEOS2 set to false
checking for hdf5 libraries in .... yes
configure: searching hdf5 includes in .
checking for hdf5.h with compiler... yes
checking for hdf5.h with preprocessor... yes
checking for STARE_version in -lSTARE... no
checking for SpatialGeneral.h... no
configure: WARNING: STARE library not found.
checking for icu version >= 3.6... configure: ICU_PATH:
checking for icu-config... /bin/icu-config
checking for icu (73.2) >= 3.6... yes
configure: ICU_CPPFLAGS=
configure: ICU_LIBS= -L/usr/lib64 -licui18n -licuuc -licudata
checking for libgridfields 1.0.3... configure: I could not find libgridfields
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bes_VERSION
config.status: creating bes.spec
config.status: creating bes.spec.all_static
config.status: creating abi_checker.xml
config.status: creating bes_dispatch.pc
config.status: creating bes_ppt.pc
config.status: creating bes_xml_command.pc
config.status: creating doxy.conf
config.status: creating main_page.doxygen
config.status: creating dispatch/Makefile
config.status: creating dispatch/unit-tests/Makefile
config.status: creating dispatch/tests/Makefile
config.status: creating dispatch/tests/atlocal
config.status: creating hello_world/Makefile
config.status: creating hello_world/tests/Makefile
config.status: creating hello_world/tests/atlocal
config.status: creating http/Makefile
config.status: creating http/unit-tests/Makefile
config.status: creating http/tests/Makefile
config.status: creating http/tests/atlocal
config.status: creating docs/Makefile
config.status: creating xmlcommand/Makefile
config.status: creating xmlcommand/unit-tests/Makefile
config.status: creating xmlcommand/tests/Makefile
config.status: creating xmlcommand/tests/atlocal
config.status: creating ppt/Makefile
config.status: creating ppt/unit-tests/Makefile
config.status: creating cmdln/Makefile
config.status: creating cmdln/unit-tests/Makefile
config.status: creating cmdln/tests/Makefile
config.status: creating cmdln/tests/atlocal
config.status: creating standalone/Makefile
config.status: creating server/Makefile
config.status: creating bin/Makefile
config.status: creating templates/Makefile
config.status: creating dap/Makefile
config.status: creating dap/unit-tests/Makefile
config.status: creating dap/tests/Makefile
config.status: creating dap/tests/atlocal
config.status: creating dapreader/Makefile
config.status: creating dapreader/tests/Makefile
config.status: creating dapreader/tests/atlocal
config.status: creating bes-config
config.status: creating besd
config.status: creating server/besctl
config.status: creating server/hyraxctl
config.status: creating modules/Makefile
config.status: creating modules/configured_features.txt
config.status: creating modules/common/Makefile
config.status: creating modules/csv_handler/Makefile
config.status: creating modules/csv_handler/tests/Makefile
config.status: creating modules/csv_handler/tests/atlocal
config.status: creating modules/usage/Makefile
config.status: creating modules/asciival/Makefile
config.status: creating modules/asciival/tests/Makefile
config.status: creating modules/asciival/tests/atlocal
config.status: creating modules/asciival/unit-tests/Makefile
config.status: creating modules/cmr_module/Makefile
config.status: creating modules/cmr_module/tests/Makefile
config.status: creating modules/cmr_module/tests/atlocal
config.status: creating modules/cmr_module/unit-tests/Makefile
config.status: creating modules/ngap_module/Makefile
config.status: creating modules/ngap_module/tests/Makefile
config.status: creating modules/ngap_module/tests/atlocal
config.status: creating modules/ngap_module/unit-tests/Makefile
config.status: creating modules/s3_reader/Makefile
config.status: creating modules/s3_reader/tests/Makefile
config.status: creating modules/s3_reader/tests/atlocal
config.status: creating modules/s3_reader/unit-tests/Makefile
config.status: creating modules/httpd_catalog_module/Makefile
config.status: creating modules/httpd_catalog_module/unit-tests/Makefile
config.status: creating modules/httpd_catalog_module/tests/Makefile
config.status: creating modules/httpd_catalog_module/tests/atlocal
config.status: creating modules/debug_functions/Makefile
config.status: creating modules/debug_functions/unit-tests/Makefile
config.status: creating modules/debug_functions/tests/Makefile
config.status: creating modules/debug_functions/tests/atlocal
config.status: creating modules/dmrpp_module/Makefile
config.status: creating modules/dmrpp_module/unit-tests/Makefile
config.status: creating modules/dmrpp_module/tests/Makefile
config.status: creating modules/dmrpp_module/tests/atlocal
config.status: creating modules/dmrpp_module/tests_build_dmrpp/Makefile
config.status: creating modules/dmrpp_module/tests_build_dmrpp/atlocal
config.status: creating modules/dmrpp_module/data/Makefile
config.status: creating modules/dmrpp_module/writer/Makefile
config.status: creating modules/fileout_json/Makefile
config.status: creating modules/fileout_json/unit-tests/Makefile
config.status: creating modules/fileout_json/tests/Makefile
config.status: creating modules/fileout_json/tests/atlocal
config.status: creating modules/fileout_covjson/Makefile
config.status: creating modules/fileout_covjson/unit-tests/Makefile
config.status: creating modules/fileout_covjson/tests/Makefile
config.status: creating modules/fileout_covjson/tests/atlocal
config.status: creating modules/freeform_handler/Makefile
config.status: creating modules/freeform_handler/tests/Makefile
config.status: creating modules/freeform_handler/tests/atlocal
config.status: creating modules/freeform_handler/FFND/Makefile
config.status: creating modules/functions/Makefile
config.status: creating modules/functions/tests/Makefile
config.status: creating modules/functions/tests/atlocal
config.status: creating modules/functions/unit-tests/Makefile
config.status: creating modules/functions/stare/Makefile
config.status: creating modules/functions/stare/unit-tests/Makefile
config.status: creating modules/functions/stare/tests/Makefile
config.status: creating modules/functions/stare/tests/atlocal
config.status: creating modules/xml_data_handler/Makefile
config.status: creating modules/xml_data_handler/unit-tests/Makefile
config.status: creating modules/xml_data_handler/tests/Makefile
config.status: creating modules/xml_data_handler/tests/atlocal
config.status: creating modules/netcdf_handler/Makefile
config.status: creating modules/netcdf_handler/tests/Makefile
config.status: creating modules/netcdf_handler/tests/atlocal
config.status: creating modules/fileout_netcdf/Makefile
config.status: creating modules/fileout_netcdf/tests/Makefile
config.status: creating modules/fileout_netcdf/unit-tests/Makefile
config.status: creating modules/fileout_netcdf/tests/atlocal
config.status: creating modules/fileout_netcdf/data/build_test_data/Makefile
config.status: creating modules/gateway_module/Makefile
config.status: creating modules/gateway_module/tests/Makefile
config.status: creating modules/gateway_module/tests/atlocal
config.status: creating modules/gdal_module/Makefile
config.status: creating modules/gdal_module/reader/Makefile
config.status: creating modules/gdal_module/writer/Makefile
config.status: creating modules/gdal_module/tests/Makefile
config.status: creating modules/gdal_module/tests/atlocal
config.status: creating modules/fits_handler/Makefile
config.status: creating modules/fits_handler/tests/atlocal
config.status: creating modules/fits_handler/tests/Makefile
config.status: creating modules/hdf4_handler/Makefile
config.status: creating modules/hdf4_handler/hdfclass/Makefile
config.status: creating modules/hdf4_handler/bes-testsuite/Makefile
config.status: creating modules/hdf4_handler/bes-testsuite/atlocal
config.status: creating modules/hdf5_handler/Makefile
config.status: creating modules/hdf5_handler/bes-testsuite/Makefile
config.status: creating modules/hdf5_handler/bes-testsuite/atlocal
config.status: creating modules/hdf5_handler/gctp/Makefile
config.status: creating modules/hdf5_handler/gctp/src/Makefile
config.status: creating modules/ncml_module/Makefile
config.status: creating modules/ncml_module/tests/Makefile
config.status: creating modules/ncml_module/tests/atlocal
config.status: creating modules/ugrid_functions/Makefile
config.status: creating modules/ugrid_functions/unit-tests/Makefile
config.status: creating modules/ugrid_functions/tests/Makefile
config.status: creating modules/ugrid_functions/tests/atlocal
config.status: creating modules/w10n_handler/Makefile
config.status: creating modules/w10n_handler/unit-tests/Makefile
config.status: creating modules/w10n_handler/tests/Makefile
config.status: creating modules/w10n_handler/tests/atlocal
config.status: creating modules/builddmrpp_module/Makefile
config.status: creating modules/xml_data_handler/tests/generate_metadata_baseline.sh
config.status: creating modules/xml_data_handler/tests/generate_data_baseline.sh
config.status: creating modules/fits_handler/tests/generate_metadata_baseline.sh
config.status: creating modules/fits_handler/tests/generate_data_baseline.sh
config.status: creating modules/hdf4_handler/bes-testsuite/generate_metadata_baseline.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing cmdln/tests/atconfig commands
config.status: executing hello_world/tests/atconfig commands
config.status: executing http/tests/atconfig commands
config.status: executing dapreader/tests/atconfig commands
config.status: executing dap/tests/atconfig commands
config.status: executing dispatch/tests/atconfig commands
config.status: executing xmlcommand/tests/atconfig commands
config.status: executing modules/csv_handler/tests/atconfig commands
config.status: executing modules/asciival/tests/atconfig commands
config.status: executing modules/httpd_catalog_module/tests/atconfig commands
config.status: executing modules/cmr_module/tests/atconfig commands
config.status: executing modules/ngap_module/tests/atconfig commands
config.status: executing modules/s3_reader/tests/atconfig commands
config.status: executing modules/fileout_json/tests/atconfig commands
config.status: executing modules/fileout_covjson/tests/atconfig commands
config.status: executing modules/debug_functions/tests/atconfig commands
config.status: executing modules/dmrpp_module/tests/atconfig commands
config.status: executing modules/dmrpp_module/tests_build_dmrpp/atconfig commands
config.status: executing modules/freeform_handler/tests/atconfig commands
config.status: executing modules/xml_data_handler/tests/atconfig commands
config.status: executing modules/netcdf_handler/tests/atconfig commands
config.status: executing modules/fileout_netcdf/tests/atconfig commands
config.status: executing modules/gateway_module/tests/atconfig commands
config.status: executing modules/fits_handler/tests/atconfig commands
config.status: executing modules/gdal_module/tests/atconfig commands
config.status: executing modules/ncml_module/tests/atconfig commands
config.status: executing modules/ugrid_functions/tests/atconfig commands
config.status: executing modules/w10n_handler/tests/atconfig commands
config.status: executing modules/functions/tests/atconfig commands
config.status: executing modules/functions/stare/tests/atconfig commands
config.status: executing modules/hdf4_handler/bes-testsuite/atconfig commands
config.status: executing modules/hdf5_handler/bes-testsuite/atconfig commands
configure: ***
configure: Optional features: s3_reader ncml hdf5 hdf4 netcdf gdal openjpeg
configure: ***
make all-recursive
make[1]: Entering directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0'
Making all in dispatch
make[2]: Entering directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch'
Making all in .
make[3]: Entering directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESInterface.lo -MD -MP -MF .deps/BESInterface.Tpo -c -o BESInterface.lo BESInterface.cc
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESLog.lo -MD -MP -MF .deps/BESLog.Tpo -c -o BESLog.lo BESLog.cc
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT TheBESKeys.lo -MD -MP -MF .deps/TheBESKeys.Tpo -c -o TheBESKeys.lo TheBESKeys.cc
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT kvp_utils.lo -MD -MP -MF .deps/kvp_utils.Tpo -c -o kvp_utils.lo kvp_utils.cc
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainer.lo -MD -MP -MF .deps/BESContainer.Tpo -c -o BESContainer.lo BESContainer.cc
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFileContainer.lo -MD -MP -MF .deps/BESFileContainer.Tpo -c -o BESFileContainer.lo BESFileContainer.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESInterface.lo -MD -MP -MF .deps/BESInterface.Tpo -c BESInterface.cc -fPIC -DPIC -o .libs/BESInterface.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESLog.lo -MD -MP -MF .deps/BESLog.Tpo -c BESLog.cc -fPIC -DPIC -o .libs/BESLog.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT kvp_utils.lo -MD -MP -MF .deps/kvp_utils.Tpo -c kvp_utils.cc -fPIC -DPIC -o .libs/kvp_utils.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT TheBESKeys.lo -MD -MP -MF .deps/TheBESKeys.Tpo -c TheBESKeys.cc -fPIC -DPIC -o .libs/TheBESKeys.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFileContainer.lo -MD -MP -MF .deps/BESFileContainer.Tpo -c BESFileContainer.cc -fPIC -DPIC -o .libs/BESFileContainer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainer.lo -MD -MP -MF .deps/BESContainer.Tpo -c BESContainer.cc -fPIC -DPIC -o .libs/BESContainer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainer.lo -MD -MP -MF .deps/BESContainer.Tpo -c BESContainer.cc -o BESContainer.o >/dev/null 2>&1
mv -f .deps/BESContainer.Tpo .deps/BESContainer.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorage.lo -MD -MP -MF .deps/BESContainerStorage.Tpo -c -o BESContainerStorage.lo BESContainerStorage.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorage.lo -MD -MP -MF .deps/BESContainerStorage.Tpo -c BESContainerStorage.cc -fPIC -DPIC -o .libs/BESContainerStorage.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFileContainer.lo -MD -MP -MF .deps/BESFileContainer.Tpo -c BESFileContainer.cc -o BESFileContainer.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESLog.lo -MD -MP -MF .deps/BESLog.Tpo -c BESLog.cc -o BESLog.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT kvp_utils.lo -MD -MP -MF .deps/kvp_utils.Tpo -c kvp_utils.cc -o kvp_utils.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorage.lo -MD -MP -MF .deps/BESContainerStorage.Tpo -c BESContainerStorage.cc -o BESContainerStorage.o >/dev/null 2>&1
mv -f .deps/BESFileContainer.Tpo .deps/BESFileContainer.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorageFile.lo -MD -MP -MF .deps/BESContainerStorageFile.Tpo -c -o BESContainerStorageFile.lo BESContainerStorageFile.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESInterface.lo -MD -MP -MF .deps/BESInterface.Tpo -c BESInterface.cc -o BESInterface.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorageFile.lo -MD -MP -MF .deps/BESContainerStorageFile.Tpo -c BESContainerStorageFile.cc -fPIC -DPIC -o .libs/BESContainerStorageFile.o
mv -f .deps/BESContainerStorage.Tpo .deps/BESContainerStorage.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorageList.lo -MD -MP -MF .deps/BESContainerStorageList.Tpo -c -o BESContainerStorageList.lo BESContainerStorageList.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorageList.lo -MD -MP -MF .deps/BESContainerStorageList.Tpo -c BESContainerStorageList.cc -fPIC -DPIC -o .libs/BESContainerStorageList.o
mv -f .deps/BESLog.Tpo .deps/BESLog.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorageVolatile.lo -MD -MP -MF .deps/BESContainerStorageVolatile.Tpo -c -o BESContainerStorageVolatile.lo BESContainerStorageVolatile.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorageVolatile.lo -MD -MP -MF .deps/BESContainerStorageVolatile.Tpo -c BESContainerStorageVolatile.cc -fPIC -DPIC -o .libs/BESContainerStorageVolatile.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT TheBESKeys.lo -MD -MP -MF .deps/TheBESKeys.Tpo -c TheBESKeys.cc -o TheBESKeys.o >/dev/null 2>&1
mv -f .deps/kvp_utils.Tpo .deps/kvp_utils.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFileContainerStorage.lo -MD -MP -MF .deps/BESFileContainerStorage.Tpo -c -o BESFileContainerStorage.lo BESFileContainerStorage.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFileContainerStorage.lo -MD -MP -MF .deps/BESFileContainerStorage.Tpo -c BESFileContainerStorage.cc -fPIC -DPIC -o .libs/BESFileContainerStorage.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorageList.lo -MD -MP -MF .deps/BESContainerStorageList.Tpo -c BESContainerStorageList.cc -o BESContainerStorageList.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorageFile.lo -MD -MP -MF .deps/BESContainerStorageFile.Tpo -c BESContainerStorageFile.cc -o BESContainerStorageFile.o >/dev/null 2>&1
mv -f .deps/BESInterface.Tpo .deps/BESInterface.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESSetContainerResponseHandler.lo -MD -MP -MF .deps/BESSetContainerResponseHandler.Tpo -c -o BESSetContainerResponseHandler.lo BESSetContainerResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESSetContainerResponseHandler.lo -MD -MP -MF .deps/BESSetContainerResponseHandler.Tpo -c BESSetContainerResponseHandler.cc -fPIC -DPIC -o .libs/BESSetContainerResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContainerStorageVolatile.lo -MD -MP -MF .deps/BESContainerStorageVolatile.Tpo -c BESContainerStorageVolatile.cc -o BESContainerStorageVolatile.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFileContainerStorage.lo -MD -MP -MF .deps/BESFileContainerStorage.Tpo -c BESFileContainerStorage.cc -o BESFileContainerStorage.o >/dev/null 2>&1
mv -f .deps/BESContainerStorageList.Tpo .deps/BESContainerStorageList.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowContainersResponseHandler.lo -MD -MP -MF .deps/BESShowContainersResponseHandler.Tpo -c -o BESShowContainersResponseHandler.lo BESShowContainersResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowContainersResponseHandler.lo -MD -MP -MF .deps/BESShowContainersResponseHandler.Tpo -c BESShowContainersResponseHandler.cc -fPIC -DPIC -o .libs/BESShowContainersResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESSetContainerResponseHandler.lo -MD -MP -MF .deps/BESSetContainerResponseHandler.Tpo -c BESSetContainerResponseHandler.cc -o BESSetContainerResponseHandler.o >/dev/null 2>&1
mv -f .deps/BESContainerStorageFile.Tpo .deps/BESContainerStorageFile.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelContainerResponseHandler.lo -MD -MP -MF .deps/BESDelContainerResponseHandler.Tpo -c -o BESDelContainerResponseHandler.lo BESDelContainerResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelContainerResponseHandler.lo -MD -MP -MF .deps/BESDelContainerResponseHandler.Tpo -c BESDelContainerResponseHandler.cc -fPIC -DPIC -o .libs/BESDelContainerResponseHandler.o
mv -f .deps/BESContainerStorageVolatile.Tpo .deps/BESContainerStorageVolatile.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelContainersResponseHandler.lo -MD -MP -MF .deps/BESDelContainersResponseHandler.Tpo -c -o BESDelContainersResponseHandler.lo BESDelContainersResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelContainersResponseHandler.lo -MD -MP -MF .deps/BESDelContainersResponseHandler.Tpo -c BESDelContainersResponseHandler.cc -fPIC -DPIC -o .libs/BESDelContainersResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowContainersResponseHandler.lo -MD -MP -MF .deps/BESShowContainersResponseHandler.Tpo -c BESShowContainersResponseHandler.cc -o BESShowContainersResponseHandler.o >/dev/null 2>&1
mv -f .deps/TheBESKeys.Tpo .deps/TheBESKeys.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowErrorResponseHandler.lo -MD -MP -MF .deps/BESShowErrorResponseHandler.Tpo -c -o BESShowErrorResponseHandler.lo BESShowErrorResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowErrorResponseHandler.lo -MD -MP -MF .deps/BESShowErrorResponseHandler.Tpo -c BESShowErrorResponseHandler.cc -fPIC -DPIC -o .libs/BESShowErrorResponseHandler.o
mv -f .deps/BESFileContainerStorage.Tpo .deps/BESFileContainerStorage.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefine.lo -MD -MP -MF .deps/BESDefine.Tpo -c -o BESDefine.lo BESDefine.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefine.lo -MD -MP -MF .deps/BESDefine.Tpo -c BESDefine.cc -fPIC -DPIC -o .libs/BESDefine.o
mv -f .deps/BESSetContainerResponseHandler.Tpo .deps/BESSetContainerResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefinitionStorageList.lo -MD -MP -MF .deps/BESDefinitionStorageList.Tpo -c -o BESDefinitionStorageList.lo BESDefinitionStorageList.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefinitionStorageList.lo -MD -MP -MF .deps/BESDefinitionStorageList.Tpo -c BESDefinitionStorageList.cc -fPIC -DPIC -o .libs/BESDefinitionStorageList.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefine.lo -MD -MP -MF .deps/BESDefine.Tpo -c BESDefine.cc -o BESDefine.o >/dev/null 2>&1
mv -f .deps/BESShowContainersResponseHandler.Tpo .deps/BESShowContainersResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefinitionStorageVolatile.lo -MD -MP -MF .deps/BESDefinitionStorageVolatile.Tpo -c -o BESDefinitionStorageVolatile.lo BESDefinitionStorageVolatile.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefinitionStorageVolatile.lo -MD -MP -MF .deps/BESDefinitionStorageVolatile.Tpo -c BESDefinitionStorageVolatile.cc -fPIC -DPIC -o .libs/BESDefinitionStorageVolatile.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelContainerResponseHandler.lo -MD -MP -MF .deps/BESDelContainerResponseHandler.Tpo -c BESDelContainerResponseHandler.cc -o BESDelContainerResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelContainersResponseHandler.lo -MD -MP -MF .deps/BESDelContainersResponseHandler.Tpo -c BESDelContainersResponseHandler.cc -o BESDelContainersResponseHandler.o >/dev/null 2>&1
mv -f .deps/BESDefine.Tpo .deps/BESDefine.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefineResponseHandler.lo -MD -MP -MF .deps/BESDefineResponseHandler.Tpo -c -o BESDefineResponseHandler.lo BESDefineResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefineResponseHandler.lo -MD -MP -MF .deps/BESDefineResponseHandler.Tpo -c BESDefineResponseHandler.cc -fPIC -DPIC -o .libs/BESDefineResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowErrorResponseHandler.lo -MD -MP -MF .deps/BESShowErrorResponseHandler.Tpo -c BESShowErrorResponseHandler.cc -o BESShowErrorResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefinitionStorageList.lo -MD -MP -MF .deps/BESDefinitionStorageList.Tpo -c BESDefinitionStorageList.cc -o BESDefinitionStorageList.o >/dev/null 2>&1
mv -f .deps/BESDelContainersResponseHandler.Tpo .deps/BESDelContainersResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowDefsResponseHandler.lo -MD -MP -MF .deps/BESShowDefsResponseHandler.Tpo -c -o BESShowDefsResponseHandler.lo BESShowDefsResponseHandler.cc
mv -f .deps/BESDelContainerResponseHandler.Tpo .deps/BESDelContainerResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelDefResponseHandler.lo -MD -MP -MF .deps/BESDelDefResponseHandler.Tpo -c -o BESDelDefResponseHandler.lo BESDelDefResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowDefsResponseHandler.lo -MD -MP -MF .deps/BESShowDefsResponseHandler.Tpo -c BESShowDefsResponseHandler.cc -fPIC -DPIC -o .libs/BESShowDefsResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelDefResponseHandler.lo -MD -MP -MF .deps/BESDelDefResponseHandler.Tpo -c BESDelDefResponseHandler.cc -fPIC -DPIC -o .libs/BESDelDefResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefinitionStorageVolatile.lo -MD -MP -MF .deps/BESDefinitionStorageVolatile.Tpo -c BESDefinitionStorageVolatile.cc -o BESDefinitionStorageVolatile.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefineResponseHandler.lo -MD -MP -MF .deps/BESDefineResponseHandler.Tpo -c BESDefineResponseHandler.cc -o BESDefineResponseHandler.o >/dev/null 2>&1
mv -f .deps/BESShowErrorResponseHandler.Tpo .deps/BESShowErrorResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelDefsResponseHandler.lo -MD -MP -MF .deps/BESDelDefsResponseHandler.Tpo -c -o BESDelDefsResponseHandler.lo BESDelDefsResponseHandler.cc
mv -f .deps/BESDefinitionStorageList.Tpo .deps/BESDefinitionStorageList.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESSetContextResponseHandler.lo -MD -MP -MF .deps/BESSetContextResponseHandler.Tpo -c -o BESSetContextResponseHandler.lo BESSetContextResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelDefsResponseHandler.lo -MD -MP -MF .deps/BESDelDefsResponseHandler.Tpo -c BESDelDefsResponseHandler.cc -fPIC -DPIC -o .libs/BESDelDefsResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowDefsResponseHandler.lo -MD -MP -MF .deps/BESShowDefsResponseHandler.Tpo -c BESShowDefsResponseHandler.cc -o BESShowDefsResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESSetContextResponseHandler.lo -MD -MP -MF .deps/BESSetContextResponseHandler.Tpo -c BESSetContextResponseHandler.cc -fPIC -DPIC -o .libs/BESSetContextResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelDefResponseHandler.lo -MD -MP -MF .deps/BESDelDefResponseHandler.Tpo -c BESDelDefResponseHandler.cc -o BESDelDefResponseHandler.o >/dev/null 2>&1
mv -f .deps/BESDefineResponseHandler.Tpo .deps/BESDefineResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowContextResponseHandler.lo -MD -MP -MF .deps/BESShowContextResponseHandler.Tpo -c -o BESShowContextResponseHandler.lo BESShowContextResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowContextResponseHandler.lo -MD -MP -MF .deps/BESShowContextResponseHandler.Tpo -c BESShowContextResponseHandler.cc -fPIC -DPIC -o .libs/BESShowContextResponseHandler.o
mv -f .deps/BESShowDefsResponseHandler.Tpo .deps/BESShowDefsResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContextManager.lo -MD -MP -MF .deps/BESContextManager.Tpo -c -o BESContextManager.lo BESContextManager.cc
mv -f .deps/BESDefinitionStorageVolatile.Tpo .deps/BESDefinitionStorageVolatile.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESProcIdResponseHandler.lo -MD -MP -MF .deps/BESProcIdResponseHandler.Tpo -c -o BESProcIdResponseHandler.lo BESProcIdResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContextManager.lo -MD -MP -MF .deps/BESContextManager.Tpo -c BESContextManager.cc -fPIC -DPIC -o .libs/BESContextManager.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESProcIdResponseHandler.lo -MD -MP -MF .deps/BESProcIdResponseHandler.Tpo -c BESProcIdResponseHandler.cc -fPIC -DPIC -o .libs/BESProcIdResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDelDefsResponseHandler.lo -MD -MP -MF .deps/BESDelDefsResponseHandler.Tpo -c BESDelDefsResponseHandler.cc -o BESDelDefsResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESSetContextResponseHandler.lo -MD -MP -MF .deps/BESSetContextResponseHandler.Tpo -c BESSetContextResponseHandler.cc -o BESSetContextResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESShowContextResponseHandler.lo -MD -MP -MF .deps/BESShowContextResponseHandler.Tpo -c BESShowContextResponseHandler.cc -o BESShowContextResponseHandler.o >/dev/null 2>&1
mv -f .deps/BESDelDefResponseHandler.Tpo .deps/BESDelDefResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESResponseHandler.lo -MD -MP -MF .deps/BESResponseHandler.Tpo -c -o BESResponseHandler.lo BESResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESResponseHandler.lo -MD -MP -MF .deps/BESResponseHandler.Tpo -c BESResponseHandler.cc -fPIC -DPIC -o .libs/BESResponseHandler.o
mv -f .deps/BESDelDefsResponseHandler.Tpo .deps/BESDelDefsResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESHelpResponseHandler.lo -MD -MP -MF .deps/BESHelpResponseHandler.Tpo -c -o BESHelpResponseHandler.lo BESHelpResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESProcIdResponseHandler.lo -MD -MP -MF .deps/BESProcIdResponseHandler.Tpo -c BESProcIdResponseHandler.cc -o BESProcIdResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESHelpResponseHandler.lo -MD -MP -MF .deps/BESHelpResponseHandler.Tpo -c BESHelpResponseHandler.cc -fPIC -DPIC -o .libs/BESHelpResponseHandler.o
mv -f .deps/BESSetContextResponseHandler.Tpo .deps/BESSetContextResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESStatusResponseHandler.lo -MD -MP -MF .deps/BESStatusResponseHandler.Tpo -c -o BESStatusResponseHandler.lo BESStatusResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESStatusResponseHandler.lo -MD -MP -MF .deps/BESStatusResponseHandler.Tpo -c BESStatusResponseHandler.cc -fPIC -DPIC -o .libs/BESStatusResponseHandler.o
mv -f .deps/BESShowContextResponseHandler.Tpo .deps/BESShowContextResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESVersionResponseHandler.lo -MD -MP -MF .deps/BESVersionResponseHandler.Tpo -c -o BESVersionResponseHandler.lo BESVersionResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESVersionResponseHandler.lo -MD -MP -MF .deps/BESVersionResponseHandler.Tpo -c BESVersionResponseHandler.cc -fPIC -DPIC -o .libs/BESVersionResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESContextManager.lo -MD -MP -MF .deps/BESContextManager.Tpo -c BESContextManager.cc -o BESContextManager.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESResponseHandler.lo -MD -MP -MF .deps/BESResponseHandler.Tpo -c BESResponseHandler.cc -o BESResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESStatusResponseHandler.lo -MD -MP -MF .deps/BESStatusResponseHandler.Tpo -c BESStatusResponseHandler.cc -o BESStatusResponseHandler.o >/dev/null 2>&1
mv -f .deps/BESProcIdResponseHandler.Tpo .deps/BESProcIdResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESConfigResponseHandler.lo -MD -MP -MF .deps/BESConfigResponseHandler.Tpo -c -o BESConfigResponseHandler.lo BESConfigResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESHelpResponseHandler.lo -MD -MP -MF .deps/BESHelpResponseHandler.Tpo -c BESHelpResponseHandler.cc -o BESHelpResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESConfigResponseHandler.lo -MD -MP -MF .deps/BESConfigResponseHandler.Tpo -c BESConfigResponseHandler.cc -fPIC -DPIC -o .libs/BESConfigResponseHandler.o
mv -f .deps/BESResponseHandler.Tpo .deps/BESResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESStreamResponseHandler.lo -MD -MP -MF .deps/BESStreamResponseHandler.Tpo -c -o BESStreamResponseHandler.lo BESStreamResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESStreamResponseHandler.lo -MD -MP -MF .deps/BESStreamResponseHandler.Tpo -c BESStreamResponseHandler.cc -fPIC -DPIC -o .libs/BESStreamResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESVersionResponseHandler.lo -MD -MP -MF .deps/BESVersionResponseHandler.Tpo -c BESVersionResponseHandler.cc -o BESVersionResponseHandler.o >/dev/null 2>&1
mv -f .deps/BESStatusResponseHandler.Tpo .deps/BESStatusResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESResponseHandlerList.lo -MD -MP -MF .deps/BESResponseHandlerList.Tpo -c -o BESResponseHandlerList.lo BESResponseHandlerList.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESResponseHandlerList.lo -MD -MP -MF .deps/BESResponseHandlerList.Tpo -c BESResponseHandlerList.cc -fPIC -DPIC -o .libs/BESResponseHandlerList.o
mv -f .deps/BESContextManager.Tpo .deps/BESContextManager.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESInfo.lo -MD -MP -MF .deps/BESInfo.Tpo -c -o BESInfo.lo BESInfo.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESInfo.lo -MD -MP -MF .deps/BESInfo.Tpo -c BESInfo.cc -fPIC -DPIC -o .libs/BESInfo.o
mv -f .deps/BESHelpResponseHandler.Tpo .deps/BESHelpResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESTextInfo.lo -MD -MP -MF .deps/BESTextInfo.Tpo -c -o BESTextInfo.lo BESTextInfo.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESTextInfo.lo -MD -MP -MF .deps/BESTextInfo.Tpo -c BESTextInfo.cc -fPIC -DPIC -o .libs/BESTextInfo.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESConfigResponseHandler.lo -MD -MP -MF .deps/BESConfigResponseHandler.Tpo -c BESConfigResponseHandler.cc -o BESConfigResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESStreamResponseHandler.lo -MD -MP -MF .deps/BESStreamResponseHandler.Tpo -c BESStreamResponseHandler.cc -o BESStreamResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESResponseHandlerList.lo -MD -MP -MF .deps/BESResponseHandlerList.Tpo -c BESResponseHandlerList.cc -o BESResponseHandlerList.o >/dev/null 2>&1
mv -f .deps/BESVersionResponseHandler.Tpo .deps/BESVersionResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESVersionInfo.lo -MD -MP -MF .deps/BESVersionInfo.Tpo -c -o BESVersionInfo.lo BESVersionInfo.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESVersionInfo.lo -MD -MP -MF .deps/BESVersionInfo.Tpo -c BESVersionInfo.cc -fPIC -DPIC -o .libs/BESVersionInfo.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESTextInfo.lo -MD -MP -MF .deps/BESTextInfo.Tpo -c BESTextInfo.cc -o BESTextInfo.o >/dev/null 2>&1
mv -f .deps/BESConfigResponseHandler.Tpo .deps/BESConfigResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESHTMLInfo.lo -MD -MP -MF .deps/BESHTMLInfo.Tpo -c -o BESHTMLInfo.lo BESHTMLInfo.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESHTMLInfo.lo -MD -MP -MF .deps/BESHTMLInfo.Tpo -c BESHTMLInfo.cc -fPIC -DPIC -o .libs/BESHTMLInfo.o
mv -f .deps/BESStreamResponseHandler.Tpo .deps/BESStreamResponseHandler.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESInfo.lo -MD -MP -MF .deps/BESInfo.Tpo -c BESInfo.cc -o BESInfo.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESInfoList.lo -MD -MP -MF .deps/BESInfoList.Tpo -c -o BESInfoList.lo BESInfoList.cc
mv -f .deps/BESResponseHandlerList.Tpo .deps/BESResponseHandlerList.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLInfo.lo -MD -MP -MF .deps/BESXMLInfo.Tpo -c -o BESXMLInfo.lo BESXMLInfo.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESInfoList.lo -MD -MP -MF .deps/BESInfoList.Tpo -c BESInfoList.cc -fPIC -DPIC -o .libs/BESInfoList.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLInfo.lo -MD -MP -MF .deps/BESXMLInfo.Tpo -c BESXMLInfo.cc -fPIC -DPIC -o .libs/BESXMLInfo.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESVersionInfo.lo -MD -MP -MF .deps/BESVersionInfo.Tpo -c BESVersionInfo.cc -o BESVersionInfo.o >/dev/null 2>&1
mv -f .deps/BESTextInfo.Tpo .deps/BESTextInfo.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESRequestHandler.lo -MD -MP -MF .deps/BESRequestHandler.Tpo -c -o BESRequestHandler.lo BESRequestHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESRequestHandler.lo -MD -MP -MF .deps/BESRequestHandler.Tpo -c BESRequestHandler.cc -fPIC -DPIC -o .libs/BESRequestHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESHTMLInfo.lo -MD -MP -MF .deps/BESHTMLInfo.Tpo -c BESHTMLInfo.cc -o BESHTMLInfo.o >/dev/null 2>&1
mv -f .deps/BESVersionInfo.Tpo .deps/BESVersionInfo.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESRequestHandlerList.lo -MD -MP -MF .deps/BESRequestHandlerList.Tpo -c -o BESRequestHandlerList.lo BESRequestHandlerList.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESInfoList.lo -MD -MP -MF .deps/BESInfoList.Tpo -c BESInfoList.cc -o BESInfoList.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESRequestHandlerList.lo -MD -MP -MF .deps/BESRequestHandlerList.Tpo -c BESRequestHandlerList.cc -fPIC -DPIC -o .libs/BESRequestHandlerList.o
mv -f .deps/BESInfo.Tpo .deps/BESInfo.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESTransmitter.lo -MD -MP -MF .deps/BESTransmitter.Tpo -c -o BESTransmitter.lo BESTransmitter.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESRequestHandler.lo -MD -MP -MF .deps/BESRequestHandler.Tpo -c BESRequestHandler.cc -o BESRequestHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESTransmitter.lo -MD -MP -MF .deps/BESTransmitter.Tpo -c BESTransmitter.cc -fPIC -DPIC -o .libs/BESTransmitter.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLInfo.lo -MD -MP -MF .deps/BESXMLInfo.Tpo -c BESXMLInfo.cc -o BESXMLInfo.o >/dev/null 2>&1
mv -f .deps/BESHTMLInfo.Tpo .deps/BESHTMLInfo.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESReporterList.lo -MD -MP -MF .deps/BESReporterList.Tpo -c -o BESReporterList.lo BESReporterList.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESReporterList.lo -MD -MP -MF .deps/BESReporterList.Tpo -c BESReporterList.cc -fPIC -DPIC -o .libs/BESReporterList.o
mv -f .deps/BESInfoList.Tpo .deps/BESInfoList.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESConstraintFuncs.lo -MD -MP -MF .deps/BESConstraintFuncs.Tpo -c -o BESConstraintFuncs.lo BESConstraintFuncs.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESConstraintFuncs.lo -MD -MP -MF .deps/BESConstraintFuncs.Tpo -c BESConstraintFuncs.cc -fPIC -DPIC -o .libs/BESConstraintFuncs.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESRequestHandlerList.lo -MD -MP -MF .deps/BESRequestHandlerList.Tpo -c BESRequestHandlerList.cc -o BESRequestHandlerList.o >/dev/null 2>&1
mv -f .deps/BESRequestHandler.Tpo .deps/BESRequestHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESServiceRegistry.lo -MD -MP -MF .deps/BESServiceRegistry.Tpo -c -o BESServiceRegistry.lo BESServiceRegistry.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESServiceRegistry.lo -MD -MP -MF .deps/BESServiceRegistry.Tpo -c BESServiceRegistry.cc -fPIC -DPIC -o .libs/BESServiceRegistry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESTransmitter.lo -MD -MP -MF .deps/BESTransmitter.Tpo -c BESTransmitter.cc -o BESTransmitter.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESReporterList.lo -MD -MP -MF .deps/BESReporterList.Tpo -c BESReporterList.cc -o BESReporterList.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESConstraintFuncs.lo -MD -MP -MF .deps/BESConstraintFuncs.Tpo -c BESConstraintFuncs.cc -o BESConstraintFuncs.o >/dev/null 2>&1
mv -f .deps/BESXMLInfo.Tpo .deps/BESXMLInfo.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESServicesResponseHandler.lo -MD -MP -MF .deps/BESServicesResponseHandler.Tpo -c -o BESServicesResponseHandler.lo BESServicesResponseHandler.cc
mv -f .deps/BESRequestHandlerList.Tpo .deps/BESRequestHandlerList.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESMemoryGlobalArea.lo -MD -MP -MF .deps/BESMemoryGlobalArea.Tpo -c -o BESMemoryGlobalArea.lo BESMemoryGlobalArea.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESServicesResponseHandler.lo -MD -MP -MF .deps/BESServicesResponseHandler.Tpo -c BESServicesResponseHandler.cc -fPIC -DPIC -o .libs/BESServicesResponseHandler.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESMemoryGlobalArea.lo -MD -MP -MF .deps/BESMemoryGlobalArea.Tpo -c BESMemoryGlobalArea.cc -fPIC -DPIC -o .libs/BESMemoryGlobalArea.o
mv -f .deps/BESConstraintFuncs.Tpo .deps/BESConstraintFuncs.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESMemoryManager.lo -MD -MP -MF .deps/BESMemoryManager.Tpo -c -o BESMemoryManager.lo BESMemoryManager.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESMemoryManager.lo -MD -MP -MF .deps/BESMemoryManager.Tpo -c BESMemoryManager.cc -fPIC -DPIC -o .libs/BESMemoryManager.o
mv -f .deps/BESReporterList.Tpo .deps/BESReporterList.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESReturnManager.lo -MD -MP -MF .deps/BESReturnManager.Tpo -c -o BESReturnManager.lo BESReturnManager.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESReturnManager.lo -MD -MP -MF .deps/BESReturnManager.Tpo -c BESReturnManager.cc -fPIC -DPIC -o .libs/BESReturnManager.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESServicesResponseHandler.lo -MD -MP -MF .deps/BESServicesResponseHandler.Tpo -c BESServicesResponseHandler.cc -o BESServicesResponseHandler.o >/dev/null 2>&1
mv -f .deps/BESTransmitter.Tpo .deps/BESTransmitter.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESError.lo -MD -MP -MF .deps/BESError.Tpo -c -o BESError.lo BESError.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESError.lo -MD -MP -MF .deps/BESError.Tpo -c BESError.cc -fPIC -DPIC -o .libs/BESError.o
In file included from BESMemoryManager.cc:43:
BESMemoryManager.h:49:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
49 | static void release_global_pool()throw (std::bad_alloc) ;
| ^~~~~
BESMemoryManager.cc:112:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
112 | BESMemoryManager::release_global_pool() throw (bad_alloc)
| ^~~~~
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESMemoryManager.lo -MD -MP -MF .deps/BESMemoryManager.Tpo -c BESMemoryManager.cc -o BESMemoryManager.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESError.lo -MD -MP -MF .deps/BESError.Tpo -c BESError.cc -o BESError.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESReturnManager.lo -MD -MP -MF .deps/BESReturnManager.Tpo -c BESReturnManager.cc -o BESReturnManager.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESServiceRegistry.lo -MD -MP -MF .deps/BESServiceRegistry.Tpo -c BESServiceRegistry.cc -o BESServiceRegistry.o >/dev/null 2>&1
mv -f .deps/BESServicesResponseHandler.Tpo .deps/BESServicesResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDataHandlerInterface.lo -MD -MP -MF .deps/BESDataHandlerInterface.Tpo -c -o BESDataHandlerInterface.lo BESDataHandlerInterface.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDataHandlerInterface.lo -MD -MP -MF .deps/BESDataHandlerInterface.Tpo -c BESDataHandlerInterface.cc -fPIC -DPIC -o .libs/BESDataHandlerInterface.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESMemoryGlobalArea.lo -MD -MP -MF .deps/BESMemoryGlobalArea.Tpo -c BESMemoryGlobalArea.cc -o BESMemoryGlobalArea.o >/dev/null 2>&1
mv -f .deps/BESMemoryManager.Tpo .deps/BESMemoryManager.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESIndent.lo -MD -MP -MF .deps/BESIndent.Tpo -c -o BESIndent.lo BESIndent.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESIndent.lo -MD -MP -MF .deps/BESIndent.Tpo -c BESIndent.cc -fPIC -DPIC -o .libs/BESIndent.o
mv -f .deps/BESError.Tpo .deps/BESError.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESApp.lo -MD -MP -MF .deps/BESApp.Tpo -c -o BESApp.lo BESApp.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESApp.lo -MD -MP -MF .deps/BESApp.Tpo -c BESApp.cc -fPIC -DPIC -o .libs/BESApp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESIndent.lo -MD -MP -MF .deps/BESIndent.Tpo -c BESIndent.cc -o BESIndent.o >/dev/null 2>&1
mv -f .deps/BESReturnManager.Tpo .deps/BESReturnManager.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESModuleApp.lo -MD -MP -MF .deps/BESModuleApp.Tpo -c -o BESModuleApp.lo BESModuleApp.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESModuleApp.lo -MD -MP -MF .deps/BESModuleApp.Tpo -c BESModuleApp.cc -fPIC -DPIC -o .libs/BESModuleApp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDataHandlerInterface.lo -MD -MP -MF .deps/BESDataHandlerInterface.Tpo -c BESDataHandlerInterface.cc -o BESDataHandlerInterface.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESApp.lo -MD -MP -MF .deps/BESApp.Tpo -c BESApp.cc -o BESApp.o >/dev/null 2>&1
mv -f .deps/BESIndent.Tpo .deps/BESIndent.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUtil.lo -MD -MP -MF .deps/BESUtil.Tpo -c -o BESUtil.lo BESUtil.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUtil.lo -MD -MP -MF .deps/BESUtil.Tpo -c BESUtil.cc -fPIC -DPIC -o .libs/BESUtil.o
mv -f .deps/BESApp.Tpo .deps/BESApp.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESStopWatch.lo -MD -MP -MF .deps/BESStopWatch.Tpo -c -o BESStopWatch.lo BESStopWatch.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESStopWatch.lo -MD -MP -MF .deps/BESStopWatch.Tpo -c BESStopWatch.cc -fPIC -DPIC -o .libs/BESStopWatch.o
mv -f .deps/BESMemoryGlobalArea.Tpo .deps/BESMemoryGlobalArea.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESRegex.lo -MD -MP -MF .deps/BESRegex.Tpo -c -o BESRegex.lo BESRegex.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESRegex.lo -MD -MP -MF .deps/BESRegex.Tpo -c BESRegex.cc -fPIC -DPIC -o .libs/BESRegex.o
mv -f .deps/BESDataHandlerInterface.Tpo .deps/BESDataHandlerInterface.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESScrub.lo -MD -MP -MF .deps/BESScrub.Tpo -c -o BESScrub.lo BESScrub.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESScrub.lo -MD -MP -MF .deps/BESScrub.Tpo -c BESScrub.cc -fPIC -DPIC -o .libs/BESScrub.o
mv -f .deps/BESServiceRegistry.Tpo .deps/BESServiceRegistry.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDebug.lo -MD -MP -MF .deps/BESDebug.Tpo -c -o BESDebug.lo BESDebug.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDebug.lo -MD -MP -MF .deps/BESDebug.Tpo -c BESDebug.cc -fPIC -DPIC -o .libs/BESDebug.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESStopWatch.lo -MD -MP -MF .deps/BESStopWatch.Tpo -c BESStopWatch.cc -o BESStopWatch.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESModuleApp.lo -MD -MP -MF .deps/BESModuleApp.Tpo -c BESModuleApp.cc -o BESModuleApp.o >/dev/null 2>&1
mv -f .deps/BESStopWatch.Tpo .deps/BESStopWatch.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefaultModule.lo -MD -MP -MF .deps/BESDefaultModule.Tpo -c -o BESDefaultModule.lo BESDefaultModule.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefaultModule.lo -MD -MP -MF .deps/BESDefaultModule.Tpo -c BESDefaultModule.cc -fPIC -DPIC -o .libs/BESDefaultModule.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDebug.lo -MD -MP -MF .deps/BESDebug.Tpo -c BESDebug.cc -o BESDebug.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESRegex.lo -MD -MP -MF .deps/BESRegex.Tpo -c BESRegex.cc -o BESRegex.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUtil.lo -MD -MP -MF .deps/BESUtil.Tpo -c BESUtil.cc -o BESUtil.o >/dev/null 2>&1
mv -f .deps/BESModuleApp.Tpo .deps/BESModuleApp.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFileLockingCache.lo -MD -MP -MF .deps/BESFileLockingCache.Tpo -c -o BESFileLockingCache.lo BESFileLockingCache.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFileLockingCache.lo -MD -MP -MF .deps/BESFileLockingCache.Tpo -c BESFileLockingCache.cc -fPIC -DPIC -o .libs/BESFileLockingCache.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESDefaultModule.lo -MD -MP -MF .deps/BESDefaultModule.Tpo -c BESDefaultModule.cc -o BESDefaultModule.o >/dev/null 2>&1
mv -f .deps/BESDebug.Tpo .deps/BESDebug.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompressCache.lo -MD -MP -MF .deps/BESUncompressCache.Tpo -c -o BESUncompressCache.lo BESUncompressCache.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompressCache.lo -MD -MP -MF .deps/BESUncompressCache.Tpo -c BESUncompressCache.cc -fPIC -DPIC -o .libs/BESUncompressCache.o
mv -f .deps/BESDefaultModule.Tpo .deps/BESDefaultModule.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompressManager3.lo -MD -MP -MF .deps/BESUncompressManager3.Tpo -c -o BESUncompressManager3.lo BESUncompressManager3.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompressManager3.lo -MD -MP -MF .deps/BESUncompressManager3.Tpo -c BESUncompressManager3.cc -fPIC -DPIC -o .libs/BESUncompressManager3.o
mv -f .deps/BESRegex.Tpo .deps/BESRegex.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompress3GZ.lo -MD -MP -MF .deps/BESUncompress3GZ.Tpo -c -o BESUncompress3GZ.lo BESUncompress3GZ.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompress3GZ.lo -MD -MP -MF .deps/BESUncompress3GZ.Tpo -c BESUncompress3GZ.cc -fPIC -DPIC -o .libs/BESUncompress3GZ.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompressCache.lo -MD -MP -MF .deps/BESUncompressCache.Tpo -c BESUncompressCache.cc -o BESUncompressCache.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFileLockingCache.lo -MD -MP -MF .deps/BESFileLockingCache.Tpo -c BESFileLockingCache.cc -o BESFileLockingCache.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompress3GZ.lo -MD -MP -MF .deps/BESUncompress3GZ.Tpo -c BESUncompress3GZ.cc -o BESUncompress3GZ.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESScrub.lo -MD -MP -MF .deps/BESScrub.Tpo -c BESScrub.cc -o BESScrub.o >/dev/null 2>&1
mv -f .deps/BESUncompress3GZ.Tpo .deps/BESUncompress3GZ.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompress3BZ2.lo -MD -MP -MF .deps/BESUncompress3BZ2.Tpo -c -o BESUncompress3BZ2.lo BESUncompress3BZ2.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompressManager3.lo -MD -MP -MF .deps/BESUncompressManager3.Tpo -c BESUncompressManager3.cc -o BESUncompressManager3.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompress3BZ2.lo -MD -MP -MF .deps/BESUncompress3BZ2.Tpo -c BESUncompress3BZ2.cc -fPIC -DPIC -o .libs/BESUncompress3BZ2.o
mv -f .deps/BESUtil.Tpo .deps/BESUtil.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompress3Z.lo -MD -MP -MF .deps/BESUncompress3Z.Tpo -c -o BESUncompress3Z.lo BESUncompress3Z.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompress3Z.lo -MD -MP -MF .deps/BESUncompress3Z.Tpo -c BESUncompress3Z.cc -fPIC -DPIC -o .libs/BESUncompress3Z.o
mv -f .deps/BESUncompressCache.Tpo .deps/BESUncompressCache.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESTokenizer.lo -MD -MP -MF .deps/BESTokenizer.Tpo -c -o BESTokenizer.lo BESTokenizer.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESTokenizer.lo -MD -MP -MF .deps/BESTokenizer.Tpo -c BESTokenizer.cc -fPIC -DPIC -o .libs/BESTokenizer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompress3BZ2.lo -MD -MP -MF .deps/BESUncompress3BZ2.Tpo -c BESUncompress3BZ2.cc -o BESUncompress3BZ2.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESUncompress3Z.lo -MD -MP -MF .deps/BESUncompress3Z.Tpo -c BESUncompress3Z.cc -o BESUncompress3Z.o >/dev/null 2>&1
mv -f .deps/BESUncompressManager3.Tpo .deps/BESUncompressManager3.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFSDir.lo -MD -MP -MF .deps/BESFSDir.Tpo -c -o BESFSDir.lo BESFSDir.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFSDir.lo -MD -MP -MF .deps/BESFSDir.Tpo -c BESFSDir.cc -fPIC -DPIC -o .libs/BESFSDir.o
mv -f .deps/BESFileLockingCache.Tpo .deps/BESFileLockingCache.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFSFile.lo -MD -MP -MF .deps/BESFSFile.Tpo -c -o BESFSFile.lo BESFSFile.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFSFile.lo -MD -MP -MF .deps/BESFSFile.Tpo -c BESFSFile.cc -fPIC -DPIC -o .libs/BESFSFile.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESTokenizer.lo -MD -MP -MF .deps/BESTokenizer.Tpo -c BESTokenizer.cc -o BESTokenizer.o >/dev/null 2>&1
mv -f .deps/BESUncompress3BZ2.Tpo .deps/BESUncompress3BZ2.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalog.lo -MD -MP -MF .deps/BESCatalog.Tpo -c -o BESCatalog.lo BESCatalog.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalog.lo -MD -MP -MF .deps/BESCatalog.Tpo -c BESCatalog.cc -fPIC -DPIC -o .libs/BESCatalog.o
mv -f .deps/BESUncompress3Z.Tpo .deps/BESUncompress3Z.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogDirectory.lo -MD -MP -MF .deps/BESCatalogDirectory.Tpo -c -o BESCatalogDirectory.lo BESCatalogDirectory.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFSFile.lo -MD -MP -MF .deps/BESFSFile.Tpo -c BESFSFile.cc -o BESFSFile.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogDirectory.lo -MD -MP -MF .deps/BESCatalogDirectory.Tpo -c BESCatalogDirectory.cc -fPIC -DPIC -o .libs/BESCatalogDirectory.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalog.lo -MD -MP -MF .deps/BESCatalog.Tpo -c BESCatalog.cc -o BESCatalog.o >/dev/null 2>&1
mv -f .deps/BESTokenizer.Tpo .deps/BESTokenizer.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogUtils.lo -MD -MP -MF .deps/BESCatalogUtils.Tpo -c -o BESCatalogUtils.lo BESCatalogUtils.cc
mv -f .deps/BESFSFile.Tpo .deps/BESFSFile.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogList.lo -MD -MP -MF .deps/BESCatalogList.Tpo -c -o BESCatalogList.lo BESCatalogList.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogUtils.lo -MD -MP -MF .deps/BESCatalogUtils.Tpo -c BESCatalogUtils.cc -fPIC -DPIC -o .libs/BESCatalogUtils.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogList.lo -MD -MP -MF .deps/BESCatalogList.Tpo -c BESCatalogList.cc -fPIC -DPIC -o .libs/BESCatalogList.o
mv -f .deps/BESCatalog.Tpo .deps/BESCatalog.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogEntry.lo -MD -MP -MF .deps/BESCatalogEntry.Tpo -c -o BESCatalogEntry.lo BESCatalogEntry.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogEntry.lo -MD -MP -MF .deps/BESCatalogEntry.Tpo -c BESCatalogEntry.cc -fPIC -DPIC -o .libs/BESCatalogEntry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogList.lo -MD -MP -MF .deps/BESCatalogList.Tpo -c BESCatalogList.cc -o BESCatalogList.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogDirectory.lo -MD -MP -MF .deps/BESCatalogDirectory.Tpo -c BESCatalogDirectory.cc -o BESCatalogDirectory.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogEntry.lo -MD -MP -MF .deps/BESCatalogEntry.Tpo -c BESCatalogEntry.cc -o BESCatalogEntry.o >/dev/null 2>&1
mv -f .deps/BESScrub.Tpo .deps/BESScrub.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogResponseHandler.lo -MD -MP -MF .deps/BESCatalogResponseHandler.Tpo -c -o BESCatalogResponseHandler.lo BESCatalogResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogResponseHandler.lo -MD -MP -MF .deps/BESCatalogResponseHandler.Tpo -c BESCatalogResponseHandler.cc -fPIC -DPIC -o .libs/BESCatalogResponseHandler.o
mv -f .deps/BESCatalogList.Tpo .deps/BESCatalogList.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT ShowNodeResponseHandler.lo -MD -MP -MF .deps/ShowNodeResponseHandler.Tpo -c -o ShowNodeResponseHandler.lo ShowNodeResponseHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT ShowNodeResponseHandler.lo -MD -MP -MF .deps/ShowNodeResponseHandler.Tpo -c ShowNodeResponseHandler.cc -fPIC -DPIC -o .libs/ShowNodeResponseHandler.o
mv -f .deps/BESCatalogEntry.Tpo .deps/BESCatalogEntry.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT CatalogNode.lo -MD -MP -MF .deps/CatalogNode.Tpo -c -o CatalogNode.lo CatalogNode.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT CatalogNode.lo -MD -MP -MF .deps/CatalogNode.Tpo -c CatalogNode.cc -fPIC -DPIC -o .libs/CatalogNode.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogResponseHandler.lo -MD -MP -MF .deps/BESCatalogResponseHandler.Tpo -c BESCatalogResponseHandler.cc -o BESCatalogResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT ShowNodeResponseHandler.lo -MD -MP -MF .deps/ShowNodeResponseHandler.Tpo -c ShowNodeResponseHandler.cc -o ShowNodeResponseHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESFSDir.lo -MD -MP -MF .deps/BESFSDir.Tpo -c BESFSDir.cc -o BESFSDir.o >/dev/null 2>&1
mv -f .deps/BESCatalogDirectory.Tpo .deps/BESCatalogDirectory.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT CatalogItem.lo -MD -MP -MF .deps/CatalogItem.Tpo -c -o CatalogItem.lo CatalogItem.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT CatalogItem.lo -MD -MP -MF .deps/CatalogItem.Tpo -c CatalogItem.cc -fPIC -DPIC -o .libs/CatalogItem.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT CatalogNode.lo -MD -MP -MF .deps/CatalogNode.Tpo -c CatalogNode.cc -o CatalogNode.o >/dev/null 2>&1
mv -f .deps/BESCatalogResponseHandler.Tpo .deps/BESCatalogResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT RequestServiceTimer.lo -MD -MP -MF .deps/RequestServiceTimer.Tpo -c -o RequestServiceTimer.lo RequestServiceTimer.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT RequestServiceTimer.lo -MD -MP -MF .deps/RequestServiceTimer.Tpo -c RequestServiceTimer.cc -fPIC -DPIC -o .libs/RequestServiceTimer.o
mv -f .deps/ShowNodeResponseHandler.Tpo .deps/ShowNodeResponseHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT ServerAdministrator.lo -MD -MP -MF .deps/ServerAdministrator.Tpo -c -o ServerAdministrator.lo ServerAdministrator.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT ServerAdministrator.lo -MD -MP -MF .deps/ServerAdministrator.Tpo -c ServerAdministrator.cc -fPIC -DPIC -o .libs/ServerAdministrator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT CatalogItem.lo -MD -MP -MF .deps/CatalogItem.Tpo -c CatalogItem.cc -o CatalogItem.o >/dev/null 2>&1
mv -f .deps/CatalogNode.Tpo .deps/CatalogNode.Plo
mkdir -p bes
sed -e "s%[@]pkgdatadir[@]%/usr/local/share/bes%" \
-e "s%[@]sysconfdir[@]%/usr/local/etc%" \
-e "s%[@]pkglibdir[@]%/usr/local/lib/bes%" \
-e "s%[@]datarootdir[@]%/usr/local/share%" \
-e "s%[@]datadir[@]%/usr/local/share%" \
-e "s%[@]prefix[@]%/usr/local%" \
-e "s%[@]bindir[@]%/usr/local/bin%" bes/bes.conf.in > bes/bes.conf
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT RequestServiceTimer.lo -MD -MP -MF .deps/RequestServiceTimer.Tpo -c RequestServiceTimer.cc -o RequestServiceTimer.o >/dev/null 2>&1
mv -f .deps/CatalogItem.Tpo .deps/CatalogItem.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESCatalogUtils.lo -MD -MP -MF .deps/BESCatalogUtils.Tpo -c BESCatalogUtils.cc -o BESCatalogUtils.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../xmlcommand -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT ServerAdministrator.lo -MD -MP -MF .deps/ServerAdministrator.Tpo -c ServerAdministrator.cc -o ServerAdministrator.o >/dev/null 2>&1
mv -f .deps/RequestServiceTimer.Tpo .deps/RequestServiceTimer.Plo
mv -f .deps/ServerAdministrator.Tpo .deps/ServerAdministrator.Plo
mv -f .deps/BESFSDir.Tpo .deps/BESFSDir.Plo
mv -f .deps/BESCatalogUtils.Tpo .deps/BESCatalogUtils.Plo
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 --pedantic --std=c++14 -version-info 18:10:0 -o libbes_dispatch.la -rpath /usr/local/lib BESInterface.lo BESLog.lo TheBESKeys.lo kvp_utils.lo BESContainer.lo BESFileContainer.lo BESContainerStorage.lo BESContainerStorageFile.lo BESContainerStorageList.lo BESContainerStorageVolatile.lo BESFileContainerStorage.lo BESSetContainerResponseHandler.lo BESShowContainersResponseHandler.lo BESDelContainerResponseHandler.lo BESDelContainersResponseHandler.lo BESShowErrorResponseHandler.lo BESDefine.lo BESDefinitionStorageList.lo BESDefinitionStorageVolatile.lo BESDefineResponseHandler.lo BESShowDefsResponseHandler.lo BESDelDefResponseHandler.lo BESDelDefsResponseHandler.lo BESSetContextResponseHandler.lo BESShowContextResponseHandler.lo BESContextManager.lo BESProcIdResponseHandler.lo BESResponseHandler.lo BESHelpResponseHandler.lo BESStatusResponseHandler.lo BESVersionResponseHandler.lo BESConfigResponseHandler.lo BESStreamResponseHandler.lo BESResponseHandlerList.lo BESInfo.lo BESTextInfo.lo BESVersionInfo.lo BESHTMLInfo.lo BESInfoList.lo BESXMLInfo.lo BESRequestHandler.lo BESRequestHandlerList.lo BESTransmitter.lo BESReporterList.lo BESConstraintFuncs.lo BESServiceRegistry.lo BESServicesResponseHandler.lo BESMemoryGlobalArea.lo BESMemoryManager.lo BESReturnManager.lo BESError.lo BESDataHandlerInterface.lo BESIndent.lo BESApp.lo BESModuleApp.lo BESUtil.lo BESStopWatch.lo BESRegex.lo BESScrub.lo BESDebug.lo BESDefaultModule.lo BESFileLockingCache.lo BESUncompressCache.lo BESUncompressManager3.lo BESUncompress3GZ.lo BESUncompress3BZ2.lo BESUncompress3Z.lo BESTokenizer.lo BESFSDir.lo BESFSFile.lo BESCatalog.lo BESCatalogDirectory.lo BESCatalogUtils.lo BESCatalogList.lo BESCatalogEntry.lo BESCatalogResponseHandler.lo ShowNodeResponseHandler.lo CatalogNode.lo CatalogItem.lo RequestServiceTimer.lo ServerAdministrator.lo -lxml2 -ldap -lz -lbz2 -lpthread -lcurl -luuid
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/14/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/14/crtbeginS.o .libs/BESInterface.o .libs/BESLog.o .libs/TheBESKeys.o .libs/kvp_utils.o .libs/BESContainer.o .libs/BESFileContainer.o .libs/BESContainerStorage.o .libs/BESContainerStorageFile.o .libs/BESContainerStorageList.o .libs/BESContainerStorageVolatile.o .libs/BESFileContainerStorage.o .libs/BESSetContainerResponseHandler.o .libs/BESShowContainersResponseHandler.o .libs/BESDelContainerResponseHandler.o .libs/BESDelContainersResponseHandler.o .libs/BESShowErrorResponseHandler.o .libs/BESDefine.o .libs/BESDefinitionStorageList.o .libs/BESDefinitionStorageVolatile.o .libs/BESDefineResponseHandler.o .libs/BESShowDefsResponseHandler.o .libs/BESDelDefResponseHandler.o .libs/BESDelDefsResponseHandler.o .libs/BESSetContextResponseHandler.o .libs/BESShowContextResponseHandler.o .libs/BESContextManager.o .libs/BESProcIdResponseHandler.o .libs/BESResponseHandler.o .libs/BESHelpResponseHandler.o .libs/BESStatusResponseHandler.o .libs/BESVersionResponseHandler.o .libs/BESConfigResponseHandler.o .libs/BESStreamResponseHandler.o .libs/BESResponseHandlerList.o .libs/BESInfo.o .libs/BESTextInfo.o .libs/BESVersionInfo.o .libs/BESHTMLInfo.o .libs/BESInfoList.o .libs/BESXMLInfo.o .libs/BESRequestHandler.o .libs/BESRequestHandlerList.o .libs/BESTransmitter.o .libs/BESReporterList.o .libs/BESConstraintFuncs.o .libs/BESServiceRegistry.o .libs/BESServicesResponseHandler.o .libs/BESMemoryGlobalArea.o .libs/BESMemoryManager.o .libs/BESReturnManager.o .libs/BESError.o .libs/BESDataHandlerInterface.o .libs/BESIndent.o .libs/BESApp.o .libs/BESModuleApp.o .libs/BESUtil.o .libs/BESStopWatch.o .libs/BESRegex.o .libs/BESScrub.o .libs/BESDebug.o .libs/BESDefaultModule.o .libs/BESFileLockingCache.o .libs/BESUncompressCache.o .libs/BESUncompressManager3.o .libs/BESUncompress3GZ.o .libs/BESUncompress3BZ2.o .libs/BESUncompress3Z.o .libs/BESTokenizer.o .libs/BESFSDir.o .libs/BESFSFile.o .libs/BESCatalog.o .libs/BESCatalogDirectory.o .libs/BESCatalogUtils.o .libs/BESCatalogList.o .libs/BESCatalogEntry.o .libs/BESCatalogResponseHandler.o .libs/ShowNodeResponseHandler.o .libs/CatalogNode.o .libs/CatalogItem.o .libs/RequestServiceTimer.o .libs/ServerAdministrator.o -lxml2 -ldap -lz -lbz2 -lpthread -lcurl -luuid -L/usr/lib/gcc/x86_64-redhat-linux/14 -L/usr/lib/gcc/x86_64-redhat-linux/14/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/14/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/14/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/14/../../../../lib64/crtn.o -g -O2 -Wl,-soname -Wl,libbes_dispatch.so.18 -o .libs/libbes_dispatch.so.18.0.10
libtool: link: (cd ".libs" && rm -f "libbes_dispatch.so.18" && ln -s "libbes_dispatch.so.18.0.10" "libbes_dispatch.so.18")
libtool: link: (cd ".libs" && rm -f "libbes_dispatch.so" && ln -s "libbes_dispatch.so.18.0.10" "libbes_dispatch.so")
libtool: link: ar cr .libs/libbes_dispatch.a BESInterface.o BESLog.o TheBESKeys.o kvp_utils.o BESContainer.o BESFileContainer.o BESContainerStorage.o BESContainerStorageFile.o BESContainerStorageList.o BESContainerStorageVolatile.o BESFileContainerStorage.o BESSetContainerResponseHandler.o BESShowContainersResponseHandler.o BESDelContainerResponseHandler.o BESDelContainersResponseHandler.o BESShowErrorResponseHandler.o BESDefine.o BESDefinitionStorageList.o BESDefinitionStorageVolatile.o BESDefineResponseHandler.o BESShowDefsResponseHandler.o BESDelDefResponseHandler.o BESDelDefsResponseHandler.o BESSetContextResponseHandler.o BESShowContextResponseHandler.o BESContextManager.o BESProcIdResponseHandler.o BESResponseHandler.o BESHelpResponseHandler.o BESStatusResponseHandler.o BESVersionResponseHandler.o BESConfigResponseHandler.o BESStreamResponseHandler.o BESResponseHandlerList.o BESInfo.o BESTextInfo.o BESVersionInfo.o BESHTMLInfo.o BESInfoList.o BESXMLInfo.o BESRequestHandler.o BESRequestHandlerList.o BESTransmitter.o BESReporterList.o BESConstraintFuncs.o BESServiceRegistry.o BESServicesResponseHandler.o BESMemoryGlobalArea.o BESMemoryManager.o BESReturnManager.o BESError.o BESDataHandlerInterface.o BESIndent.o BESApp.o BESModuleApp.o BESUtil.o BESStopWatch.o BESRegex.o BESScrub.o BESDebug.o BESDefaultModule.o BESFileLockingCache.o BESUncompressCache.o BESUncompressManager3.o BESUncompress3GZ.o BESUncompress3BZ2.o BESUncompress3Z.o BESTokenizer.o BESFSDir.o BESFSFile.o BESCatalog.o BESCatalogDirectory.o BESCatalogUtils.o BESCatalogList.o BESCatalogEntry.o BESCatalogResponseHandler.o ShowNodeResponseHandler.o CatalogNode.o CatalogItem.o RequestServiceTimer.o ServerAdministrator.o
libtool: link: ranlib .libs/libbes_dispatch.a
libtool: link: ( cd ".libs" && rm -f "libbes_dispatch.la" && ln -s "../libbes_dispatch.la" "libbes_dispatch.la" )
make[3]: Leaving directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch'
Making all in unit-tests
make[3]: Entering directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/unit-tests'
make all-am
make[4]: Entering directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/unit-tests'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/unit-tests'
make[3]: Leaving directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/unit-tests'
Making all in tests
make[3]: Entering directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/tests'
mod_abs_srcdir=`python3 -c "import os.path; print(os.path.abspath('/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/tests'))"`; \
mod_abs_builddir=`python3 -c "import os.path; print(os.path.abspath('/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/tests'))"`; \
sed -e "s%[@]abs_srcdir[@]%${mod_abs_srcdir}%" \
-e "s%[@]abs_builddir[@]%${mod_abs_builddir}%" test_config.h.in > test_config.h
make all-am
make[4]: Entering directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/tests'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/usr/include/libdap -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT FileLockingCacheTest.o -MD -MP -MF .deps/FileLockingCacheTest.Tpo -c -o FileLockingCacheTest.o FileLockingCacheTest.cc
mv -f .deps/FileLockingCacheTest.Tpo .deps/FileLockingCacheTest.Po
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 --pedantic --std=c++14 -o FileLockingCacheTest FileLockingCacheTest.o ../../dispatch/libbes_dispatch.la -ldap -lcppunit -lcurl -luuid
libtool: link: g++ -g -O2 --pedantic --std=c++14 -o .libs/FileLockingCacheTest FileLockingCacheTest.o ../../dispatch/.libs/libbes_dispatch.so -lxml2 -lz -lbz2 -lpthread -ldap -lcppunit -lcurl -luuid -Wl,-rpath -Wl,/usr/local/lib
make[4]: Leaving directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/tests'
make[3]: Leaving directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch/tests'
make[2]: Leaving directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/dispatch'
Making all in xmlcommand
make[2]: Entering directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/xmlcommand'
Making all in .
make[3]: Entering directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/xmlcommand'
depbase=`echo BESXMLInterface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLInterface.lo -MD -MP -MF $depbase.Tpo -c -o BESXMLInterface.lo BESXMLInterface.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo BESXMLCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLCommand.lo -MD -MP -MF $depbase.Tpo -c -o BESXMLCommand.lo BESXMLCommand.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo BESXMLUtils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLUtils.lo -MD -MP -MF $depbase.Tpo -c -o BESXMLUtils.lo BESXMLUtils.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo BESXMLDefaultCommands.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLDefaultCommands.lo -MD -MP -MF $depbase.Tpo -c -o BESXMLDefaultCommands.lo BESXMLDefaultCommands.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo BESXMLShowCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLShowCommand.lo -MD -MP -MF $depbase.Tpo -c -o BESXMLShowCommand.lo BESXMLShowCommand.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo BESXMLShowErrorCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLShowErrorCommand.lo -MD -MP -MF $depbase.Tpo -c -o BESXMLShowErrorCommand.lo BESXMLShowErrorCommand.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLInterface.lo -MD -MP -MF .deps/BESXMLInterface.Tpo -c BESXMLInterface.cc -fPIC -DPIC -o .libs/BESXMLInterface.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLDefaultCommands.lo -MD -MP -MF .deps/BESXMLDefaultCommands.Tpo -c BESXMLDefaultCommands.cc -fPIC -DPIC -o .libs/BESXMLDefaultCommands.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLCommand.lo -MD -MP -MF .deps/BESXMLCommand.Tpo -c BESXMLCommand.cc -fPIC -DPIC -o .libs/BESXMLCommand.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLUtils.lo -MD -MP -MF .deps/BESXMLUtils.Tpo -c BESXMLUtils.cc -fPIC -DPIC -o .libs/BESXMLUtils.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLShowErrorCommand.lo -MD -MP -MF .deps/BESXMLShowErrorCommand.Tpo -c BESXMLShowErrorCommand.cc -fPIC -DPIC -o .libs/BESXMLShowErrorCommand.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../dap -I../dispatch -I/usr/include/libxml2 -DWITH_GZFILEOP -I/include -g -O2 --pedantic --std=c++14 -MT BESXMLShowCommand.lo -MD -MP -MF .deps/BESXMLShowCommand.Tpo -c BESXMLShowCommand.cc -fPIC -DPIC -o .libs/BESXMLShowCommand.o
In file included from BESXMLCommand.cc:37:
BESXMLCommand.h:88:32: error: 'xmlNode' has not been declared
88 | virtual void parse_request(xmlNode *node) = 0;
| ^~~~~~~
make[3]: *** [Makefile:758: BESXMLCommand.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from BESXMLShowCommand.h:36,
from BESXMLDefaultCommands.cc:42:
BESXMLCommand.h:88:32: error: 'xmlNode' has not been declared
88 | virtual void parse_request(xmlNode *node) = 0;
| ^~~~~~~
BESXMLShowCommand.h:46:32: error: 'xmlNode' has not been declared
46 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:43:
BESXMLShowErrorCommand.h:46:32: error: 'xmlNode' has not been declared
46 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:44:
BESXMLSetContextCommand.h:46:32: error: 'xmlNode' has not been declared
46 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:45:
BESXMLSetContainerCommand.h:61:32: error: 'xmlNode' has not been declared
61 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:46:
BESXMLDefineCommand.h:57:62: error: 'xmlNode' has not been declared
57 | void handle_container_element(const std::string &action, xmlNode *node, const std::string &vallues,
| ^~~~~~~
BESXMLDefineCommand.h:72:32: error: 'xmlNode' has not been declared
72 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:47:
BESXMLGetCommand.h:56:32: error: 'xmlNode' has not been declared
56 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:48:
BESXMLDeleteContainerCommand.h:46:32: error: 'xmlNode' has not been declared
46 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:49:
BESXMLDeleteContainersCommand.h:46:32: error: 'xmlNode' has not been declared
46 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:50:
BESXMLDeleteDefinitionCommand.h:46:32: error: 'xmlNode' has not been declared
46 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:51:
BESXMLDeleteDefinitionsCommand.h:46:32: error: 'xmlNode' has not been declared
46 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:53:
ShowPathInfoCommand.h:41:32: error: 'xmlNode' has not been declared
41 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:54:
ShowBesKeyCommand.h:47:32: error: 'xmlNode' has not been declared
47 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLDefaultCommands.cc:58:
XMLSetContextsCommand.h:38:32: error: 'xmlNode' has not been declared
38 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
make[3]: *** [Makefile:758: BESXMLDefaultCommands.lo] Error 1
In file included from BESXMLShowErrorCommand.h:36,
from BESXMLShowErrorCommand.cc:35:
BESXMLCommand.h:88:32: error: 'xmlNode' has not been declared
88 | virtual void parse_request(xmlNode *node) = 0;
| ^~~~~~~
BESXMLShowErrorCommand.h:46:32: error: 'xmlNode' has not been declared
46 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLShowErrorCommand.cc:36:
BESXMLUtils.h:49:26: error: 'xmlNode' has not been declared
49 | static void GetProps(xmlNode *node, std::map<std::string, std::string> &props);
| ^~~~~~~
BESXMLUtils.h:50:29: error: 'xmlNode' has not been declared
50 | static void GetNodeInfo(xmlNode *node, std::string &name, std::string &value, std::map<std::string, std::string> &props);
| ^~~~~~~
BESXMLUtils.h:51:12: error: 'xmlNode' does not name a type
51 | static xmlNode * GetFirstChild(xmlNode *node, std::string &child_name, std::string &child_value,
| ^~~~~~~
BESXMLUtils.h:53:12: error: 'xmlNode' does not name a type
53 | static xmlNode * GetNextChild(xmlNode *child_node, std::string &next_name, std::string &next_value,
| ^~~~~~~
BESXMLUtils.h:55:12: error: 'xmlNode' does not name a type
55 | static xmlNode * GetChild(xmlNode *node, const std::string &child_name, std::string &child_value,
| ^~~~~~~
BESXMLShowErrorCommand.cc:66:6: error: variable or field 'parse_request' declared void
66 | void BESXMLShowErrorCommand::parse_request(xmlNode *node)
| ^~~~~~~~~~~~~~~~~~~~~~
BESXMLShowErrorCommand.cc:66:44: error: 'xmlNode' was not declared in this scope
66 | void BESXMLShowErrorCommand::parse_request(xmlNode *node)
| ^~~~~~~
BESXMLShowErrorCommand.cc:66:53: error: 'node' was not declared in this scope
66 | void BESXMLShowErrorCommand::parse_request(xmlNode *node)
| ^~~~
In file included from BESXMLUtils.cc:33:
BESXMLUtils.h:49:26: error: 'xmlNode' has not been declared
49 | static void GetProps(xmlNode *node, std::map<std::string, std::string> &props);
| ^~~~~~~
BESXMLUtils.h:50:29: error: 'xmlNode' has not been declared
50 | static void GetNodeInfo(xmlNode *node, std::string &name, std::string &value, std::map<std::string, std::string> &props);
| ^~~~~~~
BESXMLUtils.h:51:12: error: 'xmlNode' does not name a type
51 | static xmlNode * GetFirstChild(xmlNode *node, std::string &child_name, std::string &child_value,
| ^~~~~~~
BESXMLUtils.h:53:12: error: 'xmlNode' does not name a type
53 | static xmlNode * GetNextChild(xmlNode *child_node, std::string &next_name, std::string &next_value,
| ^~~~~~~
BESXMLUtils.h:55:12: error: 'xmlNode' does not name a type
55 | static xmlNode * GetChild(xmlNode *node, const std::string &child_name, std::string &child_value,
| ^~~~~~~
BESXMLUtils.cc: In static member function 'static void BESXMLUtils::XMLErrorFunc(void*, const char*, ...)':
BESXMLUtils.cc:57:5: error: 'va_start' was not declared in this scope
57 | va_start( args, msg );
| ^~~~~~~~
BESXMLUtils.cc:60:5: error: 'va_end' was not declared in this scope
60 | va_end(args); // Added jhrg 9/17/15
| ^~~~~~
BESXMLUtils.cc: At global scope:
BESXMLUtils.cc:74:6: error: variable or field 'GetProps' declared void
74 | void BESXMLUtils::GetProps(xmlNode *node, map<string, string> &props)
| ^~~~~~~~~~~
BESXMLUtils.cc:74:28: error: 'xmlNode' was not declared in this scope
74 | void BESXMLUtils::GetProps(xmlNode *node, map<string, string> &props)
| ^~~~~~~
BESXMLUtils.cc:74:37: error: 'node' was not declared in this scope
74 | void BESXMLUtils::GetProps(xmlNode *node, map<string, string> &props)
| ^~~~
BESXMLUtils.cc:74:63: error: expected primary-expression before '&' token
74 | void BESXMLUtils::GetProps(xmlNode *node, map<string, string> &props)
| ^
BESXMLUtils.cc:74:64: error: 'props' was not declared in this scope
74 | void BESXMLUtils::GetProps(xmlNode *node, map<string, string> &props)
| ^~~~~
BESXMLUtils.cc:109:6: error: variable or field 'GetNodeInfo' declared void
109 | void BESXMLUtils::GetNodeInfo(xmlNode *node, string &name, string &value, map<string, string> &props)
| ^~~~~~~~~~~
BESXMLUtils.cc:109:31: error: 'xmlNode' was not declared in this scope
109 | void BESXMLUtils::GetNodeInfo(xmlNode *node, string &name, string &value, map<string, string> &props)
| ^~~~~~~
BESXMLUtils.cc:109:40: error: 'node' was not declared in this scope
109 | void BESXMLUtils::GetNodeInfo(xmlNode *node, string &name, string &value, map<string, string> &props)
| ^~~~
BESXMLUtils.cc:109:53: error: expected primary-expression before '&' token
109 | void BESXMLUtils::GetNodeInfo(xmlNode *node, string &name, string &value, map<string, string> &props)
| ^
BESXMLUtils.cc:109:54: error: 'name' was not declared in this scope; did you mean 'tzname'?
109 | void BESXMLUtils::GetNodeInfo(xmlNode *node, string &name, string &value, map<string, string> &props)
| ^~~~
| tzname
BESXMLUtils.cc:109:67: error: expected primary-expression before '&' token
109 | void BESXMLUtils::GetNodeInfo(xmlNode *node, string &name, string &value, map<string, string> &props)
| ^
BESXMLUtils.cc:109:68: error: 'value' was not declared in this scope
109 | void BESXMLUtils::GetNodeInfo(xmlNode *node, string &name, string &value, map<string, string> &props)
| ^~~~~
BESXMLUtils.cc:109:95: error: expected primary-expression before '&' token
109 | void BESXMLUtils::GetNodeInfo(xmlNode *node, string &name, string &value, map<string, string> &props)
| ^
BESXMLUtils.cc:109:96: error: 'props' was not declared in this scope
109 | void BESXMLUtils::GetNodeInfo(xmlNode *node, string &name, string &value, map<string, string> &props)
| ^~~~~
BESXMLUtils.cc:142:1: error: 'xmlNode' does not name a type
142 | xmlNode *
| ^~~~~~~
BESXMLUtils.cc:169:1: error: 'xmlNode' does not name a type
169 | xmlNode *
| ^~~~~~~
BESXMLUtils.cc:195:1: error: 'xmlNode' does not name a type
195 | xmlNode *
| ^~~~~~~
make[3]: *** [Makefile:758: BESXMLShowErrorCommand.lo] Error 1
make[3]: *** [Makefile:758: BESXMLUtils.lo] Error 1
In file included from BESXMLShowCommand.h:36,
from BESXMLShowCommand.cc:35:
BESXMLCommand.h:88:32: error: 'xmlNode' has not been declared
88 | virtual void parse_request(xmlNode *node) = 0;
| ^~~~~~~
BESXMLShowCommand.h:46:32: error: 'xmlNode' has not been declared
46 | virtual void parse_request(xmlNode *node);
| ^~~~~~~
In file included from BESXMLShowCommand.cc:36:
BESXMLUtils.h:49:26: error: 'xmlNode' has not been declared
49 | static void GetProps(xmlNode *node, std::map<std::string, std::string> &props);
| ^~~~~~~
BESXMLUtils.h:50:29: error: 'xmlNode' has not been declared
50 | static void GetNodeInfo(xmlNode *node, std::string &name, std::string &value, std::map<std::string, std::string> &props);
| ^~~~~~~
BESXMLUtils.h:51:12: error: 'xmlNode' does not name a type
51 | static xmlNode * GetFirstChild(xmlNode *node, std::string &child_name, std::string &child_value,
| ^~~~~~~
BESXMLUtils.h:53:12: error: 'xmlNode' does not name a type
53 | static xmlNode * GetNextChild(xmlNode *child_node, std::string &next_name, std::string &next_value,
| ^~~~~~~
BESXMLUtils.h:55:12: error: 'xmlNode' does not name a type
55 | static xmlNode * GetChild(xmlNode *node, const std::string &child_name, std::string &child_value,
| ^~~~~~~
BESXMLShowCommand.cc:61:6: error: variable or field 'parse_request' declared void
61 | void BESXMLShowCommand::parse_request(xmlNode *node)
| ^~~~~~~~~~~~~~~~~
BESXMLShowCommand.cc:61:39: error: 'xmlNode' was not declared in this scope
61 | void BESXMLShowCommand::parse_request(xmlNode *node)
| ^~~~~~~
BESXMLShowCommand.cc:61:48: error: 'node' was not declared in this scope
61 | void BESXMLShowCommand::parse_request(xmlNode *node)
| ^~~~
make[3]: *** [Makefile:758: BESXMLShowCommand.lo] Error 1
In file included from BESXMLInterface.cc:39:
BESXMLCommand.h:88:32: error: 'xmlNode' has not been declared
88 | virtual void parse_request(xmlNode *node) = 0;
| ^~~~~~~
In file included from BESXMLInterface.cc:40:
BESXMLUtils.h:49:26: error: 'xmlNode' has not been declared
49 | static void GetProps(xmlNode *node, std::map<std::string, std::string> &props);
| ^~~~~~~
BESXMLUtils.h:50:29: error: 'xmlNode' has not been declared
50 | static void GetNodeInfo(xmlNode *node, std::string &name, std::string &value, std::map<std::string, std::string> &props);
| ^~~~~~~
BESXMLUtils.h:51:12: error: 'xmlNode' does not name a type
51 | static xmlNode * GetFirstChild(xmlNode *node, std::string &child_name, std::string &child_value,
| ^~~~~~~
BESXMLUtils.h:53:12: error: 'xmlNode' does not name a type
53 | static xmlNode * GetNextChild(xmlNode *child_node, std::string &next_name, std::string &next_value,
| ^~~~~~~
BESXMLUtils.h:55:12: error: 'xmlNode' does not name a type
55 | static xmlNode * GetChild(xmlNode *node, const std::string &child_name, std::string &child_value,
| ^~~~~~~
BESXMLInterface.cc: In member function 'virtual void BESXMLInterface::build_data_request_plan()':
BESXMLInterface.cc:88:5: error: 'xmlDoc' was not declared in this scope
88 | xmlDoc *doc = nullptr;
| ^~~~~~
BESXMLInterface.cc:88:13: error: 'doc' was not declared in this scope
88 | xmlDoc *doc = nullptr;
| ^~~
BESXMLInterface.cc:89:5: error: 'xmlNode' was not declared in this scope
89 | xmlNode *root_element = nullptr;
| ^~~~~~~
BESXMLInterface.cc:89:14: error: 'root_element' was not declared in this scope
89 | xmlNode *root_element = nullptr;
| ^~~~~~~~~~~~
BESXMLInterface.cc:90:14: error: 'current_node' was not declared in this scope
90 | xmlNode *current_node = nullptr;
| ^~~~~~~~~~~~
BESXMLInterface.cc:95:9: error: 'xmlSetGenericErrorFunc' was not declared in this scope
95 | xmlSetGenericErrorFunc((void *) &parseerrors, BESXMLUtils::XMLErrorFunc);
| ^~~~~~~~~~~~~~~~~~~~~~
BESXMLInterface.cc:99:53: error: 'XML_PARSE_NONET' was not declared in this scope
99 | nullptr /* encoding */, XML_PARSE_NONET /* xmlParserOption */);
| ^~~~~~~~~~~~~~~
BESXMLInterface.cc:98:15: error: 'xmlReadMemory' was not declared in this scope
98 | doc = xmlReadMemory(d_xml_document.c_str(), (int)d_xml_document.size(), "" /* base URL */,
| ^~~~~~~~~~~~~
BESXMLInterface.cc:117:24: error: 'xmlDocGetRootElement' was not declared in this scope
117 | root_element = xmlDocGetRootElement(doc);
| ^~~~~~~~~~~~~~~~~~~~
BESXMLInterface.cc:147:39: error: 'XML_ELEMENT_NODE' was not declared in this scope
147 | if (current_node->type == XML_ELEMENT_NODE) {
| ^~~~~~~~~~~~~~~~
BESXMLInterface.cc:228:9: error: 'xmlFreeDoc' was not declared in this scope
228 | xmlFreeDoc(doc);
| ^~~~~~~~~~
BESXMLInterface.cc:229:9: error: 'xmlCleanupParser' was not declared in this scope
229 | xmlCleanupParser();
| ^~~~~~~~~~~~~~~~
BESXMLInterface.cc:233:5: error: 'xmlFreeDoc' was not declared in this scope
233 | xmlFreeDoc(doc);
| ^~~~~~~~~~
BESXMLInterface.cc:245:5: error: 'xmlCleanupParser' was not declared in this scope
245 | xmlCleanupParser();
| ^~~~~~~~~~~~~~~~
make[3]: *** [Makefile:758: BESXMLInterface.lo] Error 1
make[3]: Leaving directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/xmlcommand'
make[2]: *** [Makefile:799: all-recursive] Error 1
make[2]: Leaving directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0/xmlcommand'
make[1]: *** [Makefile:773: all-recursive] Error 1
make[1]: Leaving directory '/home/ruby/rpmbuild/SOURCES/bes-3.21.0'
make: *** [Makefile:548: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment