==> Retrieving sources... -> Found kiwisolver-1.1.0.tar.gz ==> Generating checksums for source files... ==> Making package: python2-kiwisolver 1.1.0-4 (Wed 20 Nov 2024 06:44:36 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change athena/python2 2.7.18-8 70.24 MiB Total Installed Size: 70.24 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools python2-pip :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change athena/python2-setuptools 2:44.1.1-2 3.81 MiB Total Installed Size: 3.81 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found kiwisolver-1.1.0.tar.gz ==> Validating source files with sha512sums... kiwisolver-1.1.0.tar.gz ... Passed ==> Extracting sources... -> Extracting kiwisolver-1.1.0.tar.gz with bsdtar ==> Starting build()... running build running build_ext building 'kiwisolver' extension creating build creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/py gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-kiwisolver/src=/usr/src/debug/python2-kiwisolver -flto=auto -fPIC -I. -I/usr/include/python2.7 -c py/kiwisolver.cpp -o build/temp.linux-x86_64-2.7/py/kiwisolver.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from py/kiwisolver.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ In file included from ./kiwi/term.h:10, from ./kiwi/expression.h:10, from ./kiwi/constraint.h:11, from ./kiwi/kiwi.h:9, from py/kiwisolver.cpp:9: ./kiwi/variable.h:103:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 103 | std::auto_ptr m_context; | ^~~~~~~~ In file included from /usr/include/c++/14.2.1/memory:78, from ./kiwi/variable.h:9: /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ In file included from ./kiwi/maptype.h:13, from ./kiwi/solverimpl.h:16, from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10: ./kiwi/AssocVector.h:110:27: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 110 | : public std::binary_function | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/bits/stl_tree.h:65, from /usr/include/c++/14.2.1/map:62, from ./kiwi/constraint.h:9: /usr/include/c++/14.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ./kiwi/solverimpl.h:833:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 833 | std::auto_ptr m_objective; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:834:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 834 | std::auto_ptr m_artificial; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:91:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr rowptr( createRow( constraint, tag ) ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:158:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 158 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:167:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 167 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: ./kiwi/solverimpl.h:514:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 514 | std::auto_ptr rowptr( it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-kiwisolver/src=/usr/src/debug/python2-kiwisolver -flto=auto -fPIC -I. -I/usr/include/python2.7 -c py/constraint.cpp -o build/temp.linux-x86_64-2.7/py/constraint.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from py/constraint.cpp:10: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/stl_algobase.h:59, from /usr/include/c++/14.2.1/algorithm:60, from py/constraint.cpp:8: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ In file included from ./kiwi/term.h:10, from ./kiwi/expression.h:10, from ./kiwi/constraint.h:11, from ./kiwi/kiwi.h:9, from py/constraint.cpp:11: ./kiwi/variable.h:103:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 103 | std::auto_ptr m_context; | ^~~~~~~~ In file included from /usr/include/c++/14.2.1/memory:78, from ./kiwi/variable.h:9: /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ In file included from ./kiwi/maptype.h:13, from ./kiwi/solverimpl.h:16, from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10: ./kiwi/AssocVector.h:110:27: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 110 | : public std::binary_function | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/string:49, from /usr/include/c++/14.2.1/bits/locale_classes.h:40, from /usr/include/c++/14.2.1/bits/ios_base.h:41, from /usr/include/c++/14.2.1/ios:44, from /usr/include/c++/14.2.1/istream:40, from /usr/include/c++/14.2.1/sstream:40, from py/constraint.cpp:9: /usr/include/c++/14.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ./kiwi/solverimpl.h:833:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 833 | std::auto_ptr m_objective; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:834:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 834 | std::auto_ptr m_artificial; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:91:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr rowptr( createRow( constraint, tag ) ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:158:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 158 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:167:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 167 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: ./kiwi/solverimpl.h:514:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 514 | std::auto_ptr rowptr( it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-kiwisolver/src=/usr/src/debug/python2-kiwisolver -flto=auto -fPIC -I. -I/usr/include/python2.7 -c py/expression.cpp -o build/temp.linux-x86_64-2.7/py/expression.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from py/expression.cpp:9: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/sstream:38, from py/expression.cpp:8: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ In file included from ./kiwi/term.h:10, from ./kiwi/expression.h:10, from ./kiwi/constraint.h:11, from ./kiwi/kiwi.h:9, from py/types.h:10, from py/symbolics.h:11, from py/expression.cpp:11: ./kiwi/variable.h:103:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 103 | std::auto_ptr m_context; | ^~~~~~~~ In file included from /usr/include/c++/14.2.1/memory:78, from ./kiwi/variable.h:9: /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ In file included from ./kiwi/maptype.h:13, from ./kiwi/solverimpl.h:16, from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10: ./kiwi/AssocVector.h:110:27: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 110 | : public std::binary_function | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/string:49, from /usr/include/c++/14.2.1/bits/locale_classes.h:40, from /usr/include/c++/14.2.1/bits/ios_base.h:41, from /usr/include/c++/14.2.1/ios:44, from /usr/include/c++/14.2.1/istream:40, from /usr/include/c++/14.2.1/sstream:40: /usr/include/c++/14.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ./kiwi/solverimpl.h:833:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 833 | std::auto_ptr m_objective; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:834:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 834 | std::auto_ptr m_artificial; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:91:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr rowptr( createRow( constraint, tag ) ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:158:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 158 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:167:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 167 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: ./kiwi/solverimpl.h:514:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 514 | std::auto_ptr rowptr( it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-kiwisolver/src=/usr/src/debug/python2-kiwisolver -flto=auto -fPIC -I. -I/usr/include/python2.7 -c py/solver.cpp -o build/temp.linux-x86_64-2.7/py/solver.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from py/solver.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ In file included from ./kiwi/term.h:10, from ./kiwi/expression.h:10, from ./kiwi/constraint.h:11, from ./kiwi/kiwi.h:9, from py/solver.cpp:9: ./kiwi/variable.h:103:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 103 | std::auto_ptr m_context; | ^~~~~~~~ In file included from /usr/include/c++/14.2.1/memory:78, from ./kiwi/variable.h:9: /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ In file included from ./kiwi/maptype.h:13, from ./kiwi/solverimpl.h:16, from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10: ./kiwi/AssocVector.h:110:27: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 110 | : public std::binary_function | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/bits/stl_tree.h:65, from /usr/include/c++/14.2.1/map:62, from ./kiwi/constraint.h:9: /usr/include/c++/14.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ./kiwi/solverimpl.h:833:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 833 | std::auto_ptr m_objective; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:834:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 834 | std::auto_ptr m_artificial; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:91:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr rowptr( createRow( constraint, tag ) ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:158:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 158 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:167:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 167 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: ./kiwi/solverimpl.h:514:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 514 | std::auto_ptr rowptr( it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-kiwisolver/src=/usr/src/debug/python2-kiwisolver -flto=auto -fPIC -I. -I/usr/include/python2.7 -c py/strength.cpp -o build/temp.linux-x86_64-2.7/py/strength.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from py/strength.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ In file included from ./kiwi/term.h:10, from ./kiwi/expression.h:10, from ./kiwi/constraint.h:11, from ./kiwi/kiwi.h:9, from py/strength.cpp:9: ./kiwi/variable.h:103:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 103 | std::auto_ptr m_context; | ^~~~~~~~ In file included from /usr/include/c++/14.2.1/memory:78, from ./kiwi/variable.h:9: /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ In file included from ./kiwi/maptype.h:13, from ./kiwi/solverimpl.h:16, from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10: ./kiwi/AssocVector.h:110:27: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 110 | : public std::binary_function | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/bits/stl_tree.h:65, from /usr/include/c++/14.2.1/map:62, from ./kiwi/constraint.h:9: /usr/include/c++/14.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ./kiwi/solverimpl.h:833:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 833 | std::auto_ptr m_objective; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:834:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 834 | std::auto_ptr m_artificial; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:91:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr rowptr( createRow( constraint, tag ) ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:158:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 158 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:167:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 167 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: ./kiwi/solverimpl.h:514:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 514 | std::auto_ptr rowptr( it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ py/strength.cpp: At global scope: py/strength.cpp:83:11: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 83 | { "weak", ( getter )strength_weak, 0, | ^~~~~~ py/strength.cpp:84:11: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 84 | "The predefined weak strength." }, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ py/strength.cpp:85:11: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 85 | { "medium", ( getter )strength_medium, 0, | ^~~~~~~~ py/strength.cpp:86:11: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 86 | "The predefined medium strength." }, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ py/strength.cpp:87:11: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 87 | { "strong", ( getter )strength_strong, 0, | ^~~~~~~~ py/strength.cpp:88:11: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 88 | "The predefined strong strength." }, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ py/strength.cpp:89:11: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 89 | { "required", ( getter )strength_required, 0, | ^~~~~~~~~~ py/strength.cpp:90:11: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 90 | "The predefined required strength." }, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-kiwisolver/src=/usr/src/debug/python2-kiwisolver -flto=auto -fPIC -I. -I/usr/include/python2.7 -c py/term.cpp -o build/temp.linux-x86_64-2.7/py/term.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from py/term.cpp:9: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/sstream:38, from py/term.cpp:8: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ In file included from ./kiwi/term.h:10, from ./kiwi/expression.h:10, from ./kiwi/constraint.h:11, from ./kiwi/kiwi.h:9, from py/types.h:10, from py/symbolics.h:11, from py/term.cpp:11: ./kiwi/variable.h:103:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 103 | std::auto_ptr m_context; | ^~~~~~~~ In file included from /usr/include/c++/14.2.1/memory:78, from ./kiwi/variable.h:9: /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ In file included from ./kiwi/maptype.h:13, from ./kiwi/solverimpl.h:16, from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10: ./kiwi/AssocVector.h:110:27: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 110 | : public std::binary_function | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/string:49, from /usr/include/c++/14.2.1/bits/locale_classes.h:40, from /usr/include/c++/14.2.1/bits/ios_base.h:41, from /usr/include/c++/14.2.1/ios:44, from /usr/include/c++/14.2.1/istream:40, from /usr/include/c++/14.2.1/sstream:40: /usr/include/c++/14.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ./kiwi/solverimpl.h:833:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 833 | std::auto_ptr m_objective; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:834:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 834 | std::auto_ptr m_artificial; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:91:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr rowptr( createRow( constraint, tag ) ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:158:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 158 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:167:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 167 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: ./kiwi/solverimpl.h:514:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 514 | std::auto_ptr rowptr( it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-kiwisolver/src=/usr/src/debug/python2-kiwisolver -flto=auto -fPIC -I. -I/usr/include/python2.7 -c py/variable.cpp -o build/temp.linux-x86_64-2.7/py/variable.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from py/variable.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ In file included from ./kiwi/term.h:10, from ./kiwi/expression.h:10, from ./kiwi/constraint.h:11, from ./kiwi/kiwi.h:9, from py/variable.cpp:9: ./kiwi/variable.h:103:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 103 | std::auto_ptr m_context; | ^~~~~~~~ In file included from /usr/include/c++/14.2.1/memory:78, from ./kiwi/variable.h:9: /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ In file included from ./kiwi/maptype.h:13, from ./kiwi/solverimpl.h:16, from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10: ./kiwi/AssocVector.h:110:27: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 110 | : public std::binary_function | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/bits/stl_tree.h:65, from /usr/include/c++/14.2.1/map:62, from ./kiwi/constraint.h:9: /usr/include/c++/14.2.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ./kiwi/solverimpl.h:833:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 833 | std::auto_ptr m_objective; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:834:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 834 | std::auto_ptr m_artificial; | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:91:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr rowptr( createRow( constraint, tag ) ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: ./kiwi/solverimpl.h:158:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 158 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h:167:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 167 | std::auto_ptr rowptr( row_it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: ./kiwi/solverimpl.h:514:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 514 | std::auto_ptr rowptr( it->second ); | ^~~~~~~~ /usr/include/c++/14.2.1/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ creating build/lib.linux-x86_64-2.7 g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-kiwisolver/src=/usr/src/debug/python2-kiwisolver -flto=auto build/temp.linux-x86_64-2.7/py/kiwisolver.o build/temp.linux-x86_64-2.7/py/constraint.o build/temp.linux-x86_64-2.7/py/expression.o build/temp.linux-x86_64-2.7/py/solver.o build/temp.linux-x86_64-2.7/py/strength.o build/temp.linux-x86_64-2.7/py/term.o build/temp.linux-x86_64-2.7/py/variable.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/kiwisolver.so ==> Entering fakeroot environment... ==> Starting package()... running install running install_lib creating /src/packages/libs/python2/python2-kiwisolver/pkg/python2-kiwisolver/usr creating /src/packages/libs/python2/python2-kiwisolver/pkg/python2-kiwisolver/usr/lib creating /src/packages/libs/python2/python2-kiwisolver/pkg/python2-kiwisolver/usr/lib/python2.7 creating /src/packages/libs/python2/python2-kiwisolver/pkg/python2-kiwisolver/usr/lib/python2.7/site-packages copying build/lib.linux-x86_64-2.7/kiwisolver.so -> /src/packages/libs/python2/python2-kiwisolver/pkg/python2-kiwisolver/usr/lib/python2.7/site-packages writing byte-compilation script '/tmp/tmpFh0B5I.py' /usr/sbin/python2 -O /tmp/tmpFh0B5I.py removing /tmp/tmpFh0B5I.py running install_egg_info running egg_info writing requirements to kiwisolver.egg-info/requires.txt writing kiwisolver.egg-info/PKG-INFO writing top-level names to kiwisolver.egg-info/top_level.txt writing dependency_links to kiwisolver.egg-info/dependency_links.txt reading manifest file 'kiwisolver.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'COPYING.txt' writing manifest file 'kiwisolver.egg-info/SOURCES.txt' Copying kiwisolver.egg-info to /src/packages/libs/python2/python2-kiwisolver/pkg/python2-kiwisolver/usr/lib/python2.7/site-packages/kiwisolver-1.1.0-py2.7.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python2-kiwisolver"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "python2-kiwisolver-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python2-kiwisolver 1.1.0-4 (Wed 20 Nov 2024 06:44:57 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Package (2) Old Version Net Change python2 2.7.18-8 -70.24 MiB python2-setuptools 2:44.1.1-2 -3.81 MiB Total Removed Size: 74.05 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python2-setuptools... removing python2... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...