On 29.03.23 10:28, Mayer, Dirk wrote:
make[3]: Nothing to be done for 'install-data-am'.
/usr/lib/python3/dist-packages/setuptools/command/install.py:34:
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip
and other standards-based tools.
warnings.warn(
/usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146:
EasyInstallDeprecationWarning: easy_install command is deprecated. Use build
and pip and other standards-based tools.
warnings.warn(
TEST FAILED:
/work/tmp/libseccomp_2.5.4-1/libseccomp-2.5.4/debian/tmp//usr/lib/python3.11/site-packages/
does NOT support .pth files
This seems to happen because you have python3-setuptools installed but
libseccomp doesn't
build-depend on it.
You should always build Debian packages in a minimal chroot.
libseccomp uses distutils but the setuptools packages replaces the distutils
module which
results in this error.
If you uninstall python3-setuptools the build should run fine.
Once libseccomp switches to setuptools we need to fix the underlying problem
though so I leave
this bug open.
Best regards,
Felix