>>> clasp: Building community/clasp 3.3.9-r0 (using abuild 3.10.0_rc1-r2) started Mon, 31 Oct 2022 04:38:58 +0000 >>> clasp: Checking sanity of /home/buildozer/aports/community/clasp/APKBUILD... >>> WARNING: clasp: No maintainer >>> clasp: Analyzing dependencies... >>> clasp: Installing for build: build-base cmake samurai (1/8) Installing libbz2 (1.0.8-r3) (2/8) Installing xz-libs (5.2.7-r0) (3/8) Installing libarchive (3.6.1-r1) (4/8) Installing rhash-libs (1.4.3-r1) (5/8) Installing libuv (1.44.2-r0) (6/8) Installing cmake (3.24.2-r0) (7/8) Installing samurai (1.2-r2) (8/8) Installing .makedepends-clasp (20221031.043900) Executing busybox-1.35.0-r27.trigger OK: 321 MiB in 101 packages >>> clasp: Cleaning up srcdir >>> clasp: Cleaning up pkgdir >>> clasp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/clasp-3.3.9-source.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 915k 100 915k 0 0 4698k 0 --:--:-- --:--:-- --:--:-- 4716k >>> clasp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/clasp-3.3.9-source.tar.gz >>> clasp: Checking sha512sums... clasp-3.3.9-source.tar.gz: OK >>> clasp: Unpacking /var/cache/distfiles/v3.17/clasp-3.3.9-source.tar.gz... -- The CXX compiler identification is GNU 12.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- The C compiler identification is GNU 12.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Potassco is not installed - using local copy -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/build [1/67] Building CXX object app/CMakeFiles/clasp.dir/main.cpp.o [2/67] Building CXX object tests/CMakeFiles/test_clasp.dir/weight_constraint_test.cpp.o [3/67] Building CXX object tests/CMakeFiles/test_clasp.dir/unfounded_check_test.cpp.o [4/67] Building CXX object tests/CMakeFiles/test_clasp.dir/test_main.cpp.o [5/67] Building CXX object tests/CMakeFiles/test_clasp.dir/solver_test.cpp.o [6/67] Building CXX object tests/CMakeFiles/test_clasp.dir/satelite_test.cpp.o [7/67] Building CXX object tests/CMakeFiles/test_clasp.dir/rule_test.cpp.o [8/67] Building CXX object tests/CMakeFiles/test_clasp.dir/program_builder_test.cpp.o [9/67] Building CXX object tests/CMakeFiles/test_clasp.dir/parser_test.cpp.o [10/67] Building CXX object tests/CMakeFiles/test_clasp.dir/minimize_test.cpp.o [11/67] Building CXX object tests/CMakeFiles/test_clasp.dir/literal_test.cpp.o [12/67] Building CXX object tests/CMakeFiles/test_clasp.dir/facade_test.cpp.o [13/67] Building CXX object tests/CMakeFiles/test_clasp.dir/enumerator_test.cpp.o [14/67] Building CXX object tests/CMakeFiles/test_clasp.dir/dlp_builder_test.cpp.o [15/67] Building CXX object tests/CMakeFiles/test_clasp.dir/dependency_graph_test.cpp.o [16/67] Building CXX object tests/CMakeFiles/test_clasp.dir/decision_heuristic_test.cpp.o [17/67] Building CXX object tests/CMakeFiles/test_clasp.dir/cli_test.cpp.o [18/67] Building CXX object tests/CMakeFiles/test_clasp.dir/clause_test.cpp.o [19/67] Building CXX object tests/CMakeFiles/test_clasp.dir/clause_creator_test.cpp.o [20/67] Building CXX object src/CMakeFiles/libclasp.dir/parallel_solve.cpp.o [21/67] Building CXX object src/CMakeFiles/libclasp.dir/weight_constraint.cpp.o [22/67] Building CXX object src/CMakeFiles/libclasp.dir/unfounded_check.cpp.o [23/67] Building CXX object src/CMakeFiles/libclasp.dir/timer.cpp.o [24/67] Building CXX object src/CMakeFiles/libclasp.dir/statistics.cpp.o [25/67] Building CXX object src/CMakeFiles/libclasp.dir/solver_types.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clasp_facade.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cli/clasp_options.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cli/clasp_app.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/app/main.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/libpotassco/potassco/program_opts/value.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/libpotassco/potassco/program_opts/typed_value.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cli/clasp_app.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [26/67] Building CXX object src/CMakeFiles/libclasp.dir/solver_strategies.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/literal_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [27/67] Building CXX object src/CMakeFiles/libclasp.dir/solver.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/solver_types.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [28/67] Building CXX object src/CMakeFiles/libclasp.dir/solve_algorithms.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/statistics.cpp:25: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/statistics.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/statistics.cpp:24: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [29/67] Building CXX object src/CMakeFiles/libclasp.dir/shared_context.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_strategies.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/solver_strategies.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [30/67] Building CXX object src/CMakeFiles/libclasp.dir/satelite.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/weight_constraint.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/weight_constraint.cpp:25: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [31/67] Building CXX object src/CMakeFiles/libclasp.dir/program_builder.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/satelite.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/satelite_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [32/67] Building CXX object src/CMakeFiles/libclasp.dir/parser.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/enumerator_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [33/67] Building CXX object src/CMakeFiles/libclasp.dir/model_enumerators.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/unfounded_check.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/unfounded_check.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [34/67] Building CXX object src/CMakeFiles/libclasp.dir/minimize_constraint.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_strategies.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solve_algorithms.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/mt/parallel_solve.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/parallel_solve.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/parallel_solve.cpp: In member function 'bool Clasp::mt::ParallelSolve::beginSolve(Clasp::SharedContext&, const Clasp::LitVec&)': /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/parallel_solve.cpp:294:49: warning: 'std::mem_fun1_t<_Ret, _Tp, _Arg> std::mem_fun(_Ret (_Tp::*)(_Arg)) [with _Ret = void; _Tp = Clasp::mt::ParallelSolve; _Arg = unsigned int]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations] 294 | Clasp::mt::thread x(std::mem_fun(&ParallelSolve::solveParallel), this, id); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1395:5: note: declared here 1395 | mem_fun(_Ret (_Tp::*__f)(_Arg)) | ^~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/parallel_solve.cpp: In member function 'virtual void Clasp::mt::ParallelSolve::doStart(Clasp::SharedContext&, const Clasp::LitVec&)': /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/parallel_solve.cpp:376:49: warning: 'std::mem_fun1_t<_Ret, _Tp, _Arg> std::mem_fun(_Ret (_Tp::*)(_Arg)) [with _Ret = void; _Tp = Clasp::mt::ParallelSolve; _Arg = unsigned int]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations] 376 | Clasp::mt::thread x(std::mem_fun(&ParallelSolve::solveParallel), this, static_cast(masterId)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1395:5: note: declared here 1395 | mem_fun(_Ret (_Tp::*__f)(_Arg)) | ^~~~~~~ [35/67] Building CXX object src/CMakeFiles/libclasp.dir/lookahead.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/dependency_graph.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/dependency_graph_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program_types.h:35, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [36/67] Building CXX object src/CMakeFiles/libclasp.dir/logic_program_types.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_strategies.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solve_algorithms.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/solve_algorithms.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [37/67] Building CXX object src/CMakeFiles/libclasp.dir/logic_program.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/enumerator.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/model_enumerators.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/model_enumerators.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/enumerator.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/model_enumerators.cpp: In member function 'virtual bool Clasp::ModelEnumerator::BacktrackFinder::doUpdate(Clasp::Solver&)': /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/model_enumerators.cpp:175:145: warning: 'std::const_mem_fun1_t<_Ret, _Tp, _Arg> std::mem_fun(_Ret (_Tp::*)(_Arg) const) [with _Ret = bool; _Tp = Clasp::Solver; _Arg = Clasp::Literal]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations] 175 | uint32 f = static_cast(std::stable_partition(rep.lits+2, rep.lits+rep.size, std::not1(std::bind1st(std::mem_fun(&Solver::isFalse), &s))) - rep.lits); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1401:5: note: declared here 1401 | mem_fun(_Ret (_Tp::*__f)(_Arg) const) | ^~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/model_enumerators.cpp:175:132: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = const_mem_fun1_t; _Tp = Clasp::Solver*]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 175 | uint32 f = static_cast(std::stable_partition(rep.lits+2, rep.lits+rep.size, std::not1(std::bind1st(std::mem_fun(&Solver::isFalse), &s))) - rep.lits); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/bits/stl_function.h:1438: /usr/include/c++/12.2.1/backward/binders.h:136:5: note: declared here 136 | bind1st(const _Operation& __fn, const _Tp& __x) | ^~~~~~~ [38/67] Building CXX object src/CMakeFiles/libclasp.dir/heuristics.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/lookahead.h:39, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/lookahead.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [39/67] Building CXX object src/CMakeFiles/libclasp.dir/enumerator.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/parser.h:35, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/parser.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/ios:42, from /usr/include/c++/12.2.1/istream:38, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/parser.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [40/67] Building CXX object src/CMakeFiles/libclasp.dir/dependency_graph.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/satelite.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/satelite.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [41/67] Building CXX object src/CMakeFiles/libclasp.dir/constraint.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/program_builder.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:33: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [42/67] Building CXX object src/CMakeFiles/libclasp.dir/clingo.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/rule_test.cpp:27: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [43/67] Building CXX object src/CMakeFiles/libclasp.dir/clause.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/heuristics.h:36, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/decision_heuristic_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [44/67] Building CXX object src/CMakeFiles/libclasp.dir/clasp_output.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/dlp_builder_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [45/67] Building CXX object src/CMakeFiles/libclasp.dir/clasp_options.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/constraint.cpp:25: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [46/67] Building CXX object src/CMakeFiles/libclasp.dir/clasp_facade.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clause.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/clause_creator_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [47/67] Building CXX object src/CMakeFiles/libclasp.dir/clasp_app.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/unfounded_check.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/unfounded_check_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [48/67] Building CXX object src/CMakeFiles/libclasp.dir/cb_enumerator.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/shared_context.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/shared_context.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/shared_context.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [49/67] Building CXX object src/CMakeFiles/libclasp.dir/asp_preprocessor.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/solver.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/solver.cpp: In member function 'Clasp::Literal Clasp::Solver::popVars(Clasp::uint32, bool, ConstraintDB*)': /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/solver.cpp:451:94: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = less; _Tp = Clasp::Literal]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 451 | if (std::find_if(cc.begin(), cc.end(), std::not1(std::bind2nd(std::less(), pop))) != cc.end()) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/bits/stl_function.h:1438: /usr/include/c++/12.2.1/backward/binders.h:172:5: note: declared here 172 | bind2nd(const _Operation& __fn, const _Tp& __x) | ^~~~~~~ [50/67] Building CXX object libpotassco/app/CMakeFiles/lpconvert.dir/lpconvert.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/weight_constraint.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/weight_constraint_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [51/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/value_store.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/enumerator.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/enumerator.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/enumerator.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [52/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/theory_data.cpp.o [53/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/string_convert.cpp.o [54/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/smodels.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/minimize_constraint.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/minimize_constraint.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [55/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/rule_utils.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/logic_program_types.cpp:25: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program_types.h:35, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/logic_program_types.cpp:24: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [56/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/program_options.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clause.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/clause_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [57/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/match_basic_types.cpp.o [58/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/convert.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/minimize_constraint.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/minimize_test.cpp:27: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [59/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/clingo.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/heuristics.h:36, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/heuristics.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [60/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/aspif_text.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clause.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clause.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [61/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/aspif.cpp.o [62/67] Building CXX object libpotassco/src/CMakeFiles/libpotassco.dir/application.cpp.o In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/enumerator.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cb_enumerator.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/cb_enumerator.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/enumerator.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/asp_preprocessor.cpp:25: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/asp_preprocessor.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/asp_preprocessor.cpp:24: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clasp_facade.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clingo.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clingo.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:33: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clasp_facade.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cli/clasp_options.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cli/clasp_app.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clasp_app.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/libpotassco/potassco/program_opts/value.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/libpotassco/potassco/program_opts/typed_value.h:33, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cli/clasp_app.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clasp_app.cpp: In member function 'void Clasp::Cli::LemmaLogger::add(const Clasp::Solver&, const Clasp::LitVec&, const Clasp::ConstraintInfo&)': /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clasp_app.cpp:592:116: warning: 'std::const_mem_fun1_t<_Ret, _Tp, _Arg> std::mem_fun(_Ret (_Tp::*)(_Arg) const) [with _Ret = bool; _Tp = Clasp::Solver; _Arg = Clasp::Literal]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations] 592 | if (info.aux() || options_.domOut || std::find_if(cc.begin(), cc.end(), std::not1(std::bind1st(std::mem_fun(&Solver::inputVar), &s))) != cc.end()) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1401:5: note: declared here 1401 | mem_fun(_Ret (_Tp::*__f)(_Arg) const) | ^~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clasp_app.cpp:592:103: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = const_mem_fun1_t; _Tp = const Clasp::Solver*]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 592 | if (info.aux() || options_.domOut || std::find_if(cc.begin(), cc.end(), std::not1(std::bind1st(std::mem_fun(&Solver::inputVar), &s))) != cc.end()) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/bits/stl_function.h:1438: /usr/include/c++/12.2.1/backward/binders.h:136:5: note: declared here 136 | bind1st(const _Operation& __fn, const _Tp& __x) | ^~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clasp_facade.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cli/clasp_output.h:26, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clasp_output.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:33: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/parser.h:35, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/parser_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/ios:42, from /usr/include/c++/12.2.1/istream:38, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/parser.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clasp_facade.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clasp_facade.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:33: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clasp_facade.cpp: In member function 'virtual void Clasp::ClaspFacade::SolveStrategy::Async::doStart()': /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clasp_facade.cpp:378:47: warning: 'std::mem_fun1_t<_Ret, _Tp, _Arg> std::mem_fun(_Ret (_Tp::*)(_Arg)) [with _Ret = void; _Tp = Clasp::ClaspFacade::SolveStrategy; _Arg = Clasp::SolveMode_t]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations] 378 | Clasp::mt::thread(std::mem_fun(&SolveStrategy::startAlgo), this, SolveMode_t::Async).swap(task_); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1395:5: note: declared here 1395 | mem_fun(_Ret (_Tp::*__f)(_Arg)) | ^~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/dependency_graph.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/dependency_graph.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program_types.h:35, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [63/67] Linking CXX static library lib/libpotassco.a [64/67] Linking CXX executable bin/lpconvert In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/logic_program.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program_types.h:35, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/logic_program.cpp: In member function 'Clasp::uint32 Clasp::Asp::LogicProgram::findEqBody(const Clasp::Asp::PrgBody*, Clasp::uint32)': /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/logic_program.cpp:1956:114: warning: 'std::mem_fun1_t<_Ret, _Tp, _Arg> std::mem_fun(_Ret (_Tp::*)(_Arg)) [with _Ret = void; _Tp = Clasp::Asp::AtomState; _Arg = Clasp::Literal]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations] 1956 | if (++n == 1) { std::for_each(b->goals_begin(), b->goals_end(), std::bind1st(std::mem_fun(&AtomState::addToBody), &atomState_)); } | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1395:5: note: declared here 1395 | mem_fun(_Ret (_Tp::*__f)(_Arg)) | ^~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/logic_program.cpp:1956:101: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = mem_fun1_t; _Tp = Clasp::Asp::AtomState*]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 1956 | if (++n == 1) { std::for_each(b->goals_begin(), b->goals_end(), std::bind1st(std::mem_fun(&AtomState::addToBody), &atomState_)); } | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/bits/stl_function.h:1438: /usr/include/c++/12.2.1/backward/binders.h:136:5: note: declared here 136 | bind1st(const _Operation& __fn, const _Tp& __x) | ^~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/logic_program.cpp:1975:90: warning: 'std::mem_fun1_t<_Ret, _Tp, _Arg> std::mem_fun(_Ret (_Tp::*)(_Arg)) [with _Ret = void; _Tp = Clasp::Asp::AtomState; _Arg = Clasp::Literal]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations] 1975 | std::for_each(b->goals_begin(), b->goals_end(), std::bind1st(std::mem_fun(&AtomState::clearBody), &atomState_)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1395:5: note: declared here 1395 | mem_fun(_Ret (_Tp::*__f)(_Arg)) | ^~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/logic_program.cpp:1975:77: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = mem_fun1_t; _Tp = Clasp::Asp::AtomState*]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 1975 | std::for_each(b->goals_begin(), b->goals_end(), std::bind1st(std::mem_fun(&AtomState::clearBody), &atomState_)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/backward/binders.h:136:5: note: declared here 136 | bind1st(const _Operation& __fn, const _Tp& __x) | ^~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clasp_facade.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cli/clasp_options.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/src/clasp_options.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:33: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [65/67] Linking CXX static library lib/libclasp.a In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/clasp_facade.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/cli/clasp_options.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/cli_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:33: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [66/67] Linking CXX executable bin/clasp In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/solver_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/constraint.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver.h:30, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/facade_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/solver_types.h:30: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/program_builder.h:34, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:32, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/tests/program_builder_test.cpp:24: /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:195:24: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 195 | struct identity : std::unary_function{ | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/string:48, from /usr/include/c++/12.2.1/bits/locale_classes.h:40, from /usr/include/c++/12.2.1/bits/ios_base.h:41, from /usr/include/c++/12.2.1/streambuf:41, from /usr/include/c++/12.2.1/bits/streambuf_iterator.h:35, from /usr/include/c++/12.2.1/iterator:66, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/pod_vector.h:27, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/pod_vector.h:28, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/literal.h:31, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program_types.h:35, from /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/logic_program.h:31: /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:203:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 203 | struct select1st : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:214:25: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 214 | struct select2nd : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:225:32: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 225 | struct compose_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:251:34: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 251 | struct compose_2_1 : public std::unary_function< | ^~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/clasp/src/clasp-3.3.9/clasp/util/misc_types.h:280:34: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 280 | struct compose_2_2 : public std::binary_function< | ^~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [67/67] Linking CXX executable bin/test_clasp ninja: entering directory 'build' [1/1] Running tests... Test project /home/buildozer/aports/community/clasp/src/clasp-3.3.9/build Start 1: test_clasp 1/1 Test #1: test_clasp ....................... Passed 0.15 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.15 sec >>> clasp: Entering fakeroot... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/community/clasp/pkg/clasp/usr/bin/lpconvert -- Installing: /home/buildozer/aports/community/clasp/pkg/clasp/usr/bin/clasp >>> clasp*: Running postcheck for clasp >>> clasp*: Preparing package clasp... >>> clasp*: Stripping binaries >>> clasp*: Scanning shared objects >>> clasp*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> clasp*: Package size: 1.4 MB >>> clasp*: Compressing data... >>> clasp*: Create checksum... >>> clasp*: Create clasp-3.3.9-r0.apk >>> clasp: Build complete at Mon, 31 Oct 2022 04:39:33 +0000 elapsed time 0h 0m 35s >>> clasp: Cleaning up srcdir >>> clasp: Cleaning up pkgdir >>> clasp: Uninstalling dependencies... (1/8) Purging .makedepends-clasp (20221031.043900) (2/8) Purging cmake (3.24.2-r0) (3/8) Purging samurai (1.2-r2) (4/8) Purging libarchive (3.6.1-r1) (5/8) Purging libbz2 (1.0.8-r3) (6/8) Purging xz-libs (5.2.7-r0) (7/8) Purging rhash-libs (1.4.3-r1) (8/8) Purging libuv (1.44.2-r0) Executing busybox-1.35.0-r27.trigger OK: 267 MiB in 93 packages >>> clasp: Updating the community/x86_64 repository index... >>> clasp: Signing the index...