* installing *source* package ‘TDA’ ...
** package ‘TDA’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
expr: syntax error: unexpected argument ‘110003’
using C++ compiler: ‘clang version 19.1.6’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/TDA/src'
expr: syntax error: unexpected argument ‘110003’
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppEigen/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include   -DBOOST_DISABLE_THREADS -DCGAL_EIGEN3_ENABLED -DCGAL_HEADER_ONLY -DCGAL_DO_NOT_USE_BOOST_MP -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from RcppExports.cpp:4:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from RcppExports.cpp:4:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from RcppExports.cpp:4:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
5 warnings generated.
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppEigen/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include   -DBOOST_DISABLE_THREADS -DCGAL_EIGEN3_ENABLED -DCGAL_HEADER_ONLY -DCGAL_DO_NOT_USE_BOOST_MP -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw  -DR_NO_REMAP -c diag.cpp -o diag.o
In file included from diag.cpp:9:
In file included from ./tdautils/ripsL2.h:5:
In file included from ./topology/rips.h:6:
In file included from ./topology/simplex.h:221:
./topology/simplex.hpp:12:1: warning: 'BoundaryIterator' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   12 | struct Simplex<V,T>::BoundaryIterator: public boost::iterator_adaptor<BoundaryIterator,                                 // Derived
      | ^
./topology/simplex.h:47:9: note: did you mean struct here?
   47 |         class BoundaryIterator;
      |         ^~~~~
      |         struct
In file included from diag.cpp:9:
In file included from ./tdautils/ripsL2.h:5:
./topology/rips.h:173:1: warning: 'ComparePair' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  173 | struct Rips<Distances_, Simplex_>::ComparePair
      | ^
./topology/rips.h:35:9: note: did you mean struct here?
   35 |         class               ComparePair;       
      |         ^~~~~
      |         struct
In file included from diag.cpp:9:
In file included from ./tdautils/ripsL2.h:8:
In file included from ./topology/dynamic-persistence.h:7:
/data/gannet/ripley/R/test-clang/BH/include/boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
   36 | BOOST_PRAGMA_MESSAGE(
      | ^
/data/gannet/ripley/R/test-clang/BH/include/boost/config/pragma_message.hpp:24:34: note: expanded from macro 'BOOST_PRAGMA_MESSAGE'
   24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
      |                                  ^
<scratch space>:115:2: note: expanded from here
  115 |  message("The practice of declaring the Bind placeholders (_1, _2, ...) " "in the global namespace is deprecated. Please use " "<boost/bind/bind.hpp> + using namespace boost::placeholders, " "or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.")
      |  ^
In file included from diag.cpp:13:
./tdautils/gridUtils.h:183:13: warning: unused variable 'value' [-Wunused-variable]
  183 |      double value, value2;  // max of value and value 2 is the fcn value. 
      |             ^~~~~
./tdautils/gridUtils.h:183:20: warning: unused variable 'value2' [-Wunused-variable]
  183 |      double value, value2;  // max of value and value 2 is the fcn value. 
      |                    ^~~~~~
In file included from diag.cpp:16:
./tdautils/typecastUtils.h:350:12: warning: unused variable 'iFill' [-Wunused-variable]
  350 |   unsigned iFill = 0;
      |            ^~~~~
./tdautils/typecastUtils.h:394:12: warning: unused variable 'iFill' [-Wunused-variable]
  394 |   unsigned iFill = 0;
      |            ^~~~~
In file included from diag.cpp:19:
In file included from ./tdautils/gudhiUtils.h:10:
In file included from ./gudhi/Simplex_tree.h:15:
In file included from ./gudhi/Simplex_tree/Simplex_tree_siblings.h:16:
In file included from ./boost/container/flat_map.hpp:29:
./boost/container/detail/flat_tree.hpp:148:38: error: no template named 'back_free_capacity'
  148 |       (braw, iraw, eraw, comp, eraw, back_free_capacity<SequenceContainer>::get(dest));
      |                                      ^
./boost/container/detail/flat_tree.hpp:175:32: error: no template named 'back_free_capacity'
  175 |       (iraw, eraw, comp, eraw, back_free_capacity<SequenceContainer>::get(dest));
      |                                ^
In file included from diag.cpp:19:
In file included from ./tdautils/gudhiUtils.h:13:
In file included from ./gudhi/Alpha_complex.h:26:
In file included from ./CGAL/Delaunay_triangulation.h:15:
In file included from ./CGAL/license/Triangulation.h:17:
./CGAL/config.h:124:9: warning: 'BOOST_PARAMETER_MAX_ARITY' macro redefined [-Wmacro-redefined]
  124 | #define BOOST_PARAMETER_MAX_ARITY 12
      |         ^
/data/gannet/ripley/R/test-clang/BH/include/boost/parameter/config.hpp:61:9: note: previous definition is here
   61 | #define BOOST_PARAMETER_MAX_ARITY BOOST_MPL_LIMIT_VECTOR_SIZE
      |         ^
In file included from diag.cpp:19:
In file included from ./tdautils/gudhiUtils.h:17:
In file included from ./tdautils/cgalUtils.h:1:
In file included from ./CGAL/Exact_predicates_inexact_constructions_kernel.h:20:
In file included from ./CGAL/Simple_cartesian.h:20:
In file included from ./CGAL/Cartesian/Cartesian_base.h:62:
In file included from ./CGAL/Cartesian/function_objects.h:20:
In file included from ./CGAL/Kernel/function_objects.h:29:
In file included from ./CGAL/intersection_3.h:31:
In file included from ./CGAL/Intersections_3/Bbox_3_Tetrahedron_3.h:20:
In file included from ./CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h:20:
In file included from ./CGAL/Intersections_3/Triangle_3_Triangle_3.h:19:
./CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h:52:7: warning: variable 'pt_added' set but not used [-Wunused-but-set-variable]
   52 |   int pt_added=0;
      |       ^
In file included from diag.cpp:19:
./tdautils/gudhiUtils.h:241:28: warning: variable 'count_vertices' set but not used [-Wunused-but-set-variable]
  241 |   Alpha_shape_3::size_type count_vertices = 0;
      |                            ^
./tdautils/gudhiUtils.h:242:28: warning: variable 'count_edges' set but not used [-Wunused-but-set-variable]
  242 |   Alpha_shape_3::size_type count_edges = 0;
      |                            ^
./tdautils/gudhiUtils.h:243:28: warning: variable 'count_facets' set but not used [-Wunused-but-set-variable]
  243 |   Alpha_shape_3::size_type count_facets = 0;
      |                            ^
./tdautils/gudhiUtils.h:244:28: warning: variable 'count_cells' set but not used [-Wunused-but-set-variable]
  244 |   Alpha_shape_3::size_type count_cells = 0;
      |                            ^
In file included from diag.cpp:34:
./kde.h:21:16: warning: unused variable 'pi' [-Wunused-variable]
   21 |   const double pi = 3.141592653589793;
      |                ^~
14 warnings and 2 errors generated.
make[1]: *** [/data/gannet/ripley/R/R-clang/etc/Makeconf:202: diag.o] Error 1
make[1]: Target 'all' not remade because of errors.
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/TDA/src'
ERROR: compilation failed for package ‘TDA’
* removing ‘/data/gannet/ripley/R/packages/tests-clang/TDA.Rcheck/TDA’