t-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -module -avoid-version -export-dynamic -no-undefined -Wl,-E -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgraph_tool_clustering.la -rpath /usr/lib64/python3.9/site-packages/graph_tool/clustering graph_clustering.lo graph_extended_clustering.lo graph_motifs.lo -L/usr/lib64 -lpython3.9 -L/usr/lib64 -lboost_iostreams -lboost_python39 -lboost_regex -lexpat -L/usr/lib -lgmp libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/10/crti.o /usr/lib/gcc/riscv64-redhat-linux/10/crtbeginS.o .libs/graph_clustering.o .libs/graph_extended_clustering.o .libs/graph_motifs.o -L/usr/lib64 -lpython3.9 -lboost_iostreams -lboost_python39 -lboost_regex -lexpat -L/usr/lib -lgmp -L/usr/lib/gcc/riscv64-redhat-linux/10 -L/lib64/lp64d/../lib64/lp64d -L/usr/lib64/lp64d/../lib64/lp64d -L/lib/../lib64/lp64d -L/usr/lib/../lib64/lp64d -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/10/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/10/crtn.o -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fopenmp -O2 -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,-E -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fopenmp -Wl,-soname -Wl,libgraph_tool_clustering.so -o .libs/libgraph_tool_clustering.so libtool: link: ( cd ".libs" && rm -f "libgraph_tool_clustering.la" && ln -s "../libgraph_tool_clustering.la" "libgraph_tool_clustering.la" ) make[4]: Leaving directory '/builddir/build/BUILD/graph-tool-2.33/src/graph/clustering' Making all in correlations make[4]: Entering directory '/builddir/build/BUILD/graph-tool-2.33/src/graph/correlations' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -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.9/site-packages/cairo/include -I/usr/include/python3.9 -pthread -I/usr/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include -DNDEBUG -fopenmp -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_assortativity.lo graph_assortativity.cc libtool: compile: g++ -std=gnu++17 -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.9/site-packages/cairo/include -I/usr/include/python3.9 -pthread -I/usr/include -I/usr/lib64/python3.9/site-packages/numpy/core/include -I/usr/include -DNDEBUG -fopenmp -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_assortativity.cc -fPIC -DPIC -o .libs/graph_assortativity.o In file included from /usr/include/boost/bind.hpp:30, from /usr/include/boost/python/exception_translator.hpp:10, from /usr/include/boost/python.hpp:28, from graph_assortativity.cc:130: /usr/include/boost/bind.hpp:36:1: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.' 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~