Processing of ladvd_1.1.2-2_source.changes

2022-10-23 Thread Debian FTP Masters
ladvd_1.1.2-2_source.changes uploaded successfully to localhost
along with the files:
  ladvd_1.1.2-2.dsc
  ladvd_1.1.2-2.debian.tar.xz
  ladvd_1.1.2-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



ladvd_1.1.2-2_source.changes ACCEPTED into unstable

2022-10-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Oct 2022 14:10:08 +0800
Source: ladvd
Architecture: source
Version: 1.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Bo YU 
Closes: 979662 994677
Changes:
 ladvd (1.1.2-2) unstable; urgency=medium
 .
   * QA upload.
   * Set Debian QA as maintainer. See #986334
   * Fix ftbfs. (Closes: #994677)
   * Protect against future vis prototype variant switch,
 (Closes: #979662)
   * Add upstream/metadata
   * d/control:
 - Bump debhelper to 13.
 - Update Standards-Version to 4.6.1
   * d/rules:
 -  use dh_installsystemd instead of dh_systemd_enable
Checksums-Sha1:
 25344da43b3f0f745d7a0f0bf4c6911106af595e 1774 ladvd_1.1.2-2.dsc
 913718da84ad3eb585241f2c4c3d137ae823ef4e 5596 ladvd_1.1.2-2.debian.tar.xz
 706b8e79beecb0fe8416983060dabdf7eebb825c 7013 ladvd_1.1.2-2_source.buildinfo
Checksums-Sha256:
 3f107a4caea21d031893a800e01fbb83572d9b5dca1a0c7718e631a79b6e2f0d 1774 
ladvd_1.1.2-2.dsc
 94b771eca82c79ebbb1c4398ea50dede7d595bf311315c2ca227894f7befc51b 5596 
ladvd_1.1.2-2.debian.tar.xz
 9d4bf1a2485cde8883963db9f7e7628f1a182bb282fe608a1d0e1661d28f9f32 7013 
ladvd_1.1.2-2_source.buildinfo
Files:
 29872586610ce43ba4308e2c66381cc8 1774 net optional ladvd_1.1.2-2.dsc
 73d76b6d20222df546944c4f79f9e422 5596 net optional ladvd_1.1.2-2.debian.tar.xz
 11dfc1f8fb48a26d4ea68163bd5792fd 7013 net optional 
ladvd_1.1.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmNVOZkQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFHvNDAC/OEKh2tA5AwxRXEkVTmnsTHZD/K50Hmh9
JuyVajTQXununS1UskLIPZgnvo1WuElosJ4pmSdNy6V7QUezHG7Yq76capPrcGc1
yQzoX4Bfv4oTPT+idJY4NfnGMjIl7et5pBdex3tHmZ0/fKtAHKflowskYqZhzj/y
pzYhmj7Sdlqb2KnEtHfDd688QDDBnDF5MTCmTP4t7DjiugYHcgbSetRo94SbC1Sl
uWbyYz7ewwp3K/ZaMLAJT2mIhQEuwAokzTVDCs3ILeoXRqsmpcB3cALs/q/1mZRP
G6+L1iIjo6GTfZhdjuSEL0X83fOmkyBvWAliJQxL9dj/KM3d/e0gxpNUA8/WTBqg
JKoRzqFPuYH2jczm7RKKkBaAjHiijaFbdOfoPv4BImVbBPgBLX/rII2XPP5StnvT
/l/50VAE2z2KK0ShJDZUSGmJhDbqQEl15f17O8bxGgghbXUUJnqSGGSyTW4ITvqx
5Stn41AgwBStZkzQfancE/S7t0V26qQ=
=vono
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#1022459: python-openflow: FTBFS: distutils.errors.DistutilsClassError: command class must subclass Command

2022-10-23 Thread Lucas Nussbaum
Source: python-openflow
Version: 2019.2-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py clean 
> /<>/setup.py:9: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.clean import clean
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> Traceback (most recent call last):
>   File "/<>/setup.py", line 112, in 
> setup(name='python-openflow',
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
> return distutils.core.setup(**attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 172, in setup
> ok = dist.parse_command_line()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 474, in parse_command_line
> args = self._parse_command_opts(parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1107, in 
> _parse_command_opts
> nargs = _Distribution._parse_command_opts(self, parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 540, in _parse_command_opts
> raise DistutilsClassError(
> distutils.errors.DistutilsClassError: command class  '__main__.Cleaner'> must subclass Command
> E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: 
> python3.10 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned 
> exit code 13
> make: *** [debian/rules:7: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/python-openflow_2019.2-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking 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.



Bug#1022466: kytos-utils: FTBFS: distutils.errors.DistutilsClassError: command class must subclass Command

2022-10-23 Thread Lucas Nussbaum
Source: kytos-utils
Version: 2019.2-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py clean 
> /<>/setup.py:12: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.clean import clean  # pylint: disable=E0401,E0611
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> Traceback (most recent call last):
>   File "/<>/setup.py", line 173, in 
> setup(name='kytos-utils',
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
> return distutils.core.setup(**attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 172, in setup
> ok = dist.parse_command_line()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 474, in parse_command_line
> args = self._parse_command_opts(parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1107, in 
> _parse_command_opts
> nargs = _Distribution._parse_command_opts(self, parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 540, in _parse_command_opts
> raise DistutilsClassError(
> distutils.errors.DistutilsClassError: command class  '__main__.Cleaner'> must subclass Command
> E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: 
> python3.10 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned 
> exit code 13
> make: *** [debian/rules:5: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/kytos-utils_2019.2-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking 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.



Bug#1022503: zope.i18nmessageid: FTBFS: distutils.errors.DistutilsSetupError: each element of 'ext_modules' option must be an Extension instance or 2-tuple

2022-10-23 Thread Lucas Nussbaum
Source: zope.i18nmessageid
Version: 5.0.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py config 
> /<>/setup.py:26: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.build_ext import build_ext
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> /usr/lib/python3/dist-packages/setuptools/dist.py:286: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /<>/setup.py:26: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.build_ext import build_ext
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> /usr/lib/python3/dist-packages/setuptools/dist.py:286: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope
> copying src/zope/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope
> creating 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope/i18nmessageid
> copying src/zope/i18nmessageid/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope/i18nmessageid
> copying src/zope/i18nmessageid/message.py -> 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope/i18nmessageid
> copying src/zope/i18nmessageid/tests.py -> 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope/i18nmessageid
> running egg_info
> writing src/zope.i18nmessageid.egg-info/PKG-INFO
> writing dependency_links to 
> src/zope.i18nmessageid.egg-info/dependency_links.txt
> writing namespace_packages to 
> src/zope.i18nmessageid.egg-info/namespace_packages.txt
> writing requirements to src/zope.i18nmessageid.egg-info/requires.txt
> writing top-level names to src/zope.i18nmessageid.egg-info/top_level.txt
> Traceback (most recent call last):
>   File "/<>/setup.py", line 95, in 
> setup(
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
> return distutils.core.setup(**attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 185, in setup
> return run_commands(dist)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 201, in run_commands
> dist.run_commands()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 968, in run_commands
> self.run_co

Bug#1022175: tup: FTBFS on riscv64

2022-10-23 Thread JunYuan Tan
Source: tup
Version: 0.7.11-1
Tags: normal
Tags: ftbfs, patch
User: debian-ri...@lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: 
debian-ri...@lists.debian.org


Hi,

Currently, there is a FTBFS issue on riscv64 architecture. This is due to lack 
of the architecture support in the source file:

../src/tup/platform.c:62:2: error: #error Unsupported cpu architecture. Please 
add support in tup/platform.c

The full FTBFS buildd log can be found here:
https://buildd.debian.org/status/fetch.php?pkg=tup&arch=riscv64&ver=0.7.11-1&stamp=1647043572&raw=0

There is a merged upstream patch [1] that fixes this issue for riscv64. I 
managed to build it successfully on my native riscv64 board with the patch.
I had cherry-picked the specific patch and submitted a Merge Request on Salsa:

https://salsa.debian.org/debian/tup/-/merge_requests/1

Please let me know if there are any issues/help needed. Thanks!

Best Regards,
Jun Yuan

[1]: 
https://github.com/gittup/tup/commit/2bb112495785922c83ca6401e11ca53f87807d96


Bug#1022175: tup: FTBFS on riscv64

2022-10-23 Thread Paul Wise
On Fri, 2022-10-21 at 12:46 +, JunYuan Tan wrote:

> There is a merged upstream patch [1] that fixes this issue for riscv64.

I think this is the wrong approach, since it means that every new arch
that comes along needs to add a string for itself and the list of
strings grows longer and longer even though tup doesn't actually do
anything differently on arches except x86_64, other than pass along the
architecture string to the Tupfiles it runs.

If there is a standard define for the current architecture string
defined by GCC/clang, then the code should use that, so that the right
architecture string will be present by default on all distros.

If there is not, then debian/rules should pass $(DEB_HOST_GNU_TYPE) to
the CONFIG_TUP_ARCH field in the tup.config file in dh_auto_configure.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part