While Trenchbrooms builds sucessfully, package() fails to run all the way through early on:
==> Starting package()...
[ 2%] Built target kdl
[ 2%] Building CXX object lib/kdl/test/CMakeFiles/kdl-test.dir/src/ranges/tst_adjacent_transform_view.cpp.o
[ 2%] Building CXX object lib/kdl/test/CMakeFiles/kdl-test.dir/src/ranges/tst_adjacent_view.cpp.o
[ 2%] Building CXX object lib/kdl/test/CMakeFiles/kdl-test.dir/src/ranges/tst_as_rvalue_view.cpp.o
[ 2%] Building CXX object lib/kdl/test/CMakeFiles/kdl-test.dir/src/ranges/tst_cartesian_product_view.cpp.o
In file included from /home/kinker31/.cache/paru/clone/trenchbroom-git/src/trenchbroom/lib/kdl/test/src/ranges/tst_cartesian_product_view.cpp:21:
/home/kinker31/.cache/paru/clone/trenchbroom-git/src/trenchbroom/lib/kdl/src/kdl/ranges/cartesian_product_view.h:329:11: error: ‘const class kdl::ranges::cartesian_product_view<First, Vs>::iterator<Const>’ has no member named ‘current_’ [-Wtemplate-body]
329 | i.current_, std::index_sequence_for<First, Vs...>()))
| ^~~~~~~~
/home/kinker31/.cache/paru/clone/trenchbroom-git/src/trenchbroom/lib/kdl/src/kdl/ranges/cartesian_product_view.h:337:11: error: ‘const class kdl::ranges::cartesian_product_view<First, Vs>::iterator<Const>’ has no member named ‘current_’ [-Wtemplate-body]
337 | x.current_, y.current_, std::index_sequence_for<First, Vs...>())))
| ^~~~~~~~
/home/kinker31/.cache/paru/clone/trenchbroom-git/src/trenchbroom/lib/kdl/src/kdl/ranges/cartesian_product_view.h:337:23: error: ‘const class kdl::ranges::cartesian_product_view<First, Vs>::iterator<Const>’ has no member named ‘current_’ [-Wtemplate-body]
337 | x.current_, y.current_, std::index_sequence_for<First, Vs...>())))
| ^~~~~~~~
make[2]: *** [lib/kdl/test/CMakeFiles/kdl-test.dir/build.make:121: lib/kdl/test/CMakeFiles/kdl-test.dir/src/ranges/tst_cartesian_product_view.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:442: lib/kdl/test/CMakeFiles/kdl-test.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
Pinned Comments
Retro_Gamer commented on 2024-06-11 17:21 (UTC) (edited on 2024-08-25 16:08 (UTC) by Retro_Gamer)
Just an FYI, make sure to back up your older pkg builds. TrenchBroom git is always rolling in nature like Arch. Sometime bugs can be introduced from time to time, so it is important if you intend to use this make sure you keep your older builds in case you need to roll back 1 or 2.