Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/TOPCOM.spec'], chrootPath='/var/lib/mock/f31-build-51747-27519/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/TOPCOM.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1548892800 Wrote: /builddir/build/SRPMS/TOPCOM-0.17.8-9.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/TOPCOM.spec'], chrootPath='/var/lib/mock/f31-build-51747-27519/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/TOPCOM.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1548892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5PZWnW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf topcom-0.17.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/TOPCOM-0.17.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd topcom-0.17.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /builddir/build/BUILD + cd topcom-0.17.8 + /usr/bin/xz -dc /builddir/build/SOURCES/TOPCOM-man.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + iconv -f iso8859-1 -t utf8 -o README.utf8 README + touch -r README README.utf8 + mv -f README.utf8 README + mkdir -p external/include + sed 's|// \(q\.canonicalize\)|\1|' /usr/include/gmpxx.h + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.maOQbX + umask 022 + cd /builddir/build/BUILD + cd topcom-0.17.8 BUILDSTDERR: ++ echo 0.17.8 BUILDSTDERR: ++ cut -d. -f1 BUILDSTDERR: ++ echo 0.17.8 BUILDSTDERR: ++ cut -d. -f2 + sed -e 's|@RPM_OPT_FLAGS@|-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection|' -e 's|@RPM_LD_FLAGS@|-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld|' -e 's|@bindir@|/usr/bin|' -e 's|@libdir@|/usr/lib64|' -e 's|@mandir@|/usr/share/man|' -e 's|@includedir@|/usr/include|' -e 's|@version@|0.17.8|' -e 's|@major@|0|' -e 's|@minor@|17|' -e 's|#version#|@version@|' /builddir/build/SOURCES/TOPCOM-Makefile + make -j4 BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src-reg/LPinterface.hh:13, BUILDSTDERR: from lib-src-reg/LPinterface.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/VertexFacetTable.hh:14, BUILDSTDERR: from lib-src/Admissibles.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/CheckTriang.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Matrix.hh:15, BUILDSTDERR: from lib-src-reg/RegularityCheck.hh:12, BUILDSTDERR: from lib-src-reg/RegularityCheck.cc:9: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src-reg/LPinterface.cc: In member function 'bool LPinterface::has_interior_point()': BUILDSTDERR: lib-src-reg/LPinterface.cc:66:15: warning: unused variable 'idx' [-Wunused-variable] BUILDSTDERR: 66 | static long idx(0); BUILDSTDERR: | ^~~ BUILDSTDERR: lib-src-reg/LPinterface.cc:69:14: warning: unused variable 'result' [-Wunused-variable] BUILDSTDERR: 69 | const bool result = dd_LPSolve(_lpptr, _solver, &_err); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: lib-src-reg/LPinterface.cc: At global scope: BUILDSTDERR: lib-src-reg/LPinterface.cc:66:15: warning: 'idx' defined but not used [-Wunused-variable] BUILDSTDERR: 66 | static long idx(0); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Circuits.hh:15, BUILDSTDERR: from lib-src/Circuits.cc:14: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src-reg/LPinterface.o lib-src-reg/LPinterface.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src-reg/RegularityCheck.o lib-src-reg/RegularityCheck.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src-reg/SPXinterface.o lib-src-reg/SPXinterface.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Admissibles.o lib-src/Admissibles.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/CheckTriang.o lib-src/CheckTriang.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Circuits.o lib-src/Circuits.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Cocircuits.o lib-src/Cocircuits.cc BUILDSTDERR: g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/CommandlineOptions.o lib-srIn file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Cocircuits.hh:15, BUILDSTDERR: from lib-src/Cocircuits.cc:14: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/CompressedIntegerSet.hh:17, BUILDSTDERR: from lib-src/CompressedIntegerSet.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/CompressedIntegerSet.cc: In member function 'const size_type CompressedIntegerSet::operator[](size_type) const': BUILDSTDERR: lib-src/CompressedIntegerSet.cc:362:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 362 | } BUILDSTDERR: | ^ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashMap.hh:18, BUILDSTDERR: from lib-src/HashMap.hh:17, BUILDSTDERR: from lib-src/ComputeTriangs.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/IntegerSet.hh:18, BUILDSTDERR: from lib-src/SimplicialComplexTemplate_Declarations.hh:18, BUILDSTDERR: from lib-src/FastSimplicialComplex.hh:12, BUILDSTDERR: from lib-src/SimplicialComplex.hh:12, BUILDSTDERR: from lib-src/Facets.hh:14, BUILDSTDERR: from lib-src/Facets.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from lib-src/ComputeTriangs.cc:31: BUILDSTDERR: lib-src/SymmetricBFS.hh: In member function 'virtual bool __sbfs_search_sometimes::operator()(const PointConfiguration&, const Chirotope&, const TriangNode&) const': BUILDSTDERR: lib-src/SymmetricBFS.hh:219:17: warning: comparison of integer expressions of different signedness: 'long int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 219 | if (count++ == CommandlineOptions::sometimes_frequency()) { BUILDSTDERR: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh: In constructor 'SymmetricBFS::SymmetricBFS(parameter_type, parameter_type, const PointConfiguration&, const Chirotope&, const SymmetryGroup&, const SimplicialComplex&, const SymmetryGroup&, bool, bool)': BUILDSTDERR: lib-src/SymmetricBFS.hh:312:35: warning: 'SymmetricBFS::_flipcount' will be initialized after [-Wreorder] BUILDSTDERR: 312 | size_type _flipcount; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:311:35: warning: 'size_type SymmetricBFS::_reportcount' [-Wreorder] BUILDSTDERR: 311 | size_type _reportcount; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:375:8: warning: when initialized here [-Wreorder] BUILDSTDERR: 375 | inline SymmetricBFS::SymmetricBFS(const parameter_type no, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:326:35: warning: 'SymmetricBFS::_print_triangs' will be initialized after [-Wreorder] BUILDSTDERR: 326 | bool _print_triangs; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:325:35: warning: 'bool SymmetricBFS::_only_fine_triangs' [-Wreorder] BUILDSTDERR: 325 | bool _only_fine_triangs; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:375:8: warning: when initialized here [-Wreorder] BUILDSTDERR: 375 | inline SymmetricBFS::SymmetricBFS(const parameter_type no, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh: In destructor 'SymmetricBFS::~SymmetricBFS()': BUILDSTDERR: lib-src/SymmetricBFS.hh:481:10: warning: deleting object of polymorphic class type '__sbfs_cout_triang_base' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] BUILDSTDERR: 481 | delete _cout_triang_ptr; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:482:10: warning: deleting object of polymorphic class type '__sbfs_output_pred_base' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] BUILDSTDERR: 482 | delete _output_pred_ptr; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:483:10: warning: deleting object of polymorphic class type '__sbfs_search_pred_base' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] BUILDSTDERR: 483 | delete _search_pred_ptr; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/ComputeTriangs.cc: In static member function 'static int ComputeTriangs::run(int)': BUILDSTDERR: lib-src/ComputeTriangs.cc:147:14: warning: unused variable 'unimodular' [-Wunused-variable] BUILDSTDERR: 147 | const bool unimodular = flags & UNIMODULAR; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: lib-src/Facets.cc: In constructor 'Facets::Facets(const Chirotope&, const SimplicialComplex&)': BUILDSTDERR: lib-src/Facets.cc:47:13: warning: unused variable 'count' [-Wunused-variable] BUILDSTDERR: 47 | size_type count(0); BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/IntegerSet.hh:18, BUILDSTDERR: from lib-src/SimplicialComplexTemplate_Declarations.hh:18, BUILDSTDERR: from lib-src/FastSimplicialComplex.hh:12, BUILDSTDERR: from lib-src/FastSimplicialComplex.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/Field.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ c/CommandlineOptions.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/CompressedIntegerSet.o lib-src/CompressedIntegerSet.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/ComputeTriangs.o lib-src/ComputeTriangs.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Facets.o lib-src/Facets.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/FastSimplicialComplex.o lib-src/FastSimplicialComplex.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Field.o lib-src/Field.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/FineTriang.o lib-src/FineTriang.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Flip.o lib-src/Flip.cc BUILDSTDERR: g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/IndexTableArray.o lib-sIn file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Circuits.hh:15, BUILDSTDERR: from lib-src/FineTriang.cc:9: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Circuits.hh:15, BUILDSTDERR: from lib-src/Flip.cc:12: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/IntegerSet.hh:18, BUILDSTDERR: from lib-src/IndexTableArray.hh:16, BUILDSTDERR: from lib-src/IndexTableArray.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/IntegerSet.hh:18, BUILDSTDERR: from lib-src/IntegerSet.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/VertexFacetTable.hh:14, BUILDSTDERR: from lib-src/InteriorFacets.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/MarkedFlips.hh:15, BUILDSTDERR: from lib-src/MarkedFlips.cc:11: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Matrix.hh:15, BUILDSTDERR: from lib-src/Matrix.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Permutation.hh:14, BUILDSTDERR: from lib-src/Permutation.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Permutation.hh:14, BUILDSTDERR: from lib-src/PlacingTriang.cc:12: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ rc/IndexTableArray.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/IntegerSet.o lib-src/IntegerSet.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/InteriorFacets.o lib-src/InteriorFacets.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/MarkedFlips.o lib-src/MarkedFlips.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Matrix.o lib-src/Matrix.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Permutation.o lib-src/Permutation.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/PlacingTriang.o lib-src/PlacingTriang.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/PointConfiguration.o lib-src/PointConfiguration.cc BUILDSTDERR: g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/RealChiro.o lib-srclib-src/PlacingTriang.cc: In member function 'void PlacingTriang::_place()': BUILDSTDERR: lib-src/PlacingTriang.cc:19:19: warning: unused variable 'rank' [-Wunused-variable] BUILDSTDERR: 19 | const size_type rank(_chiroptr->rank()); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Vector.hh:16, BUILDSTDERR: from lib-src/PointConfiguration.hh:14, BUILDSTDERR: from lib-src/PointConfiguration.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/RealChiro.hh:16, BUILDSTDERR: from lib-src/RealChiro.cc:14: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/IntegerSet.hh:18, BUILDSTDERR: from lib-src/SimplicialComplexTemplate_Declarations.hh:18, BUILDSTDERR: from lib-src/FastSimplicialComplex.hh:12, BUILDSTDERR: from lib-src/SimplicialComplex.hh:12, BUILDSTDERR: from lib-src/SimplicialComplex.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/IntegerSet.hh:18, BUILDSTDERR: from lib-src/SimplicialComplexTemplate_Declarations.hh:18, BUILDSTDERR: from lib-src/SimplicialComplexTemplate.hh:12, BUILDSTDERR: from lib-src/SimplicialComplexTemplate.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/SparseIntegerSet.hh:15, BUILDSTDERR: from lib-src/SparseIntegerSet.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/IntegerSet.hh:18, BUILDSTDERR: from lib-src/SimplicialComplexTemplate_Declarations.hh:18, BUILDSTDERR: from lib-src/SparseSimplicialComplex.hh:12, BUILDSTDERR: from lib-src/SparseSimplicialComplex.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Vector.hh:16, BUILDSTDERR: from lib-src/StairCaseMatrix.hh:16, BUILDSTDERR: from lib-src/StairCaseMatrix.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ /RealChiro.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/SimplicialComplex.o lib-src/SimplicialComplex.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/SimplicialComplexTemplate.o lib-src/SimplicialComplexTemplate.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/SparseIntegerSet.o lib-src/SparseIntegerSet.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/SparseSimplicialComplex.o lib-src/SparseSimplicialComplex.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/StairCaseMatrix.o lib-src/StairCaseMatrix.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/SymmetricBFS.o lib-src/SymmetricBFS.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Symmetry.o lib-src/Symmetry.cc BUILDSTDERR: g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstacIn file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/SymmetricBFS.hh:19, BUILDSTDERR: from lib-src/SymmetricBFS.cc:12: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from lib-src/SymmetricBFS.cc:12: BUILDSTDERR: lib-src/SymmetricBFS.hh: In member function 'virtual bool __sbfs_search_sometimes::operator()(const PointConfiguration&, const Chirotope&, const TriangNode&) const': BUILDSTDERR: lib-src/SymmetricBFS.hh:219:17: warning: comparison of integer expressions of different signedness: 'long int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 219 | if (count++ == CommandlineOptions::sometimes_frequency()) { BUILDSTDERR: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh: In constructor 'SymmetricBFS::SymmetricBFS(parameter_type, parameter_type, const PointConfiguration&, const Chirotope&, const SymmetryGroup&, const SimplicialComplex&, const SymmetryGroup&, bool, bool)': BUILDSTDERR: lib-src/SymmetricBFS.hh:312:35: warning: 'SymmetricBFS::_flipcount' will be initialized after [-Wreorder] BUILDSTDERR: 312 | size_type _flipcount; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:311:35: warning: 'size_type SymmetricBFS::_reportcount' [-Wreorder] BUILDSTDERR: 311 | size_type _reportcount; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:375:8: warning: when initialized here [-Wreorder] BUILDSTDERR: 375 | inline SymmetricBFS::SymmetricBFS(const parameter_type no, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:326:35: warning: 'SymmetricBFS::_print_triangs' will be initialized after [-Wreorder] BUILDSTDERR: 326 | bool _print_triangs; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:325:35: warning: 'bool SymmetricBFS::_only_fine_triangs' [-Wreorder] BUILDSTDERR: 325 | bool _only_fine_triangs; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:375:8: warning: when initialized here [-Wreorder] BUILDSTDERR: 375 | inline SymmetricBFS::SymmetricBFS(const parameter_type no, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh: In destructor 'SymmetricBFS::~SymmetricBFS()': BUILDSTDERR: lib-src/SymmetricBFS.hh:481:10: warning: deleting object of polymorphic class type '__sbfs_cout_triang_base' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] BUILDSTDERR: 481 | delete _cout_triang_ptr; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:482:10: warning: deleting object of polymorphic class type '__sbfs_output_pred_base' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] BUILDSTDERR: 482 | delete _output_pred_ptr; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/SymmetricBFS.hh:483:10: warning: deleting object of polymorphic class type '__sbfs_search_pred_base' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] BUILDSTDERR: 483 | delete _search_pred_ptr; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/Symmetry.hh:15, BUILDSTDERR: from lib-src/Symmetry.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/Flip.hh:15, BUILDSTDERR: from lib-src/TriangFlips.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/TriangFlips.cc: In member function 'void TriangFlips::_add_new_flips(const Chirotope&, const TriangNode&, const SimplicialComplex&, const SymmetryGroup&, const SymmetryGroup&, bool, bool)': BUILDSTDERR: lib-src/TriangFlips.cc:200:19: warning: comparison of integer expressions of different signedness: 'int' and 'parameter_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 200 | if (++count > _rank) { BUILDSTDERR: | ~~~~~~~~^~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Circuits.hh:15, BUILDSTDERR: from lib-src/TriangNode.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib-src/TriangNode.cc: In member function 'bool TriangNode::containment_ok(const Circuit&) const': BUILDSTDERR: lib-src/TriangNode.cc:20:8: warning: unused variable 'ok' [-Wunused-variable] BUILDSTDERR: 20 | bool ok(true); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Vector.hh:16, BUILDSTDERR: from lib-src/Vector.cc:13: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/VertexFacetTable.hh:14, BUILDSTDERR: from lib-src/VertexFacetTable.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/VertexFacetTableArray.hh:12, BUILDSTDERR: from lib-src/VertexFacetTableArray.cc:10: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/VirtualChiro.hh:16, BUILDSTDERR: from lib-src/VirtualChiro.cc:12: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ k-clash-protection -fPIC -c -o lib-src/TriangFlips.o lib-src/TriangFlips.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/TriangNode.o lib-src/TriangNode.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/Vector.o lib-src/Vector.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/VertexFacetTable.o lib-src/VertexFacetTable.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/VertexFacetTableArray.o lib-src/VertexFacetTableArray.cc g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -o lib-src/VirtualChiro.o lib-src/VirtualChiro.cc BUILDSTDERR: g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -shared -Wl,-h,libTOPCOM.so.0 -o libTOPCOM.so.0.17 lib-src-reg/LPinterface.o lib-src-reg/RegularityCheck.o lib-src-reg/SPXinterface.o lib-src/Admissibles.o lib-src/CheckTriang.o lib-src/Circuits.o lib-src/Cocircuits.o lib-src/CommandlineOptions.o lib-src/CompressedIntegerSet.o lib-src/ComputeTriangs.o lib-src/Facets.o lib-src/FastSimplicialComplex.o lib-src/Field.o lib-src/FineTriang.o lib-src/Flip.o lib-src/IndexTableArray.o lib-src/IntegerSet.o lib-src/InteriorFacets.o lib-src/MarkedFlips.o lib-src/Matrix.o lib-src/Permutation.o lib-src/PlacingTriang.o lib-src/PointConfiguration.o lib-src/RealChiro.o lib-src/SimplicialComplex.o lib-src/SimplicialComplexTemplate.o lib-src/SparseIntegerSet.o lib-src/SparseSimplicialComplex.o lib-src/StairCaseMatrix.o lib-src/SymmetricBFS.o lib-src/Symmetry.o lib-src/TriangFlips.o lib-src/TriangNode.o lib-src/Vector.o lib-src/VertexFacetTable.o lib-src/VertexFacetTableArray.o lib-src/VirtualChiro.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usrIn file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/Symmetry.hh:15, BUILDSTDERR: from src/B_A_center.cc:4: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/Symmetry.hh:15, BUILDSTDERR: from src/B_D.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/Symmetry.hh:15, BUILDSTDERR: from src/B_A.cc:4: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Vector.hh:16, BUILDSTDERR: from lib-src/PointConfiguration.hh:14, BUILDSTDERR: from src-reg/checkregularity.cc:2: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ /lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -lcddgmp -lgmpxx -lgmp ln -s libTOPCOM.so.0.17 libTOPCOM.so.0 ln -s libTOPCOM.so.0 libTOPCOM.so g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src-reg/checkregularity src-reg/checkregularity.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/B_A src/B_A.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/B_A_center src/B_A_center.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/B_D src/B_D.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2allfinetriangs src/chiro2allfinetriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2alltriangs src/chiro2alltriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp BUILDSTDERR: g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -gIn file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Circuits.hh:15, BUILDSTDERR: from src/chiro2circuits.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Cocircuits.hh:15, BUILDSTDERR: from src/chiro2cocircuits.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/RealChiro.hh:16, BUILDSTDERR: from lib-src/Chirotope.hh:12, BUILDSTDERR: from src/chiro2dual.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/FineTriang.hh:11, BUILDSTDERR: from src/chiro2finetriang.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2circuits src/chiro2circuits.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2cocircuits src/chiro2cocircuits.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2dual src/chiro2dual.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2finetriang src/chiro2finetriang.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2finetriangs src/chiro2finetriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2mintriang src/chiro2mintriang.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2nallfinetriangs src/chiro2nallfinetriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2nalltriangs src/chiro2nalltriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2nfinetriangs src/chiro2nfinetriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2ntriangs src/chiro2ntriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2placingtriang src/chiro2placingtriang.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/chiro2triangs src/chiro2triangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/cocircuits2facets src/cocircuits2facets.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp BUILDSTDERR: g++ -Ilib-src -Ilib-src-reg -IwraIn file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashMap.hh:18, BUILDSTDERR: from lib-src/HashMap.hh:17, BUILDSTDERR: from src/chiro2mintriang.cc:1: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/PlacingTriang.hh:11, BUILDSTDERR: from src/chiro2placingtriang.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/IntegerSet.hh:18, BUILDSTDERR: from lib-src/SimplicialComplexTemplate_Declarations.hh:18, BUILDSTDERR: from lib-src/FastSimplicialComplex.hh:12, BUILDSTDERR: from lib-src/SimplicialComplex.hh:12, BUILDSTDERR: from lib-src/Facets.hh:14, BUILDSTDERR: from src/cocircuits2facets.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from src/cross.cc:4: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from src/cube.cc:4: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Vector.hh:16, BUILDSTDERR: from lib-src/PointConfiguration.hh:14, BUILDSTDERR: from src/cyclic.cc:4: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ p-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/cross src/cross.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/cube src/cube.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/cyclic src/cyclic.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/hypersimplex src/hypersimplex.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/lattice src/lattice.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2allfinetriangs src/points2allfinetriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp BUILDSTDERR: g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpIn file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from src/hypersimplex.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/hypersimplex.cc: In function 'void add_ones_dfs(size_type, size_type, size_type, size_type, Vector&, PointConfiguration&, column_index_map_type&)': BUILDSTDERR: src/hypersimplex.cc:35:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_type' {aka 'const long unsigned int'} [-Wsign-compare] BUILDSTDERR: 35 | for (int i = start; i < stop; ++i) { BUILDSTDERR: | ~~^~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from src/lattice.cc:4: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/lattice.cc: In function 'int main(int, const char**)': BUILDSTDERR: src/lattice.cc:20:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 20 | for (int i = 0; i < m; ++i) { BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/lattice.cc:21:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 21 | for (int j = 0; j < n; ++j) { BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/lattice.cc:32:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 32 | for (int i = 0; i < m; ++i) { BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/lattice.cc:33:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 33 | for (int j = 0; j < n; ++j) { BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/lattice.cc:40:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 40 | for (int i = 0; i < m; ++i) { BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/lattice.cc:41:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 41 | for (int j = 0; j < n; ++j) { BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/lattice.cc:49:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 49 | for (int i = 0; i < m; ++i) { BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/lattice.cc:50:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 50 | for (int j = 0; j < n; ++j) { BUILDSTDERR: | ~~^~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/Symmetry.hh:15, BUILDSTDERR: from src/points2chiro.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/RealChiro.hh:16, BUILDSTDERR: from lib-src/Chirotope.hh:12, BUILDSTDERR: from src/points2facets.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ m/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2alltriangs src/points2alltriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2chiro src/points2chiro.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2facets src/points2facets.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2finetriang src/points2finetriang.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2finetriangs src/points2finetriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2flips src/points2flips.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2nallfinetriangs src/points2nallfinetriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2nalltriangs src/points2nalltriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2nfinetriangs src/points2nfinetriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2nflips src/points2nflips.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2ntriangs src/points2ntriangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2placingtriang src/points2placingtriang.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2triangs src/points2triangs.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp BUILDSTDERR: g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSEIn file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/FineTriang.hh:11, BUILDSTDERR: from src/points2finetriang.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainHashTable.hh:20, BUILDSTDERR: from lib-src/PlainHashSet.hh:18, BUILDSTDERR: from lib-src/HashSet.hh:17, BUILDSTDERR: from lib-src/PlacingTriang.hh:11, BUILDSTDERR: from src/points2placingtriang.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Vector.hh:16, BUILDSTDERR: from lib-src/PointConfiguration.hh:14, BUILDSTDERR: from src/points2volume.cc:5: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Vector.hh:16, BUILDSTDERR: from lib-src/PointConfiguration.hh:14, BUILDSTDERR: from src/santos_22_triang.cc:15: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Vector.hh:16, BUILDSTDERR: from lib-src/PointConfiguration.hh:14, BUILDSTDERR: from src/santos_dim4_triang.cc:15: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from wrap-gmp-gmpxx/Rational.h:14, BUILDSTDERR: from lib-src/Field.hh:12, BUILDSTDERR: from lib-src/HashKey.hh:43, BUILDSTDERR: from lib-src/PlainArray.hh:21, BUILDSTDERR: from lib-src/Array.hh:18, BUILDSTDERR: from lib-src/Vector.hh:16, BUILDSTDERR: from lib-src/PointConfiguration.hh:14, BUILDSTDERR: from src/santos_triang.cc:15: BUILDSTDERR: wrap-gmp-gmpxx/Integer.h: In member function 'size_t std_ext::hash<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::operator()(const Integer&) const': BUILDSTDERR: wrap-gmp-gmpxx/Integer.h:23:26: warning: comparison of integer expressions of different signedness: 'mp_size_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 23 | for (mp_size_t i = 0; i < mpz_size(a.get_mpz_t()); ++i) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 RTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/points2volume src/points2volume.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/santos_22_triang src/santos_22_triang.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/santos_dim4_triang src/santos_dim4_triang.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp g++ -Ilib-src -Ilib-src-reg -Iwrap-gmp-gmpxx -I/usr/include/cddlib -DPACKAGE=\"TOPCOM\" -DVERSION=\"0.17.8\" -DVERBOSE -DGMPRATIONAL -ftemplate-depth=35 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o src/santos_triang src/santos_triang.cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L. -lTOPCOM -lcddgmp -lgmpxx -lgmp Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vvDBXV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64 + cd topcom-0.17.8 + make install DESTDIR=/builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64 + rm -f examples/Makefile.am examples/Makefile.in + for bin in cross cube cyclic hypersimplex lattice + mv /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/cross /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-cross + for bin in cross cube cyclic hypersimplex lattice + mv /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/cube /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-cube + for bin in cross cube cyclic hypersimplex lattice + mv /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/cyclic /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-cyclic + for bin in cross cube cyclic hypersimplex lattice + mv /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/hypersimplex /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-hypersimplex + for bin in cross cube cyclic hypersimplex lattice + mv /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/lattice /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-lattice + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.17.8-9.fc31 --unique-debug-suffix -0.17.8-9.fc31.riscv64 --unique-debug-src-base TOPCOM-0.17.8-9.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/topcom-0.17.8 install -d /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/lib64 /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/include/TOPCOM install -p -m 0755 libTOPCOM.so.0.17 /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/lib64 ln -s libTOPCOM.so.0.17 /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/lib64/libTOPCOM.so.0 ln -s libTOPCOM.so.0 /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/lib64/libTOPCOM.so install -p -m 0755 src-reg/checkregularity src/B_A src/B_A_center src/B_D src/chiro2allfinetriangs src/chiro2alltriangs src/chiro2circuits src/chiro2cocircuits src/chiro2dual src/chiro2finetriang src/chiro2finetriangs src/chiro2mintriang src/chiro2nallfinetriangs src/chiro2nalltriangs src/chiro2nfinetriangs src/chiro2ntriangs src/chiro2placingtriang src/chiro2triangs src/cocircuits2facets src/cross src/cube src/cyclic src/hypersimplex src/lattice src/points2allfinetriangs src/points2alltriangs src/points2chiro src/points2facets src/points2finetriang src/points2finetriangs src/points2flips src/points2nallfinetriangs src/points2nalltriangs src/points2nfinetriangs src/points2nflips src/points2ntriangs src/points2placingtriang src/points2triangs src/points2volume src/santos_22_triang src/santos_dim4_triang src/santos_triang /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin install -p -m 0644 wrap-gmp-gmpxx/*.h /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/include/TOPCOM install -p -m 0644 lib-src-reg/*.hh /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/include/TOPCOM install -p -m 0644 lib-src/*.hh /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/include/TOPCOM install -d /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/man/man7 for f in man/*.1; do \ sed "s/@version@/0.17.8/" $f > /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/man/${f/man/man1}; \ touch -r $f /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/man/${f/man/man1}; \ done for f in man/*.7; do \ sed "s/@version@/0.17.8/" $f > /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/man/${f/man/man7}; \ touch -r $f /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/man/${f/man/man7}; \ done explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/B_A explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/B_A_center explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-cross explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/B_D extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/B_A_center extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/B_A extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-cross extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/B_D explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-cube extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-cube explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-cyclic extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-cyclic explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-hypersimplex explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-lattice extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-hypersimplex extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/TOPCOM-lattice explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/checkregularity extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/checkregularity explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2allfinetriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2allfinetriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2alltriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2alltriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2circuits extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2circuits explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2cocircuits extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2cocircuits explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2dual extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2dual explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2finetriang extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2finetriang explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2finetriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2finetriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2mintriang extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2mintriang explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2nallfinetriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2nallfinetriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2nalltriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2nalltriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2nfinetriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2nfinetriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2ntriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2ntriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2placingtriang extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2placingtriang explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2triangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/chiro2triangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/cocircuits2facets extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/cocircuits2facets explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2allfinetriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2allfinetriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2alltriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2alltriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2chiro extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2chiro explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2facets extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2facets explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2finetriang extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2finetriang explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2finetriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2finetriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2flips extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2flips explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2nallfinetriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2nallfinetriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2nalltriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2nalltriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2nflips explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2nfinetriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2nflips extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2nfinetriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2ntriangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2ntriangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2placingtriang extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2placingtriang explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2triangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2volume extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2triangs extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/points2volume explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/santos_22_triang extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/santos_22_triang BUILDSTDERR: explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/santos1140 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs _dim4_triang extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/santos_dim4_triang explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/santos_triang extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/bin/santos_triang explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/lib64/libTOPCOM.so.0.17 extracting debug info from /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/lib64/libTOPCOM.so.0.17 original debug info size: 29452kB, size after compression: 22400kB /usr/lib/rpm/sepdebugcrcfix: Updated 43 CRC32s, 0 CRC32s did match. Processing files: TOPCOM-0.17.8-9.fc31.riscv64 Provides: TOPCOM = 0.17.8-9.fc31 TOPCOM(riscv-64) = 0.17.8-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libTOPCOM.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcddgmp.so.0()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgmp.so.10()(64bit) libgmpxx.so.4()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: TOPCOM-devel-0.17.8-9.fc31.riscv64 Provides: TOPCOM-devel = 0.17.8-9.fc31 TOPCOM-devel(riscv-64) = 0.17.8-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libTOPCOM.so.0()(64bit) Processing files: TOPCOM-libs-0.17.8-9.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vLeAOW + umask 022 + cd /builddir/build/BUILD + cd topcom-0.17.8 + DOCDIR=/builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/doc/TOPCOM-libs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/doc/TOPCOM-libs + cp -pr AUTHORS /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/doc/TOPCOM-libs + cp -pr ChangeLog /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/doc/TOPCOM-libs + cp -pr README /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/doc/TOPCOM-libs + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TPXZvV + umask 022 + cd /builddir/build/BUILD + cd topcom-0.17.8 + LICENSEDIR=/builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/licenses/TOPCOM-libs + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/licenses/TOPCOM-libs + cp -pr COPYING /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/licenses/TOPCOM-libs + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: TOPCOM-libs = 0.17.8-9.fc31 TOPCOM-libs(riscv-64) = 0.17.8-9.fc31 libTOPCOM.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcddgmp.so.0()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgmp.so.10()(64bit) libgmpxx.so.4()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: TOPCOM-examples-0.17.8-9.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sbzD1W + umask 022 + cd /builddir/build/BUILD + cd topcom-0.17.8 + DOCDIR=/builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/doc/TOPCOM-examples + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/doc/TOPCOM-examples + cp -pr examples /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64/usr/share/doc/TOPCOM-examples + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: TOPCOM-examples = 0.17.8-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: TOPCOM-debugsource-0.17.8-9.fc31.riscv64 Provides: TOPCOM-debugsource = 0.17.8-9.fc31 TOPCOM-debugsource(riscv-64) = 0.17.8-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: TOPCOM-debuginfo-0.17.8-9.fc31.riscv64 Provides: TOPCOM-debuginfo = 0.17.8-9.fc31 TOPCOM-debuginfo(riscv-64) = 0.17.8-9.fc31 debuginfo(build-id) = 05f495fa69379e9ea5a8bd2eb1b33b131068e3fe debuginfo(build-id) = 08c05dabe733457fe5ccdd90496a485df1210f91 debuginfo(build-id) = 08e82da5cefcdbaeeb20f7f50305f44e3e2a43af debuginfo(build-id) = 09f38eb95cf4e44bc17d4d72621e6b471697d58e debuginfo(build-id) = 0fe14f309c7f0dda5f1cecc66ae1dc52381bf930 debuginfo(build-id) = 10a1093f09450780592c05802c7b5a3ab13379bd debuginfo(build-id) = 198f6efd7d30e73d5db684bf9afeb664fa6690f6 debuginfo(build-id) = 29287f26918155f2cf8629a595e7748a6dd0efcf debuginfo(build-id) = 2e2ad5b6f9793bd41176a1ffd58984f08c6ba769 debuginfo(build-id) = 3d32be6d29609fd59c921b9c6782253cf8f7d4e5 debuginfo(build-id) = 3ded9a7e8c42e648ad1f7b8d5e612b19d9660300 debuginfo(build-id) = 4477a4715ecd31c8ee100df47d89932ca9d91839 debuginfo(build-id) = 46718813ead670404b1733c32f89425d183bde15 debuginfo(build-id) = 4c45d723ebb68b0292d4d464656285c4e2e3d9b0 debuginfo(build-id) = 55cf10bec9908832005e0716b312f3465cf12af4 debuginfo(build-id) = 58081955c04a663e7b486c9ae9c42dd2c2beba52 debuginfo(build-id) = 5ba702ab65fdd443d89e6134fe6d3c1c5879f648 debuginfo(build-id) = 5d77db44fde147aa05f29a25a9f8699d493bd10e debuginfo(build-id) = 66a5b4e0728946464dca04eb9c271ec35891cc1e debuginfo(build-id) = 6a0e45941036327ec309328595345c683e25bdaf debuginfo(build-id) = 6b5f9182c9ad66aa2fd2e8cd57b8fc094272043b debuginfo(build-id) = 737318110eb726b6e97f7e52a4b5d3a04fcf0675 debuginfo(build-id) = 89c8e357daa50318c798163a60d573ce936d98b5 debuginfo(build-id) = 8a51bf146bb74e869b0d7468662cdc8c5e8eb2e6 debuginfo(build-id) = 8a8cefa4d6f0a7178ac6f281e3e54fd6a43e0755 debuginfo(build-id) = 8cbea850072ac20a79957770d1c66eedd7565bf6 debuginfo(build-id) = 8d7dc6f9ff6ef876fa05002dbae1cab69cf7c6a6 debuginfo(build-id) = 9af01926a5f08c562ba5ecba700cc0308ebf5da4 debuginfo(build-id) = a182b5c65e659169864edb4170643f7aeddf071b debuginfo(build-id) = a58b8209265d1ebb95c17dc3ff58e3c0b20e8feb debuginfo(build-id) = ad4b63fdff15ab4525f5a6fb8e3670673be9747c debuginfo(build-id) = b63b2db7b96e3e00b0afb5f8abb9a525c7410f63 debuginfo(build-id) = bb66738962f98f9fa8fb8323c13074ff11c2fb75 debuginfo(build-id) = c142a2bf0913a823e51eecd5c47ebcc46716c9d2 debuginfo(build-id) = c7843c9b625557597ef3c79cb0adee75c4317d67 debuginfo(build-id) = d0b159f4cd52e841813e33bbedd6eea025ce24c4 debuginfo(build-id) = d1d376a5fd0b09e57e442f6742628e5af6ab87d1 debuginfo(build-id) = dc9f974b6afd7727d9f1d021acdf856a8630ecbd debuginfo(build-id) = e64f6e8a44af0beb023c34753bb65ff5b7961305 debuginfo(build-id) = f3164f7e138aa128b062d9d10ecc578327cef08d debuginfo(build-id) = f5cd72f9e58c57ed9f626a234ea768652e76de32 debuginfo(build-id) = f5cfc9cd41a1c358792fc64b174c764a87bf8b8d Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: TOPCOM-debugsource(riscv-64) = 0.17.8-9.fc31 Processing files: TOPCOM-libs-debuginfo-0.17.8-9.fc31.riscv64 Provides: TOPCOM-libs-debuginfo = 0.17.8-9.fc31 TOPCOM-libs-debuginfo(riscv-64) = 0.17.8-9.fc31 debuginfo(build-id) = 85748446b6909d4eef4836400b46682656b00dab Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: TOPCOM-debugsource(riscv-64) = 0.17.8-9.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64 Wrote: /builddir/build/RPMS/TOPCOM-devel-0.17.8-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/TOPCOM-libs-0.17.8-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/TOPCOM-debugsource-0.17.8-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/TOPCOM-0.17.8-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/TOPCOM-libs-debuginfo-0.17.8-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/TOPCOM-debuginfo-0.17.8-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/TOPCOM-examples-0.17.8-9.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Z39ejT + umask 022 + cd /builddir/build/BUILD + cd topcom-0.17.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/TOPCOM-0.17.8-9.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0