[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dpkg-buildpackage vs sbuild with python packaging



El 11/6/25 a las 16:52, PICCA Frederic-Emmanuel escribió:
When using dpkg-buildpackage, try at least using a chroot containing
only build-essential packages and the build-dependencies.

both are using the python -m build method...

so the setuptools build system has different behaviour depending on other installed  packages ?

That's what it seems, yes.

If you want to be sure, you could in theory start from a minimal chroot,
then try adding the packages that you have in your unstable system,
one by one, until the end result becomes different.

In fact, you have discovered a potential Build-Conflicts, but the number
of potential build-conflicts is so big that many people would
not consider worthy to know which one it is (unless you are curious).

In practice, we just take for granted that the build should
be done in a minimal chroot.

Thanks.


Reply to: