RGLab / cytolib

c++ library for representing and interacting the gated cytometry data structure
GNU Affero General Public License v3.0
12 stars 11 forks source link

Installation error on Ubuntu 16.04 #46

Closed alex-l-kong closed 2 years ago

alex-l-kong commented 3 years ago

Describe the bug

This may be related to a comment someone left in #41. I'm installing cytolib on Ubuntu 16.04 for Travis testing and I get the following traceback happens when I run Rscript -e 'BiocManager::install("cytolib", lib=Sys.getenv("R_LIBS_USER"))'. I get very similar tracebacks when I install a library (ex. FlowSOM) that has a cytolib dependency:

Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.3 (2020-10-10)
Installing package(s) 'BiocVersion', 'cytolib'
also installing the dependencies ‘RcppParallel’, ‘RProtoBufLib’, ‘Rcpp’, ‘BH’, ‘Rhdf5lib’, ‘RcppArmadillo’
trying URL 'https://cloud.r-project.org/src/contrib/RcppParallel_5.0.2.tar.gz'
Content type 'application/x-gzip' length 1341240 bytes (1.3 MB)
==================================================
downloaded 1.3 MB
trying URL 'https://bioconductor.org/packages/3.12/bioc/src/contrib/RProtoBufLib_2.2.0.tar.gz'
Content type 'application/x-gzip' length 2534325 bytes (2.4 MB)
==================================================
downloaded 2.4 MB
trying URL 'https://cloud.r-project.org/src/contrib/Rcpp_1.0.6.tar.gz'
Content type 'application/x-gzip' length 2952876 bytes (2.8 MB)
==================================================
downloaded 2.8 MB
trying URL 'https://cloud.r-project.org/src/contrib/BH_1.75.0-0.tar.gz'
Content type 'application/x-gzip' length 12801696 bytes (12.2 MB)
==================================================
downloaded 12.2 MB
trying URL 'https://bioconductor.org/packages/3.12/bioc/src/contrib/Rhdf5lib_1.12.0.tar.gz'
Content type 'application/x-gzip' length 14440702 bytes (13.8 MB)
==================================================
downloaded 13.8 MB
trying URL 'https://cloud.r-project.org/src/contrib/RcppArmadillo_0.10.1.2.2.tar.gz'
Content type 'application/x-gzip' length 1647570 bytes (1.6 MB)
==================================================
downloaded 1.6 MB
trying URL 'https://bioconductor.org/packages/3.12/bioc/src/contrib/BiocVersion_3.12.0.tar.gz'
Content type 'application/x-gzip' length 981 bytes
==================================================
downloaded 981 bytes
trying URL 'https://bioconductor.org/packages/3.12/bioc/src/contrib/cytolib_2.2.0.tar.gz'
Content type 'application/x-gzip' length 7916389 bytes (7.5 MB)
==================================================
downloaded 7.5 MB
* installing *source* package ‘RcppParallel’ ...
** package ‘RcppParallel’ successfully unpacked and MD5 sums checked
** using staged installation
** preparing to configure package 'RcppParallel' ...
*** configured file: 'src/Makevars.in' => 'src/Makevars'
** finished configure for package 'RcppParallel'
** libs
Created ../build/lib_release directory
../../build/Makefile.tbb:32: CONFIG: cfg=release arch=intel64 compiler=gcc target=linux runtime=cc5.4.0_libc2.23_kernel4.15.0
g++ -std=gnu++11 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o RcppParallel.so init.o options.o -L/usr/lib/R/lib -lR
installing to /home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-RcppParallel/00new/RcppParallel/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (RcppParallel)
* installing *source* package ‘RProtoBufLib’ ...
** using staged installation
checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -std=gnu++11 accepts -g... yes
untarring protobuf ...
building protobuf...
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '2000' is supported by ustar format... yes
checking whether GID '2000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking whether gcc -std=gnu99 understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc -std=gnu99... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -std=gnu++11 accepts -g... yes
checking dependency style of g++ -std=gnu++11... gcc3
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking C++ compiler flags...... use user-supplied: -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g
checking whether __SUNPRO_CC is declared... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /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 objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 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... no
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
checking for ld used by g++ -std=gnu++11... /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++ -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -std=gnu++11 option to produce PIC... -fPIC -DPIC
checking if g++ -std=gnu++11 PIC flag -fPIC -DPIC works... yes
checking if g++ -std=gnu++11 static flag -static works... yes
checking if g++ -std=gnu++11 supports -c -o file.o... yes
checking if g++ -std=gnu++11 supports -c -o file.o... (cached) yes
checking whether the g++ -std=gnu++11 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 the linker supports version scripts... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working memcmp... yes
checking for working strtod... yes
checking for ftruncate... yes
checking for memset... yes
checking for mkdir... yes
checking for strchr... yes
checking for strerror... yes
checking for strtol... yes
checking zlib version... ok (1.2.0.4 or later)
checking for library containing zlibVersion... -lz
checking whether g++ -std=gnu++11 supports C++11 features by default... yes
checking whether -latomic is needed... no
checking whether gcc -std=gnu99 is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking the location of hash_map... <unordered_map>
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating protobuf-lite.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in third_party/googletest (/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/protobuf-3.10.0/third_party/googletest)
configure: WARNING: no configuration information is in third_party/googletest
Making install in .
make[1]: Entering directory '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/protobuf-3.10.0'
make[2]: Entering directory '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/protobuf-3.10.0'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib/pkgconfig'
 /usr/bin/install -c -m 644 protobuf-lite.pc '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib/pkgconfig'
make[2]: Leaving directory '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/protobuf-3.10.0'
make[1]: Leaving directory '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/protobuf-3.10.0'
Making install in src
make[1]: Entering directory '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/protobuf-3.10.0/src'
  CXX      google/protobuf/stubs/bytestream.lo
  CXX      google/protobuf/stubs/common.lo
  CXX      google/protobuf/stubs/int128.lo
  CXX      google/protobuf/io/io_win32.lo
  CXX      google/protobuf/stubs/status.lo
  CXX      google/protobuf/stubs/statusor.lo
  CXX      google/protobuf/stubs/stringpiece.lo
  CXX      google/protobuf/stubs/stringprintf.lo
  CXX      google/protobuf/stubs/structurally_valid.lo
  CXX      google/protobuf/stubs/strutil.lo
  CXX      google/protobuf/stubs/time.lo
  CXX      google/protobuf/any_lite.lo
  CXX      google/protobuf/arena.lo
  CXX      google/protobuf/extension_set.lo
  CXX      google/protobuf/generated_enum_util.lo
  CXX      google/protobuf/generated_message_util.lo
  CXX      google/protobuf/generated_message_table_driven_lite.lo
  CXX      google/protobuf/implicit_weak_message.lo
  CXX      google/protobuf/message_lite.lo
  CXX      google/protobuf/parse_context.lo
  CXX      google/protobuf/repeated_field.lo
  CXX      google/protobuf/wire_format_lite.lo
  CXX      google/protobuf/io/coded_stream.lo
  CXX      google/protobuf/io/strtod.lo
  CXX      google/protobuf/io/zero_copy_stream.lo
  CXX      google/protobuf/io/zero_copy_stream_impl.lo
  CXX      google/protobuf/io/zero_copy_stream_impl_lite.lo
  CXXLD    libprotobuf-lite.la
make[2]: Entering directory '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/protobuf-3.10.0/src'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libprotobuf-lite.la '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib'
libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.so.21.0.0 /tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib/libprotobuf-lite.so.21.0.0
libtool: install: (cd /tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib && { ln -s -f libprotobuf-lite.so.21.0.0 libprotobuf-lite.so.21 || { rm -f libprotobuf-lite.so.21 && ln -s libprotobuf-lite.so.21.0.0 libprotobuf-lite.so.21; }; })
libtool: install: (cd /tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib && { ln -s -f libprotobuf-lite.so.21.0.0 libprotobuf-lite.so || { rm -f libprotobuf-lite.so && ln -s libprotobuf-lite.so.21.0.0 libprotobuf-lite.so; }; })
libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.lai /tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib/libprotobuf-lite.la
libtool: finish: PATH="/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/.rvm/bin:/home/travis/virtualenv/python3.6.7/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/sbin" ldconfig -n /tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf'
 /usr/bin/install -c -m 644  google/protobuf/descriptor.proto google/protobuf/any.proto google/protobuf/api.proto google/protobuf/duration.proto google/protobuf/empty.proto google/protobuf/field_mask.proto google/protobuf/source_context.proto google/protobuf/struct.proto google/protobuf/timestamp.proto google/protobuf/type.proto google/protobuf/wrappers.proto '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler'
 /usr/bin/install -c -m 644  google/protobuf/compiler/plugin.proto '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf'
 /usr/bin/install -c -m 644  google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/any.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/descriptor_database.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/extension_set.h google/protobuf/extension_set_inl.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_table_driven.h google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.h google/protobuf/inlined_string_field.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h google/protobuf/parse_context.h google/protobuf/port.h google/protobuf/port_def.inc google/protobuf/port_undef.inc google/protobuf/reflection.h google/protobuf/reflection_ops.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/java'
 /usr/bin/install -c -m 644  google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_names.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/java'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/cpp'
 /usr/bin/install -c -m 644  google/protobuf/compiler/cpp/cpp_generator.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/cpp'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/python'
 /usr/bin/install -c -m 644  google/protobuf/compiler/python/python_generator.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/python'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/js'
 /usr/bin/install -c -m 644  google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/js'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf'
 /usr/bin/install -c -m 644  google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wrappers.pb.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/stubs'
 /usr/bin/install -c -m 644  google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/fastmem.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/map_util.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/strutil.h google/protobuf/stubs/template_util.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/stubs'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/util'
 /usr/bin/install -c -m 644  google/protobuf/util/type_resolver.h google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver_util.h google/protobuf/util/message_differencer.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/util'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/php'
 /usr/bin/install -c -m 644  google/protobuf/compiler/php/php_generator.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/php'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler'
 /usr/bin/install -c -m 644  google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/ruby'
 /usr/bin/install -c -m 644  google/protobuf/compiler/ruby/ruby_generator.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/ruby'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/io'
 /usr/bin/install -c -m 644  google/protobuf/io/io_win32.h google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/io'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/csharp'
 /usr/bin/install -c -m 644  google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/csharp'
 /bin/mkdir -p '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/objectivec'
 /usr/bin/install -c -m 644  google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google/protobuf/compiler/objectivec'
make[2]: Leaving directory '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/protobuf-3.10.0/src'
make[1]: Leaving directory '/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/protobuf-3.10.0/src'
configure: creating ./config.status
config.status: creating src/Makevars
** libs
mkdir -p "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-RProtoBufLib/00new/RProtoBufLib/include"
cp -r /tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/google /home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-RProtoBufLib/00new/RProtoBufLib/include
mkdir -p "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-RProtoBufLib/00new/RProtoBufLib/lib/"
cp /tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/lib/libprotobuf* /home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-RProtoBufLib/00new/RProtoBufLib/lib/
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I/tmp/Rtmp4QGP59/R.INSTALL1f6214d5d536/RProtoBufLib/src/pb_build/include/     -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c dummy.cpp -o dummy.o
g++ -std=gnu++11 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o RProtoBufLib.so dummy.o -L/usr/lib/R/lib -lR
installing to /home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-RProtoBufLib/00new/RProtoBufLib/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (RProtoBufLib)
* installing *source* package ‘Rcpp’ ...
** package ‘Rcpp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/     -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c api.cpp -o api.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/     -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c attributes.cpp -o attributes.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/     -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c barrier.cpp -o barrier.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/     -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c date.cpp -o date.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/     -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c module.cpp -o module.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/     -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c rcpp_init.cpp -o rcpp_init.o
g++ -std=gnu++11 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o Rcpp.so api.o attributes.o barrier.o date.o module.o rcpp_init.o -L/usr/lib/R/lib -lR
installing to /home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rcpp/00new/Rcpp/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rcpp)
* installing *source* package ‘BH’ ...
** package ‘BH’ successfully unpacked and MD5 sums checked
** using staged installation
** inst
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (BH)
* installing *source* package ‘Rhdf5lib’ ...
** using staged installation
checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -std=gnu++11 accepts -g... yes
checking whether C++ compiler accepts -w... yes
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for zlib.h... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking openssl/hmac.h usability... yes
checking openssl/hmac.h presence... yes
checking for openssl/hmac.h... yes
checking openssl/sha.h usability... yes
checking openssl/sha.h presence... yes
checking for openssl/sha.h... yes
checking for curl_global_init in -lcurl... yes
checking for EVP_sha256 in -lcrypto... yes
S3_VFD=--enable-ros3-vfd
untarring hdf5small_cxx_hl_1.10.6.tar.gz ...
building the szip library...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for config x86_64-unknown-linux-gnu... no
checking for config x86_64-unknown-linux-gnu... no
checking for config unknown-linux-gnu... no
checking for config unknown-linux-gnu... no
checking for config x86_64-linux-gnu... no
checking for config x86_64-linux-gnu... no
checking for config x86_64-unknown... no
checking for config linux-gnu... found
compiler 'gcc -std=gnu99' is GNU gcc-5.4.0
checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking whether gcc -std=gnu99 understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc -std=gnu99... gcc3
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for ar... ar
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /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-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... yes
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for build mode... production
checking for math library support... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for error_at_line... yes
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for memset... yes
checking if encoding enabled... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/SZconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in src
make[1]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/src'
make  all-am
make[2]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/src'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.     -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -w -fpic -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -MT rice.lo -MD -MP -MF .deps/rice.Tpo -c -o rice.lo rice.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -w -fpic -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -MT rice.lo -MD -MP -MF .deps/rice.Tpo -c rice.c  -fPIC -DPIC -o rice.o
mv -f .deps/rice.Tpo .deps/rice.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.     -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -w -fpic -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -MT sz_api.lo -MD -MP -MF .deps/sz_api.Tpo -c -o sz_api.lo sz_api.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -w -fpic -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -MT sz_api.lo -MD -MP -MF .deps/sz_api.Tpo -c sz_api.c  -fPIC -DPIC -o sz_api.o
mv -f .deps/sz_api.Tpo .deps/sz_api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.     -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -w -fpic -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -MT encoding.lo -MD -MP -MF .deps/encoding.Tpo -c -o encoding.lo encoding.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -w -fpic -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -MT encoding.lo -MD -MP -MF .deps/encoding.Tpo -c encoding.c  -fPIC -DPIC -o encoding.o
mv -f .deps/encoding.Tpo .deps/encoding.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99  -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -w -fpic -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -version-info 2:0:0  -o libsz.la -rpath /tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib rice.lo sz_api.lo encoding.lo  -lm
libtool: link: ar cru .libs/libsz.a  rice.o sz_api.o encoding.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libsz.a
libtool: link: ( cd ".libs" && rm -f "libsz.la" && ln -s "../libsz.la" "libsz.la" )
make[2]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/src'
make[1]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/src'
make[1]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip'
Making install in src
make[1]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/src'
make[2]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/src'
 /bin/mkdir -p '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libsz.la '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib'
libtool: install: /usr/bin/install -c .libs/libsz.lai /tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib/libsz.la
libtool: install: /usr/bin/install -c .libs/libsz.a /tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib/libsz.a
libtool: install: chmod 644 /tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib/libsz.a
libtool: install: ranlib /tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib/libsz.a
libtool: finish: PATH="/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/.rvm/bin:/home/travis/virtualenv/python3.6.7/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/sbin" ldconfig -n /tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/include'
 /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/include'
make[2]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/src'
make[1]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/src'
make[1]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip'
make[2]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip'
make[1]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip'
building the hdf5 library...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking shell variables initial values... done
checking if basename works... yes
checking if xargs works... yes
checking for cached host... none
checking for config x86_64-unknown-linux-gnu... no
checking for config x86_64-unknown-linux-gnu... no
checking for config unknown-linux-gnu... no
checking for config unknown-linux-gnu... no
checking for config x86_64-linux-gnu... no
checking for config x86_64-linux-gnu... no
checking for config x86_64-unknown... no
checking for config linux-gnu... found
compiler 'gcc -std=gnu99' is GNU gcc-5.4.0
compiler 'gfortran' is GNU gfortran-5.4.0
compiler 'g++ -std=gnu++11' is GNU g++-5.4.0
checking for config ./config/site-specific/host-travis-job-d1a87031-28af-4f2b-ba22-010443ffef67... no
checking build mode... production
checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking whether gcc -std=gnu99 understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc -std=gnu99... gcc3
checking if unsupported combinations of configure options are allowed... no
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking whether byte ordering is bigendian... no
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of unsigned... 4
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of __float128... 16
checking size of _Quad... 0
checking quadmath.h usability... yes
checking quadmath.h presence... yes
checking for quadmath.h... yes
checking maximum decimal precision for C... 33
checking if Fortran interface enabled... no
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -std=gnu++11 accepts -g... yes
checking dependency style of g++ -std=gnu++11... gcc3
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
checking if c++ interface enabled... yes
checking if g++ -std=gnu++11 needs old style header files in includes... no
checking if g++ -std=gnu++11 can handle namespaces... yes
checking if g++ -std=gnu++11 can handle static cast... yes
checking if g++ -std=gnu++11 has offsetof extension... yes
checking if the high-level library is enabled... yes
checking for ar... ar
checking whether make sets $(MAKE)... (cached) yes
checking for tr... /usr/bin/tr
checking if srcdir= and time commands work together... yes
checking if Java JNI interface enabled... no
checking if building tests is disabled... checking if building tools is disabled... checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /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-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... yes
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
checking for ld used by g++ -std=gnu++11... /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++ -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -std=gnu++11 option to produce PIC... -fPIC -DPIC
checking if g++ -std=gnu++11 PIC flag -fPIC -DPIC works... yes
checking if g++ -std=gnu++11 static flag -static works... yes
checking if g++ -std=gnu++11 supports -c -o file.o... yes
checking if g++ -std=gnu++11 supports -c -o file.o... (cached) yes
checking whether the g++ -std=gnu++11 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 if we should install only statically linked executables... no
checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes
checking for ceil in -lm... yes
checking for dlopen in -ldl... (cached) yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/types.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for stdint.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking mach/mach_time.h usability... no
checking mach/mach_time.h presence... no
checking for mach/mach_time.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of int8_t... 1
checking size of uint8_t... 1
checking size of int_least8_t... 1
checking size of uint_least8_t... 1
checking size of int_fast8_t... 1
checking size of uint_fast8_t... 1
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of int_least16_t... 2
checking size of uint_least16_t... 2
checking size of int_fast16_t... 8
checking size of uint_fast16_t... 8
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of int_least32_t... 4
checking size of uint_least32_t... 4
checking size of int_fast32_t... 8
checking size of uint_fast32_t... 8
checking size of int64_t... 8
checking size of uint64_t... 8
checking size of int_least64_t... 8
checking size of uint_least64_t... 8
checking size of int_fast64_t... 8
checking size of uint_fast64_t... 8
checking size of size_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of off_t... 8
checking size of bool... 1
checking size of time_t... 8
checking if dev_t is scalar... yes
checking for dmalloc library... suppressed
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking for compress2... yes
checking szlib.h usability... yes
checking szlib.h presence... yes
checking for szlib.h... yes
checking for SZ_BufftoBuffCompress in -lsz... yes
checking for szlib encoder... yes
checking for thread safe support... no
checking whether CLOCK_MONOTONIC is declared... yes
checking for tm_gmtoff in struct tm... yes
checking for global timezone variable... yes
checking for st_blocks in struct stat... no
checking for _getvideoconfig... no
checking for gettextinfo... no
checking for GetConsoleScreenBufferInfo... no
checking for getpwuid... yes
checking for _scrsize... no
checking for ioctl... yes
checking for struct videoconfig... no
checking for struct text_info... no
checking for TIOCGWINSZ... yes
checking for TIOCGETD... yes
checking for library containing clock_gettime... none required
checking for alarm... yes
checking for clock_gettime... yes
checking for difftime... yes
checking for fcntl... yes
checking for flock... yes
checking for fork... yes
checking for frexpf... yes
checking for frexpl... yes
checking for gethostname... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for rand_r... yes
checking for random... yes
checking for setsysinfo... no
checking for signal... yes
checking for longjmp... yes
checking for setjmp... yes
checking for siglongjmp... yes
checking for sigsetjmp... no
checking for sigprocmask... yes
checking for snprintf... yes
checking for srandom... yes
checking for strdup... yes
checking for symlink... yes
checking for system... yes
checking for strtoll... yes
checking for strtoull... yes
checking for tmpfile... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for waitpid... yes
checking for roundf... yes
checking for lroundf... yes
checking for llroundf... yes
checking for round... yes
checking for lround... yes
checking for llround... yes
checking for an ANSI C-conforming const... yes
checking if the compiler understands  __inline__... yes
checking if the compiler understands __inline... yes
checking if the compiler understands inline... yes
checking for __attribute__ extension... yes
checking for __func__ extension... yes
checking for __FUNCTION__ extension... yes
checking for C99 designated initialization support... yes
checking how to print long long... %ld and %lu
checking enable debugging symbols... no
checking enable asserts... no
checking enable developer warnings... no
checking profiling... no
checking optimization level... high
checking for internal debug output... none
checking whether function stack tracking is enabled... no
checking for API tracing... no
checking whether a memory checking tool will be used... no
checking whether internal memory allocation sanity checking is used... no
checking for parallel support files... skipped
checking whether O_DIRECT is declared... yes
checking for posix_memalign... yes
checking if the direct I/O virtual file driver (VFD) is enabled... no
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking openssl/hmac.h usability... yes
checking openssl/hmac.h presence... yes
checking for openssl/hmac.h... yes
checking openssl/sha.h usability... yes
checking openssl/sha.h presence... yes
checking for openssl/sha.h... yes
checking for curl_global_init in -lcurl... yes
checking for EVP_sha256 in -lcrypto... yes
checking if the Read-Only S3 virtual file driver (VFD) is enabled... yes
checking for libhdfs... suppressed
checking for custom plugin default path definition... /usr/local/hdf5/lib/plugin
checking whether exception handling functions is checked during data conversions... yes
checking whether data accuracy is guaranteed during data conversions... yes
checking if the machine has window style path name... no
checking if using special algorithm to convert long double to (unsigned) long values... no
checking if using special algorithm to convert (unsigned) long to long double values... no
checking if correctly converting long double to (unsigned) long long values... yes
checking if correctly converting (unsigned) long long to long double values... yes
checking if the system is IBM ppc64le and cannot correctly convert some long double values... no
checking additional programs should be built... no
checking if deprecated public symbols are available... yes
checking which version of public symbols to use by default... v110
checking whether to perform strict file format checks... no
checking for pread... yes
checking for pwrite... yes
checking whether to use pread/pwrite instead of read/write in certain VFDs... yes
checking whether to have library information embedded in the executables... yes
checking if alignment restrictions are strictly enforced... no
configure: creating ./config.lt
config.lt: creating libtool
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/libhdf5.settings
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating bin/h5cc
config.status: creating bin/Makefile
config.status: creating c++/Makefile
config.status: creating c++/src/Makefile
config.status: creating c++/src/h5c++
config.status: creating hl/Makefile
config.status: creating hl/src/Makefile
config.status: creating hl/c++/Makefile
config.status: creating hl/c++/src/Makefile
config.status: creating src/H5config.h
config.status: executing pubconf commands
creating src/H5pubconf.h
Post process src/libhdf5.settings
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing .classes commands
        SUMMARY OF THE HDF5 CONFIGURATION
        =================================
General Information:
-------------------
                   HDF5 Version: 1.10.6
                  Configured on: Fri Jan 15 17:05:49 UTC 2021
                  Configured by: travis@travis-job-d1a87031-28af-4f2b-ba22-010443ffef67
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux travis-job-d1a87031-28af-4f2b-ba22-010443ffef67 4.15.0-1077-gcp #87~16.04.1-Ubuntu SMP Sat Jun 6 01:51:20 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
                       Byte sex: little-endian
             Installation point: /tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hdf5
Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high
Linking Options:
----------------
                      Libraries: static
  Statically Linked Executables: 
                        LDFLAGS: -Wl,-Bsymbolic-functions -Wl,-z,relro
                     H5_LDFLAGS: 
                     AM_LDFLAGS:  -L/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/lib
                Extra libraries: -lcrypto -lcurl -lsz -lz -ldl -lm 
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib
Languages:
----------
                              C: yes
                     C Compiler: /usr/bin/gcc -std=gnu99
                       CPPFLAGS: 
                    H5_CPPFLAGS: -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:  -I/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/szip/szip/include
                        C Flags: -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -w -fpic
                     H5 C Flags:  -std=c99  -pedantic -Wall -Wextra -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal -Wformat=2 -Wno-format-nonliteral -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wredundant-decls -Wshadow -Wstrict-prototypes -Wswitch-enum -Wswitch-default -Wundef -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings -Wlogical-op -Wlarger-than=2560 -Wsync-nand -Wframe-larger-than=16384 -Wpacked-bitfield-compat -Wstrict-overflow=5 -Wjump-misses-init -Wunsuffixed-float-constants -Wdouble-promotion -Wtrampolines -Wstack-usage=8192 -Wvector-operation-performance -Wdate-time -Warray-bounds=2 -Wc99-c11-compat -fstdarg-opt -s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute -Wno-missing-noreturn -Wno-suggest-attribute=const -Wno-suggest-attribute=pure -Wno-suggest-attribute=noreturn -Wno-suggest-attribute=format -O3
                     AM C Flags: 
               Shared C Library: no
               Static C Library: yes
                        Fortran: no
                            C++: yes
                   C++ Compiler: /usr/bin/g++ -std=gnu++11
                      C++ Flags: -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -w -fpic
                   H5 C++ Flags: -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wredundant-decls -Winline -Wsign-promo -Woverloaded-virtual -Wold-style-cast -Weffc++ -Wreorder -Wnon-virtual-dtor -Wctor-dtor-privacy -Wabi -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 -Wendif-labels -Winvalid-pch -Wvariadic-macros -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 -Wpacked-bitfield-compat -Wstrict-overflow=5 -Wdouble-promotion -Wsuggest-attribute=const -Wtrampolines -Wstack-usage=8192 -Wvector-operation-performance -Wsuggest-attribute=pure -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wdate-time -Wopenmp-simd -Warray-bounds=2 -fstdarg-opt -s -O3
                   AM C++ Flags: 
             Shared C++ Library: no
             Static C++ Library: yes
                           Java: no
Features:
---------
                   Parallel HDF5: no
Parallel Filtered Dataset Writes: no
              Large Parallel I/O: no
              High-level library: yes
                Build HDF5 Tests: yes
                Build HDF5 Tools: yes
                    Threadsafety: no
             Default API mapping: v110
  With deprecated public symbols: yes
          I/O filters (external): deflate(zlib),szip(encoder)
                             MPE: no
                      Direct VFD: no
              (Read-Only) S3 VFD: yes
            (Read-Only) HDFS VFD: no
                         dmalloc: no
  Packages w/ extra debug output: none
                     API tracing: no
            Using memory checker: no
 Memory allocation sanity checks: no
          Function stack tracing: no
       Strict file format checks: no
    Optimization instrumentation: no
for d in src . c++ hl; do                                \
  if test $d != .; then                                        \
   (cd $d && make  lib) || exit 1;            \
  fi;                                                           \
done
make[1]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/src'
make[2]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/src'
  CC       H5.lo
  CC       H5checksum.lo
  CC       H5dbg.lo
  CC       H5system.lo
  CC       H5timer.lo
  CC       H5trace.lo
  CC       H5A.lo
  CC       H5Abtree2.lo
  CC       H5Adense.lo
  CC       H5Adeprec.lo
  CC       H5Aint.lo
  CC       H5Atest.lo
  CC       H5AC.lo
  CC       H5ACdbg.lo
  CC       H5ACproxy_entry.lo
  CC       H5B.lo
  CC       H5Bcache.lo
  CC       H5Bdbg.lo
  CC       H5B2.lo
  CC       H5B2cache.lo
  CC       H5B2dbg.lo
  CC       H5B2hdr.lo
  CC       H5B2int.lo
  CC       H5B2internal.lo
  CC       H5B2leaf.lo
  CC       H5B2stat.lo
  CC       H5B2test.lo
  CC       H5C.lo
  CC       H5Cdbg.lo
  CC       H5Cepoch.lo
  CC       H5Cimage.lo
  CC       H5Clog.lo
  CC       H5Clog_json.lo
  CC       H5Clog_trace.lo
  CC       H5Cprefetched.lo
  CC       H5Cquery.lo
  CC       H5Ctag.lo
  CC       H5Ctest.lo
  CC       H5CS.lo
  CC       H5CX.lo
  CC       H5D.lo
  CC       H5Dbtree.lo
  CC       H5Dbtree2.lo
  CC       H5Dchunk.lo
  CC       H5Dcompact.lo
  CC       H5Dcontig.lo
  CC       H5Ddbg.lo
  CC       H5Ddeprec.lo
  CC       H5Dearray.lo
  CC       H5Defl.lo
  CC       H5Dfarray.lo
  CC       H5Dfill.lo
  CC       H5Dint.lo
  CC       H5Dio.lo
  CC       H5Dlayout.lo
  CC       H5Dnone.lo
  CC       H5Doh.lo
  CC       H5Dscatgath.lo
  CC       H5Dselect.lo
  CC       H5Dsingle.lo
  CC       H5Dtest.lo
  CC       H5Dvirtual.lo
  CC       H5E.lo
  CC       H5Edeprec.lo
  CC       H5Eint.lo
  CC       H5EA.lo
  CC       H5EAcache.lo
  CC       H5EAdbg.lo
  CC       H5EAdblkpage.lo
  CC       H5EAdblock.lo
  CC       H5EAhdr.lo
  CC       H5EAiblock.lo
  CC       H5EAint.lo
  CC       H5EAsblock.lo
  CC       H5EAstat.lo
  CC       H5EAtest.lo
  CC       H5F.lo
  CC       H5Faccum.lo
  CC       H5Fcwfs.lo
  CC       H5Fdbg.lo
  CC       H5Fdeprec.lo
  CC       H5Fefc.lo
  CC       H5Ffake.lo
  CC       H5Fint.lo
  CC       H5Fio.lo
  CC       H5Fmount.lo
  CC       H5Fquery.lo
  CC       H5Fsfile.lo
  CC       H5Fspace.lo
  CC       H5Fsuper.lo
  CC       H5Fsuper_cache.lo
  CC       H5Ftest.lo
  CC       H5FA.lo
  CC       H5FAcache.lo
  CC       H5FAdbg.lo
  CC       H5FAdblock.lo
  CC       H5FAdblkpage.lo
  CC       H5FAhdr.lo
  CC       H5FAint.lo
  CC       H5FAstat.lo
  CC       H5FAtest.lo
  CC       H5FD.lo
  CC       H5FDcore.lo
  CC       H5FDfamily.lo
  CC       H5FDhdfs.lo
  CC       H5FDint.lo
  CC       H5FDlog.lo
  CC       H5FDmulti.lo
  CC       H5FDsec2.lo
  CC       H5FDspace.lo
  CC       H5FDstdio.lo
  CC       H5FDtest.lo
  CC       H5FL.lo
  CC       H5FO.lo
  CC       H5FS.lo
  CC       H5FScache.lo
  CC       H5FSdbg.lo
  CC       H5FSint.lo
  CC       H5FSsection.lo
  CC       H5FSstat.lo
  CC       H5FStest.lo
  CC       H5G.lo
  CC       H5Gbtree2.lo
  CC       H5Gcache.lo
  CC       H5Gcompact.lo
  CC       H5Gdense.lo
  CC       H5Gdeprec.lo
  CC       H5Gent.lo
  CC       H5Gint.lo
  CC       H5Glink.lo
  CC       H5Gloc.lo
  CC       H5Gname.lo
  CC       H5Gnode.lo
  CC       H5Gobj.lo
  CC       H5Goh.lo
  CC       H5Groot.lo
  CC       H5Gstab.lo
  CC       H5Gtest.lo
  CC       H5Gtraverse.lo
  CC       H5HF.lo
  CC       H5HFbtree2.lo
  CC       H5HFcache.lo
  CC       H5HFdbg.lo
  CC       H5HFdblock.lo
  CC       H5HFdtable.lo
  CC       H5HFhdr.lo
  CC       H5HFhuge.lo
  CC       H5HFiblock.lo
  CC       H5HFiter.lo
  CC       H5HFman.lo
  CC       H5HFsection.lo
  CC       H5HFspace.lo
  CC       H5HFstat.lo
  CC       H5HFtest.lo
  CC       H5HFtiny.lo
  CC       H5HG.lo
  CC       H5HGcache.lo
  CC       H5HGdbg.lo
  CC       H5HGquery.lo
  CC       H5HL.lo
  CC       H5HLcache.lo
  CC       H5HLdbg.lo
  CC       H5HLint.lo
  CC       H5HLprfx.lo
  CC       H5HLdblk.lo
  CC       H5HP.lo
  CC       H5I.lo
  CC       H5Itest.lo
  CC       H5L.lo
  CC       H5Lexternal.lo
  CC       H5make_libsettings.o
  CCLD     H5make_libsettings
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -Wl,-Bsymbolic-functions -Wl,-z,relro |                  \
    sed -e 's/-L/:/g' -e 's/ //g'`"                               \
 ./H5make_libsettings > H5lib_settings.c  ||                               \
    (test $HDF5_Make_Ignore && echo "*** Error ignored") ||          \
    (rm -f H5lib_settings.c ; exit 1)
  CC       H5lib_settings.lo
  CC       H5MF.lo
  CC       H5MFaggr.lo
  CC       H5MFdbg.lo
  CC       H5MFsection.lo
  CC       H5MM.lo
  CC       H5MP.lo
  CC       H5MPtest.lo
  CC       H5O.lo
  CC       H5Odeprec.lo
  CC       H5Oainfo.lo
  CC       H5Oalloc.lo
  CC       H5Oattr.lo
  CC       H5Oattribute.lo
  CC       H5Obogus.lo
  CC       H5Obtreek.lo
  CC       H5Ocache.lo
  CC       H5Ocache_image.lo
  CC       H5Ochunk.lo
  CC       H5Ocont.lo
  CC       H5Ocopy.lo
  CC       H5Odbg.lo
  CC       H5Odrvinfo.lo
  CC       H5Odtype.lo
  CC       H5Oefl.lo
  CC       H5Ofill.lo
  CC       H5Oflush.lo
  CC       H5Ofsinfo.lo
  CC       H5Oginfo.lo
  CC       H5Oint.lo
  CC       H5Olayout.lo
  CC       H5Olinfo.lo
  CC       H5Olink.lo
  CC       H5Omessage.lo
  CC       H5Omtime.lo
  CC       H5Oname.lo
  CC       H5Onull.lo
  CC       H5Opline.lo
  CC       H5Orefcount.lo
  CC       H5Osdspace.lo
  CC       H5Oshared.lo
  CC       H5Oshmesg.lo
  CC       H5Ostab.lo
  CC       H5Otest.lo
  CC       H5Ounknown.lo
  CC       H5P.lo
  CC       H5Pacpl.lo
  CC       H5Pdapl.lo
  CC       H5Pdcpl.lo
  CC       H5Pdeprec.lo
  CC       H5Pdxpl.lo
  CC       H5Pencdec.lo
  CC       H5Pfapl.lo
  CC       H5Pfcpl.lo
  CC       H5Pfmpl.lo
  CC       H5Pgcpl.lo
  CC       H5Pint.lo
  CC       H5Plapl.lo
  CC       H5Plcpl.lo
  CC       H5Pocpl.lo
  CC       H5Pocpypl.lo
  CC       H5Pstrcpl.lo
  CC       H5Ptest.lo
  CC       H5PB.lo
  CC       H5PL.lo
  CC       H5PLint.lo
  CC       H5PLpath.lo
  CC       H5PLplugin_cache.lo
  CC       H5R.lo
  CC       H5Rint.lo
  CC       H5Rdeprec.lo
  CC       H5UC.lo
  CC       H5RS.lo
  CC       H5S.lo
  CC       H5Sall.lo
  CC       H5Sdbg.lo
  CC       H5Shyper.lo
  CC       H5Snone.lo
  CC       H5Spoint.lo
  CC       H5Sselect.lo
  CC       H5Stest.lo
  CC       H5SL.lo
  CC       H5SM.lo
  CC       H5SMbtree2.lo
  CC       H5SMcache.lo
  CC       H5SMmessage.lo
  CC       H5SMtest.lo
  CC       H5ST.lo
  CC       H5T.lo
  CC       H5Tarray.lo
  CC       H5Tbit.lo
  CC       H5Tcommit.lo
  CC       H5Tcompound.lo
  CC       H5Tconv.lo
  CC       H5Tcset.lo
  CC       H5Tdbg.lo
  CC       H5Tdeprec.lo
  CC       H5Tenum.lo
  CC       H5Tfields.lo
  CC       H5Tfixed.lo
  CC       H5Tfloat.lo
  CC       H5detect.o
  CCLD     H5detect
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -Wl,-Bsymbolic-functions -Wl,-z,relro |                  \
    sed -e 's/-L/:/g' -e 's/ //g'`"                               \
 ./H5detect > H5Tinit.c  ||                               \
    (test $HDF5_Make_Ignore && echo "*** Error ignored") ||          \
    (rm -f H5Tinit.c ; exit 1)
  CC       H5Tinit.lo
  CC       H5Tnative.lo
  CC       H5Toffset.lo
  CC       H5Toh.lo
  CC       H5Topaque.lo
  CC       H5Torder.lo
  CC       H5Tpad.lo
  CC       H5Tprecis.lo
  CC       H5Tstrpad.lo
  CC       H5Tvisit.lo
  CC       H5Tvlen.lo
  CC       H5TS.lo
  CC       H5VM.lo
  CC       H5WB.lo
  CC       H5Z.lo
  CC       H5Zdeflate.lo
  CC       H5Zfletcher32.lo
  CC       H5Znbit.lo
  CC       H5Zshuffle.lo
  CC       H5Zscaleoffset.lo
  CC       H5Zszip.lo
  CC       H5Ztrans.lo
  CC       H5FDros3.lo
  CC       H5FDs3comms.lo
  CCLD     libhdf5.la
make[2]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/src'
make[1]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/src'
make[1]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/c++'
make[2]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/c++'
make[2]: Nothing to be done for 'build-lib'.
make[2]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/c++'
+ cd src
+ make lib
make[2]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/c++/src'
make[3]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/c++/src'
  CXX      H5Exception.lo
  CXX      H5IdComponent.lo
  CXX      H5DataSpace.lo
  CXX      H5PropList.lo
  CXX      H5Library.lo
  CXX      H5FaccProp.lo
  CXX      H5FcreatProp.lo
  CXX      H5LcreatProp.lo
  CXX      H5LaccProp.lo
  CXX      H5DaccProp.lo
  CXX      H5DxferProp.lo
  CXX      H5DcreatProp.lo
  CXX      H5Location.lo
  CXX      H5AbstractDs.lo
  CXX      H5Attribute.lo
  CXX      H5Object.lo
  CXX      H5OcreatProp.lo
  CXX      H5DataType.lo
  CXX      H5AtomType.lo
  CXX      H5PredType.lo
  CXX      H5EnumType.lo
  CXX      H5IntType.lo
  CXX      H5FloatType.lo
  CXX      H5StrType.lo
  CXX      H5ArrayType.lo
  CXX      H5VarLenType.lo
  CXX      H5CompType.lo
  CXX      H5DataSet.lo
  CXX      H5CommonFG.lo
  CXX      H5Group.lo
  CXX      H5File.lo
  CXXLD    libhdf5_cpp.la
make[3]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/c++/src'
make[2]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/c++/src'
make[1]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/c++'
make[1]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl'
make[2]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl'
make[2]: Nothing to be done for 'build-lib'.
make[2]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl'
+ cd src
+ make lib
make[2]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/src'
make[3]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/src'
  CC       H5DO.lo
  CC       H5DS.lo
  CC       H5IM.lo
  CC       H5LT.lo
  CC       H5LTanalyze.lo
  CC       H5LTparse.lo
  CC       H5PT.lo
  CC       H5TB.lo
  CC       H5LD.lo
  CCLD     libhdf5_hl.la
make[3]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/src'
make[2]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/src'
+ cd c++
+ make lib
make[2]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/c++'
make[3]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/c++'
make[3]: Nothing to be done for 'build-lib'.
make[3]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/c++'
+ cd src
+ make lib
make[3]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/c++/src'
make[4]: Entering directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/c++/src'
  CXX      H5PacketTable.lo
  CXXLD    libhdf5_hl_cpp.la
libtool: warning: '/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcurl.la' seems to be moved
make[4]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/c++/src'
make[3]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/c++/src'
make[2]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl/c++'
make[1]: Leaving directory '/tmp/RtmpWuOEky/R.INSTALL30797331353d/Rhdf5lib/src/hdf5/hl'
configure:    HDF5_INCLUDE=hdf5/src
configure:    HDF5_CXX_INCLUDE=hdf5/c++/src
configure:    HDF5_HL_INCLUDE=hdf5/hl/src
configure:    HDF5_HL_CXX_INCLUDE=hdf5/hl/c++/src
configure:    HDF5_LIB=hdf5/src/.libs/libhdf5.a
configure:    HDF5_CXX_LIB=hdf5/c++/src/.libs/libhdf5_cpp.a
configure:    HDF5_HL_LIB=hdf5/hl/src/.libs/libhdf5_hl.a
configure:    HDF5_HL_CXX_LIB=hdf5/hl/c++/src/.libs/libhdf5_hl_cpp.a
configure:    SZIP_LIB=hdf5/szip/src/.libs/libsz.a
configure: creating ./config.status
config.status: creating src/Makevars
** libs
mkdir -p "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
cp "hdf5/src/"*.h "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
cp "hdf5/c++/src/"*.h "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
cp "hdf5/hl/src/"*.h "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
cp "hdf5/hl/c++/src/"*.h "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
cp "hdf5/src/"libhdf5.settings "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
mkdir -p "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/"
cp "hdf5/src/.libs/libhdf5.a" "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/"
cp "hdf5/c++/src/.libs/libhdf5_cpp.a" "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/"
cp "hdf5/hl/src/.libs/libhdf5_hl.a" "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/"
cp "hdf5/hl/c++/src/.libs/libhdf5_hl_cpp.a" "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/"
cp "hdf5/szip/src/.libs/libsz.a" "/home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/"
gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -Ihdf5/src      -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c Rhdf5lib.c -o Rhdf5lib.o
gcc -std=gnu99 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o Rhdf5lib.so Rhdf5lib.o /home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/libhdf5.a /home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/libsz.a -lz -L/usr/lib/R/lib -lR
installing to /home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-Rhdf5lib/00new/Rhdf5lib/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rhdf5lib)
* installing *source* package ‘BiocVersion’ ...
** using staged installation
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (BiocVersion)
* installing *source* package ‘RcppArmadillo’ ...
** package ‘RcppArmadillo’ successfully unpacked and MD5 sums checked
** using staged installation
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -std=gnu++11 accepts -g... yes
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ -std=gnu++11 accepts -g... (cached) yes
checking whether we have a suitable tempdir... /tmp
checking whether R CMD SHLIB can already compile programs using OpenMP... yes
checking LAPACK_LIBS... system LAPACK found
configure: creating ./config.status
config.status: creating inst/include/RcppArmadilloConfigGenerated.h
config.status: creating src/Makevars
** libs
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG  -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include'   -I../inst/include  -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c RcppArmadillo.cpp -o RcppArmadillo.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG  -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include'   -I../inst/include  -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG  -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include'   -I../inst/include  -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c fastLm.cpp -o fastLm.o
g++ -std=gnu++11 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o RcppArmadillo.so RcppArmadillo.o RcppExports.o fastLm.o -llapack -lblas -lgfortran -lm -lquadmath -L/usr/lib/R/lib -lR
installing to /home/travis/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-RcppArmadillo/00new/RcppArmadillo/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (RcppArmadillo)
* installing *source* package ‘cytolib’ ...
** using staged installation
checking for a sed that does not truncate output... /bin/sed
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config knows TileDB... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking tiledb/tiledb.h usability... no
checking tiledb/tiledb.h presence... no
checking for tiledb/tiledb.h... no
configure: No tiledb is found, build without tiledb...
configure: Parsing cytolib version info ...
configure: CYTOLIB_VERSION=2.2.0
configure: creating ./config.status
config.status: creating inst/include/cytolib/cytolibConfig.h
config.status: creating src/Makevars
** libs
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c CytoFrame.cpp -o CytoFrame.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c CytoFrameView.cpp -o CytoFrameView.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c CytoVFS.cpp -o CytoVFS.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c GatingHierarchy.cpp -o GatingHierarchy.o
In file included from /home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/graph/adjacency_iterator.hpp:13:0,
                 from /home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/graph/detail/adjacency_list.hpp:37,
                 from /home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/graph/adjacency_list.hpp:255,
                 from ../inst/include/cytolib/populationTree.hpp:14,
                 from ../inst/include/cytolib/GatingHierarchy.hpp:17,
                 from GatingHierarchy.cpp:3:
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/detail/iterator.hpp:13:67: note: #pragma message: This header is deprecated. Use <iterator> instead.
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c GatingSet.cpp -o GatingSet.o
In file included from /home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/graph/adjacency_iterator.hpp:13:0,
                 from /home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/graph/detail/adjacency_list.hpp:37,
                 from /home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/graph/adjacency_list.hpp:255,
                 from ../inst/include/cytolib/populationTree.hpp:14,
                 from ../inst/include/cytolib/GatingHierarchy.hpp:17,
                 from ../inst/include/cytolib/GatingSet.hpp:14,
                 from GatingSet.cpp:3:
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/detail/iterator.hpp:13:67: note: #pragma message: This header is deprecated. Use <iterator> instead.
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c GatingSet.pb.cc -o GatingSet.pb.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c H5CytoFrame.cpp -o H5CytoFrame.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c MemCytoFrame.cpp -o MemCytoFrame.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c POPINDICES.cpp -o POPINDICES.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c calibrationTable.cpp -o calibrationTable.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c compensation.cpp -o compensation.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c dummy.cpp -o dummy.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c ellipse2points.cpp -o ellipse2points.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c gate.cpp -o gate.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c global.cpp -o global.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c in_polygon.cpp -o in_polygon.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c nodeProperties.cpp -o nodeProperties.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c spline.cpp -o spline.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c trans_group.cpp -o trans_group.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c transformation.cpp -o transformation.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c boost/libs/system/src/error_code.cpp -o boost/libs/system/src/error_code.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c boost/libs/filesystem/src/path_traits.cpp -o boost/libs/filesystem/src/path_traits.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c boost/libs/filesystem/src/codecvt_error_category.cpp -o boost/libs/filesystem/src/codecvt_error_category.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c boost/libs/filesystem/src/utf8_codecvt_facet.cpp -o boost/libs/filesystem/src/utf8_codecvt_facet.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c boost/libs/filesystem/src/windows_file_codecvt.cpp -o boost/libs/filesystem/src/windows_file_codecvt.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c boost/libs/filesystem/src/exception.cpp -o boost/libs/filesystem/src/exception.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c boost/libs/filesystem/src/directory.cpp -o boost/libs/filesystem/src/directory.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c boost/libs/filesystem/src/path.cpp -o boost/libs/filesystem/src/path.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RProtoBufLib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/Rhdf5lib/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppArmadillo/include' -I'/home/travis/R/x86_64-pc-linux-gnu-library/4.0/RcppParallel/include'    -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c boost/libs/filesystem/src/operations.cpp -o boost/libs/filesystem/src/operations.o
boost/libs/filesystem/src/operations.cpp: In function ‘boost::filesystem::path boost::filesystem::absolute(const boost::filesystem::path&, const boost::filesystem::path&)’:
boost/libs/filesystem/src/operations.cpp:680:6: error: redefinition of ‘boost::filesystem::path boost::filesystem::absolute(const boost::filesystem::path&, const boost::filesystem::path&)’
 path absolute(const path& p, const path& base)
      ^
In file included from boost/libs/filesystem/src/operations.cpp:71:0:
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:258:6: note: ‘boost::filesystem::path boost::filesystem::absolute(const boost::filesystem::path&, const boost::filesystem::path&)’ previously defined here
 path absolute(const path& p, const path& base=current_path()) {return detail::absolute(p, base);}
      ^
boost/libs/filesystem/src/operations.cpp: In function ‘boost::filesystem::path boost::filesystem::detail::canonical(const boost::filesystem::path&, const boost::filesystem::path&, boost::system::error_code*)’:
boost/libs/filesystem/src/operations.cpp:747:54: error: call of overloaded ‘absolute(const boost::filesystem::path&, const boost::filesystem::path&)’ is ambiguous
   path source (p.is_absolute() ? p : absolute(p, base));
                                                      ^
In file included from boost/libs/filesystem/src/operations.cpp:71:0:
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:96:6: note: candidate: boost::filesystem::path boost::filesystem::detail::absolute(const boost::filesystem::path&, const boost::filesystem::path&, boost::system::error_code*)
 path absolute(const path& p, const path& base, system::error_code* ec=0);
      ^
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:258:6: note: candidate: boost::filesystem::path boost::filesystem::absolute(const boost::filesystem::path&, const boost::filesystem::path&)
 path absolute(const path& p, const path& base=current_path()) {return detail::absolute(p, base);}
      ^
boost/libs/filesystem/src/operations.cpp: In function ‘void boost::filesystem::detail::copy(const boost::filesystem::path&, const boost::filesystem::path&, boost::system::error_code*)’:
boost/libs/filesystem/src/operations.cpp:842:33: error: ‘fail_if_exists’ is not a member of ‘boost::filesystem::detail’
     detail::copy_file(from, to, detail::fail_if_exists, ec);
                                 ^
boost/libs/filesystem/src/operations.cpp: In function ‘void boost::filesystem::detail::copy_file(const boost::filesystem::path&, const boost::filesystem::path&, boost::filesystem::copy_option, boost::system::error_code*)’:
boost/libs/filesystem/src/operations.cpp:867:15: error: ‘fail_if_exists’ was not declared in this scope
     option == fail_if_exists) ? BOOST_ERRNO : 0,
               ^
boost/libs/filesystem/src/operations.cpp:232:69: note: in definition of macro ‘BOOST_COPY_FILE’
 #   define BOOST_COPY_FILE(F,T,FailIfExistsBool)copy_file_api(F, T, FailIfExistsBool)
                                                                     ^
boost/libs/filesystem/src/operations.cpp: In function ‘bool boost::filesystem::detail::create_directories(const boost::filesystem::path&, boost::system::error_code*)’:
boost/libs/filesystem/src/operations.cpp:938:32: error: no matching function for call to ‘create_directory(const boost::filesystem::path&, boost::system::error_code*&)’
   return create_directory(p, ec);
                                ^
In file included from boost/libs/filesystem/src/operations.cpp:71:0:
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:121:6: note: candidate: bool boost::filesystem::detail::create_directory(const boost::filesystem::path&, const boost::filesystem::path*, boost::system::error_code*)
 bool create_directory(const path& p, const path* existing, system::error_code* ec=0);
      ^
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:121:6: note:   no known conversion for argument 2 from ‘boost::system::error_code*’ to ‘const boost::filesystem::path*’
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:388:6: note: candidate: bool boost::filesystem::create_directory(const boost::filesystem::path&, const boost::filesystem::path&, boost::system::error_code&)
 bool create_directory(const path& p, const path& existing, system::error_code& ec) BOOST_NOEXCEPT
      ^
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:388:6: note:   candidate expects 3 arguments, 2 provided
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:385:6: note: candidate: bool boost::filesystem::create_directory(const boost::filesystem::path&, const boost::filesystem::path&)
 bool create_directory(const path& p, const path& existing)
      ^
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:385:6: note:   no known conversion for argument 2 from ‘boost::system::error_code*’ to ‘const boost::filesystem::path&’
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:382:6: note: candidate: bool boost::filesystem::create_directory(const boost::filesystem::path&, boost::system::error_code&)
 bool create_directory(const path& p, system::error_code& ec) BOOST_NOEXCEPT
      ^
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:382:6: note:   no known conversion for argument 2 from ‘boost::system::error_code*’ to ‘boost::system::error_code&’
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:379:6: note: candidate: bool boost::filesystem::create_directory(const boost::filesystem::path&)
 bool create_directory(const path& p) {return detail::create_directory(p, 0);}
      ^
/home/travis/R/x86_64-pc-linux-gnu-library/4.0/BH/include/boost/filesystem/operations.hpp:379:6: note:   candidate expects 1 argument, 2 provided
/usr/lib/R/etc/Makeconf:181: recipe for target 'boost/libs/filesystem/src/operations.o' failed
make: *** [boost/libs/filesystem/src/operations.o] Error 1
ERROR: compilation failed for package ‘cytolib’
* removing ‘/home/travis/R/x86_64-pc-linux-gnu-library/4.0/cytolib’
gfinak commented 3 years ago

All I can gather is it's something with boost. Can you give the recipe to reproduce this. What's the base image? Is it a bioc image or a base ubuntu image? What steps are performed before this?

alex-l-kong commented 3 years ago

@gfinak I do the following before I install cytolib for a Travis build, then I install cytolib from BiocManager (so the bioc image I would assume):

sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran40/'
sudo apt-get update
sudo apt-get -y --allow-unauthenticated install r-base r-base-dev
Rscript -e 'dir.create(path=Sys.getenv("R_LIBS_USER"), showWarnings=FALSE, recursive=TRUE)'
Rscript -e 'install.packages("data.table", lib=Sys.getenv("R_LIBS_USER"), repos="http://cran.us.r-project.org")'
Rscript -e 'install.packages("BiocManager", lib=Sys.getenv("R_LIBS_USER"), repos="http://cran.us.r-project.org")'
Rscript -e 'BiocManager::install("cytolib", lib=Sys.getenv("R_LIBS_USER"))'

I'm using Bioconductor 3.12 and R 4.0.3.

gfinak commented 3 years ago

This isn't a BioC image since those have R and BioConductor preinstalled. Can you find out what the base image is?

alex-l-kong commented 3 years ago

@gfinak from my Travis logs it's downloading this one: https://bioconductor.org/packages/3.12/bioc/src/contrib/cytolib_2.2.0.tar.gz.

gfinak commented 3 years ago

I'm asking what is the base image used by the docker container.

Greg Finak

On Fri, Jan 15, 2021, 15:12 alex-l-kong notifications@github.com wrote:

@gfinak https://github.com/gfinak from my Travis logs it's downloading this one: https://bioconductor.org/packages/3.12/bioc/src/contrib/cytolib_2.2.0.tar.gz .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RGLab/cytolib/issues/46#issuecomment-761245494, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKSI6IR5UMO77CMFBMWBITS2DDT7ANCNFSM4WEPZTQQ .

alex-l-kong commented 3 years ago

@gfinak oh OK, I think you mean related to the distribution of Ubuntu (xenial) we're using. Here's the information under the docker version heading of build system information:

Client:
 Version:           18.06.0-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        0ffa825
 Built:             Wed Jul 18 19:11:02 2018
 OS/Arch:           linux/amd64
 Experimental:      false
Server:
 Engine:
  Version:          18.06.0-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       0ffa825
  Built:            Wed Jul 18 19:09:05 2018
  OS/Arch:          linux/amd64
  Experimental:     false

Let me know if you need more info and/or if I'm still jumping through the wrong hoop. Sorry for the misunderstandings.

gfinak commented 3 years ago

Okay, looks like the boost headers package (BH) was just updated to boost 1.75, and some of the function signatures have changed. In order to work around this you should install BH 1.72.0-3 as part of your CI script, then install cytolib.

apt install wget
wget https://cran.r-project.org/src/contrib/Archive/BH/BH_1.72.0-3.tar.gz
R CMD INSTALL BH_1.72.0-3.tar.gz
Rscript -e 'BiocManager::install("cytolib", lib=Sys.getenv("R_LIBS_USER"))'
mikejiang commented 3 years ago

fixes are pushed to bioc release and devel

alex-l-kong commented 3 years ago

Thanks @gfinak @mikejiang!

danxfreeman commented 3 years ago

I'm still getting boost errors after installing an older version of BH. This is on an Amazon Linux 2 AMI:

[ec2-user@ip-172-31-26-86 ~]$ sudo R --quiet
> packageVersion("BH")
[1] ‘1.72.0.3’
> BiocManager::install("cytolib")
Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.2 (2020-06-22)
Installing package(s) 'cytolib'
trying URL 'https://bioconductor.org/packages/3.12/bioc/src/contrib/cytolib_2.2.1.tar.gz'
Content type 'application/x-gzip' length 7921607 bytes (7.6 MB)
==================================================
downloaded 7.6 MB

* installing *source* package ‘cytolib’ ...
** using staged installation
checking for a sed that does not truncate output... /usr/bin/sed
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for pkg-config... /bin/pkg-config
checking pkg-config knows TileDB... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking tiledb/tiledb.h usability... no
checking tiledb/tiledb.h presence... no
checking for tiledb/tiledb.h... no
configure: No tiledb is found, build without tiledb...
configure: Parsing cytolib version info ...
configure: CYTOLIB_VERSION=2.2.1
configure: creating ./config.status
config.status: creating inst/include/cytolib/cytolibConfig.h
config.status: creating src/Makevars
** libs
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c CytoFrame.cpp -o CytoFrame.o
In file included from ../inst/include/cytolib/CytoFrame.hpp:16:0,
                 from CytoFrame.cpp:3:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c CytoFrameView.cpp -o CytoFrameView.o
In file included from ../inst/include/cytolib/CytoFrame.hpp:16:0,
                 from ../inst/include/cytolib/MemCytoFrame.hpp:12,
                 from ../inst/include/cytolib/CytoFrameView.hpp:12,
                 from CytoFrameView.cpp:3:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c CytoVFS.cpp -o CytoVFS.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c GatingHierarchy.cpp -o GatingHierarchy.o
In file included from ../inst/include/cytolib/CytoFrame.hpp:16:0,
                 from ../inst/include/cytolib/MemCytoFrame.hpp:12,
                 from ../inst/include/cytolib/gate.hpp:12,
                 from ../inst/include/cytolib/POPINDICES.hpp:14,
                 from ../inst/include/cytolib/nodeProperties.hpp:13,
                 from ../inst/include/cytolib/populationTree.hpp:13,
                 from ../inst/include/cytolib/GatingHierarchy.hpp:17,
                 from GatingHierarchy.cpp:3:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c GatingSet.cpp -o GatingSet.o
In file included from ../inst/include/cytolib/CytoFrame.hpp:16:0,
                 from ../inst/include/cytolib/MemCytoFrame.hpp:12,
                 from ../inst/include/cytolib/gate.hpp:12,
                 from ../inst/include/cytolib/POPINDICES.hpp:14,
                 from ../inst/include/cytolib/nodeProperties.hpp:13,
                 from ../inst/include/cytolib/populationTree.hpp:13,
                 from ../inst/include/cytolib/GatingHierarchy.hpp:17,
                 from ../inst/include/cytolib/GatingSet.hpp:14,
                 from GatingSet.cpp:3:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
In file included from ../inst/include/cytolib/compensation.hpp:19:0,
                 from ../inst/include/cytolib/CytoFrame.hpp:16,
                 from ../inst/include/cytolib/MemCytoFrame.hpp:12,
                 from ../inst/include/cytolib/gate.hpp:12,
                 from ../inst/include/cytolib/POPINDICES.hpp:14,
                 from ../inst/include/cytolib/nodeProperties.hpp:13,
                 from ../inst/include/cytolib/populationTree.hpp:13,
                 from ../inst/include/cytolib/GatingHierarchy.hpp:17,
                 from ../inst/include/cytolib/GatingSet.hpp:14,
                 from GatingSet.cpp:3:
../inst/include/cytolib/global.hpp: In constructor ‘cytolib::GatingSet::GatingSet(std::__cxx11::string, bool, bool, std::vector<std::__cxx11::basic_string<char>, std::allocator<std::__cxx11::basic_string<char> > >, bool, cytolib::CytoCtx)’:
../inst/include/cytolib/global.hpp:29:3: warning: ‘fmt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   switch(fmt)
   ^~~~~~
GatingSet.cpp:30:14: note: ‘fmt’ was declared here
   FileFormat fmt;
              ^~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c GatingSet.pb.cc -o GatingSet.pb.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c H5CytoFrame.cpp -o H5CytoFrame.o
In file included from ../inst/include/cytolib/CytoFrame.hpp:16:0,
                 from ../inst/include/cytolib/MemCytoFrame.hpp:12,
                 from ../inst/include/cytolib/H5CytoFrame.hpp:12,
                 from H5CytoFrame.cpp:3:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c MemCytoFrame.cpp -o MemCytoFrame.o
MemCytoFrame.cpp:551:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
      #pragma omp parallel for

In file included from ../inst/include/cytolib/CytoFrame.hpp:16:0,
                 from ../inst/include/cytolib/MemCytoFrame.hpp:12,
                 from MemCytoFrame.cpp:3:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c POPINDICES.cpp -o POPINDICES.o
In file included from ../inst/include/cytolib/CytoFrame.hpp:16:0,
                 from ../inst/include/cytolib/MemCytoFrame.hpp:12,
                 from ../inst/include/cytolib/gate.hpp:12,
                 from ../inst/include/cytolib/POPINDICES.hpp:14,
                 from POPINDICES.cpp:3:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c calibrationTable.cpp -o calibrationTable.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c compensation.cpp -o compensation.o
In file included from compensation.cpp:3:0:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c dummy.cpp -o dummy.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c ellipse2points.cpp -o ellipse2points.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c gate.cpp -o gate.o
In file included from ../inst/include/cytolib/CytoFrame.hpp:16:0,
                 from ../inst/include/cytolib/MemCytoFrame.hpp:12,
                 from ../inst/include/cytolib/gate.hpp:12,
                 from gate.cpp:3:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c global.cpp -o global.o
global.cpp: In function ‘std::__cxx11::string cytolib::s3_to_http(std::__cxx11::string)’:
global.cpp:46:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i = 1; i < tokens.size(); i++)
                  ~~^~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c in_polygon.cpp -o in_polygon.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c nodeProperties.cpp -o nodeProperties.o
In file included from ../inst/include/cytolib/CytoFrame.hpp:16:0,
                 from ../inst/include/cytolib/MemCytoFrame.hpp:12,
                 from ../inst/include/cytolib/gate.hpp:12,
                 from ../inst/include/cytolib/POPINDICES.hpp:14,
                 from ../inst/include/cytolib/nodeProperties.hpp:13,
                 from nodeProperties.cpp:3:
../inst/include/cytolib/compensation.hpp: In constructor ‘cytolib::compensation::compensation(const string&)’:
../inst/include/cytolib/compensation.hpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(valVec.size() != 1+n+n*n){
      ~~~~~~~~~~~~~~^~~~~~~~~~
../inst/include/cytolib/compensation.hpp:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(valVec.size() == 1+n+2*n*n){
       ~~~~~~~~~~~~~~^~~~~~~~~~~~
../inst/include/cytolib/compensation.hpp:60:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
                               ~~^~~~~~~~~~~~~~~~~~~~~
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c spline.cpp -o spline.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c trans_group.cpp -o trans_group.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c transformation.cpp -o transformation.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c boost/libs/system/src/error_code.cpp -o boost/libs/system/src/error_code.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c boost/libs/filesystem/src/path_traits.cpp -o boost/libs/filesystem/src/path_traits.o
g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -DROUT -I../inst/include -DBOOST_NO_AUTO_PTR -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/BH/include' -I'/usr/lib64/R/library/RProtoBufLib/include' -I'/usr/lib64/R/library/Rhdf5lib/include' -I'/usr/lib64/R/library/RcppArmadillo/include' -I'/usr/lib64/R/library/RcppParallel/include' -I/usr/local/include   -fpic  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches    -m64 -mtune=generic  -c boost/libs/filesystem/src/codecvt_error_category.cpp -o boost/libs/filesystem/src/codecvt_error_category.o
In file included from /usr/lib64/R/library/BH/include/boost/config.hpp:61:0,
                 from /usr/lib64/R/library/BH/include/boost/filesystem/config.hpp:28,
                 from boost/libs/filesystem/src/platform_config.hpp:81,
                 from boost/libs/filesystem/src/codecvt_error_category.cpp:12:
/usr/lib64/R/library/BH/include/boost/system/detail/config.hpp:33:31: error: expected ‘;’ at end of member declaration
 #define BOOST_SYSTEM_NOEXCEPT BOOST_NOEXCEPT
                               ^
boost/libs/filesystem/src/codecvt_error_category.cpp:31:32: note: in expansion of macro ‘BOOST_SYSTEM_NOEXCEPT’
     const char*   name() const BOOST_SYSTEM_NOEXCEPT BOOST_OVERRIDE;
                                ^~~~~~~~~~~~~~~~~~~~~
boost/libs/filesystem/src/codecvt_error_category.cpp:31:54: error: ‘BOOST_OVERRIDE’ does not name a type; did you mean ‘BOOST_VERIFY’?
     const char*   name() const BOOST_SYSTEM_NOEXCEPT BOOST_OVERRIDE;
                                                      ^~~~~~~~~~~~~~
                                                      BOOST_VERIFY
boost/libs/filesystem/src/codecvt_error_category.cpp:32:36: error: expected ‘;’ at end of member declaration
     std::string    message(int ev) const BOOST_OVERRIDE;
                                    ^~~~~
boost/libs/filesystem/src/codecvt_error_category.cpp:32:42: error: ‘BOOST_OVERRIDE’ does not name a type; did you mean ‘BOOST_VERIFY’?
     std::string    message(int ev) const BOOST_OVERRIDE;
                                          ^~~~~~~~~~~~~~
                                          BOOST_VERIFY
make: *** [boost/libs/filesystem/src/codecvt_error_category.o] Error 1
ERROR: compilation failed for package ‘cytolib’
* removing ‘/root/R/x86_64-koji-linux-gnu-library/4.0/cytolib’

The downloaded source packages are in
    ‘/tmp/RtmppsPhx3/downloaded_packages’
Old packages: 'BH'
Update all/some/none? [a/s/n]: n
Warning message:
In install.packages(...) :
  installation of package ‘cytolib’ had non-zero exit status
> 
mikejiang commented 3 years ago

You should use the latest BH version since we've upgraded it source accordingly in the latest patch

danxfreeman commented 3 years ago

It works, thank you

eudoraleer commented 2 years ago

BH

Hi Mike,

I have problem installation this package as dependency in Rshiny. The same problem with the g++ library. I am using Mac OS X, and it works fine installing locally on my computer. Only during deployment to Rshiny creates the same error as described in the post.

Can you assist me with this, thanks!

Best Regards, eudora

mikejiang commented 2 years ago

Since you are using Mac, it should be able to install binary directly from bioconductor latest release without need to compiling

BiocManager::install("cytolib")

eudoraleer commented 2 years ago

Since you are using Mac, it should be able to install binary directly from bioconductor latest release without need to compiling

BiocManager::install("cytolib")

Dear Mike,

Somehow it seems to work now, I cannot remember what I have done to make it work, but anyway, thank you!!

Best Regards, Lu