Your message dated Mon, 09 Feb 2026 12:07:09 +0000
with message-id <[email protected]>
and subject line Bug#1045774: fixed in networking-sfc 21.0.0-2
has caused the Debian Bug report #1045774,
regarding networking-sfc: Fails to build source after successful build
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1045774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045774
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: networking-sfc
Version: 16.0.0-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> ------------------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package networking-sfc
> dpkg-buildpackage: info: source version 16.0.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
> dpkg-source --before-build .
> fakeroot debian/rules clean
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh clean --buildsystem=python_distutils --with python3
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> python3 setup.py clean
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'description-file' will not be supported in
> future
> versions. Please use the underscore name 'description_file' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'author-email' will not be supported in future
> versions. Please use the underscore name 'author_email' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'python-requires' will not be supported in
> future
> versions. Please use the underscore name 'python_requires' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40:
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
>
>
> ********************************************************************************
> Please avoid running ``setup.py`` and ``easy_install``.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://github.com/pypa/setuptools/issues/917 for details.
>
> ********************************************************************************
>
> !!
> easy_install.initialize_options(self)
> /usr/lib/python3/dist-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()
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'description-file' will not be supported in
> future
> versions. Please use the underscore name 'description_file' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'author-email' will not be supported in future
> versions. Please use the underscore name 'author_email' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'python-requires' will not be supported in
> future
> versions. Please use the underscore name 'python_requires' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> running clean
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=python_distutils
> debian/rules override_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh_clean
> rm -rf build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building networking-sfc using existing
> ./networking-sfc_16.0.0.orig.tar.xz
> dpkg-source: warning: file
> networking-sfc-16.0.0/networking_sfc.egg-info/SOURCES.txt has no final
> newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> networking_sfc/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add networking_sfc/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/__pycache__/_i18n.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add networking_sfc/__pycache__/_i18n.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/cli/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> networking_sfc/cli/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/cli/__pycache__/flow_classifier.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/cli/__pycache__/flow_classifier.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/cli/__pycache__/port_chain.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/cli/__pycache__/port_chain.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/cli/__pycache__/port_pair.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/cli/__pycache__/port_pair.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/cli/__pycache__/port_pair_group.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/cli/__pycache__/port_pair_group.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/db/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> networking_sfc/db/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/db/__pycache__/flowclassifier_db.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/db/__pycache__/flowclassifier_db.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/db/__pycache__/sfc_db.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add networking_sfc/db/__pycache__/sfc_db.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/extensions/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/extensions/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/extensions/__pycache__/flowclassifier.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/extensions/__pycache__/flowclassifier.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/extensions/__pycache__/servicegraph.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/extensions/__pycache__/servicegraph.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/extensions/__pycache__/sfc.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/extensions/__pycache__/sfc.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/extensions/__pycache__/tap.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/extensions/__pycache__/tap.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/policies/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/policies/__pycache__/base.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/base.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/policies/__pycache__/flow_classifier.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/flow_classifier.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/policies/__pycache__/port_chain.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/port_chain.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/policies/__pycache__/port_pair.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/port_pair.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/policies/__pycache__/port_pair_group.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/port_pair_group.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/policies/__pycache__/service_graph.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/service_graph.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/services/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/__pycache__/driver_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/__pycache__/driver_manager.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/__pycache__/plugin.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/__pycache__/plugin.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/common/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/common/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/common/__pycache__/config.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/common/__pycache__/config.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/common/__pycache__/context.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/common/__pycache__/context.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/common/__pycache__/exceptions.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/common/__pycache__/exceptions.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/drivers/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/drivers/__pycache__/base.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/drivers/__pycache__/base.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/drivers/ovs/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/drivers/ovs/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/flowclassifier/drivers/ovs/__pycache__/driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/drivers/ovs/__pycache__/driver.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/__pycache__/driver_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/__pycache__/driver_manager.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/__pycache__/plugin.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/__pycache__/plugin.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/agent/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/agent/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/agent/extensions/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/agent/extensions/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/agent/extensions/__pycache__/sfc.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/agent/extensions/__pycache__/sfc.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/agent/extensions/openvswitch/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/agent/extensions/openvswitch/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/agent/extensions/openvswitch/__pycache__/sfc_driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/agent/extensions/openvswitch/__pycache__/sfc_driver.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/common/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/common/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/common/__pycache__/config.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/common/__pycache__/config.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/common/__pycache__/context.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/common/__pycache__/context.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/common/__pycache__/exceptions.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/common/__pycache__/exceptions.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/common/__pycache__/ovs_ext_lib.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/common/__pycache__/ovs_ext_lib.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/drivers/__pycache__/base.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/__pycache__/base.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/drivers/ovs/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/drivers/ovs/__pycache__/constants.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__pycache__/constants.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/drivers/ovs/__pycache__/db.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__pycache__/db.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/drivers/ovs/__pycache__/driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__pycache__/driver.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/drivers/ovs/__pycache__/rpc.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__pycache__/rpc.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/services/sfc/drivers/ovs/__pycache__/rpc_topics.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__pycache__/rpc_topics.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/tests/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/__pycache__/base.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add networking_sfc/tests/__pycache__/base.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/cli/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/cli/__pycache__/test_flow_classifier.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__pycache__/test_flow_classifier.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/cli/__pycache__/test_port_chain.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__pycache__/test_port_chain.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/cli/__pycache__/test_port_pair.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__pycache__/test_port_pair.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/cli/__pycache__/test_port_pair_group.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__pycache__/test_port_pair_group.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/db/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/db/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/db/__pycache__/test_flowclassifier_db.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/db/__pycache__/test_flowclassifier_db.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/db/__pycache__/test_sfc_db.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/db/__pycache__/test_sfc_db.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/extensions/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/extensions/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/extensions/__pycache__/test_flowclassifier.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/extensions/__pycache__/test_flowclassifier.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/extensions/__pycache__/test_servicegraph.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/extensions/__pycache__/test_servicegraph.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/extensions/__pycache__/test_sfc.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/extensions/__pycache__/test_sfc.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/extensions/__pycache__/test_tap.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/extensions/__pycache__/test_tap.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/flowclassifier/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/flowclassifier/__pycache__/test_driver_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/__pycache__/test_driver_manager.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/flowclassifier/__pycache__/test_plugin.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/__pycache__/test_plugin.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/flowclassifier/drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/drivers/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/__pycache__/test_driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/__pycache__/test_driver.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/__pycache__/test_driver_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/__pycache__/test_driver_manager.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/__pycache__/test_plugin.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/__pycache__/test_plugin.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/agent/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/agent/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/agent/extensions/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/agent/extensions/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/agent/extensions/__pycache__/test_sfc.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/agent/extensions/__pycache__/test_sfc.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__pycache__/test_sfc_driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__pycache__/test_sfc_driver.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/common/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/common/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/common/__pycache__/test_ovs_ext_lib.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/common/__pycache__/test_ovs_ext_lib.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/drivers/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/drivers/ovs/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/drivers/ovs/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_sfc/tests/unit/services/sfc/drivers/ovs/__pycache__/test_driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/drivers/ovs/__pycache__/test_driver.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/networking-sfc_16.0.0-2_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: networking-sfc
Source-Version: 21.0.0-2
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
networking-sfc, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated networking-sfc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 09 Feb 2026 12:47:12 +0100
Source: networking-sfc
Architecture: source
Version: 21.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1045774
Changes:
networking-sfc (21.0.0-2) unstable; urgency=medium
.
* Cleans better (Closes: #1045774).
Checksums-Sha1:
379e7a58ce0da61658e0ab4c17d8bedb64a4d7b3 2798 networking-sfc_21.0.0-2.dsc
1d49155272c9fec5abd114e5219bacb44769f1f0 4728
networking-sfc_21.0.0-2.debian.tar.xz
0f7c9895e2fb8c80bcdcb8c3514f07638197aae4 21060
networking-sfc_21.0.0-2_amd64.buildinfo
Checksums-Sha256:
c05459db567121fa6aac1056fac898102c728fc048fecf7e8dc1a40767e7769f 2798
networking-sfc_21.0.0-2.dsc
8fd4f42e26385e8e851e797b23c2e76832b41153f85102daf1f4629939609eb2 4728
networking-sfc_21.0.0-2.debian.tar.xz
a3feb9f46e3fd0f806630dbfa0f8bbd34b2b4f1b2c4f27a9dfa3f546061e9c30 21060
networking-sfc_21.0.0-2_amd64.buildinfo
Files:
60231e24d6a78771e6c7ce55cca238dd 2798 net optional networking-sfc_21.0.0-2.dsc
be1ce1c519fc2eb7e4d9582ca9377c2e 4728 net optional
networking-sfc_21.0.0-2.debian.tar.xz
0f67523c6960e5022647001378d7e23f 21060 net optional
networking-sfc_21.0.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmmJyrAACgkQ1BatFaxr
Q/4vzw/+Ks3wsRiNgLeuVAoePXIRp3I9fIUd5221KcezqMAUCgeUWd7XXJR3J6Zs
gvSbLekCgytUymsH6zo0U3wBkUOlnsrG6HmKhitAZTlqcX52BdFebHtmmxNlX7Yp
XhDszAkL0V2eOXjeMkJtlX4OTaQ77OMfcsfvkg8amL7QQOJ9dvx2JV4VNhV1dky1
bcZIDa6P/KPLZezvSB1HeNPlRnpmcwZMdn8taUR2n5hRdtJ4gDuW17sMiexNX6dQ
q3ekImwvWfwszpkePsI2iIZdfqXod7fKQ9xrZiosOXVlybZlEy74pwzUz/b1ffzV
dY4Lsdj2eYrAnvbTUC3NaNm4AnHeD2vKfh1A/uBMRXaI6aifWvvezLUCkXtveMyU
veKFj5xcpwh0iE4UDv1epDi/hmDi9sLWczgH3zRbcA86PHE2YIT/PuMC/Tyy26ct
1BAkzg2v3OBKGQoLF/U0HLF8o3x0Jsk6O4RZpr6RjTnxKFC7u0ktbLhEUog5iDIo
RU6iywIyY/DQte0qZOOsGo5YQW/v+Ej1QbuQGZYx7SI63UZX0O0z7g9HNvdWVics
9lgGGyBFq+FiMhDtx1jB7oEOyiyVj+7WwI27qByikBVTT50DpvmGjDLDVD5OLbDf
mACVKxQqUcoykVd5Dy3GDMYZOrSV04KdauC7I5vH00weJWj4Rrs=
=77WK
-----END PGP SIGNATURE-----
pgpz2W_NWhOh3.pgp
Description: PGP signature
--- End Message ---