==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-bsddb 6.2.9-7 (Mon Dec 23 16:36:07 2024)
==> Retrieving sources...
  -> Found bsddb3-6.2.9.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    bsddb3-6.2.9.tar.gz ... Passed
==> Making package: python-bsddb 6.2.9-7 (Mon Dec 23 16:36:14 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (10) python-autocommand-2.2.2-7  python-jaraco.collections-5.0.1-2
              python-jaraco.context-5.3.0-3  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.5.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-wheel-0.45.0-3  python-setuptools-1:75.2.0-4

Total Installed Size:  10.25 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found bsddb3-6.2.9.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting bsddb3-6.2.9.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
/build/python-bsddb/src/bsddb3-6.2.9/setup3.py:94: SyntaxWarning: invalid escape sequence '\s'
  _ver_re = re.compile('^#\s*define\s+PY_BSDDB_VERSION\s+"(\d+\.\d+\.\d+.*)"')
Trying to use the Berkeley DB you specified...
Detected Berkeley DB version 6.2 from db.h
running build
running build_py
creating build/lib.linux-aarch64-cpython-313/bsddb3
copying Lib3/bsddb/dbrecio.py -> build/lib.linux-aarch64-cpython-313/bsddb3
copying Lib3/bsddb/dbobj.py -> build/lib.linux-aarch64-cpython-313/bsddb3
copying Lib3/bsddb/dbutils.py -> build/lib.linux-aarch64-cpython-313/bsddb3
copying Lib3/bsddb/dbtables.py -> build/lib.linux-aarch64-cpython-313/bsddb3
copying Lib3/bsddb/db.py -> build/lib.linux-aarch64-cpython-313/bsddb3
copying Lib3/bsddb/dbshelve.py -> build/lib.linux-aarch64-cpython-313/bsddb3
copying Lib3/bsddb/__init__.py -> build/lib.linux-aarch64-cpython-313/bsddb3
creating build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_basics.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_thread.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_get_none.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_early_close.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_misc.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_compat.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_recno.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_pickle.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_all.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_dbobj.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_dbtables.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_compare.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_lock.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_dbenv.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_distributed_transactions.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_queue.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_replication.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_cursor_pget_bug.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_sequence.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_fileid.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_dbshelve.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_associate.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_join.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/test_db.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
copying Lib3/bsddb/test/__init__.py -> build/lib.linux-aarch64-cpython-313/bsddb3/tests
running build_ext
building 'bsddb3._pybsddb' extension
creating build/temp.linux-aarch64-cpython-313/Modules
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include -I/usr/include/python3.13 -c Modules/_bsddb.c -o build/temp.linux-aarch64-cpython-313/Modules/_bsddb.o
Modules/_bsddb.c: In function 'DB_associate':
Modules/_bsddb.c:1591:5: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/python3.13/Python.h:124,
                 from Modules/_bsddb.c:94:
/usr/include/python3.13/ceval.h:114:79: note: declared here
Modules/_bsddb.c: In function 'DB_set_bt_compare':
Modules/_bsddb.c:2726:5: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations]
/usr/include/python3.13/ceval.h:114:79: note: declared here
Modules/_bsddb.c: In function 'DB_set_dup_compare':
Modules/_bsddb.c:2848:5: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations]
/usr/include/python3.13/ceval.h:114:79: note: declared here
Modules/_bsddb.c: In function 'DBEnv_set_event_notify':
Modules/_bsddb.c:7118:5: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations]
/usr/include/python3.13/ceval.h:114:79: note: declared here
gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-aarch64-cpython-313/Modules/_bsddb.o -L/usr/lib -L/usr/lib -Wl,--enable-new-dtags,-rpath,/usr/lib -ldb -o build/lib.linux-aarch64-cpython-313/bsddb3/_pybsddb.cpython-313-aarch64-linux-gnu.so



******* WARNING *******

This library (bsddb3) is legacy. Please, upgrade to 'berkeleydb' library. Check details at:

    https://www.jcea.es/programacion/pybsddb.htm

Take note that upgrading to 'berkeleydb' is easy but not transparent. Notably, keys and values are *bytes* in 'berkeleydb' lib, while in 'bsddb3' they are *strings*. You would only need to change your code to add or remove type encoding/decoding, depending of how you use the library. The process should be simple, nevertheless.


==> Entering fakeroot environment...
==> Starting package()...
Found Berkeley DB 6.2 installation.
  include files in /usr/include
  library files in /usr/lib
  library name is libdb-6.2
Detected Berkeley DB version 6.2 from db.h
running install
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running build
running build_py
running build_ext
running install_lib
creating /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages
creating /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3
creating /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_basics.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_thread.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_get_none.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_early_close.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_misc.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_compat.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_recno.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_pickle.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_all.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_dbobj.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_dbtables.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_compare.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_lock.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_dbenv.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_distributed_transactions.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_queue.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_replication.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_cursor_pget_bug.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_sequence.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_fileid.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_dbshelve.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_associate.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_join.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/test_db.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/tests/__init__.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests
copying build/lib.linux-aarch64-cpython-313/bsddb3/dbrecio.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3
copying build/lib.linux-aarch64-cpython-313/bsddb3/_pybsddb.cpython-313-aarch64-linux-gnu.so -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3
copying build/lib.linux-aarch64-cpython-313/bsddb3/dbobj.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3
copying build/lib.linux-aarch64-cpython-313/bsddb3/dbutils.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3
copying build/lib.linux-aarch64-cpython-313/bsddb3/dbtables.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3
copying build/lib.linux-aarch64-cpython-313/bsddb3/db.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3
copying build/lib.linux-aarch64-cpython-313/bsddb3/dbshelve.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3
copying build/lib.linux-aarch64-cpython-313/bsddb3/__init__.py -> /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_basics.py to test_basics.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_thread.py to test_thread.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_get_none.py to test_get_none.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_early_close.py to test_early_close.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_misc.py to test_misc.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_compat.py to test_compat.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_recno.py to test_recno.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_pickle.py to test_pickle.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_all.py to test_all.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_dbobj.py to test_dbobj.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_dbtables.py to test_dbtables.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_compare.py to test_compare.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_lock.py to test_lock.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_dbenv.py to test_dbenv.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_distributed_transactions.py to test_distributed_transactions.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_queue.py to test_queue.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_replication.py to test_replication.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_cursor_pget_bug.py to test_cursor_pget_bug.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_sequence.py to test_sequence.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_fileid.py to test_fileid.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_dbshelve.py to test_dbshelve.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_associate.py to test_associate.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_join.py to test_join.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/test_db.py to test_db.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/tests/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/dbrecio.py to dbrecio.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/dbobj.py to dbobj.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/dbutils.py to dbutils.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/dbtables.py to dbtables.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/db.py to db.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/dbshelve.py to dbshelve.cpython-313.pyc
byte-compiling /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3/__init__.py to __init__.cpython-313.pyc
writing byte-compilation script '/tmp/tmpo8438l0w.py'
/usr/bin/python3 /tmp/tmpo8438l0w.py
removing /tmp/tmpo8438l0w.py
running install_headers
creating /build/python-bsddb/pkg/python-bsddb/usr/include/python3.13/bsddb3
copying Modules/bsddb.h -> /build/python-bsddb/pkg/python-bsddb/usr/include/python3.13/bsddb3
running install_egg_info
running egg_info
writing bsddb3.egg-info/PKG-INFO
writing dependency_links to bsddb3.egg-info/dependency_links.txt
writing top-level names to bsddb3.egg-info/top_level.txt
reading manifest file 'bsddb3.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'updatedb.bat'
warning: no files found matching '*.py' under directory 'bsddb3'
warning: no files found matching '*.html' under directory 'docs'
warning: no files found matching '*.css' under directory 'docs'
warning: no files found matching '*.gif' under directory 'docs'
warning: no files found matching '*.jpg' under directory 'docs'
warning: no files found matching '*.js' under directory 'docs'
warning: no files found matching '*.json' under directory 'docs'
warning: no files found matching '*.txt' under directory 'patches'
warning: no files found matching '*.patch' under directory 'patches'
warning: no files found matching '*.py' under directory 'test'
no previously-included directories found matching 'docs/build'
no previously-included directories found matching 'docs/tools/docutils'
no previously-included directories found matching 'docs/tools/sphinx'
no previously-included directories found matching 'docs/tools/pygments'
no previously-included directories found matching 'old'
no previously-included directories found matching 'test/db_home'
no previously-included directories found matching 'test/bsddb3'
adding license file 'LICENSE.txt'
writing manifest file 'bsddb3.egg-info/SOURCES.txt'
Copying bsddb3.egg-info to /build/python-bsddb/pkg/python-bsddb/usr/lib/python3.13/site-packages/bsddb3-6.2.9-py3.13.egg-info
running install_scripts



******* WARNING *******

This library (bsddb3) is legacy. Please, upgrade to 'berkeleydb' library. Check details at:

    https://www.jcea.es/programacion/pybsddb.htm

Take note that upgrading to 'berkeleydb' is easy but not transparent. Notably, keys and values are *bytes* in 'berkeleydb' lib, while in 'bsddb3' they are *strings*. You would only need to change your code to add or remove type encoding/decoding, depending of how you use the library. The process should be simple, nevertheless.


==> 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 "python-bsddb"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-bsddb 6.2.9-7 (Mon Dec 23 16:36:25 2024)
==> Cleaning up...