edhat-package-notes Using OpenMP: yes Using sparsehash: yes Using cairo: yes ================================================================================ + echo 'Building with 1 of 4 available CPUs' Building with 1 of 4 available CPUs + /usr/bin/make -O -j4 V=1 VERBOSE=1 -j1 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/builddir/build/BUILD/graph-tool-2.43/build-aux/missing' autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged /usr/bin/make all-recursive make[1]: Entering directory '/builddir/build/BUILD/graph-tool-2.43' Making all in src make[2]: Entering directory '/builddir/build/BUILD/graph-tool-2.43/src' Making all in graph make[3]: Entering directory '/builddir/build/BUILD/graph-tool-2.43/src/graph' Making all in centrality make[4]: Entering directory '/builddir/build/BUILD/graph-tool-2.43/src/graph/centrality' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/boost-workaround -I../../../src/pcg-cpp/include -DHAVE_CONFIG_H -I../../../src/graph -I../../.. -I/usr/lib64/python3.11/site-packages/cairo/include -I/usr/include/python3.11 -pthread -I/usr/include -I/usr/lib64/python3.11/site-packages/numpy/core/include -fopenmp -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o graph_betweenness.lo graph_betweenness.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/boost-workaround -I../../../src/pcg-cpp/include -DHAVE_CONFIG_H -I../../../src/graph -I../../.. -I/usr/lib64/python3.11/site-packages/cairo/include -I/usr/include/python3.11 -pthread -I/usr/include -I/usr/lib64/python3.11/site-packages/numpy/core/include -fopenmp -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c graph_betweenness.cc -fPIC -DPIC -o .libs/graph_betweenness.o In file included from ../../../src/graph/graph.hh:42, from graph_betweenness.cc:18: ../../../src/graph/graph_properties.hh:466:19: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 466 | : public std::unary_function | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12/string:48, from /usr/include/c++/12/bits/locale_classes.h:40, from /usr/include/c++/12/bits/ios_base.h:41, from /usr/include/c++/12/streambuf:41, from /usr/include/c++/12/bits/streambuf_iterator.h:35, from /usr/include/c++/12/iterator:66, from ../../../src/graph/graph.hh:23: /usr/include/c++/12/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ In file included from ../../../src/graph/graph_filtering.hh:33, from graph_betweenness.cc:19: ../../../src/graph/graph_util.hh:347:10: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 347 | std::iterator | ^~~~~~~~ In file included from /usr/include/c++/12/iterator:61: /usr/include/c++/12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~