------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-kiwisolver-1.1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-kiwisolver-1.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-kiwisolver-1.1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-kiwisolver-1.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-kiwisolver-1.1.0 for building => SHA256 Checksum OK for kiwisolver-1.1.0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-kiwisolver-1.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-kiwisolver-1.1.0 for building ===> Extracting for py37-kiwisolver-1.1.0 => SHA256 Checksum OK for kiwisolver-1.1.0.tar.gz. Extracted Memory Use: 0.27M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-kiwisolver-1.1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-kiwisolver-1.1.0 depends on package: py37-setuptools>0 - found ===> py37-kiwisolver-1.1.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-kiwisolver-1.1.0 depends on package: py37-setuptools>0 - found ===> py37-kiwisolver-1.1.0 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-kiwisolver-1.1.0 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-kiwisolver-1.1.0 running build running build_ext building 'kiwisolver' extension creating build creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/py cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.7m -c py/kiwisolver.cpp -o build/temp.dragonfly-5.9-x86_64-3.7/py/kiwisolver.o 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:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_context; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/kiwisolver.cpp:9: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_objective; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/kiwisolver.cpp:9: ./kiwi/solverimpl.h:834:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_artificial; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/kiwisolver.cpp:9: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( createRow( constraint, tag ) ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/kiwisolver.cpp:9: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/kiwisolver.cpp:9: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/kiwisolver.cpp:9: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.7m -c py/constraint.cpp -o build/temp.dragonfly-5.9-x86_64-3.7/py/constraint.o 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:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_context; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/constraint.cpp:11: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_objective; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/constraint.cpp:11: ./kiwi/solverimpl.h:834:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_artificial; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/constraint.cpp:11: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( createRow( constraint, tag ) ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/constraint.cpp:11: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/constraint.cpp:11: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/constraint.cpp:11: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.7m -c py/expression.cpp -o build/temp.dragonfly-5.9-x86_64-3.7/py/expression.o 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:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_context; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/expression.cpp:11: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_objective; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/expression.cpp:11: ./kiwi/solverimpl.h:834:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_artificial; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/expression.cpp:11: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( createRow( constraint, tag ) ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/expression.cpp:11: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/expression.cpp:11: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/expression.cpp:11: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.7m -c py/solver.cpp -o build/temp.dragonfly-5.9-x86_64-3.7/py/solver.o 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:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_context; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/solver.cpp:9: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_objective; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/solver.cpp:9: ./kiwi/solverimpl.h:834:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_artificial; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/solver.cpp:9: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( createRow( constraint, tag ) ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/solver.cpp:9: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/solver.cpp:9: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/solver.cpp:9: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.7m -c py/strength.cpp -o build/temp.dragonfly-5.9-x86_64-3.7/py/strength.o 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:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_context; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/strength.cpp:9: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_objective; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/strength.cpp:9: ./kiwi/solverimpl.h:834:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_artificial; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/strength.cpp:9: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( createRow( constraint, tag ) ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/strength.cpp:9: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/strength.cpp:9: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/strength.cpp:9: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.7m -c py/term.cpp -o build/temp.dragonfly-5.9-x86_64-3.7/py/term.o 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:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_context; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/term.cpp:11: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_objective; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/term.cpp:11: ./kiwi/solverimpl.h:834:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_artificial; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/term.cpp:11: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( createRow( constraint, tag ) ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/term.cpp:11: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/term.cpp:11: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/types.h:10, from py/symbolics.h:11, from py/term.cpp:11: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.7m -c py/variable.cpp -o build/temp.dragonfly-5.9-x86_64-3.7/py/variable.o 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:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_context; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/variable.cpp:9: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_objective; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/variable.cpp:9: ./kiwi/solverimpl.h:834:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_artificial; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/variable.cpp:9: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( createRow( constraint, tag ) ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/variable.cpp:9: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/variable.cpp:9: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( row_it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./kiwi/debug.h:13, from ./kiwi/kiwi.h:10, from py/variable.cpp:9: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr rowptr( it->second ); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./kiwi/variable.h:9, 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: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ creating build/lib.dragonfly-5.9-x86_64-3.7 c++ -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/py/kiwisolver.o build/temp.dragonfly-5.9-x86_64-3.7/py/constraint.o build/temp.dragonfly-5.9-x86_64-3.7/py/expression.o build/temp.dragonfly-5.9-x86_64-3.7/py/solver.o build/temp.dragonfly-5.9-x86_64-3.7/py/strength.o build/temp.dragonfly-5.9-x86_64-3.7/py/term.o build/temp.dragonfly-5.9-x86_64-3.7/py/variable.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/kiwisolver.so SUCCEEDED 00:00:24 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-kiwisolver-1.1.0 depends on package: py37-setuptools>0 - found ===> py37-kiwisolver-1.1.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-kiwisolver-1.1.0 ===> py37-kiwisolver-1.1.0 depends on package: py37-setuptools>0 - found ===> py37-kiwisolver-1.1.0 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/math/py-kiwisolver/stage/usr/local/lib/python3.7 creating /construction/math/py-kiwisolver/stage/usr/local/lib/python3.7/site-packages copying build/lib.dragonfly-5.9-x86_64-3.7/kiwisolver.so -> /construction/math/py-kiwisolver/stage/usr/local/lib/python3.7/site-packages writing byte-compilation script '/tmp/tmpsps_s4_t.py' /usr/local/bin/python3.7 /tmp/tmpsps_s4_t.py removing /tmp/tmpsps_s4_t.py running install_egg_info running egg_info writing kiwisolver.egg-info/PKG-INFO writing dependency_links to kiwisolver.egg-info/dependency_links.txt writing requirements to kiwisolver.egg-info/requires.txt writing top-level names to kiwisolver.egg-info/top_level.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 /construction/math/py-kiwisolver/stage/usr/local/lib/python3.7/site-packages/kiwisolver-1.1.0-py3.7.egg-info running install_scripts writing list of installed files to '/construction/math/py-kiwisolver/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/python3.7/site-packages/kiwisolver.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/lib/python3.7/site-packages/kiwisolver.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-kiwisolver-1.1.0 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:36