------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python36-3.6.9.tgz Message from python36-3.6.9: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== Installing /packages/All/py36-setuptools-41.0.1.tgz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-kiwisolver-1.1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-kiwisolver-1.1.0 for building => SHA256 Checksum OK for kiwisolver-1.1.0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-kiwisolver-1.1.0 for building ===> Extracting for py36-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 ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-kiwisolver-1.1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py36-kiwisolver-1.1.0 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-kiwisolver-1.1.0 running build running build_ext building 'kiwisolver' extension creating build creating build/temp.dragonfly-5.7-x86_64-3.6 creating build/temp.dragonfly-5.7-x86_64-3.6/py cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.6m -c py/kiwisolver.cpp -o build/temp.dragonfly-5.7-x86_64-3.6/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 -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.6m -c py/constraint.cpp -o build/temp.dragonfly-5.7-x86_64-3.6/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 -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.6m -c py/expression.cpp -o build/temp.dragonfly-5.7-x86_64-3.6/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 -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.6m -c py/solver.cpp -o build/temp.dragonfly-5.7-x86_64-3.6/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 -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.6m -c py/strength.cpp -o build/temp.dragonfly-5.7-x86_64-3.6/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; ^~~~~~~~ py/strength.cpp: At global scope: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] }; ^ py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.6m -c py/term.cpp -o build/temp.dragonfly-5.7-x86_64-3.6/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 -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python3.6m -c py/variable.cpp -o build/temp.dragonfly-5.7-x86_64-3.6/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.7-x86_64-3.6 c++ -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/py/kiwisolver.o build/temp.dragonfly-5.7-x86_64-3.6/py/constraint.o build/temp.dragonfly-5.7-x86_64-3.6/py/expression.o build/temp.dragonfly-5.7-x86_64-3.6/py/solver.o build/temp.dragonfly-5.7-x86_64-3.6/py/strength.o build/temp.dragonfly-5.7-x86_64-3.6/py/term.o build/temp.dragonfly-5.7-x86_64-3.6/py/variable.o -L/usr/local/lib -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/kiwisolver.so SUCCEEDED 00:00:22 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-kiwisolver-1.1.0 ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/math/py-kiwisolver/stage/usr/local/lib/python3.6 creating /construction/math/py-kiwisolver/stage/usr/local/lib/python3.6/site-packages copying build/lib.dragonfly-5.7-x86_64-3.6/kiwisolver.so -> /construction/math/py-kiwisolver/stage/usr/local/lib/python3.6/site-packages writing byte-compilation script '/tmp/tmprkk7djok.py' /usr/local/bin/python3.6 /tmp/tmprkk7djok.py removing /tmp/tmprkk7djok.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.6/site-packages/kiwisolver-1.1.0-py3.6.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) Error: /usr/local/lib/python3.6/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:02 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py36-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:30