New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/29552#issuecomment-821908325 Comment: ``` 2021-04-16T20:54:12.6865564Z thirdparty/nodemesh/nodemesh/combiner.cpp: In constructor 'nodemesh::Combiner::Mesh::Mesh(const std::vector&, const std::vector >&, bool)': 2021-04-16T20:54:12.6867891Z thirdparty/nodemesh/nodemesh/combiner.cpp:31:61: error: 'remove_self_intersections' is not a member of 'CGAL::Polygon_mesh_processing'; did you mean 'self_intersections'? 2021-04-16T20:54:12.6869289Z 31 | if (!CGAL::Polygon_mesh_processing::remove_self_intersections(*cgalMesh)) { 2021-04-16T20:54:12.6870025Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ ``` CGAL has apparently broken compatibility with `dust3d`