Bug#1066802: cloud-init: please remove python3-mock build dependency

2024-03-13 Thread Alexandre Detiste
Source: cloud-init
Version: 24.1.1-1
Severity: normal

This package has migrated to "unittest.mock".



Bug#1066798: python-djangosaml2: FTBFS: ModuleNotFoundError: No module named 'saml2'

2024-03-13 Thread Lucas Nussbaum
Source: python-djangosaml2
Version: 1.9.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> debian/rules:16: warning: overriding recipe for target 'override_dh_auto_test'
> debian/rules:14: warning: ignoring old recipe for target 
> 'override_dh_auto_test'
> dh_auto_test -- --system=custom --test-args="cd {build_dir}; 
> DJANGO_SETTINGS_MODULE=tests.settings {interpreter} -m django test 
> djangosaml2.tests testprofiles"
> I: pybuild pybuild:308: cp -r /<>/tests 
> /<>/.pybuild/cpython3_3.12_django-saml2/build/; mv 
> /<>/.pybuild/cpython3_3.12_django-saml2/build/tests/testprofiles 
> /<>/.pybuild/cpython3_3.12_django-saml2/build/
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_django-saml2/build; 
> DJANGO_SETTINGS_MODULE=tests.settings python3.12 -m django test 
> djangosaml2.tests testprofiles
> Creating test database for alias 'default'...
> Found 52 test(s).
> Destroying test database for alias 'default'...
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/template/backends/django.py", 
> line 128, in get_package_libraries
> module = import_module(entry[1])
>  ^^^
>   File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>
>   File "", line 1387, in _gcd_import
>   File "", line 1360, in _find_and_load
>   File "", line 1331, in _find_and_load_unlocked
>   File "", line 935, in _load_unlocked
>   File "", line 995, in exec_module
>   File "", line 488, in _call_with_frames_removed
>   File 
> "/<>/.pybuild/cpython3_3.12_django-saml2/build/djangosaml2/templatetags/idplist.py",
>  line 17, in 
> from djangosaml2.conf import config_settings_loader
>   File 
> "/<>/.pybuild/cpython3_3.12_django-saml2/build/djangosaml2/conf.py",
>  line 24, in 
> from saml2.config import SPConfig
> ModuleNotFoundError: No module named 'saml2'
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File "", line 198, in _run_module_as_main
>   File "", line 88, in _run_code
>   File "/usr/lib/python3/dist-packages/django/__main__.py", line 9, in 
> 
> management.execute_from_command_line()
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 442, in execute_from_command_line
> utility.execute()
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 436, in execute
> self.fetch_command(subcommand).run_from_argv(self.argv)
>   File 
> "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", 
> line 24, in run_from_argv
> super().run_from_argv(argv)
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 412, in run_from_argv
> self.execute(*args, **cmd_options)
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 458, in execute
> output = self.handle(*args, **options)
>  ^
>   File 
> "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", 
> line 68, in handle
> failures = test_runner.run_tests(test_labels)
>^^
>   File "/usr/lib/python3/dist-packages/django/test/runner.py", line 1060, in 
> run_tests
> self.run_checks(databases)
>   File "/usr/lib/python3/dist-packages/django/test/runner.py", line 977, in 
> run_checks
> call_command("check", verbosity=self.verbosity, databases=databases)
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 194, in call_command
> return command.execute(*args, **defaults)
>^^
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 458, in execute
> output = self.handle(*args, **options)
>  ^
>   File 
> "/usr/lib/python3/dist-packages/django/core/management/commands/check.py", 
> line 76, in handle
> self.check(
>   File "/usr/lib/python3/dist-packages/django/core/manag

Bug#1066796: python-graphviz: FTBFS: FileNotFoundError: [Errno 2] No such file or directory: PosixPath('doctest-output')

2024-03-13 Thread Lucas Nussbaum
Source: python-graphviz
Version: 0.20.1+20240103-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:305: python3.12 setup.py config 
> running config
> I: pybuild base:305: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/piping.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/quoting.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/_tools.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/exceptions.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/sources.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/copying.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/base.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/dot.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/saving.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/_compat.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/jupyter_integration.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/_defaults.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/encoding.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/rendering.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/unflattening.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> copying graphviz/graphs.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz
> creating 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> copying graphviz/backend/piping.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> copying graphviz/backend/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> copying graphviz/backend/dot_command.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> copying graphviz/backend/execute.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> copying graphviz/backend/upstream_version.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> copying graphviz/backend/viewing.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> copying graphviz/backend/mixins.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> copying graphviz/backend/rendering.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> copying graphviz/backend/unflattening.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/backend
> creating 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/parameters
> copying graphviz/parameters/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/parameters
> copying graphviz/parameters/formats.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/parameters
> copying graphviz/parameters/engines.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/parameters
> copying graphviz/parameters/base.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/parameters
> copying graphviz/parameters/mixins.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/parameters
> copying graphviz/parameters/renderers.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/parameters
> copying graphviz/parameters/formatters.py -> 
> /<>/.pybuild/cpython3_3.12_graphviz/build/graphviz/parameters
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_graphviz/build/graphviz
> copying graphviz/piping.py -> 
> /<>/.pybuild/cpython3

Bug#1066792: rocblas: FTBFS: FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/clang++-15'

2024-03-13 Thread Lucas Nussbaum
Source: rocblas
Version: 5.5.1+dfsg-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DROCM_SYMLINK_LIBS=OFF 
> -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF 
> -DAMDGPU_TARGETS="gfx803;gfx900;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx1010;gfx1030"
>  -DROCBLAS_TENSILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu/rocblas/2.47.0 
> -DTensile_TEST_LOCAL_PATH="../tensile" -DTensile_LOGIC=asm_full 
> -DTensile_LIBRARY_FORMAT=msgpack -DTensile_LAZY_LIBRARY_LOADING=OFF 
> -DTensile_SEPARATE_ARCHITECTURES=OFF -DRUN_HEADER_TESTING=OFF 
> -DBUILD_CLIENTS_TESTS=ON
>   cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb cmake 
> -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None 
> -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
> -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
> -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
> -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
> -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
> -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_CXX_COMPILER=hipcc 
> -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Release 
> -DROCM_SYMLINK_LIBS=OFF -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF 
> -DAMDGPU_TARGETS=gfx803\;gfx900\;gfx906:xnack-\;gfx908:xnack-\;gfx90a:xnack\+\;gfx90a:xnack-\;gfx1010\;gfx1030
>  -DROCBLAS_TENSILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu/rocblas/2.47.0 
> -DTensile_TEST_LOCAL_PATH=../tensile -DTensile_LOGIC=asm_full 
> -DTensile_LIBRARY_FORMAT=msgpack -DTensile_LAZY_LIBRARY_LOADING=OFF 
> -DTensile_SEPARATE_ARCHITECTURES=OFF -DRUN_HEADER_TESTING=OFF 
> -DBUILD_CLIENTS_TESTS=ON ..
> Re-run cmake no build system arguments
> -- The CXX compiler identification is Clang 17.0.6
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/hipcc - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Use hip-clang to build for amdgpu backend
> -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
> -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
> -- Found Threads: TRUE  
> -- Found Python3: /usr/bin/python3 (found version "3.11.8") found components: 
> Interpreter 
> -- OS detected is debian
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx803
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 - Success
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx900
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 - Success
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off - Success
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off - Success
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on - Success
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off - Success
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 - Success
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030
> -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 - Success
> -- The C compiler identification is GNU 13.2.0
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working C compiler: /usr/bin/cc - skipped
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- hip::amdhip64 is SHARED_LIBRARY
> -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
> -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Failed
> -- Found Boost: 
> /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake (found version 
> "1.83.0")  
> -- hip::amdhip64 is SHARED_LIBRARY
> -- Using AMDGPU_TARGETS: 
> gfx803;gfx900;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx1010;gfx1030
> -- OS: debian 
> -- Tensile script: /<>/tensile/Tensile/bin/TensileCreateLibrary
> -- Tensile_CREATE_COMMAND: 
> /<>/tensile/Tensile/bin/TensileCreateLibrary;--merge-files;--no-short-file-names;--no-library-print-debug;--code-object-version=default;--cxx-compiler=hipcc;--library-format=msgpack;--architecture=gfx803_gfx900_gfx906:xnack-_gfx908:xnack-_gfx90a:xnack+_gfx90a:xnack-_gfx1010_gfx1030;/<>/library/src/blas3/Tensile/Logic/asm_full;/<>/obj-x86_64-linux-gnu/Tens

Bug#1066794: git: FTBFS: tests failed

2024-03-13 Thread Lucas Nussbaum
Source: git
Version: 1:2.43.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> expecting success of 9500.119 'unborn HEAD: "summary" page (with "heads" 
> subview)': {
>   git checkout orphan_branch ||
>   git checkout --orphan orphan_branch
>} &&
>test_when_finished "git checkout main" &&
>gitweb_run "p=.git;a=summary"
> error: pathspec 'orphan_branch' did not match any file(s) known to git
> Switched to a new branch 'orphan_branch'
> Switched to branch 'main'
> ok 119 - unborn HEAD: "summary" page (with "heads" subview)
> 
> # failed 11 among 119 test(s)
> 1..119
> make[4]: *** [Makefile:66: t9500-gitweb-standalone-no-errors.sh] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/git_2.43.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066791: pyiosxr: FTBFS: ModuleNotFoundError: No module named 'netmiko.ssh_exception'

2024-03-13 Thread Lucas Nussbaum
Source: pyiosxr
Version: 0.53-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:305: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> 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.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running config
> I: pybuild base:305: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> 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.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> 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.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running build
> running build_py
> file pyIOSXR.py (for module pyIOSXR) not found
> creating /<>/.pybuild/cpython3_3.12_pyIOSXR/build/pyIOSXR
> copying pyIOSXR/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_pyIOSXR/build/pyIOSXR
> copying pyIOSXR/exceptions.py -> 
> /<>/.pybuild/cpython3_3.12_pyIOSXR/build/pyIOSXR
> copying pyIOSXR/iosxr.py -> 
> /<>/.pybuild/cpython3_3.12_pyIOSXR/build/pyIOSXR
> running egg_info
> creating pyIOSXR.egg-info
> writing pyIOSXR.egg-info/PKG-INFO
> writing dependency_links to pyIOSXR.egg-info/dependency_links.txt
> writing requirements to pyIOSXR.egg-info/requires.txt
> writing top-level names to pyIOSXR.egg-info/top_level.txt
> writing manifest file 'pyIOSXR.egg-info/SOURCES.txt'
> file pyIOSXR.py (for module pyIOSXR) not found
> reading manifest file 'pyIOSXR.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'pyIOSXR.egg-info/SOURCES.txt'
> file pyIOSXR.py (for module pyIOSXR) not found
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> 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.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> cal

Bug#1066112: weston: Enable support to libseat launcher in weston 10

2024-03-13 Thread Carlos Henrique Lima Melara
Hi,

On Tue, Mar 12, 2024 at 10:10:06PM +0100, Dylan Aïssi wrote:
> Hello,
> 
> Le mar. 12 mars 2024 à 20:45, Carlos Henrique Lima Melara
>  a écrit :
> >
> > Taking this into consideration and the outcome of Init systems and
> > systemd GR [3], I'd like to check with you the possibility of enabling the
> > support for libseat launcher in stable via a proposed-updates upload to
> > bookworm.
> 
> I'm not against that, but we will have to convince the release team that
> it won't introduce new bugs. That means we have to fill a bug report
> against the pseudo-package "release.debian.org".

Yeah... Though I thought it was better to first reach the maintainers
with the proposal before spending a long time testing stuff to see if
this option would break something.

And also weston has built-in tests which should help to convince them.

> If we are going to touch the package in Bookworm, I would like to try
> pushing the last bugfix release of the serie 10.0. It was a private
> request from upstream but I didn't realized that there were very few
> changes in the bugfix releases, it's worth a try. What do you think?

I'm all in on this, I think it's going to make a more compeling case for
the release team (although I only did CVE fixes to stable, not patch
releases). It's very few commits, so I think it shouldn't be
problematic.

> I can try this week to prepare an updated package in a dedicated branch
> in salsa, so you can test it. Then, if everything is okay, we could fill
> the request to the release team.

Sure, just let me know if you need help with anything and/or when the
packaging is ready for testing.

> > I did rebuild bookworm's version with the option enabled and tested it a
> > bit in my notebook. I've also used abi-compliance-checker to check if
> > this could have caused any ABI change in libweston and it didn't. I'll
> > provide the debdiff output for you to check.
> >
> > Also, should you answer positively, I can do a more exhaustive testing
> > and check if we don't introduce any errors when running with elogind and
> > systemd-logind.
> 
> This will be very useful to convince the release team.

Hopefully.

> Best regards,
> Dylan

Cheers and thanks!
Charles


signature.asc
Description: PGP signature


Bug#1066790: steam-installer 32bit package is missing

2024-03-13 Thread Robin
Package: steam-installer
Version: 1:1.0.0.79~ds-2
Severity: wishlist


The Debian 32bit deb package is missing, even when steam supports 32 bit 
hardware (see: https://repo.steampowered.com/steam/archive/stable/ ). 

We had some complaints that it can't be installed from the debian repos:

$ apt-cache policy steam-installer
steam-installer:
  Installed: (none)
  Candidate: (none)
  Version table:

Would be great if you could provide the i386 package for steam-installer, also 
for the current Debian stable, maybe through the backports.


Many thanks!

Robin



Bug#1066789: pycoast: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: pycoast
Version: 1.7.0+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> I: pybuild base:305: echo 
> /<>/.pybuild/cpython3_3.11_pycoast/build
> env PYTHONPATH=/<>/.pybuild/cpython3_3.11_pycoast/build \
> http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \
> LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 \
> sphinx-build -N -E -T -b html docs/source /<>/.pybuild/docs/html
> Running Sphinx v7.2.6
> making output directory... done
> loading intersphinx inventory from https://docs.python.org/3/objects.inv...
> loading intersphinx inventory from 
> https://docs.scipy.org/doc/numpy/objects.inv...
> loading intersphinx inventory from 
> https://docs.scipy.org/doc/scipy/reference/objects.inv...
> loading intersphinx inventory from 
> https://xarray.pydata.org/en/stable/objects.inv...
> loading intersphinx inventory from 
> https://dask.pydata.org/en/latest/objects.inv...
> loading intersphinx inventory from 
> https://pyresample.readthedocs.io/en/stable/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://docs.scipy.org/doc/numpy/objects.inv' not 
> fetchable due to : 
> HTTPSConnectionPool(host='docs.scipy.org', port=443): Max retries exceeded 
> with url: /doc/numpy/objects.inv (Caused by ProxyError('Cannot connect to 
> proxy.', NewConnectionError(' 0x7f1c7d566910>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> loading intersphinx inventory from 
> https://trollsift.readthedocs.io/en/stable/objects.inv...
> loading intersphinx inventory from 
> https://trollimage.readthedocs.io/en/stable/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://docs.python.org/3/objects.inv' not fetchable 
> due to : 
> HTTPSConnectionPool(host='docs.python.org', port=443): Max retries exceeded 
> with url: /3/objects.inv (Caused by ProxyError('Cannot connect to proxy.', 
> NewConnectionError(' 0x7f1c7d567250>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 
> 'https://pyresample.readthedocs.io/en/stable/objects.inv' not fetchable due 
> to : 
> HTTPSConnectionPool(host='pyresample.readthedocs.io', port=443): Max retries 
> exceeded with url: /en/stable/objects.inv (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError(' object at 0x7f1c7d57d4d0>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 
> 'https://trollsift.readthedocs.io/en/stable/objects.inv' not fetchable due to 
> : 
> HTTPSConnectionPool(host='trollsift.readthedocs.io', port=443): Max retries 
> exceeded with url: /en/stable/objects.inv (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError(' object at 0x7f1c7d57fa90>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 
> 'https://docs.scipy.org/doc/scipy/reference/objects.inv' not fetchable due to 
> : 
> HTTPSConnectionPool(host='docs.scipy.org', port=443): Max retries exceeded 
> with url: /doc/scipy/reference/objects.inv (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError(' object at 0x7f1c7d586210>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://dask.pydata.org/en/latest/objects.inv' not 
> fetchable due to : 
> HTTPSConnectionPool(host='dask.pydata.org', port=443): Max retries exceeded 
> with url: /en/latest/objects.inv (Caused by ProxyError('Cannot connect to 
> proxy.', NewConnectionError(' 0x7f1c7d566910>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> loading intersphinx inventory from 
> https://pillow.readthedocs.io/en/stable/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://pillow.readthedocs.io/en/stable/objects.inv' 
> not fetchable due to : 
> HTTPSConnectionPool(host='pillow.readthedocs.io', port=443): Max retries 
> exceeded with url: /en/stable/objects.inv (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError(' object at

Bug#1066787: asgi-lifespan: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: asgi-lifespan
Version: 2.1.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_asgi-lifespan  
> * Building wheel...
> No `packages` or `py_modules` configuration, performing automatic discovery.
> `src-layout` detected -- analysing ./src
> discovered packages -- ['asgi_lifespan', 'asgi_lifespan._concurrency']
> discovered py_modules -- []
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/asgi_lifespan
> copying src/asgi_lifespan/__init__.py -> build/lib/asgi_lifespan
> copying src/asgi_lifespan/_types.py -> build/lib/asgi_lifespan
> copying src/asgi_lifespan/_manager.py -> build/lib/asgi_lifespan
> copying src/asgi_lifespan/_compat.py -> build/lib/asgi_lifespan
> copying src/asgi_lifespan/_exceptions.py -> build/lib/asgi_lifespan
> creating build/lib/asgi_lifespan/_concurrency
> copying src/asgi_lifespan/_concurrency/__init__.py -> 
> build/lib/asgi_lifespan/_concurrency
> copying src/asgi_lifespan/_concurrency/asyncio.py -> 
> build/lib/asgi_lifespan/_concurrency
> copying src/asgi_lifespan/_concurrency/base.py -> 
> build/lib/asgi_lifespan/_concurrency
> copying src/asgi_lifespan/_concurrency/trio.py -> 
> build/lib/asgi_lifespan/_concurrency
> running egg_info
> creating src/asgi_lifespan.egg-info
> writing src/asgi_lifespan.egg-info/PKG-INFO
> writing dependency_links to src/asgi_lifespan.egg-info/dependency_links.txt
> writing requirements to src/asgi_lifespan.egg-info/requires.txt
> writing top-level names to src/asgi_lifespan.egg-info/top_level.txt
> writing manifest file 'src/asgi_lifespan.egg-info/SOURCES.txt'
> reading manifest file 'src/asgi_lifespan.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'src/asgi_lifespan.egg-info/SOURCES.txt'
> copying src/asgi_lifespan/py.typed -> build/lib/asgi_lifespan
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/asgi_lifespan
> copying build/lib/asgi_lifespan/__init__.py -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan
> copying build/lib/asgi_lifespan/_types.py -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan
> copying build/lib/asgi_lifespan/py.typed -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan
> copying build/lib/asgi_lifespan/_manager.py -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan
> copying build/lib/asgi_lifespan/_compat.py -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan
> creating build/bdist.linux-x86_64/wheel/asgi_lifespan/_concurrency
> copying build/lib/asgi_lifespan/_concurrency/__init__.py -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan/_concurrency
> copying build/lib/asgi_lifespan/_concurrency/asyncio.py -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan/_concurrency
> copying build/lib/asgi_lifespan/_concurrency/base.py -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan/_concurrency
> copying build/lib/asgi_lifespan/_concurrency/trio.py -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan/_concurrency
> copying build/lib/asgi_lifespan/_exceptions.py -> 
> build/bdist.linux-x86_64/wheel/asgi_lifespan
> running install_egg_info
> Copying src/asgi_lifespan.egg-info to 
> build/bdist.linux-x86_64/wheel/asgi_lifespan-2.1.0.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/asgi_lifespan-2.1.0.dist-info/WHEEL
> creating 
> '/<>/.pybuild/cpython3_3.12_asgi-lifespan/.tmp-8wryf6qg/asgi_lifespan-2.1.0-py3-none-any.whl'
>  and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'asgi_lifespan/__init__.py'
> adding 'asgi_lifespan/_compat.py'
> adding 'asgi_lifespan/_exceptions.py'
> adding 'asgi_lifespan/_manager.py'
> adding 'asgi_lifespan/_types.py'
> adding 'asgi_lifespan/py.typed'
> adding 'asgi_lifespan/_concurrency/__init__.py'
> adding 'asgi_lifespan/_concurrency/asyncio.py'
> adding 'asgi_lifespan/

Bug#1066785: python-pytest-lazy-fixture: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: python-pytest-lazy-fixture
Version: 0.6.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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:305: python3.12 setup.py config 
> running config
> I: pybuild base:305: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> copying pytest_lazyfixture.py -> 
> /<>/.pybuild/cpython3_3.12_pytest-lazy-fixture/build
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> running build
> running build_py
> copying pytest_lazyfixture.py -> 
> /<>/.pybuild/cpython3_3.11_pytest-lazy-fixture/build
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild pybuild:308: cp -r /<>/tests 
> /<>/.pybuild/cpython3_3.12_pytest-lazy-fixture/build
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_pytest-lazy-fixture/build; python3.12 
> -m pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>
> collected 0 items / 1 error
> 
>  ERRORS 
> 
> _ ERROR collecting 
> .pybuild/cpython3_3.12_pytest-lazy-fixture/build/tests/test_lazyfixture.py _
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
> return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
> self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
> return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> pytest_lazyfixture.py:74: in pytest_generate_tests
> normalize_metafunc_calls(metafunc, 'funcargs')
> pytest_lazyfixture.py:81: in normalize_metafunc_calls
> calls = normalize_call(callspec, metafunc, valtype, used_keys)
> pytest_lazyfixture.py:105: in normalize_call
> valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> === warnings summary 
> ===
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
>   /usr/lib/python3/dist-packages/_pytest/python.py:507: 
> PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style 
> hookwrapper teardown.
>   Plugin: pytest_lazyfixture, Hook: pytest_generate_tests
>   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
>   For more information see 
> https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning
> self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> === short test summary info 
> 
> ERROR tests/test_lazyfixture.py - AttributeError: 'CallSpec2' object has no 
> a...
>  Interrupted: 1 error during collection 
> 
> = 1 warning, 1 error in 0.19s 
> ==
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<>/.pybuild/cpython3_3.12_pytest-lazy-fixture/build; python3.12 
> -m pytest tests
> I: pybuild pybuild:308: cp -r /<>/tests 
> /<>/.pybuild/cpython3_3.11_pytest-lazy-fixture/build
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.11_pytest-lazy-fixture/build; python3.11 
> -m pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>
> collected 0 items / 1 error

Bug#1066786: dh-make-perl: FTBFS: dh_auto_test: error: /usr/bin/perl Build test --verbose 1 returned exit code 255

2024-03-13 Thread Lucas Nussbaum
Source: dh-make-perl
Version: 0.123
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure
>   /usr/bin/perl Build.PL --installdirs vendor --config "optimize=-g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" 
> --config "ld=x86_64-linux-gnu-gcc -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wl,-z,relro"
> Checking prerequisites...
>   recommends:
> *  Git is not installed
> 
> ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
> of the modules indicated above before proceeding with this installation
> 
> Run 'Build installdeps' to install missing prerequisites.
> 
> Created MYMETA.yml and MYMETA.json
> Creating new 'Build' script for 'DhMakePerl' version '0.123'
>dh_auto_build
>   /usr/bin/perl Build
> Building DhMakePerl
>dh_auto_test
>   /usr/bin/perl Build test --verbose 1
> t/00-load.t . 
> 1..26
> ok 1 - Compile test for blib/lib/Debian/AptContents.pm
> ok 2 - Compile test for blib/lib/Debian/Control.pm
> ok 3 - Compile test for blib/lib/Debian/Control/FromCPAN.pm
> ok 4 - Compile test for blib/lib/Debian/Control/Stanza.pm
> ok 5 - Compile test for blib/lib/Debian/Control/Stanza/Binary.pm
> ok 6 - Compile test for blib/lib/Debian/Control/Stanza/CommaSeparated.pm
> ok 7 - Compile test for blib/lib/Debian/Control/Stanza/Source.pm
> ok 8 - Compile test for blib/lib/Debian/Dependencies.pm
> ok 9 - Compile test for blib/lib/Debian/Dependency.pm
> ok 10 - Compile test for blib/lib/Debian/DpkgLists.pm
> ok 11 - Compile test for blib/lib/Debian/Rules.pm
> ok 12 - Compile test for blib/lib/Debian/Upstream/Metadata/Perl.pm
> ok 13 - Compile test for blib/lib/Debian/WNPP/Bug.pm
> ok 14 - Compile test for blib/lib/Debian/WNPP/Query.pm
> ok 15 - Compile test for blib/lib/DhMakePerl.pm
> ok 16 - Compile test for blib/lib/DhMakePerl/Command/Packaging.pm
> ok 17 - Compile test for blib/lib/DhMakePerl/Command/dump_config.pm
> ok 18 - Compile test for blib/lib/DhMakePerl/Command/help.pm
> ok 19 - Compile test for blib/lib/DhMakePerl/Command/locate.pm
> ok 20 - Compile test for blib/lib/DhMakePerl/Command/make.pm
> ok 21 - Compile test for blib/lib/DhMakePerl/Command/refresh.pm
> ok 22 - Compile test for blib/lib/DhMakePerl/Command/refresh_cache.pm
> ok 23 - Compile test for blib/lib/DhMakePerl/Config.pm
> ok 24 - Compile test for blib/lib/DhMakePerl/PodParser.pm
> ok 25 - Compile test for blib/lib/DhMakePerl/Utils.pm
> ok 26 - Compile test for dh-make-perl
> ok
> t/AptContents.t . 
> ok 1 - use Debian::AptContents;
> ok 2 - AptContents->new with no cache_dir dies
> ok 3 - should say why it died
> ok 4 - Distributing files on more CPUs results in no empty slots
> ok 5 - should create
> ok 6 - contents in a dir
> ok 7 - Contents.cache created
> ok 8 - cache was used
> ok 9 - cache updated
> ok 10 - Moose found by find_file_packages
> ok 11 - Moose found by module name
> ok 12 - get_contents_files
> ok 13 - GD.pm is in libdg-gd2[-noxpm]-perl
> ok 14 - Alternative dependency for module found in multiple packages
> ok 15 - Image/Magick.pm in perlmagick and 
> graphicsmagick-libmagick-dev-compat, but different paths
> ok 16 - Alternative dependency for Image::Magick module found in multiple 
> packages
> ok 17 - Test::More is in perl core and libtest-simple-perl but we only get 
> the latter
> ok 18 - use Debian::Control::FromCPAN;
> 
> Reading package lists... 0%
> 
> Reading package lists... 100%
> 
> Reading package lists... Done
> 
> 
> Building dependency tree... 0%
> 
> Building dependency tree... 0%
> 
> Building dependency tree... 50%
> 
> Building dependency tree... 50%
> 
> Building dependency tree... Done
> 
> 
> Reading state information... 0% 
> 
> Reading state information... 0%
> 
> Reading state information... Done
> 
> ok 19 - Test::More is in libtest-simple-perl
> ok 20
> 1..20
> ok
> t/CommaSeparated.t .. 
> 1..7
> ok 1 - constructor parses ok
> ok 2 - ignores duplicates
> ok 3 - add splits correctly
> ok 4 - add honours quotes
> ok 5 - fifth is

Bug#1066788: gyoto: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 check-lorene returned exit code 2

2024-03-13 Thread Lucas Nussbaum
Source: gyoto
Version: 2.0.2-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<>/yorick'
> Makefile:136: warning: overriding recipe for target 'check-dll'
> ../yorick/Makepkg:158: warning: ignoring old recipe for target 'check-dll'
> make[3]: 'check-lorene' is up to date.
> make[3]: Leaving directory '/<>/yorick'
> make[2]: Leaving directory '/<>'
> dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 
> check-lorene returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gyoto_2.0.2-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066783: streamlink: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: streamlink
Version: 6.6.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>/docs'
> sphinx-build -b html -d _build/doctrees  -W . _build/html
> Running Sphinx v7.2.6
> making output directory... done
> myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, 
> enable_extensions=set(), disable_syntax=[], all_links_external=False, 
> url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, 
> fence_as_directive=set(), number_code_blocks=[], title_to_header=False, 
> heading_anchors=0, heading_slug_func=None, html_meta={}, 
> footnote_transition=True, words_per_minute=200, substitutions={}, 
> linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, 
> dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, 
> mathjax_classes='tex2jax_process|mathjax_process|math|output_area', 
> enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 34 source files that are out of date
> updating environment: [new config] 34 added, 0 changed, 0 removed
> reading sources... [  3%] api
> reading sources... [  6%] api/cache
> reading sources... [  9%] api/exceptions
> reading sources... [ 12%] api/options
> reading sources... [ 15%] api/plugin
> reading sources... [ 18%] api/session
> reading sources... [ 21%] api/stream
> reading sources... [ 24%] api/streamlink
> reading sources... [ 26%] api/validate
> reading sources... [ 29%] api/webbrowser
> reading sources... [ 32%] api_guide
> reading sources... [ 35%] api_guide/quickstart
> reading sources... [ 38%] api_guide/validate
> reading sources... [ 41%] applications
> reading sources... [ 44%] changelog
> reading sources... [ 47%] cli
> reading sources... [ 50%] cli/config
> reading sources... [ 53%] cli/metadata
> reading sources... [ 56%] cli/plugin-sideloading
> reading sources... [ 59%] cli/plugins
> reading sources... [ 62%] cli/plugins/crunchyroll
> reading sources... [ 65%] cli/plugins/twitch
> reading sources... [ 68%] cli/protocols
> reading sources... [ 71%] cli/proxy
> reading sources... [ 74%] cli/tutorial
> reading sources... [ 76%] deprecations
> reading sources... [ 79%] developing
> reading sources... [ 82%] donate
> reading sources... [ 85%] index
> reading sources... [ 88%] install
> reading sources... [ 91%] migrations
> reading sources... [ 94%] players
> reading sources... [ 97%] plugins
> reading sources... [100%] thirdparty
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [  3%] api
> writing output... [  6%] api/cache
> writing output... [  9%] api/exceptions
> writing output... [ 12%] api/options
> writing output... [ 15%] api/plugin
> writing output... [ 18%] api/session
> writing output... [ 21%] api/stream
> writing output... [ 24%] api/streamlink
> writing output... [ 26%] api/validate
> writing output... [ 29%] api/webbrowser
> writing output... [ 32%] api_guide
> writing output... [ 35%] api_guide/quickstart
> writing output... [ 38%] api_guide/validate
> writing output... [ 41%] applications
> writing output... [ 44%] changelog
> writing output... [ 47%] cli
> writing output... [ 50%] cli/config
> writing output... [ 53%] cli/metadata
> writing output... [ 56%] cli/plugin-sideloading
> writing output... [ 59%] cli/plugins
> writing output... [ 62%] cli/plugins/crunchyroll
> writing output... [ 65%] cli/plugins/twitch
> writing output... [ 68%] cli/protocols
> writing output... [ 71%] cli/proxy
> writing output... [ 74%] cli/tutorial
> writing output... [ 76%] deprecations
> writing output... [ 79%] developing
> writing output... [ 82%] donate
> writing output... [ 85%] index
> writing output... [ 88%] install
> writing output... [ 91%] migrations
> writing output... [ 94%] players
> writing output... [ 97%] plugins
> writing output... [100%] thirdparty
> 
> generating indices... genindex done
> writing additional pages... search done
> copying images... [ 33%] _stati

Bug#1066784: python-marshmallow-sqlalchemy: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: python-marshmallow-sqlalchemy
Version: 1.0.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_marshmallow_sqlalchemy  
> * Building wheel...
> Successfully built marshmallow_sqlalchemy-1.0.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.11_marshmallow_sqlalchemy  
> * Building wheel...
> Successfully built marshmallow_sqlalchemy-1.0.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_marshmallow_sqlalchemy/build; 
> python3.12 -m pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>/.pybuild/cpython3_3.12_marshmallow_sqlalchemy/build
> configfile: pytest.ini
> plugins: lazy-fixture-0.6.3
> collected 0 items / 2 errors
> 
>  ERRORS 
> 
> __ ERROR collecting tests/test_conversion.py 
> ___
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
> return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
> self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
> return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
> normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
> calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
> valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> ___ ERROR collecting tests/test_sqlalchemy_schema.py 
> ___
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
> return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
> self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
> return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
> normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
> calls =

Bug#1066782: python-graphene: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" --system=custom "--test-args={interpreter} -m pytest" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: python-graphene
Version: 3.3.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> PYTHONPATH=. \
> dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest"
> I: pybuild base:305: python3.12 -m pytest
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False 
> min_rounds=5 min_time=0.05 max_time=1.0 calibration_precision=10 
> warmup=False warmup_iterations=10)
> rootdir: /<>
> configfile: tox.ini
> plugins: cov-4.1.0, asyncio-0.20.3, benchmark-4.0.0, mock-3.12.0
> asyncio: mode=Mode.STRICT
> collected 468 items
> 
> examples/starwars/tests/test_query.py s  [  
> 2%]
> examples/starwars_relay/tests/test_connections.py s  [  
> 2%]
> examples/starwars_relay/tests/test_mutation.py s [  
> 3%]
> examples/starwars_relay/tests/test_objectidentification.py ss[  
> 4%]
> graphene/relay/tests/test_connection.py ..   [  
> 7%]
> graphene/relay/tests/test_connection_async.py .  [  
> 7%]
> graphene/relay/tests/test_connection_query.py .  [ 
> 12%]
> graphene/relay/tests/test_custom_global_id.py    [ 
> 13%]
> graphene/relay/tests/test_global_id.py   [ 
> 14%]
> graphene/relay/tests/test_mutation.py .  [ 
> 16%]
> graphene/relay/tests/test_mutation_async.py ..   [ 
> 17%]
> graphene/relay/tests/test_node.py .. [ 
> 20%]
> graphene/relay/tests/test_node_custom.py ... [ 
> 22%]
> graphene/tests/issues/test_1293.py . [ 
> 22%]
> graphene/tests/issues/test_1394.py ..[ 
> 23%]
> graphene/tests/issues/test_1419.py . [ 
> 25%]
> graphene/tests/issues/test_313.py .  [ 
> 26%]
> graphene/tests/issues/test_356.py .  [ 
> 26%]
> graphene/tests/issues/test_425.py .  [ 
> 28%]
> graphene/tests/issues/test_490.py .  [ 
> 28%]
> graphene/tests/issues/test_720.py .  [ 
> 28%]
> graphene/tests/issues/test_881.py .  [ 
> 28%]
> graphene/tests/issues/test_956.py .  [ 
> 29%]
> graphene/types/tests/test_argument.py .. [ 
> 31%]
> graphene/types/tests/test_base.py .  [ 
> 32%]
> graphene/types/tests/test_base64.py ...  [ 
> 33%]
> graphene/types/tests/test_datetime.py .  [ 
> 36%]
> graphene/types/tests/test_decimal.py [ 
> 37%]
> graphene/types/tests/test_definition.py ...  [ 
> 39%]
> graphene/types/tests/test_dynamic.py .   [ 
> 40%]
> graphene/types/tests/test_enum.py .. [ 
> 47%]
> graphene/types/tests/test_field.py ..[ 
> 50%]
> graphene/types/tests/test_generic.py ..  [ 
> 50%]
> graphene/types/tests/test_inputfield.py ..   [ 
> 51%]
> graphene/types/tests/test_inputobjecttype.py ..  [ 
> 54%]
> graphene/types/tests/test_interface.py ...   [ 
> 56%]
> graphene/types/tests/test_json.py    [ 
> 57%]
> graphene/types/tests/test_mountedtype.py ..  [ 
> 57%]
> graphene/types/tests/test_mutation.py .  [ 
> 59%]
> graphene/types/tests/test_objecttype.py  [ 
> 65%]
> graphene/types/tests/test_query.py   [ 
> 69%]
> graphene/types/tests/test_resolver.py ...[ 
> 71%]
> graphene/types/tests/test_scalar.py .[ 
> 75%]
> graphene/types/tests/test_scalars_serializatio

Bug#1066781: hickle: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: hickle
Version: 5.0.2-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:305: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> 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.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running config
> I: pybuild base:305: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> 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.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> 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.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12_hickle/build/hickle
> copying hickle/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle
> copying hickle/hickle.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle
> copying hickle/fileio.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle
> copying hickle/lookup.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle
> copying hickle/helpers.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle
> copying hickle/__version__.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle
> creating /<>/.pybuild/cpython3_3.12_hickle/build/hickle/tests
> copying hickle/tests/generate_legacy_4_0_0.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle/tests
> copying hickle/tests/test_01_hickle_helpers.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle/tests
> copying hickle/tests/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle/tests
> copying hickle/tests/test_hickle.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle/tests
> copying hickle/tests/test_99_hickle_core.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle/tests
> copying hickle/tests/test_06_load_astropy.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle/tests
> copying hickle/tests/test_05_load_scipy.py -> 
> /<>/.pybuild/cpython3_3.12_hickle/build/hickle/tests
> copying hickle/tests/test_07_load_pandas.py -> 
> /<>/.py

Bug#1066780: golang-github-lucas-clemente-quic-go: FTBFS: dh_auto_test: error: cd _build && go test -vet=off -v -p 8 github.com/quic-go/quic-go github.com/quic-go/quic-go/example github.com/quic-go/qu

2024-03-13 Thread Lucas Nussbaum
Source: golang-github-lucas-clemente-quic-go
Version: 0.38.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> find /<> -name sys_conn_oob_test.go -delete
> dh_auto_configure
> mkdir -pv _build/src/github.com/quic-go/quic-go/internal
> mv -v _build/src/github.com/quic-go/quic-go/qtls-go1-20 
> _build/src/github.com/quic-go/quic-go/internal
> renamed '_build/src/github.com/quic-go/quic-go/qtls-go1-20' -> 
> '_build/src/github.com/quic-go/quic-go/internal/qtls-go1-20'
> for i in qtls-go1-20; do \
>   find _build/src/github.com/quic-go/quic-go/internal/qtls -type f -exec \
>   sed -i -e "s|github.com/.*/$i|github.com/quic-go/quic-go/internal/$i|g" 
> {} + ; \
> done
> make[1]: Leaving directory '/<>'
>dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
> dh_auto_build: warning: github.com/quic-go/quic-go/integrationtests/self 
> contains no non-test Go files, removing it from build
> dh_auto_build: warning: 
> github.com/quic-go/quic-go/integrationtests/versionnegotiation contains no 
> non-test Go files, removing it from build
>   cd _build && go install -trimpath -v -p 8 github.com/quic-go/quic-go 
> github.com/quic-go/quic-go/example github.com/quic-go/quic-go/example/client 
> github.com/quic-go/quic-go/example/echo 
> github.com/quic-go/quic-go/fuzzing/frames 
> github.com/quic-go/quic-go/fuzzing/frames/cmd 
> github.com/quic-go/quic-go/fuzzing/handshake 
> github.com/quic-go/quic-go/fuzzing/handshake/cmd 
> github.com/quic-go/quic-go/fuzzing/header 
> github.com/quic-go/quic-go/fuzzing/header/cmd 
> github.com/quic-go/quic-go/fuzzing/internal/helper 
> github.com/quic-go/quic-go/fuzzing/tokens 
> github.com/quic-go/quic-go/fuzzing/transportparameters 
> github.com/quic-go/quic-go/fuzzing/transportparameters/cmd 
> github.com/quic-go/quic-go/http3 
> github.com/quic-go/quic-go/integrationtests/gomodvendor 
> github.com/quic-go/quic-go/integrationtests/tools 
> github.com/quic-go/quic-go/integrationtests/tools/israce 
> github.com/quic-go/quic-go/integrationtests/tools/proxy 
> github.com/quic-go/quic-go/internal/ackhandler 
> github.com/quic-go/quic-go/internal/congestion 
> github.com/quic-go/quic-go/internal/flowcontrol 
> github.com/quic-go/quic-go/internal/handshake 
> github.com/quic-go/quic-go/internal/logutils 
> github.com/quic-go/quic-go/internal/mocks 
> github.com/quic-go/quic-go/internal/mocks/ackhandler 
> github.com/quic-go/quic-go/internal/mocks/logging 
> github.com/quic-go/quic-go/internal/mocks/quic 
> github.com/quic-go/quic-go/internal/mocks/tls 
> github.com/quic-go/quic-go/internal/protocol 
> github.com/quic-go/quic-go/internal/qerr 
> github.com/quic-go/quic-go/internal/qtls 
> github.com/quic-go/quic-go/internal/testutils 
> github.com/quic-go/quic-go/internal/utils 
> github.com/quic-go/quic-go/internal/utils/linkedlist 
> github.com/quic-go/quic-go/internal/utils/ringbuffer 
> github.com/quic-go/quic-go/internal/wire 
> github.com/quic-go/quic-go/interop/client 
> github.com/quic-go/quic-go/interop/http09 
> github.com/quic-go/quic-go/interop/server 
> github.com/quic-go/quic-go/interop/utils github.com/quic-go/quic-go/logging 
> github.com/quic-go/quic-go/qlog github.com/quic-go/quic-go/quicvarint
> internal/goarch
> internal/unsafeheader
> internal/goos
> internal/coverage/rtcov
> internal/goexperiment
> runtime/internal/atomic
> internal/godebugs
> internal/abi
> internal/chacha8rand
> internal/cpu
> runtime/internal/math
> runtime/internal/sys
> runtime/internal/syscall
> internal/race
> sync/atomic
> unicode/utf8
> unicode
> internal/itoa
> math/bits
> crypto/internal/alias
> internal/bytealg
> crypto/subtle
> crypto/internal/boring/sig
> cmp
> container/list
> math
> slices
> unicode/utf16
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> vendor/golang.org/x/crypto/internal/alias
> log/internal
> golang.org/x/exp/constraints
> golang.org/x/crypto/internal/alias
> github.com/quic-go/quic-go/internal/utils/ringbuffer
> encoding
> github.com/quic-go/quic-go/integrationtests/tools/israce
> golang.org/x/net/internal/iana
> runtime
> internal/reflectlite
> sync
> internal/singleflight
> internal/bisect
> github.com/quic-go/quic-go/internal/utils/linkedlist
> internal/testlog
> runtime/cgo
> errors
> sort
> internal/oserror
> internal/safefilepath
> io
> internal/godebug
> strconv
> path
> syscall
> crypto/internal/nistec/fi

Bug#1066777: quart: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: quart
Version: 0.19.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # The name of the project need to be written in lowercase letters,
> # otherwise pybuild wont find the WHEEL file (as it's created from the
> # project name starting with an capital letter).
> sed -i 's,name = "Quart",name = "quart",g' pyproject.toml
> dh_auto_build
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.12_quart 
>  
> * Building wheel...
> Successfully built quart-0.19.4-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.11_quart 
>  
> * Building wheel...
> Successfully built quart-0.19.4-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
> # Now undo the previous replacement again, we need to do this hack as
> # dpkg will otherwise complain about modified source code of course in
> # case the build is getting started twice in a row.
> sed -i 's,name = "quart",name = "Quart",g' pyproject.toml
> make[1]: Leaving directory '/<>'
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd /<>/.pybuild/cpython3_3.12_quart/build; 
> python3.12 -m pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>/.pybuild/cpython3_3.12_quart/build
> configfile: pyproject.toml
> plugins: cov-4.1.0, asyncio-0.20.3, hypothesis-6.98.15
> asyncio: mode=Mode.AUTO
> collected 250 items
> 
> tests/test_app.py ...[ 
> 15%]
> tests/test_asgi.py F..   [ 
> 26%]
> tests/test_background_tasks.py ...   [ 
> 27%]
> tests/test_basic.py ..   [ 
> 34%]
> tests/test_blueprints.py [ 
> 44%]
> tests/test_cli.py ...[ 
> 47%]
> tests/test_ctx.py    [ 
> 52%]
> tests/test_debug.py .[ 
> 52%]
> tests/test_exceptions.py ... [ 
> 53%]
> tests/test_helpers.py .. [ 
> 62%]
> tests/test_routing.py FF [ 
> 63%]
> tests/test_sessions.py   [ 
> 64%]
> tests/test_static_hosting.py .   [ 
> 65%]
> tests/test_sync.py ..[ 
> 66%]
> tests/test_templating.py ... [ 
> 68%]
> tests/test_testing.py .. [ 
> 82%]
> tests/test_utils.py ..   [ 
> 83%]
> tests/test_views.py ...  [ 
> 84%]
> tests/wrappers/test_base.py ..   [ 
> 86%]
> tests/wrappers/test_request.py ..[ 
> 90%]
> tests/wrappers/test_response.py ...  
> [100%]
> 
> === FAILURES 
> ===
>  test_websocket_accept_connection_warns 
> 
> 
> websocket_scope = {'asgi': {}, 'client': ('127.0.0.1', 80), 'extensions': {}, 
> 'headers': [(b'User-Agent', b'Hypercorn'), (b'X-Hypercorn', b'Hypercorn'), 
> (b'Referer', b'hypercorn')], ...}
> 
> async def test_websocket_accept_connection_warns(websocket_scope: 
> WebsocketScope) -> None:
> connection = ASGIWebsocketConnection(Quart(__name__), websocket_scope)
> 
> async def mock_send(message

Bug#1066778: golang-github-containerd-go-runc: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/containerd/go-runc returned exit code 1

2024-03-13 Thread Lucas Nussbaum
Source: golang-github-containerd-go-runc
Version: 1.0.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/containerd/go-runc
> internal/goarch
> internal/goos
> internal/coverage/rtcov
> internal/unsafeheader
> internal/godebugs
> internal/goexperiment
> internal/cpu
> runtime/internal/syscall
> runtime/internal/atomic
> internal/abi
> runtime/internal/math
> internal/chacha8rand
> runtime/internal/sys
> internal/race
> sync/atomic
> unicode
> unicode/utf8
> internal/itoa
> encoding
> math/bits
> cmp
> unicode/utf16
> log/internal
> internal/bytealg
> internal/nettrace
> slices
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> internal/bisect
> internal/singleflight
> runtime/cgo
> errors
> internal/oserror
> internal/godebug
> io
> sort
> path
> internal/safefilepath
> strconv
> internal/intern
> vendor/golang.org/x/net/dns/dnsmessage
> syscall
> strings
> bytes
> reflect
> net/netip
> bufio
> internal/syscall/execenv
> internal/syscall/unix
> time
> context
> io/fs
> internal/poll
> internal/fmtsort
> encoding/binary
> encoding/base64
> golang.org/x/sys/unix
> os
> io/ioutil
> path/filepath
> fmt
> net
> os/exec
> github.com/opencontainers/runtime-spec/specs-go
> github.com/pkg/errors
> log
> encoding/json
> github.com/containerd/console
> github.com/sirupsen/logrus
> github.com/containerd/go-runc
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 
> github.com/containerd/go-runc
> === RUN   TestTempConsole
> --- PASS: TestTempConsole (0.00s)
> === RUN   TestTempConsoleWithXdgRuntimeDir
> console_test.go:42: mkdir /tmp/foo: not a directory
> --- FAIL: TestTempConsoleWithXdgRuntimeDir (0.00s)
> === RUN   TestParseVersion
> === RUN   TestParseVersion/Full
> === RUN   TestParseVersion/WithoutCommit
> === RUN   TestParseVersion/Oneline
> === RUN   TestParseVersion/Garbage
> --- PASS: TestParseVersion (0.00s)
> --- PASS: TestParseVersion/Full (0.00s)
> --- PASS: TestParseVersion/WithoutCommit (0.00s)
> --- PASS: TestParseVersion/Oneline (0.00s)
> --- PASS: TestParseVersion/Garbage (0.00s)
> === RUN   TestParallelCmds
> --- PASS: TestParallelCmds (0.10s)
> === RUN   TestRuncRunExit
> --- PASS: TestRuncRunExit (0.00s)
> === RUN   TestRuncExecExit
> --- PASS: TestRuncExecExit (0.00s)
> === RUN   TestRuncStarted
> --- PASS: TestRuncStarted (0.00s)
> FAIL
> FAIL  github.com/containerd/go-runc   0.113s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 
> github.com/containerd/go-runc returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/golang-github-containerd-go-runc_1.0.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066774: ostree-push: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: ostree-push
Version: 1.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> === short test summary info 
> 
> ERROR tests/test_full.py::test_no_commits - tests.util.OTPushTestError: 
> Could...
> ERROR tests/test_full.py::test_basic - tests.util.OTPushTestError: Could not 
> ...
> ERROR tests/test_full.py::test_dry_run - tests.util.OTPushTestError: Could 
> no...
> ERROR tests/test_full.py::test_scp_dest - tests.util.OTPushTestError: Could 
> n...
> ERROR tests/test_full.py::test_command_abspath - tests.util.OTPushTestError: 
> ...
> ERROR tests/test_push.py::TestSSHMultiplexer::test_socket_exists - 
> tests.util...
> ERROR tests/test_push.py::TestSSHMultiplexer::test_master_non_context - 
> tests...
> ERROR tests/test_push.py::TestSSHMultiplexer::test_master_context - 
> tests.uti...
> ERROR tests/test_push.py::TestSSHMultiplexer::test_forward_port - 
> tests.util
> ERROR tests/test_push.py::TestSSHMultiplexer::test_run - 
> tests.util.OTPushTes...
> ERROR tests/test_push.py::TestPushRefs::test_no_refs - 
> tests.util.OTPushTestE...
> ERROR tests/test_push.py::TestPushRefs::test_refs - 
> tests.util.OTPushTestErro...
> ERROR tests/test_push.py::TestPushRefs::test_missing_ref - 
> tests.util.OTPushT...
> ERROR tests/test_push.py::TestPushRefs::test_summary - 
> tests.util.OTPushTestE...
> ERROR tests/test_push.py::TestPushRefs::test_dry_run - 
> tests.util.OTPushTestE...
> ERROR tests/test_sshd.py::test_basic - tests.util.OTPushTestError: Could not 
> ...
>  74 passed, 4 skipped, 19 warnings, 16 errors in 5.91s 
> =
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
> /<>/.pybuild/cpython3_3.12_ostree-push/build; python3.12 -m 
> pytest tests
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.11_ostree-push/build; python3.11 -m 
> pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0 -- 
> /usr/bin/python3.11
> cachedir: .pytest_cache
> rootdir: /<>
> configfile: pytest.ini
> collecting ... collected 94 items
> 
> tests/test_full.py::test_no_commits ERROR[  
> 1%]
> tests/test_full.py::test_basic ERROR [  
> 2%]
> tests/test_full.py::test_dry_run ERROR   [  
> 3%]
> tests/test_full.py::test_scp_dest ERROR  [  
> 4%]
> tests/test_full.py::test_command_abspath ERROR   [  
> 5%]
> tests/test_push.py::TestRepoServer::test_missing PASSED  [  
> 6%]
> tests/test_push.py::TestRepoServer::test_non_context PASSED  [  
> 7%]
> tests/test_push.py::TestRepoServer::test_context PASSED  [  
> 8%]
> tests/test_push.py::TestRepoServer::test_pull PASSED [  
> 9%]
> tests/test_push.py::TestSSHMultiplexer::test_socket_exists ERROR [ 
> 10%]
> tests/test_push.py::TestSSHMultiplexer::test_master_non_context ERROR[ 
> 11%]
> tests/test_push.py::TestSSHMultiplexer::test_master_context ERROR[ 
> 12%]
> tests/test_push.py::TestSSHMultiplexer::test_forward_port ERROR  [ 
> 13%]
> tests/test_push.py::TestSSHMultiplexer::test_run ERROR   [ 
> 14%]
> tests/test_push.py::TestPushRefs::test_no_refs ERROR [ 
> 15%]
> tests/test_push.py::TestPushRefs::test_refs ERROR[ 
> 17%]
> tests/test_push.py::TestPushRefs::test_missing_ref ERROR [ 
> 18%]
> tests/test_push.py::TestPushRefs::test_summary ERROR [ 
> 19%]
> tests/test_push.py::TestPushRefs::test_dry_run ERROR [ 
> 20%]
> tests/test_push.py::TestParseDest::test_bad_scheme PASSED[ 
> 21%]
> tests/test_push.py::TestParseDest::test_missing_repo PASSED  [ 
> 22%]
> tests/test_push.py::TestParseDest::test_empty_dest PASSED[ 
> 23%]
> tests/test_push.py::TestParseDest::test_missing_host PASSED  [ 
> 24%]
> tests/test_push.py::TestParseDest::test_invalid_host PASSED  [ 
> 25%]
> tests/test_push.py::TestParseDest::test_invalid_port PASSED  [ 
> 26%]
> tests/test_push.py::TestParseDest::test_good_dest PASSED [ 
> 27%]
> tests/test_push.py::TestArgParser::test_no_dest PASSED   [ 
> 28%]
>

Bug#1066776: responses: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: responses
Version: 0.24.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # The tests require local network (but not internet) access.
> # pybuild's setting of http_proxy=http://127.0.0.1:9/ breaks it.
> http_proxy= dh_auto_test
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_responses/build; python3.12 -m pytest 
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>
> configfile: tox.ini
> plugins: pytest_httpserver-1.0.10, asyncio-0.20.3
> asyncio: mode=Mode.STRICT
> collected 211 items
> 
> responses/tests/test_matchers.py .   [ 
> 15%]
> responses/tests/test_multithreading.py ..[ 
> 20%]
> responses/tests/test_recorder.py [ 
> 22%]
> responses/tests/test_registries.py ...F. [ 
> 26%]
> responses/tests/test_responses.py .. [ 
> 44%]
>  [ 
> 78%]
> F
> [100%]
> 
> === FAILURES 
> ===
> _ test_registry_async 
> __
> 
> cls = 
> func = . at 0x7fd2dcdfbc40>
> when = 'call'
> reraise = (, )
> 
> @classmethod
> def from_call(
> cls,
> func: Callable[[], TResult],
> when: Literal["collect", "setup", "call", "teardown"],
> reraise: Optional[
> Union[Type[BaseException], Tuple[Type[BaseException], ...]]
> ] = None,
> ) -> "CallInfo[TResult]":
> """Call func, wrapping the result in a CallInfo.
> 
> :param func:
> The function to call. Called without arguments.
> :param when:
> The phase in which the function is called.
> :param reraise:
> Exception or exceptions that shall propagate if raised by the
> function, instead of being wrapped in the CallInfo.
> """
> excinfo = None
> start = timing.time()
> precise_start = timing.perf_counter()
> try:
> >   result: Optional[TResult] = func()
> 
> /usr/lib/python3/dist-packages/_pytest/runner.py:342: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> /usr/lib/python3/dist-packages/_pytest/runner.py:263: in 
> lambda: ihook(item=item, **kwds), when=when, reraise=reraise
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/threadexception.py:87: in 
> pytest_runtest_call
> yield from thread_exception_runtest_hook()
> /usr/lib/python3/dist-packages/_pytest/threadexception.py:63: in 
> thread_exception_runtest_hook
> yield
> /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:90: in 
> pytest_runtest_call
> yield from unraisable_exception_runtest_hook()
> /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:65: in 
> unraisable_exception_runtest_hook
> yield
> /usr/lib/python3/dist-packages/_pytest/logging.py:839: in pytest_runtest_call
> yield from self._runtest_for(item, "call")
> /usr/lib/python3/dist-packages/_pytest/logging.py:822: in _runtest_for
> yield
> /usr/lib/python3/dist-packages/_pytest/capture.py:882: in pytest_runtest_call
> return (yield)
> /usr/lib/python3/dist-packages/_pytest/skipping.py:256: in pytest_runtest_call
> return (yield)
> /usr/lib/python3/dist-packages/_pytest/runner.py:178: in pytest_runtest_call
> raise e
> /usr/lib/python3/dist-packages/_pytest/runner.py:170: in pytest_runtest_call
> item.runtest()
> /usr/lib/python3/dist-packages/_pytest/python.py:1831: in runtest
> self.ihook.pytest_pyfunc_call(pyfuncitem=self)
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresul

Bug#1066773: in-n-out: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: in-n-out
Version: 0.1.8-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_in-n-out  
> * Building wheel...
> Successfully built in_n_out-0.1.8-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.11_in-n-out  
> * Building wheel...
> Successfully built in_n_out-0.1.8-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_in-n-out/build; python3.12 -m pytest 
> tests
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>/.pybuild/cpython3_3.12_in-n-out/build
> configfile: pyproject.toml
> collected 119 items / 2 skipped
> 
> tests/test_injection.py ..F. [ 
> 40%]
> ...  [ 
> 52%]
> tests/test_logging.py .  [ 
> 53%]
> tests/test_processors.py ... [ 
> 63%]
> tests/test_providers.py  [ 
> 69%]
> tests/test_store.py  [ 
> 73%]
> tests/test_type_resolution.py s..[ 
> 78%]
> tests/test_type_support.py . 
> [100%]
> 
> === FAILURES 
> ===
> ___ test_injection_errors[unknown_and_unannotated-warn-warn] 
> ___
> 
> in_func = 
> on_unresolved = 'warn', on_unannotated = 'warn'
> 
> @pytest.mark.parametrize("on_unresolved", modes)
> @pytest.mark.parametrize("on_unannotated", modes)
> @pytest.mark.parametrize("in_func", [unknown, unannotated, 
> unknown_and_unannotated])
> def test_injection_errors(in_func, on_unresolved, on_unannotated):
> ctx: ContextManager = nullcontext()
> ctxb: ContextManager = nullcontext()
> expect_same_func_back = False
> 
> UNANNOTATED_MSG = "Injecting dependencies .* with a required, 
> unannotated param"
> 
> if "unknown" in in_func.__name__ and on_unresolved != "ignore":
> # required params with unknown annotations
> UNRESOLVED_MSG = "Could not resolve type hint for required 
> parameter"
> 
> if on_unresolved == "raise":
> ctx = pytest.raises(NameError, match=UNRESOLVED_MSG)
> elif on_unresolved == "warn":
> ctx = pytest.warns(UserWarning, match=UNRESOLVED_MSG)
> if "unannotated" in in_func.__name__:
> if on_unannotated == "raise":
> ctxb = pytest.raises(TypeError, match=UNANNOTATED_MSG)
> elif on_unannotated == "return":
> expect_same_func_back = True
> else:
> expect_same_func_back = True
> 
> elif "unannotated" in in_func.__name__:  # required params without 
> annotations
> if on_unannotated == "raise":
> ctx = pytest.raises(TypeError, match=UNANNOTATED_MSG)
> elif on_unannotated == "warn":
> ctx = pytest.warns(UserWarning, match=UNANNOTATED_MSG)
> elif on_unannotated == "return":
> expect_same_func_back = True
> 
> >

Bug#1066772: seqmagick: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: seqmagick
Version: 0.8.6-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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:305: python3.12 setup.py config 
> /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)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/dist.py:509: 
> SetuptoolsDeprecationWarning: Invalid version: ''.
> !!
> 
> 
> 
> The version specified is not a valid version according to PEP 440.
> This may not work as expected with newer versions of
> setuptools, pip, and PyPI.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See https://peps.python.org/pep-0440/ for details.
> 
> 
> 
> !!
>   self._validate_version(self.metadata.version)
> running config
> I: pybuild base:305: python3.11 setup.py config 
> /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)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/dist.py:509: 
> SetuptoolsDeprecationWarning: Invalid version: ''.
> !!
> 
> 
> 
> The version specified is not a valid version according to PEP 440.
> This may not work as expected with newer versions of
> setuptools, pip, and PyPI.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See https://peps.python.org/pep-0440/ for details.
> 
> 
> 
> !!
>   self._validate_version(self.metadata.version)
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> /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)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/dist.py:509: 
> SetuptoolsDeprecationWarning: Invalid version: ''.
> !!
> 
> 
> 
> The version specified is not a valid version according to PEP 440.
> This may not work as expected with newer versions of
> setuptools, pip, and PyPI.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See https://peps.python.org/pep-0440/ for details.
> 
> 

Bug#1066771: sqlmodel: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: sqlmodel
Version: 0.0.8-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # test_create_db_and_table: converage cant find docs_src so this test fails
> PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONPATH=/<> 
> {interpreter} -m pytest -k 'not test_create_db_and_table' " dh_auto_test
>   pybuild --test --test-pytest -i python{version} -p "3.12 3.11"
> I: pybuild base:305: PYTHONPATH=/<> python3.12 -m pytest -k 'not 
> test_create_db_and_table' 
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>
> plugins: anyio-4.2.0
> collected 125 items / 3 deselected / 122 selected
> 
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main.py ...   [  
> 5%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_001.py . [  
> 6%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_002.py . [  
> 7%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_003.py . [  
> 8%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_004.py . [  
> 9%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_005.py . [  
> 9%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_006.py . [ 
> 10%]
> tests/test_advanced/test_decimal/test_tutorial001.py .   [ 
> 11%]
> tests/test_default.py    [ 
> 14%]
> tests/test_enums.py .F   [ 
> 16%]
> tests/test_fields_set.py .   [ 
> 17%]
> tests/test_instance_no_args.py . [ 
> 18%]
> tests/test_main.py ...   [ 
> 20%]
> tests/test_missing_type.py . [ 
> 21%]
> tests/test_nullable.py ...   [ 
> 23%]
> tests/test_query.py .[ 
> 24%]
> tests/test_tutorial/test_automatic_id_none_refresh/test_tutorial001_tutorial002.py
>  . [ 25%]
> .[ 
> 26%]
> tests/test_tutorial/test_code_structure/test_tutorial001.py .[ 
> 27%]
> tests/test_tutorial/test_code_structure/test_tutorial002.py .[ 
> 27%]
> tests/test_tutorial/test_connect/test_create_connected_tables/test_tutorial001.py
>  . [ 28%]
>  [ 
> 28%]
> tests/test_tutorial/test_connect/test_delete/test_tutorial001.py .   [ 
> 29%]
> tests/test_tutorial/test_connect/test_insert/test_tutorial001.py .   [ 
> 30%]
> tests/test_tutorial/test_connect/test_select/test_tutorial001_tutorial002.py 
> . [ 31%]
> .[ 
> 31%]
> tests/test_tutorial/test_connect/test_select/test_tutorial003.py .   [ 
> 32%]
> tests/test_tutorial/test_connect/test_select/test_tutorial004.py .   [ 
> 33%]
> tests/test_tutorial/test_connect/test_select/test_tutorial005.py .   [ 
> 34%]
> tests/test_tutorial/test_connect/test_update/test_tutorial001.py .   [ 
> 35%]
> tests/test_tutorial/test_delete/test_tutorial001_tutorial002.py ..   [ 
> 36%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests001.py
>  . [ 37%]
>  [ 
> 37%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests002.py
>  . [ 38%]
>  [ 
> 38%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests003.py
>  . [ 39%]
>  [ 
> 39%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests004.py
>  . [ 40%]
>  [ 
> 40%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests005.py
>  . [ 40%]
>  [ 
> 40%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests006.py
>  . [ 41%]
>

Bug#1066770: ccdproc: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: ccdproc
Version: 2.4.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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:305: python3.12 setup.py config 
> /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/installer.py:134: UserWarning: 
> Unbuilt egg for ccdproc [unknown version] (/<>)
>   pkg_resources.get_distribution('wheel')
> WARNING: The wheel package is not available.
> WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml 
> does not contain a tool.setuptools_scm section'
> running config
> I: pybuild base:305: python3.11 setup.py config 
> /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/installer.py:134: UserWarning: 
> Unbuilt egg for ccdproc [unknown version] (/<>)
>   pkg_resources.get_distribution('wheel')
> WARNING: The wheel package is not available.
> WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml 
> does not contain a tool.setuptools_scm section'
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> /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/installer.py:134: UserWarning: 
> Unbuilt egg for ccdproc [unknown version] (/<>)
>   pkg_resources.get_distribution('wheel')
> WARNING: The wheel package is not available.
> WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml 
> does not contain a tool.setuptools_scm section'
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> copying ccdproc/log_meta.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> copying ccdproc/image_collection.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> copying ccdproc/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> copying ccdproc/_astropy_init.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> copying ccdproc/combiner.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> copying ccdproc/version.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> copying ccdproc/ccddata.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> copying ccdproc/conftest.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> copying ccdproc/core.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc
> creating /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc/tests
> copying ccdproc/tests/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc/tests
> copying ccdproc/tests/test_ccdproc_logging.py -> 
> /<>/.pybuild/cpython3_3.12_ccdproc/build/ccdproc/tests
> copying ccdproc/tests/test_rebin.py -&g

Bug#1066767: python-django-timezone-field: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: python-django-timezone-field
Version: 6.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_django-timezone-field  
> * Building wheel...
> Successfully built django_timezone_field-6.1.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.11_django-timezone-field  
> * Building wheel...
> Successfully built django_timezone_field-6.1.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_django-timezone-field/build; 
> python3.12 -m pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> django: settings: tests.settings (from ini)
> rootdir: /<>/.pybuild/cpython3_3.12_django-timezone-field/build
> configfile: pyproject.toml
> plugins: lazy-fixture-0.6.3, django-4.5.2
> collected 4 items / 7 errors
> 
>  ERRORS 
> 
>  ERROR collecting tests/test_choices.py 
> 
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
> return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
> self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
> return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
> normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
> calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
> valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
>  ERROR collecting tests/test_choices_display_option.py 
> _
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
> return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
> self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
> return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
> normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazy

Bug#1066768: libgda5: FTBFS: dh_install: error: missing files, aborting

2024-03-13 Thread Lucas Nussbaum
Source: libgda5
Version: 5.2.10-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_install
> dh_install: warning: Cannot find (any matches for) 
> "usr/lib/*/libgda*/providers/libgda-mysql.so" (tried in ., debian/tmp)
> 
> dh_install: warning: libgda-5.0-mysql missing files: 
> usr/lib/*/libgda*/providers/libgda-mysql.so
> dh_install: warning: Cannot find (any matches for) 
> "usr/lib/*/pkgconfig/libgda-mysql-*.pc" (tried in ., debian/tmp)
> 
> dh_install: warning: libgda-5.0-mysql missing files: 
> usr/lib/*/pkgconfig/libgda-mysql-*.pc
> dh_install: error: missing files, aborting
> make[1]: *** [debian/rules:54: override_dh_install-arch] Error 255


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libgda5_5.2.10-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066765: pygac: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: pygac
Version: 1.7.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.12  
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/pygac
> copying pygac/correct_tsm_issue.py -> build/lib/pygac
> copying pygac/utils.py -> build/lib/pygac
> copying pygac/gac_pod.py -> build/lib/pygac
> copying pygac/__init__.py -> build/lib/pygac
> copying pygac/runner.py -> build/lib/pygac
> copying pygac/klm_reader.py -> build/lib/pygac
> copying pygac/slerp.py -> build/lib/pygac
> copying pygac/version.py -> build/lib/pygac
> copying pygac/gac_reader.py -> build/lib/pygac
> copying pygac/pygac_geotiepoints.py -> build/lib/pygac
> copying pygac/lac_reader.py -> build/lib/pygac
> copying pygac/clock_offsets_converter.py -> build/lib/pygac
> copying pygac/reader.py -> build/lib/pygac
> copying pygac/calibration.py -> build/lib/pygac
> copying pygac/gac_klm.py -> build/lib/pygac
> copying pygac/configuration.py -> build/lib/pygac
> copying pygac/lac_klm.py -> build/lib/pygac
> copying pygac/pod_reader.py -> build/lib/pygac
> copying pygac/gac_io.py -> build/lib/pygac
> copying pygac/lac_pod.py -> build/lib/pygac
> creating build/lib/pygac/tests
> copying pygac/tests/utils.py -> build/lib/pygac/tests
> copying pygac/tests/__init__.py -> build/lib/pygac/tests
> copying pygac/tests/test_klm.py -> build/lib/pygac/tests
> copying pygac/tests/test_slerp.py -> build/lib/pygac/tests
> copying pygac/tests/test_calibration_coefficients.py -> build/lib/pygac/tests
> copying pygac/tests/test_calibrate_klm.py -> build/lib/pygac/tests
> copying pygac/tests/test_io.py -> build/lib/pygac/tests
> copying pygac/tests/test_angles.py -> build/lib/pygac/tests
> copying pygac/tests/test_utils.py -> build/lib/pygac/tests
> copying pygac/tests/test_calibrate_pod.py -> build/lib/pygac/tests
> copying pygac/tests/test_pod.py -> build/lib/pygac/tests
> copying pygac/tests/test_reader.py -> build/lib/pygac/tests
> copying pygac/tests/test_tsm.py -> build/lib/pygac/tests
> creating build/lib/pygac/data
> copying pygac/data/calibration.json -> build/lib/pygac/data
> running build_scripts
> creating build/scripts-3.12
> copying and adjusting bin/pygac-convert-patmosx-coefficients -> 
> build/scripts-3.12
> copying and adjusting bin/pygac-run -> build/scripts-3.12
> changing mode of build/scripts-3.12/pygac-convert-patmosx-coefficients from 
> 644 to 755
> changing mode of build/scripts-3.12/pygac-run from 644 to 755
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/pygac
> copying build/lib/pygac/correct_tsm_issue.py -> 
> build/bdist.linux-x86_64/wheel/pygac
> copying build/lib/pygac/utils.py -> build/bdist.linux-x86_64/wheel/pygac
> copying build/lib/pygac/gac_pod.py -> build/bdist.linux-x86_64/wheel/pygac
> copying build/lib/pygac/__init__.py -> build/bdist.linux-x86_64/wheel/pygac
> copying build/lib/pygac/runner.py -> build/bdist.linux-x86_64/wheel/pygac
> creating build/bdist.linux-x86_64/wheel/pygac/data
> copying build/lib/pygac/data/calibration.json -> 
> build/bdist.linux-x86_64/wheel/pygac/data
> copying build/lib/pygac/klm_reader.py -> build/bdist.linux-x86_64/wheel/pygac
> creating build/bdist.linux-x86_64/wheel/pygac/tests
> copying build/lib/pygac/tests/utils.py -> 
> build/bdist.linux-x86_64/wheel/pygac/tests
> copying build/lib/pygac/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/pygac/tests
> copying build/lib/pygac/tests/test_klm.py -> 
> build/bdist.linux-x86_64/wheel/pygac/tests
> copying build/lib/pygac/tests/test_slerp.py -> 
> build/bdist.linux-x86_64/wheel/pygac/tests
> copying build/lib/pygac/tests/test_calibration_coefficients.py -> 
> build/bdist.linux-x86_64/wheel/pygac/tests
> copying build/lib/pygac/tests/test_calibr

Bug#1066766: libnbd: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 returned exit code 2

2024-03-13 Thread Lucas Nussbaum
Source: libnbd
Version: 1.18.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[6]: Entering directory '/<>/interop'
> FAIL: interop-nbd-server
> PASS: interop-qemu-nbd
> PASS: list-exports-qemu-nbd
> PASS: socket-activation-qemu-nbd
> PASS: structured-read.sh
> PASS: dirty-bitmap.sh
> PASS: block-status-64.sh
> PASS: interop-nbd-server-tls
> PASS: opt-extended-headers.sh
> PASS: list-exports-nbd-server
> PASS: interop-nbdkit
> PASS: interop-nbdkit-tls-certs
> PASS: interop-nbdkit-tls-certs-allow-fallback
> PASS: interop-nbdkit-tls-certs-allow-enabled
> PASS: interop-qemu-storage-daemon.sh
> PASS: interop-nbdkit-tls-psk
> PASS: interop-qemu-nbd-tls-psk
> PASS: interop-nbdkit-tls-psk-allow-enabled
> PASS: interop-qemu-nbd-tls-certs
> PASS: socket-activation-nbdkit
> PASS: interop-nbdkit-tls-psk-allow-fallback
> PASS: strict-mode-auto-flag.sh
> PASS: list-exports-nbdkit
> PASS: block-status-payload.sh
> PASS: interop-qemu-block-size.sh
> ===
>libnbd 1.18.2: interop/test-suite.log
> ===
> 
> # TOTAL: 25
> # PASS:  24
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: interop-nbd-server
> 
> 
> requires "nbd-server" --version
> This is nbd-server version 3.26.1
> requires_not grep 'inetd mode requires syslog' "$(command -v "nbd-server")"
> libnbd: debug: nbd1: nbd_create: opening handle
> libnbd: debug: nbd1: nbd_set_export_name: enter: export_name=""
> libnbd: debug: nbd1: nbd_set_export_name: leave: ret=0
> server: nbd-server -d -C /dev/null 0 /tmp/nbdPoqbp2
> libnbd: debug: nbd1: nbd_connect_command: enter: argv=["nbd-server", "-d", 
> "-C", "/dev/null", "0", "/tmp/nbdPoqbp2"]
> libnbd: debug: nbd1: nbd_connect_command: poll start: events=1
> libnbd: debug: nbd1: nbd_connect_command: poll end: r=1 revents=11
> libnbd: debug: nbd1: nbd_connect_command: handle dead: nbd_connect_command: 
> recv: server disconnected unexpectedly
> libnbd: debug: nbd1: nbd_connect_command: leave: error="nbd_connect_command: 
> recv: server disconnected unexpectedly"
> nbd_connect_command: recv: server disconnected unexpectedly
> FAIL interop-nbd-server (exit status: 1)
> 
> 
> Testsuite summary for libnbd 1.18.2
> 
> # TOTAL: 25
> # PASS:  24
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> See interop/test-suite.log
> 
> make[6]: *** [Makefile:2122: test-suite.log] Error 1
> make[6]: Leaving directory '/<>/interop'
> make[5]: *** [Makefile:2230: check-TESTS] Error 2
> make[5]: Leaving directory '/<>/interop'
> make[4]: *** [Makefile:2471: check-am] Error 2
> make[4]: Leaving directory '/<>/interop'
> make[3]: *** [Makefile:2473: check] Error 2
> make[3]: Leaving directory '/<>/interop'
> make[2]: *** [Makefile:563: check-recursive] Error 1
> make[2]: Leaving directory '/<>'
> dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 
> returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libnbd_1.18.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066762: pypdf2: FTBFS: make[1]: *** [debian/rules:35: override_dh_auto_test] Error 1

2024-03-13 Thread Lucas Nussbaum
Source: pypdf2
Version: 2.12.1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> py3versions: no X-Python3-Version in control file, using supported versions
> py3versions: no X-Python3-Version in control file, using supported versions
> pytest-3 tests --cov --cov-report term-missing -vv
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0 -- 
> /usr/bin/python3
> cachedir: .pytest_cache
> rootdir: /<>
> configfile: pyproject.toml
> plugins: cov-4.1.0
> collecting ... collected 592 items
> 
> tests/test_cmap.py::test_compute_space_width PASSED  [  
> 0%]
> tests/test_cmap.py::test_parse_to_unicode_process_rg PASSED  [  
> 0%]
> tests/test_cmap.py::test_parse_encoding_advanced_encoding_not_implemented 
> PASSED [  0%]
> tests/test_cmap.py::test_get_font_width_from_default PASSED  [  
> 0%]
> tests/test_cmap.py::test_multiline_bfrange PASSED[  
> 0%]
> tests/test_cmap.py::test_bfchar_on_2_chars PASSED[  
> 1%]
> tests/test_cmap.py::test_ascii_charset PASSED[  
> 1%]
> tests/test_cmap.py::test_iss1370 PASSED  [  
> 1%]
> tests/test_cmap.py::test_iss1379 PASSED  [  
> 1%]
> tests/test_constants.py::test_slash_prefix PASSED[  
> 1%]
> tests/test_encryption.py::test_encryption[unencrypted.pdf-False] PASSED  [  
> 1%]
> tests/test_encryption.py::test_encryption[r2-empty-password.pdf-False] PASSED 
> [  2%]
> tests/test_encryption.py::test_encryption[r3-empty-password.pdf-False] PASSED 
> [  2%]
> tests/test_encryption.py::test_encryption[r2-user-password.pdf-False] PASSED 
> [  2%]
> tests/test_encryption.py::test_encryption[r2-owner-password.pdf-False] PASSED 
> [  2%]
> tests/test_encryption.py::test_encryption[r3-user-password.pdf-False] PASSED 
> [  2%]
> tests/test_encryption.py::test_encryption[r4-user-password.pdf-False] PASSED 
> [  2%]
> tests/test_encryption.py::test_encryption[r4-owner-password.pdf-False] PASSED 
> [  3%]
> tests/test_encryption.py::test_encryption[r4-aes-user-password.pdf-True] 
> PASSED [  3%]
> tests/test_encryption.py::test_encryption[r5-empty-password.pdf-True] PASSED 
> [  3%]
> tests/test_encryption.py::test_encryption[r5-user-password.pdf-True] PASSED [ 
>  3%]
> tests/test_encryption.py::test_encryption[r5-owner-password.pdf-True] PASSED 
> [  3%]
> tests/test_encryption.py::test_encryption[r6-empty-password.pdf-True] PASSED 
> [  3%]
> tests/test_encryption.py::test_encryption[r6-user-password.pdf-True] PASSED [ 
>  4%]
> tests/test_encryption.py::test_encryption[r6-owner-password.pdf-True] PASSED 
> [  4%]
> tests/test_encryption.py::test_both_password[r6-both-passwords.pdf-foo-bar] 
> SKIPPED [  4%]
> tests/test_encryption.py::test_get_page_of_encrypted_file_new_algorithm[crazyones-encrypted-256.pdf-password0]
>  SKIPPED [  4%]
> tests/test_encryption.py::test_get_page_of_encrypted_file_new_algorithm[crazyones-encrypted-256.pdf-password1]
>  SKIPPED [  4%]
> tests/test_encryption.py::test_encryption_merge[names0] SKIPPED (No
> pycryptodome)[  
> 4%]
> tests/test_encryption.py::test_encrypt_decrypt_class[CryptRC4] PASSED[  
> 5%]
> tests/test_encryption.py::test_decrypt_not_decrypted_pdf PASSED  [  
> 5%]
> tests/test_encryption.py::test_generate_values PASSED[  
> 5%]
> tests/test_filters.py::test_FlateDecode[1-abcdefghijklmnopqrstuvwxyz] PASSED 
> [  5%]
> tests/test_filters.py::test_FlateDecode[1-ABCDEFGHIJKLMNOPQRSTUVWXYZ] PASSED 
> [  5%]
> tests/test_filters.py::test_FlateDecode[1-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]
>  PASSED [  5%]
> tests/test_filters.py::test_FlateDecode[1-0123456789] PASSED [  
> 6%]
> tests/test_filters.py::test_FlateDecode[1-0123456789abcdefABCDEF] PASSED [  
> 6%]
> tests/test_filters.py::test_FlateDecode[1-!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~] 
> PASSED [  6%]
> tests/test_filters.py::test_FlateDecode[1- \t\n\r\x0b\x0c] PASSED[  
> 6%]
> tests/test_filters.py::test_FlateDecode_unsupported_predictor PASSED [  
> 6%]
> tests/test_filters.py::test_FlateDecode_decompress_array_params[params0] 
> PASSED [  6%]
> tests/test_filters.py::test_FlateDecode_decompress_array_params[param

Bug#1066763: liferea: FTBFS: dh_auto_test: error: make -j8 test "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 returned exit code 2

2024-03-13 Thread Lucas Nussbaum
Source: liferea
Version: 1.15.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<>/src/tests'
> make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
> rule.
> echo parse_html favicon parse_date parse_rss parse_xml social |\
> sed "s/^/.\//;s/ / \&\& .\//g" |\
> xargs -I{} sh -c "{}"
> TAP version 13
> # random seed: R02S6f4f289a9f9f0f104f9d56655caaa00a
> 1..23
> # Start of html tests
> ok 1 /html/auto_discover_link_xml
> ok 2 /html/auto_discover_link_xml_base_url
> ok 3 /html/auto_discover_link_rss
> ok 4 /html/auto_discover_link_rdf
> ok 5 /html/auto_discover_link_atom
> ok 6 /html/auto_discover_link_atom2
> ok 7 /html/auto_discover_link_broken_tag
> ok 8 /html/auto_discover_link_garbage
> ok 9 /html/auto_discover_link_xml_atom
> ok 10 /html/auto_discover_link_xml_atom2
> ok 11 /html/auto_discover_link_xml_atom3
> ok 12 /html/auto_discover_link_xml_rce
> ok 13 /html/html5_extract_article
> ok 14 /html/html5_extract_article_main
> ok 15 /html/html5_extract_article_main2
> ok 16 /html/html5_extract_article_micro_format
> ok 17 /html/html5_extract_article_cms_content_id
> ok 18 /html/html5_extract_article_missing
> ok 19 /html/html5_extract_article_empty_tags
> ok 20 /html/html5_extract_article_empty_tags_nested
> ok 21 /html/html5_extract_article_self_closed_tags
> ok 22 /html/html5_extract_article_self_closed_tags_nested
> ok 23 /html/html5_extract_article_strip_inline_code
> # End of html tests
> TAP version 13
> # random seed: R02Sc17ce5d075f8e71d410497e1f12f6030
> 1..6
> # Start of favicon tests
> ok 1 /favicon/tc1
> ok 2 /favicon/tc2
> ok 3 /favicon/tc3
> ok 4 /favicon/tc4
> ok 5 /favicon/tc5
> ok 6 /favicon/tc6
> # End of favicon tests
> TAP version 13
> # random seed: R02S8bfaa9583c8d2c81eff3aa8e51ee7110
> 1..18
> # Start of parse_date tests
> # Start of rfc822 tests
> ok 1 /parse_date/rfc822/empty
> ok 2 /parse_date/rfc822/nonsense
> ok 3 /parse_date/rfc822/full
> ok 4 /parse_date/rfc822/day
> ok 5 /parse_date/rfc822/time
> ok 6 /parse_date/rfc822/min
> ok 7 /parse_date/rfc822/timezone
> ok 8 /parse_date/rfc822/year2_1
> ok 9 /parse_date/rfc822/year2_2
> ok 10 /parse_date/rfc822/year2_3
> ok 11 /parse_date/rfc822/wrong
> # End of rfc822 tests
> # Start of iso8601 tests
> ok 12 /parse_date/iso8601/empty
> ok 13 /parse_date/iso8601/nonsense
> ok 14 /parse_date/iso8601/full
> ok 15 /parse_date/iso8601/day
> ok 16 /parse_date/iso8601/Z
> ok 17 /parse_date/iso8601/wrong
> ok 18 /parse_date/iso8601/notz
> # End of iso8601 tests
> # End of parse_date tests
> TAP version 13
> # random seed: R02S7e7ce3b2870e6446dbb36d78ec11c8da
> 1..2
> # Start of rss tests
> ok 1 /rss/feed1
> ok 2 /rss/feed2_rce
> # End of rss tests
> TAP version 13
> # random seed: R02S536f22548cffbfb87e9cbab9897a5edf
> 1..10
> # Start of parse_xml tests
> ok 1 /parse_xml/xpath_find_empty_doc
> ok 2 /parse_xml/xpath_find_empty_doc2
> ok 3 /parse_xml/xpath_find_real_doc
> ok 4 /parse_xml/xpath_find_atom_feed
> # End of parse_xml tests
> # Start of xhtml_strip tests
> ok 5 /xhtml_strip/onload
> ok 6 /xhtml_strip/meta
> ok 7 /xhtml_strip/wbr
> ok 8 /xhtml_strip/extra_body
> ok 9 /xhtml_strip/script
> ok 10 /xhtml_strip/iframe
> # End of xhtml_strip tests
> TAP version 13
> # random seed: R02S03d33d3be1eba1f96e3466469276211a
> 1..4
> # Start of social tests
> ok 1 /social/url
> ok 2 /social/url2
> ok 3 /social/title1
> ok 4 /social/title2
> # End of social tests
> ./test_a11y.sh
> ../../glade/auth.ui: WARNING: 'GtkLabel' 'prompt' does not specify what it 
> labels within 'GtkDialog' 'auth' 
> ../../glade/enclosure_handler.ui: WARNING: 'GtkLabel' 'label204' does not 
> specify what it labels within 'GtkDialog' 'enclosure_handler' 
> ../../glade/enclosure_handler.ui: WARNING: 'GtkLabel' 'enc_type_label' does 
> not specify what it labels within 'GtkDialog' 'enclosure_handler' 
> ../../glade/new_subscription.ui: WARNING: 'GtkLabel' does not specify what it 
> labels within 'GtkDialog' 'new_subscription' 
> ../../glade/new_subscription.ui: WARNING: 'GtkLabel' does not specify what it 
> labels within 'GtkDialog' 'new_subscription' 
> ../../glade/new_subscription.ui: WARNING: 'GtkLabel' does not specify what it 
> labels within 'GtkDialog' 'new_subscription' 
> ../../glade/new_subscription.ui: WARNING: 'GtkLabel' does not specify what it 
> labels within 'GtkDialog' 'new_subscription' 
> ../../glade/opml_source.ui

Bug#1066761: requests: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: requests
Version: 2.31.0+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3,sphinxdoc --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:305: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/command/test.py:11: 
> DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import (
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
> 
> 
> Usage of dash-separated 'provides-extra' will not be supported in 
> future
> versions. Please use the underscore name 'provides_extra' instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> 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:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
> 
> 
> Usage of dash-separated 'requires-dist' will not be supported in 
> future
> versions. Please use the underscore name 'requires_dist' instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> 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/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
> I: pybuild base:305: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/command/test.py:11: 
> DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import (
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
> 
> 
> Usage of dash-separated 'provides-extra' will not be supported in 
> future
> versions. Please use the underscore name 'provides_extra' instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> 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:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
> 
> 
> Usage of dash-separated 'requires-dist' will not be supported in 
> future
> versions. Please use the underscore name 'requires_dist' instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
>

Bug#1066759: xarray-datatree: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: xarray-datatree
Version: 0.0.14-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_datatree  
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/datatree
> copying datatree/__init__.py -> build/lib/datatree
> copying datatree/datatree.py -> build/lib/datatree
> copying datatree/common.py -> build/lib/datatree
> copying datatree/_version.py -> build/lib/datatree
> copying datatree/testing.py -> build/lib/datatree
> copying datatree/render.py -> build/lib/datatree
> copying datatree/io.py -> build/lib/datatree
> copying datatree/formatting_html.py -> build/lib/datatree
> copying datatree/treenode.py -> build/lib/datatree
> copying datatree/mapping.py -> build/lib/datatree
> copying datatree/ops.py -> build/lib/datatree
> copying datatree/iterators.py -> build/lib/datatree
> copying datatree/formatting.py -> build/lib/datatree
> copying datatree/extensions.py -> build/lib/datatree
> creating build/lib/datatree/tests
> copying datatree/tests/test_mapping.py -> build/lib/datatree/tests
> copying datatree/tests/__init__.py -> build/lib/datatree/tests
> copying datatree/tests/test_formatting.py -> build/lib/datatree/tests
> copying datatree/tests/test_formatting_html.py -> build/lib/datatree/tests
> copying datatree/tests/test_io.py -> build/lib/datatree/tests
> copying datatree/tests/test_datatree.py -> build/lib/datatree/tests
> copying datatree/tests/test_extensions.py -> build/lib/datatree/tests
> copying datatree/tests/test_dataset_api.py -> build/lib/datatree/tests
> copying datatree/tests/conftest.py -> build/lib/datatree/tests
> copying datatree/tests/test_version.py -> build/lib/datatree/tests
> copying datatree/tests/test_treenode.py -> build/lib/datatree/tests
> running egg_info
> creating xarray_datatree.egg-info
> writing xarray_datatree.egg-info/PKG-INFO
> writing dependency_links to xarray_datatree.egg-info/dependency_links.txt
> writing requirements to xarray_datatree.egg-info/requires.txt
> writing top-level names to xarray_datatree.egg-info/top_level.txt
> writing manifest file 'xarray_datatree.egg-info/SOURCES.txt'
> reading manifest file 'xarray_datatree.egg-info/SOURCES.txt'
> adding license file 'LICENSE'
> writing manifest file 'xarray_datatree.egg-info/SOURCES.txt'
> copying datatree/py.typed -> build/lib/datatree
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/datatree
> copying build/lib/datatree/__init__.py -> 
> build/bdist.linux-x86_64/wheel/datatree
> creating build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/test_mapping.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/test_formatting.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/test_formatting_html.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/test_io.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/test_datatree.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/test_extensions.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/test_dataset_api.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/conftest.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/test_version.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/tests/test_treenode.py -> 
> build/bdist.linux-x86_64/wheel/datatree/tests
> copying build/lib/datatree/datatree.py -> 
> build/bdist.linux-x86_64/whee

Bug#1066760: xine-ui: FTBFS: dh_install: error: missing files, aborting

2024-03-13 Thread Lucas Nussbaum
Source: xine-ui
Version: 0.99.14-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> mv debian/tmp/usr/share/doc/xitk/README \
>debian/tmp/usr/share/doc/xine-ui/README.xitk
> recode latin1..utf8 \
>   debian/tmp/usr/share/man/man*/*.? \
>   debian/tmp/usr/share/man/*/man*/*.? \
>   debian/tmp/usr/share/doc/xine-ui/README.xitk
> make[1]: Leaving directory '/<>'
>dh_install
> dh_install: warning: Cannot find (any matches for) "usr/bin/aaxine" (tried in 
> ., debian/tmp)
> 
> dh_install: warning: xine-console missing files: usr/bin/aaxine
> dh_install: error: missing files, aborting
> make: *** [debian/rules:6: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xine-ui_0.99.14-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066757: prettytable: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: prettytable
Version: 3.6.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.12  
> * Building wheel...
> Successfully built prettytable-3.6.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.11  
> * Building wheel...
> Successfully built prettytable-3.6.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd /<>/.pybuild/cpython3_3.12/build; 
> python3.12 -m pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>/.pybuild/cpython3_3.12/build
> plugins: lazy-fixture-0.6.3
> collected 114 items / 5 errors
> 
>  ERRORS 
> 
> __ ERROR collecting tests/test_prettytable.py 
> __
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
> return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
> self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
> return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
> normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
> calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
> valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> __ ERROR collecting tests/test_prettytable.py 
> __
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
> return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
> self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
> return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
> normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
> calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
> valtype_keys = set(getattr(c

Bug#1066758: golang-github-k0swe-wsjtx-go: FTBFS: dh_auto_test: error: cd _build && go test -vet=off -v -p 8 github.com/k0swe/wsjtx-go github.com/k0swe/wsjtx-go/integration returned exit code 1

2024-03-13 Thread Lucas Nussbaum
Source: golang-github-k0swe-wsjtx-go
Version: 4.0.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --builddirectory=_build --buildsystem=golang --with=golang
>dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
>dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
>dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
>dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
>   cd _build && go install -trimpath -v -p 8 github.com/k0swe/wsjtx-go 
> github.com/k0swe/wsjtx-go/integration
> internal/goarch
> internal/goos
> internal/godebugs
> internal/unsafeheader
> internal/cpu
> internal/goexperiment
> runtime/internal/atomic
> runtime/internal/syscall
> internal/abi
> internal/chacha8rand
> internal/coverage/rtcov
> runtime/internal/math
> runtime/internal/sys
> internal/race
> sync/atomic
> unicode
> unicode/utf8
> math/bits
> internal/itoa
> internal/bytealg
> cmp
> internal/nettrace
> encoding
> slices
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> internal/singleflight
> internal/bisect
> runtime/cgo
> internal/godebug
> errors
> sort
> internal/intern
> math/rand
> internal/oserror
> internal/safefilepath
> io
> strconv
> path
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> strings
> bytes
> net/netip
> reflect
> bufio
> internal/syscall/execenv
> internal/syscall/unix
> time
> io/fs
> internal/poll
> context
> github.com/leemcloughlin/jdn
> internal/fmtsort
> encoding/binary
> os
> internal/sysinfo
> path/filepath
> fmt
> net
> github.com/mazznoer/csscolorparser
> runtime/trace
> flag
> runtime/debug
> testing
> github.com/k0swe/wsjtx-go/integration
> github.com/k0swe/wsjtx-go
>dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
>   cd _build && go test -vet=off -v -p 8 github.com/k0swe/wsjtx-go 
> github.com/k0swe/wsjtx-go/integration
> === RUN   Test_encodeHeartbeat
> === RUN   Test_encodeHeartbeat/encodeHeartbeat
> --- PASS: Test_encodeHeartbeat (0.00s)
> --- PASS: Test_encodeHeartbeat/encodeHeartbeat (0.00s)
> === RUN   Test_encodeClear
> === RUN   Test_encodeClear/encodeClear
> --- PASS: Test_encodeClear (0.00s)
> --- PASS: Test_encodeClear/encodeClear (0.00s)
> === RUN   Test_encodeReply
> === RUN   Test_encodeReply/encodeReply
> --- PASS: Test_encodeReply (0.00s)
> --- PASS: Test_encodeReply/encodeReply (0.00s)
> === RUN   Test_encodeClose
> === RUN   Test_encodeClose/encodeClose
> --- PASS: Test_encodeClose (0.00s)
> --- PASS: Test_encodeClose/encodeClose (0.00s)
> === RUN   Test_encodeReplay
> === RUN   Test_encodeReplay/encodeReplay
> --- PASS: Test_encodeReplay (0.00s)
> --- PASS: Test_encodeReplay/encodeReplay (0.00s)
> === RUN   Test_encodeHaltTx
> === RUN   Test_encodeHaltTx/encodeHaltTx
> --- PASS: Test_encodeHaltTx (0.00s)
> --- PASS: Test_encodeHaltTx/encodeHaltTx (0.00s)
> === RUN   Test_encodeFreeText
> === RUN   Test_encodeFreeText/encodeFreeText
> --- PASS: Test_encodeFreeText (0.00s)
> --- PASS: Test_encodeFreeText/encodeFreeText (0.00s)
> === RUN   Test_encodeLocation
> === RUN   Test_encodeLocation/encodeLocation
> --- PASS: Test_encodeLocation (0.00s)
> --- PASS: Test_encodeLocation/encodeLocation (0.00s)
> === RUN   Test_encodeHighlightCallsign
> === RUN   Test_encodeHighlightCallsign/encodeHighlightCallsign
> === RUN   Test_encodeHighlightCallsign/encodeHighlightCallsign_reset
> --- PASS: Test_encodeHighlightCallsign (0.00s)
> --- PASS: Test_encodeHighlightCallsign/encodeHighlightCallsign (0.00s)
> --- PASS: Test_encodeHighlightCallsign/encodeHighlightCallsign_reset 
> (0.00s)
> === RUN   Test_encodeSwitchConfiguration
> === RUN   Test_encodeSwitchConfiguration/encodeSwitchConfiguration
> --- PASS: Test_encodeSwitchConfiguration (0.00s)
> --- PASS: Test_encodeSwitchConfiguration/encodeSwitchConfiguration (0.00s)
> === RUN   Test_encodeConfigure
> === RUN   Test_encodeConfigure/encodeConfigure
> --- PASS: Test_encodeConfigure (0.00s)
> --- PASS: Test_encodeConfigure/encodeConfigure (0.00s)
> === RUN   TestParseMessage
> === RUN   TestParseMessage/Parse_Heartbeat
> === RUN   TestParseMessage/Parse_Status_2.2.2
> === RUN   TestParseMessage/Parse_Status_2.3.1
> === RUN   TestParseMessage/Parse_Decode
> === RUN   TestParseMessage/Parse_Clear
> === RUN   TestParseMessa

Bug#1066756: python-fastjsonschema: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: python-fastjsonschema
Version: 2.19.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_test
> I: pybuild pybuild:308: cp -r /usr/share/json-schema-test-suite/ 
> /<>/.pybuild/cpython3_3.12_fastjsonschema/build/JSON-Schema-Test-Suite
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_fastjsonschema/build; python3.12 -m 
> pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False 
> min_rounds=5 min_time=0.05 max_time=1.0 calibration_precision=10 
> warmup=False warmup_iterations=10)
> rootdir: /<>
> plugins: benchmark-4.0.0
> collected 1884 items
> 
> tests/benchmarks/test_benchmark.py   [  
> 0%]
> tests/json_schema/test_draft04.py .. [  
> 2%]
> ...xx... [  
> 6%]
> ..x. [ 
> 10%]
>  [ 
> 14%]
> .xx. [ 
> 17%]
>  [ 
> 20%]
> tests/json_schema/test_draft06.py .. [ 
> 22%]
> xx.. [ 
> 26%]
>  [ 
> 30%]
> ..x. [ 
> 33%]
>  [ 
> 37%]
>  [ 
> 41%]
> ...xx... [ 
> 45%]
> .[ 
> 47%]
> tests/json_schema/test_draft07.py .. [ 
> 49%]
> xx.. [ 
> 53%]
>  [ 
> 56%]
>  [ 
> 60%]
> ..x.XxXXX... [ 
> 64%]
>  [ 
> 68%]
> ..xx [ 
> 72%]
>  [ 
> 75%]
>  [ 
> 77%]
> tests/test_array.py  [ 
> 79%]
>  [ 
> 80%]
> tests/test_boolean.py ...[ 
> 80%]
> tests/test_boolean_schema.py [ 
> 81%]
> tests/test_common.py ..  [ 
> 83%]
> tests/test_compile_to_code.py .  [ 
> 83%]
> tests/test_composition.py .. [ 
> 84%]
> tests/test_const.py ...  [ 
> 84%]
> tests/test_default.py .. [ 
> 84%]
> tests/test_examples.py   [ 
> 85%]
> tests/test_exceptions.py .   [ 
> 85%]
> tests/test_format.py .   [ 
> 87%]
> tests/test_integration.py .  [ 
> 88%]
> tests/test_null.py ..[ 
> 88%]
> tests/test_number.py ... [ 
> 91%]
> .[ 
> 93%]
> tests/test_object.py ... [ 
> 96%]
> ...  [ 
> 97%]
> tests/test_pattern_properties.py ...F

Bug#1066754: sentry-python: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: sentry-python
Version: 1.39.2-0.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:305: python3.12 setup.py config 
> running config
> I: pybuild base:305: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/utils.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/transport.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/monitor.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/session.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/spotlight.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/_queue.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/_werkzeug.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/consts.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/tracing.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/_types.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/hub.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/envelope.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/tracing_utils.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/scrubber.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/scope.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/client.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/attachments.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/api.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/profiler.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/_functools.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/_compat.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/worker.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/serializer.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/metrics.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/_lru_cache.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/tracing_utils_py2.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/sessions.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/tracing_utils_py3.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> copying sentry_sdk/debug.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk
> creating 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk/crons
> copying sentry_sdk/crons/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk/crons
> copying sentry_sdk/crons/consts.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk/crons
> copying sentry_sdk/crons/decorator.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk/crons
> copying sentry_sdk/crons/api.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk/crons
> creating 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk/db
> copying sentry_sdk/db/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk/db
> creating 
> /<>/.pybuild/cpython3_3.12_sentry_sdk/build/sentry_sdk/in

Bug#1066753: python-django-extensions: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: python-django-extensions
Version: 3.2.3-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> mkdir docs/images
> ln debian/images/* docs/images
> PYTHONPATH=. python3 -m sphinx -b html -N docs docs/.build/html
> Running Sphinx v7.2.6
> making output directory... done
> WARNING: html_static_path entry '_static' does not exist
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 35 source files that are out of date
> updating environment: [new config] 35 added, 0 changed, 0 removed
> reading sources... [  3%] admin_extensions
> reading sources... [  6%] admin_generator
> reading sources... [  9%] command_extensions
> reading sources... [ 11%] command_signals
> reading sources... [ 14%] create_template_tags
> reading sources... [ 17%] debugger_tags
> reading sources... [ 20%] delete_squashed_migrations
> reading sources... [ 23%] dumpscript
> reading sources... [ 26%] export_emails
> reading sources... [ 29%] field_extensions
> reading sources... [ 31%] generate_password
> reading sources... [ 34%] graph_models
> reading sources... [ 37%] index
> reading sources... [ 40%] installation_instructions
> reading sources... [ 43%] jobs_scheduling
> reading sources... [ 46%] list_model_info
> reading sources... [ 49%] list_signals
> reading sources... [ 51%] managestate
> reading sources... [ 54%] merge_model_instances
> reading sources... [ 57%] model_extensions
> reading sources... [ 60%] permissions
> reading sources... [ 63%] print_settings
> reading sources... [ 66%] reset_db
> reading sources... [ 69%] runprofileserver
> reading sources... [ 71%] runscript
> reading sources... [ 74%] runserver_plus
> reading sources... [ 77%] shell_plus
> reading sources... [ 80%] sqlcreate
> reading sources... [ 83%] sqldiff
> reading sources... [ 86%] sqldsn
> reading sources... [ 89%] sync_s3
> reading sources... [ 91%] syncdata
> reading sources... [ 94%] utilities
> reading sources... [ 97%] validate_templates
> reading sources... [100%] validators
> 
> /<>/docs/managestate.rst:2: WARNING: Title underline too short.
> 
> managestate
> ==
> /<>/docs/managestate.rst:53: WARNING: Title underline too short.
> 
> Examples
> 
> /<>/docs/managestate.rst:53: WARNING: Title underline too short.
> 
> Examples
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [  3%] admin_extensions
> writing output... [  6%] admin_generator
> writing output... [  9%] command_extensions
> writing output... [ 11%] command_signals
> writing output... [ 14%] create_template_tags
> writing output... [ 17%] debugger_tags
> writing output... [ 20%] delete_squashed_migrations
> writing output... [ 23%] dumpscript
> writing output... [ 26%] export_emails
> writing output... [ 29%] field_extensions
> writing output... [ 31%] generate_password
> writing output... [ 34%] graph_models
> writing output... [ 37%] index
> writing output... [ 40%] installation_instructions
> writing output... [ 43%] jobs_scheduling
> writing output... [ 46%] list_model_info
> writing output... [ 49%] list_signals
> writing output... [ 51%] managestate
> writing output... [ 54%] merge_model_instances
> writing output... [ 57%] model_extensions
> writing output... [ 60%] permissions
> writing output... [ 63%] print_settings
> writing output... [ 66%] reset_db
> writing output... [ 69%] runprofileserver
> writing output... [ 71%] runscript
> writing output... [ 74%] runserver_plus
> writing output... [ 77%] shell_plus
> writing output... [ 80%] sqlcreate
> writing output... [ 83%] sqldiff
> writing output... [ 86%] sqldsn
> writing output... [ 89%] sync_s3
> writing output... [ 91%] syncdata
> writing output... [ 94%] utilities
> writing output... [ 97%] validate_templates
> writing output... [100%] validators
> 
> generating indices... genindex done
> writing additional pages... search done
> copying images... [ 25%] images/2637f826-2c22-11e3-83c6-646acc87808b.png
> 

Bug#1066750: pydantic: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: pydantic
Version: 1.10.14-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:305: python3.12 setup.py config 
> Compiling pydantic/__init__.py because it changed.
> Compiling pydantic/_hypothesis_plugin.py because it changed.
> Compiling pydantic/annotated_types.py because it changed.
> Compiling pydantic/class_validators.py because it changed.
> Compiling pydantic/color.py because it changed.
> Compiling pydantic/config.py because it changed.
> Compiling pydantic/dataclasses.py because it changed.
> Compiling pydantic/datetime_parse.py because it changed.
> Compiling pydantic/decorator.py because it changed.
> Compiling pydantic/env_settings.py because it changed.
> Compiling pydantic/error_wrappers.py because it changed.
> Compiling pydantic/errors.py because it changed.
> Compiling pydantic/fields.py because it changed.
> Compiling pydantic/json.py because it changed.
> Compiling pydantic/main.py because it changed.
> Compiling pydantic/mypy.py because it changed.
> Compiling pydantic/networks.py because it changed.
> Compiling pydantic/parse.py because it changed.
> Compiling pydantic/schema.py because it changed.
> Compiling pydantic/tools.py because it changed.
> Compiling pydantic/types.py because it changed.
> Compiling pydantic/typing.py because it changed.
> Compiling pydantic/utils.py because it changed.
> Compiling pydantic/validators.py because it changed.
> Compiling pydantic/version.py because it changed.
> [ 1/25] Cythonizing pydantic/__init__.py
> [ 2/25] Cythonizing pydantic/_hypothesis_plugin.py
> [ 3/25] Cythonizing pydantic/annotated_types.py
> [ 4/25] Cythonizing pydantic/class_validators.py
> [ 5/25] Cythonizing pydantic/color.py
> [ 6/25] Cythonizing pydantic/config.py
> [ 7/25] Cythonizing pydantic/dataclasses.py
> [ 8/25] Cythonizing pydantic/datetime_parse.py
> [ 9/25] Cythonizing pydantic/decorator.py
> [10/25] Cythonizing pydantic/env_settings.py
> [11/25] Cythonizing pydantic/error_wrappers.py
> [12/25] Cythonizing pydantic/errors.py
> [13/25] Cythonizing pydantic/fields.py
> [14/25] Cythonizing pydantic/json.py
> [15/25] Cythonizing pydantic/main.py
> [16/25] Cythonizing pydantic/mypy.py
> [17/25] Cythonizing pydantic/networks.py
> [18/25] Cythonizing pydantic/parse.py
> [19/25] Cythonizing pydantic/schema.py
> [20/25] Cythonizing pydantic/tools.py
> [21/25] Cythonizing pydantic/types.py
> [22/25] Cythonizing pydantic/typing.py
> [23/25] Cythonizing pydantic/utils.py
> [24/25] Cythonizing pydantic/validators.py
> [25/25] Cythonizing pydantic/version.py
> running config
> I: pybuild base:305: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/utils.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/generics.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/__init__.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/tools.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/version.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/annotated_types.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/main.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/fields.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/parse.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/color.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/decorator.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/validators.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/class_validators.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/mypy.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/error_wrappers.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/errors.py -> 
> /<>/.pybuild/cpython3_3.12/build/pydantic
> copying pydantic/types.py -> 
> /<>/.pybuild/cpytho

Bug#1066752: django-maintenancemode: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" --system=custom "--test-args=PYTHONPATH=. {interpreter} -m pytest" returned exit code

2024-03-13 Thread Lucas Nussbaum
Source: django-maintenancemode
Version: 0.11.7+git221001-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_test -- --system=custom --test-args="PYTHONPATH=. {interpreter} -m 
> pytest"
> I: pybuild base:305: PYTHONPATH=. python3.12 -m pytest
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> django: settings: maintenancemode.tests.settings (from ini)
> rootdir: /<>
> configfile: setup.cfg
> plugins: django-4.5.2
> collected 0 items / 1 error
> 
>  ERRORS 
> 
> __ ERROR collecting maintenancemode/tests/test_middleware.py 
> ___
> ImportError while importing test module 
> '/<>/maintenancemode/tests/test_middleware.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> maintenancemode/tests/test_middleware.py:6: in 
> from django.utils.six import StringIO
> E   ModuleNotFoundError: No module named 'django.utils.six'
> 
> During handling of the above exception, another exception occurred:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> maintenancemode/tests/test_middleware.py:8: in 
> from six import StringIO
> E   ModuleNotFoundError: No module named 'six'
> === warnings summary 
> ===
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
> RemovedInDjango50Warning: The default value of USE_TZ will change from False 
> to True in Django 5.0. Set USE_TZ to False in your project settings if you 
> want to keep the current default behavior.
> warnings.warn(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> === short test summary info 
> 
> ERROR maintenancemode/tests/test_middleware.py
>  Interrupted: 1 error during collection 
> 
> = 1 warning, 1 error in 0.12s 
> ==
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=2: 
> PYTHONPATH=. python3.12 -m pytest
> I: pybuild base:305: PYTHONPATH=. python3.11 -m pytest
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> django: settings: maintenancemode.tests.settings (from ini)
> rootdir: /<>
> configfile: setup.cfg
> plugins: django-4.5.2
> collected 0 items / 1 error
> 
>  ERRORS 
> 
> __ ERROR collecting maintenancemode/tests/test_middleware.py 
> ___
> ImportError while importing test module 
> '/<>/maintenancemode/tests/test_middleware.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> maintenancemode/tests/test_middleware.py:6: in 
> from django.utils.six import StringIO
> E   ModuleNotFoundError: No module named 'django.utils.six'
> 
> During handling of the above exception, another exception occurred:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> maintenancemode/tests/test_middleware.py:8: in 
> from six import StringIO
> E   ModuleNotFoundError: No module named 'six'
> === warnings summary 
> ===
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
> RemovedInDjango50Warning: The default value of USE_TZ will change from False 
> to True in Django 5.0. Set USE_TZ to False in your project settings if you 
> want to keep the current default behavior.
> warnings.warn(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> === short test summary info 
> 
> ERROR maintenancemode/tests/test_middleware.py
>  Interrupted: 1 error during collection 
> 
> = 1 warning, 1 error in 0.11s 
> ==
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=2: 
> P

Bug#1066751: python-formencode: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" --test-pytest returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: python-formencode
Version: 2.0.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # network is required for the 
> http://this.domain.does.not.exist.example.org/test.html test
> LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 http_proxy='' dh_auto_test 
> --buildsystem=pybuild -- --test-pytest
> I: pybuild pybuild:308:   cp 
> /<>/formencode/tests/non_empty.txt 
> /<>/.pybuild/cpython3_3.12_formencode/build/formencode/tests/
>   cp -r /<>/formencode/tests/htmlfill_data 
> /<>/.pybuild/cpython3_3.12_formencode/build/formencode/tests/
>   cp -r /<>/formencode/i18n 
> /<>/.pybuild/cpython3_3.12_formencode/build/formencode/
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_formencode/build; python3.12 -m 
> pytest 
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>/.pybuild/cpython3_3.12_formencode/build
> configfile: pytest.ini
> collected 266 items
> 
> formencode/tests/test_cc.py ..   [  
> 0%]
> formencode/tests/test_compound.py .  [  
> 7%]
> formencode/tests/test_context.py ... [  
> 8%]
> formencode/tests/test_declarative.py [  
> 9%]
> formencode/tests/test_doctest_xml_compare.py .   [ 
> 10%]
> formencode/tests/test_doctests.py .  [ 
> 13%]
> formencode/tests/test_email.py ..[ 
> 14%]
> formencode/tests/test_htmlfill.py .. [ 
> 28%]
>  [ 
> 31%]
> formencode/tests/test_htmlfill_control.py ...[ 
> 34%]
> formencode/tests/test_htmlgen.py ... [ 
> 36%]
> formencode/tests/test_htmlrename.py .[ 
> 37%]
> formencode/tests/test_i18n.py    [ 
> 46%]
> formencode/tests/test_schema.py .EE  [ 
> 54%]
> formencode/tests/test_subclassing.py ... [ 
> 60%]
> formencode/tests/test_subclassing_old.py [ 
> 66%]
> formencode/tests/test_validators.py  [ 
> 80%]
> ..   [ 
> 95%]
> formencode/tests/test_variabledecode.py ...  
> [100%]
> 
>  ERRORS 
> 
> _ ERROR at setup of 
> TestAtLeastOneCheckboxIsChecked.test_Schema_with_input_present _
> 
> cls = 
> func = . at 0x7fb3e66ba7a0>
> when = 'setup'
> reraise = (, )
> 
> @classmethod
> def from_call(
> cls,
> func: Callable[[], TResult],
> when: Literal["collect", "setup", "call", "teardown"],
> reraise: Optional[
> Union[Type[BaseException], Tuple[Type[BaseException], ...]]
> ] = None,
> ) -> "CallInfo[TResult]":
> """Call func, wrapping the result in a CallInfo.
> 
> :param func:
> The function to call. Called without arguments.
> :param when:
> The phase in which the function is called.
> :param reraise:
> Exception or exceptions that shall propagate if raised by the
> function, instead of being wrapped in the CallInfo.
> """
> excinfo = None
> start = timing.time()
> precise_start = timing.perf_counter()
> try:
> >   result: Optional[TResult] = func()
> 
> /usr/lib/python3/dist-packages/_pytest/runner.py:342: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> /usr/lib/python3/dist-packages/_pytest/runner.py:263: in 
> lambda: ihook(item=item, **kwds), when=when, reraise=reraise
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods,

Bug#1066748: python-shippinglabel: FTBFS: make[1]: *** [debian/rules:9: override_dh_auto_test] Error 1

2024-03-13 Thread Lucas Nussbaum
Source: python-shippinglabel
Version: 1.7.1+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> python3 -m pytest  -v --ignore=tests/test_pypi.py 
> --ignore=tests/test_checksum.py
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0 -- 
> /usr/bin/python3
> cachedir: .pytest_cache
> Test session started at 20:04:34
> rootdir: /<>
> configfile: tox.ini
> plugins: cov-4.1.0, datadir-1.4.1+ds, timeout-2.2.0, rerunfailures-12.0, 
> betamax-0.9.0, regressions-2.5.0+ds
> timeout: 300.0s
> timeout method: signal
> timeout func_only: False
> collecting ... collected 367 items
> 
> tests/test_classifiers.py::TestValidateClassifiers::test_errors 
> PASSED   [  0%]
> tests/test_classifiers.py::TestValidateClassifiers::test_deprecated 
> PASSED [  0%]
> tests/test_classifiers.py::TestValidateClassifiers::test_valid 
> PASSED[  0%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dash_upper] 
> PASSED [  1%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dash_lower] 
> PASSED [  1%]
> tests/test_classifiers.py::test_classifiers_from_requirements[jupyter_upper] 
> PASSED [  1%]
> tests/test_classifiers.py::test_classifiers_from_requirements[jupyter_lower] 
> PASSED [  1%]
> tests/test_classifiers.py::test_classifiers_from_requirements[matplotlib_upper]
>  PASSED [  2%]
> tests/test_classifiers.py::test_classifiers_from_requirements[matplotlib_lower]
>  PASSED [  2%]
> tests/test_classifiers.py::test_classifiers_from_requirements[pygame] 
> PASSED [  2%]
> tests/test_classifiers.py::test_classifiers_from_requirements[arcade] 
> PASSED [  2%]
> tests/test_classifiers.py::test_classifiers_from_requirements[flake8] 
> PASSED [  3%]
> tests/test_classifiers.py::test_classifiers_from_requirements[flake8-walrus] 
> PASSED [  3%]
> tests/test_classifiers.py::test_classifiers_from_requirements[flask] 
> PASSED [  3%]
> tests/test_classifiers.py::test_classifiers_from_requirements[werkzeug] 
> PASSED [  4%]
> tests/test_classifiers.py::test_classifiers_from_requirements[click] 
> PASSED [  4%]
> tests/test_classifiers.py::test_classifiers_from_requirements[pytest] 
> PASSED [  4%]
> tests/test_classifiers.py::test_classifiers_from_requirements[pytest-randomly]
>  PASSED [  4%]
> tests/test_classifiers.py::test_classifiers_from_requirements[tox] 
> PASSED [  5%]
> tests/test_classifiers.py::test_classifiers_from_requirements[tox-envlist] 
> PASSED [  5%]
> tests/test_classifiers.py::test_classifiers_from_requirements[Tox==1.2.3] 
> PASSED [  5%]
> tests/test_classifiers.py::test_classifiers_from_requirements[sphinx] 
> PASSED [  5%]
> tests/test_classifiers.py::test_classifiers_from_requirements[sphinx-toolbox] 
> PASSED [  6%]
> tests/test_classifiers.py::test_classifiers_from_requirements[Sphinx>=1.3] 
> PASSED [  6%]
> tests/test_classifiers.py::test_classifiers_from_requirements[jupyter_matplotlib]
>  PASSED [  6%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dash_flask] 
> PASSED [  7%]
> tests/test_classifiers.py::test_classifiers_from_requirements[pytest_flake8] 
> PASSED [  7%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dulwich] 
> PASSED [  7%]
> tests/test_classifiers.py::test_classifiers_from_requirements[gitpython] 
> PASSED [  7%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dulwich_southwark]
>  PASSED [  8%]
> tests/test_conda.py::test_compile_requirements PASSED   
>  [  8%]
> tests/test_conda.py::test_compile_requirements_markers_url_extras 
> PASSED [  8%]
> tests/test_conda.py::test_prepare_requirements PASSED   
>  [  8%]
> tests/test_conda.py::test_prepare_requirements_markers_url_extras 
> PASSED [  9%]
> tests/test_conda.py::test_get_channel_listing[False]

Bug#1066749: node-react-transition-group: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

2024-03-13 Thread Lucas Nussbaum
Source: node-react-transition-group
Version: 4.4.5+~cs4.4.6-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> babeljs src --out-dir lib/cjs
> Successfully compiled 12 files with Babel (1343ms).
> BABEL_ENV=esm babeljs src --out-dir lib/esm
> Successfully compiled 12 files with Babel (1241ms).
> BABEL_ENV=esm rollup -c
> 
> ./src/index.js → 
> ./lib/dist/react-transition-group.js...
> (!) Unresolved dependencies
> https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
> dom-helpers/addClass (imported by "src/CSSTransition.js")
> dom-helpers/removeClass (imported by "src/CSSTransition.js")
> @babel/runtime/helpers/esm/objectWithoutPropertiesLoose (imported by 
> "src/TransitionGroup.js", "src/ReplaceTransition.js", "src/Transition.js" and 
> "src/CSSTransition.js")
> @babel/runtime/helpers/esm/extends (imported by 
> "src/CSSTransition.js" and "src/TransitionGroup.js")
> prop-types (imported by "src/ReplaceTransition.js", 
> "src/Transition.js", "src/SwitchTransition.js", "src/TransitionGroup.js", 
> "src/CSSTransition.js" and "src/utils/PropTypes.js")
> (!) Missing global variable names
> https://rollupjs.org/configuration-options/#output-globals
> Use "output.globals" to specify browser global variable names corresponding 
> to external modules:
> @babel/runtime/helpers/esm/extends (guessing "_extends")
> @babel/runtime/helpers/esm/objectWithoutPropertiesLoose (guessing 
> "_objectWithoutPropertiesLoose")
> prop-types (guessing "PropTypes")
> dom-helpers/addClass (guessing "addOneClass")
> dom-helpers/removeClass (guessing "removeOneClass")
> (!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
> currently defaults to false. It is recommended to set this option to `true`, 
> as the next major version will default this option to `true`.
> created ./lib/dist/react-transition-group.js in 
> 1.9s
> 
> ./src/index.js → 
> ./lib/dist/react-transition-group.min.js...
> (!) Unresolved dependencies
> https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
> dom-helpers/removeClass (imported by "src/CSSTransition.js")
> dom-helpers/addClass (imported by "src/CSSTransition.js")
> @babel/runtime/helpers/esm/objectWithoutPropertiesLoose (imported by 
> "src/Transition.js", "src/CSSTransition.js", "src/TransitionGroup.js" and 
> "src/ReplaceTransition.js")
> @babel/runtime/helpers/esm/extends (imported by 
> "src/CSSTransition.js" and "src/TransitionGroup.js")
> prop-types (imported by "src/SwitchTransition.js", 
> "src/Transition.js", "src/CSSTransition.js", "src/ReplaceTransition.js", 
> "src/TransitionGroup.js" and "src/utils/PropTypes.js")
> (!) Missing global variable names
> https://rollupjs.org/configuration-options/#output-globals
> Use "output.globals" to specify browser global variable names corresponding 
> to external modules:
> @babel/runtime/helpers/esm/extends (guessing "_extends")
> @babel/runtime/helpers/esm/objectWithoutPropertiesLoose (guessing 
> "_objectWithoutPropertiesLoose")
> prop-types (guessing "PropTypes")
> dom-helpers/addClass (guessing "addOneClass")
> dom-helpers/removeClass (guessing "removeOneClass")
> (!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
> currently defaults to false. It is recommended to set this option to `true`, 
> as the next major version will default this option to `true`.
> created ./lib/dist/react-transition-group.min.js in 
> 1.3s
> make[1]: Leaving directory '/<>'
>dh_auto_test --buildsystem=nodejs -O--buildsystem=nodejs
> Found debian/nodejs/additional_components
> Adding component(s): types
>   mkdir -p node_modules/\@testing-library
>   ln -s ../../debian/tests/test_modules/\@test

Bug#1066747: rasterio: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: rasterio
Version: 1.3.9-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_test
> I: pybuild pybuild:308: cp -r /<>/tests 
> /<>/.pybuild/cpython3_3.12_rasterio/build
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_rasterio/build; python3.12 -m pytest 
> --ignore tests/test_env.py --ignore tests/test_io.py --ignore 
> tests/test_merge.py --ignore tests/test_rio_blocks.py --ignore 
> tests/test_rio_bounds.py --ignore tests/test_rio_calc.py --ignore 
> tests/test_rio_clip.py --ignore tests/test_rio_convert.py --ignore 
> tests/test_rio_edit_info.py --ignore tests/test_rio_gcp.py --ignore 
> tests/test_rio_helpers.py --ignore tests/test_rio_info.py --ignore 
> tests/test_rio_insp.py --ignore tests/test_rio_main.py --ignore 
> tests/test_rio_mask.py --ignore tests/test_rio_merge.py --ignore 
> tests/test_rio_options.py --ignore tests/test_rio_overview.py --ignore 
> tests/test_rio_rasterize.py --ignore tests/test_rio_rm.py --ignore 
> tests/test_rio_sample.py --ignore tests/test_rio_shapes.py --ignore 
> tests/test_rio_stack.py --ignore tests/test_rio_warp.py --ignore 
> tests/test_session.py --ignore tests/test_warp.py --ignore 
> tests/test_warpedvrt.py
> Test data present.
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>/.pybuild/cpython3_3.12_rasterio/build
> configfile: pyproject.toml
> plugins: hypothesis-6.98.15
> collected 1086 items / 1 skipped
> 
> tests/test__env.py . [  
> 1%]
> tests/test__version.py . [  
> 2%]
> tests/test_band.py . [  
> 2%]
> tests/test_band_masks.py ... [  
> 3%]
> tests/test_blocks.py ... [  
> 5%]
> tests/test_boundless_read.py .XX...X..XX.[  
> 6%]
> tests/test_checksum.py ..[  
> 6%]
> tests/test_cli_main.py ..[  
> 7%]
> tests/test_colorinterp.py .xx... [  
> 9%]
> tests/test_colormap.py ..[  
> 9%]
> tests/test_complex_dtypes.py .   [  
> 9%]
> tests/test_coords.py ..  [ 
> 10%]
> tests/test_creation_options.py . [ 
> 10%]
> tests/test_crs.py .. [ 
> 15%]
> .[ 
> 20%]
> tests/test_data_paths.py ..  [ 
> 21%]
> tests/test_dataset.py .  [ 
> 24%]
> tests/test_dataset_mask.py   [ 
> 25%]
> tests/test_dataset_rw.py ... [ 
> 25%]
> tests/test_deprecated.py .   [ 
> 25%]
> tests/test_descriptions.py   [ 
> 26%]
> tests/test_driver_management.py  [ 
> 26%]
> tests/test_driver_policy.py ..   [ 
> 26%]
> tests/test_dtypes.py ..  [ 
> 29%]
> tests/test_enums.py ...  [ 
> 30%]
> tests/test_err.py .x [ 
> 30%]
> tests/test_features.py . [ 
> 35%]
> ..s..X.. [ 
> 41%]
> ..   [ 
> 41%]
> tests/test_filepath.py .xx...[ 
> 43%]
> tests/test_fillnodata.py [ 
> 43%]
> tests/test_gcps.py . [ 
> 44%]
> tests/test_gdal_raster_io.py ... [ 
> 47%]
> tests/test_image_structure.py ...[ 
> 49%]
> tests/test_indexing.p

Bug#1066745: pytest-mpl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: pytest-mpl
Version: 0.16.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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:305: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:265: 
> UserWarning: Unknown distribution option: 'use_scm_version'
>   warnings.warn(msg)
> running config
> I: pybuild base:305: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:265: 
> UserWarning: Unknown distribution option: 'use_scm_version'
>   warnings.warn(msg)
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:265: 
> UserWarning: Unknown distribution option: 'use_scm_version'
>   warnings.warn(msg)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12_pytest-mpl/build/pytest_mpl
> copying pytest_mpl/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_pytest-mpl/build/pytest_mpl
> copying pytest_mpl/plugin.py -> 
> /<>/.pybuild/cpython3_3.12_pytest-mpl/build/pytest_mpl
> creating 
> /<>/.pybuild/cpython3_3.12_pytest-mpl/build/pytest_mpl/summary
> copying pytest_mpl/summary/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_pytest-mpl/build/pytest_mpl/summary
> copying pytest_mpl/summary/html.py -> 
> /<>/.pybuild/cpython3_3.12_pytest-mpl/build/pytest_mpl/summary
> running egg_info
> creating pytest_mpl.egg-info
> writing pytest_mpl.egg-info/PKG-INFO
> writing dependency_links to pytest_mpl.egg-info/dependency_links.txt
> writing entry points to pytest_mpl.egg-info/entry_points.txt
> writing requirements to pytest_mpl.egg-info/requires.txt
> writing top-level names to pytest_mpl.egg-info/top_level.txt
> writing manifest file 'pytest_mpl.egg-info/SOURCES.txt'
> reading manifest file 'pytest_mpl.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'pytest_mpl.egg-info/SOURCES.txt'
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-pack

Bug#1066746: magic-wormhole: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: magic-wormhole
Version: 0.12.0-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --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:305: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/ipaddrs.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_rlcompleter.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_send.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/transit.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/observer.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_hints.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_lister.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_boss.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_allocator.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/timing.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_version.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_terminator.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_receive.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_code.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/__main__.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_input.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_rendezvous.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/eventual.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/errors.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_order.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/wormhole.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_wordlist.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/tor_manager.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/util.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_interfaces.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/xfer_util.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_nameplate.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_mailbox.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/_key.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> copying src/wormhole/journal.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole
> creating 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole/cli
> copying src/wormhole/cli/welcome.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole/cli
> copying src/wormhole/cli/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole/cli
> copying src/wormhole/cli/public_relay.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole/cli
> copying src/wormhole/cli/cli.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole/cli
> copying src/wormhole/cli/cmd_ssh.py -> 
> /<>/.pybuild/cpython3_3.11_magic-wormhole/build/wormhole/cli

Bug#1066742: barectf: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: barectf
Version: 3.1.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_barectf  
> * Building wheel...
> Successfully built barectf-3.1.2-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.11_barectf  
> * Building wheel...
> Successfully built barectf-3.1.2-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_barectf/build; python3.12 -m pytest 
> tests
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>/.pybuild/cpython3_3.12_barectf/build
> plugins: xdist-3.4.0
> collected 1 item / 32 errors
> 
>  ERRORS 
> 
> ___ ERROR collecting tests/config/yaml/2/configs/fail/clock 
> 
> /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
> return super().__call__(*k, **kw)
> E   TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'
> 
> During handling of the above exception, another exception occurred:
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> tests/config/yaml/conftest.py:64: in pytest_collect_file
> return _YamlFileFail.from_parent(parent, fspath=path, name=name)
> /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
> return super().from_parent(parent=parent, fspath=fspath, path=path, **kw)
> /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
> return cls._create(parent=parent, **kw)
> /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
> return super().__call__(*k, **known_kw)
> tests/config/yaml/conftest.py:102: in __init__
> super().__init__(parent=parent, fspath=fspath)
> /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
> path = _imply_path(type(self), path, fspath=fspath)
> /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
> warnings.warn(
> E   pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to 
> _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument 
> instead.
> E   See 
> https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
> ___ ERROR collecting tests/config/yaml/2/configs/fail/config 
> ___
> /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
> return super().__call__(*k, **kw)
> E   TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'
> 
> During handling of the above exception, another exception occurred:
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> tests/config/yaml/conftest.py:64: in pytest_collect_file
> return _YamlFileFail.from_parent(parent, fspath=path, name=name)
> /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
> return super().from_parent(parent=parent, fspath=fspath, path=path, **kw)
> /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
> return cls._create(parent=parent, **kw)
> /usr/lib/python3/dist-packages/_pyt

Bug#1066744: gnupg2: FTBFS: dh_install: error: missing files, aborting

2024-03-13 Thread Lucas Nussbaum
Source: gnupg2
Version: 2.2.40-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[4]: Entering directory '/<>/build'
> make[4]: Nothing to be done for 'install-data-hook'.
> make[4]: Leaving directory '/<>/build'
> make[3]: Leaving directory '/<>/build'
> make[2]: Leaving directory '/<>/build'
> make[1]: Leaving directory '/<>/build'
>dh_install -O--builddirectory=build
> dh_install: warning: Cannot find (any matches for) 
> "debian/tmp/usr/lib/gnupg/dirmngr_ldap" (tried in ., debian/tmp)
> 
> dh_install: warning: dirmngr missing files: 
> debian/tmp/usr/lib/gnupg/dirmngr_ldap
> dh_install: error: missing files, aborting
> make: *** [debian/rules:35: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gnupg2_2.2.40-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066743: backblaze-b2: FTBFS: dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: backblaze-b2
Version: 1.3.8-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> PYBUILD_SYSTEM=custom \
>   PYBUILD_TEST_ARGS="{interpreter} setup.py nosetests" \
>   LC_ALL=C.UTF-8 \
>   dh_auto_test
> I: pybuild base:305: python3.12 setup.py nosetests
> running nosetests
> running egg_info
> creating b2.egg-info
> writing b2.egg-info/PKG-INFO
> writing dependency_links to b2.egg-info/dependency_links.txt
> writing entry points to b2.egg-info/entry_points.txt
> writing requirements to b2.egg-info/requires.txt
> writing top-level names to b2.egg-info/top_level.txt
> writing manifest file 'b2.egg-info/SOURCES.txt'
> reading manifest file 'b2.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'b2.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/nose/commands.py:143: _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`.
> 
> 
> 
> !!
>   self.distribution.fetch_build_eggs(
> WARNING: The wheel package is not available.
> /usr/bin/python3.12: No module named pip
> error: Command '['/usr/bin/python3.12', '-m', 'pip', 
> '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 
> '/tmp/tmp9urnbbe4', '--quiet', 'tqdm>=4.5.0']' returned non-zero exit status 
> 1.
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=1: 
> python3.12 setup.py nosetests
> I: pybuild base:305: python3.11 setup.py nosetests
> running nosetests
> running egg_info
> writing b2.egg-info/PKG-INFO
> writing dependency_links to b2.egg-info/dependency_links.txt
> writing entry points to b2.egg-info/entry_points.txt
> writing requirements to b2.egg-info/requires.txt
> writing top-level names to b2.egg-info/top_level.txt
> reading manifest file 'b2.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'b2.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/nose/commands.py:143: _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`.
> 
> 
> 
> !!
>   self.distribution.fetch_build_eggs(
> WARNING: The wheel package is not available.
> /usr/bin/python3.11: No module named pip
> error: Command '['/usr/bin/python3.11', '-m', 'pip', 
> '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 
> '/tmp/tmpbgz8zy7p', '--quiet', 'tqdm>=4.5.0']' returned non-zero exit status 
> 1.
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=1: 
> python3.11 setup.py nosetests
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/backblaze-b2_1.3.8-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066739: vine: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: vine
Version: 5.0.0+dfsg-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_build
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12_vine/build/vine
> copying vine/utils.py -> 
> /<>/.pybuild/cpython3_3.12_vine/build/vine
> copying vine/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_vine/build/vine
> copying vine/abstract.py -> 
> /<>/.pybuild/cpython3_3.12_vine/build/vine
> copying vine/funtools.py -> 
> /<>/.pybuild/cpython3_3.12_vine/build/vine
> copying vine/synchronization.py -> 
> /<>/.pybuild/cpython3_3.12_vine/build/vine
> copying vine/promises.py -> 
> /<>/.pybuild/cpython3_3.12_vine/build/vine
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_vine/build/vine
> copying vine/utils.py -> 
> /<>/.pybuild/cpython3_3.11_vine/build/vine
> copying vine/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_vine/build/vine
> copying vine/abstract.py -> 
> /<>/.pybuild/cpython3_3.11_vine/build/vine
> copying vine/funtools.py -> 
> /<>/.pybuild/cpython3_3.11_vine/build/vine
> copying vine/synchronization.py -> 
> /<>/.pybuild/cpython3_3.11_vine/build/vine
> copying vine/promises.py -> 
> /<>/.pybuild/cpython3_3.11_vine/build/vine
> PYTHONPATH=. python3 -m sphinx -N -bhtml docs/ build/html # HTML generator
> Running Sphinx v7.2.6
> making output directory... done
> loading intersphinx inventory from https://docs.python.org/dev/objects.inv...
> loading intersphinx inventory from 
> https://www.sphinx-doc.org/en/stable/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://www.sphinx-doc.org/en/stable/objects.inv' not 
> fetchable due to : 
> HTTPSConnectionPool(host='www.sphinx-doc.org', port=443): Max retries 
> exceeded with url: /en/stable/objects.inv (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError(' object at 0x7fdb6547ff90>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'https://docs.python.org/dev/objects.inv' not fetchable 
> due to : 
> HTTPSConnectionPool(host='docs.python.org', port=443): Max retries exceeded 
> with url: /dev/objects.inv (Caused by ProxyError('Cannot connect to proxy.', 
> NewConnectionError(' 0x7fdb6610d510>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 8 source files that are out of date
> updating environment: [new config] 8 added, 0 changed, 0 removed
> reading sources... [ 12%] changelog
> reading sources... [ 25%] index
> reading sources... [ 38%] reference/index
> [

Bug#1066740: djangorestframework: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: djangorestframework
Version: 3.14.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):

> === short test summary info 
> 
> SKIPPED [1] tests/test_model_serializer.py:446: condition: not postgres_fields
> SKIPPED [1] tests/test_model_serializer.py:431: condition: not postgres_fields
> SKIPPED [1] tests/test_model_serializer.py:466: has models.JSONField
> SKIPPED [1] tests/test_serializer_nested.py:325: psycopg2 is not installed
> SKIPPED [1] tests/test_serializer_nested.py:343: psycopg2 is not installed
> ERROR tests/test_fields.py::TestReadOnly::test_writable_fields - 
> pytest.Pytes...
> ERROR tests/test_fields.py::TestReadOnly::test_validate_read_only - 
> pytest.Py...
> ERROR tests/test_fields.py::TestReadOnly::test_serialize_read_only - 
> pytest.P...
> ERROR tests/test_fields.py::TestWriteOnly::test_validate_write_only - 
> pytest
> ERROR tests/test_fields.py::TestWriteOnly::test_serialize_write_only - 
> pytest...
> ERROR tests/test_fields.py::TestInitial::test_initial - 
> pytest.PytestRemovedI...
> ERROR 
> tests/test_fields.py::TestInitialWithCallable::test_initial_should_accept_callable
> ERROR tests/test_fields.py::TestLabel::test_label - 
> pytest.PytestRemovedIn8Wa...
> ERROR tests/test_fields.py::TestInvalidErrorKey::test_invalid_error_key - 
> pyt...
> ERROR 
> tests/test_fields.py::TestCreateOnlyDefault::test_create_only_default_is_provided
> ERROR 
> tests/test_fields.py::TestCreateOnlyDefault::test_create_only_default_is_not_provided_on_update
> ERROR 
> tests/test_fields.py::TestCreateOnlyDefault::test_create_only_default_callable_sets_context
> ERROR 
> tests/test_pagination.py::TestPaginationIntegration::test_filtered_items_are_paginated
> ERROR 
> tests/test_pagination.py::TestPaginationIntegration::test_setting_page_size
> ERROR 
> tests/test_pagination.py::TestPaginationIntegration::test_setting_page_size_over_maximum
> ERROR 
> tests/test_pagination.py::TestPaginationIntegration::test_setting_page_size_to_zero
> ERROR 
> tests/test_pagination.py::TestPaginationIntegration::test_additional_query_params_are_preserved
> ERROR 
> tests/test_pagination.py::TestPaginationIntegration::test_empty_query_params_are_preserved
> ERROR 
> tests/test_pagination.py::TestPaginationIntegration::test_404_not_found_for_zero_page
> ERROR 
> tests/test_pagination.py::TestPaginationIntegration::test_404_not_found_for_invalid_page
> ERROR 
> tests/test_pagination.py::TestPaginationDisabledIntegration::test_unpaginated_list
> ERROR tests/test_pagination.py::TestPageNumberPagination::test_no_page_number
> ERROR tests/test_pagination.py::TestPageNumberPagination::test_second_page - 
> ...
> ERROR tests/test_pagination.py::TestPageNumberPagination::test_last_page - 
> py...
> ERROR tests/test_pagination.py::TestPageNumberPagination::test_invalid_page
> ERROR 
> tests/test_pagination.py::TestPageNumberPagination::test_get_paginated_response_schema
> ERROR 
> tests/test_pagination.py::TestPageNumberPaginationOverride::test_no_page_number
> ERROR 
> tests/test_pagination.py::TestPageNumberPaginationOverride::test_invalid_page
> ERROR tests/test_pagination.py::TestLimitOffset::test_no_offset - 
> pytest.Pyte...
> ERROR 
> tests/test_pagination.py::TestLimitOffset::test_pagination_not_applied_if_limit_or_default_limit_not_set
> ERROR tests/test_pagination.py::TestLimitOffset::test_single_offset - 
> pytest
> ERROR tests/test_pagination.py::TestLimitOffset::test_first_offset - 
> pytest.P...
> ERROR tests/test_pagination.py::TestLimitOffset::test_middle_offset - 
> pytest
> ERROR tests/test_pagination.py::TestLimitOffset::test_ending_offset - 
> pytest
> ERROR tests/test_pagination.py::TestLimitOffset::test_erronous_offset - 
> pytes...
> ERROR tests/test_pagination.py::TestLimitOffset::test_invalid_offset - 
> pytest...
> ERROR tests/test_pagination.py::TestLimitOffset::test_invalid_limit - 
> pytest
> ERROR tests/test_pagination.py::TestLimitOffset::test_zero_limit - 
> pytest.Pyt...
> ERROR tests/test_pagination.py::TestLimitOffset::test_max_limit - 
> pytest.Pyte...
> ERROR 
> tests/test_pagination.py::TestLimitOffset::test_get_paginated_response_schema
> ERROR tests/test_pagination.py::TestCursorPagination::test_invalid_cursor - 
> p...
> ERROR 
> tests/test_pagination.py::TestCursorPagination::test_use_with_ordering_filter
> ERROR tests/test_pagination.py::TestCursorPagination::test_cursor_pagination
> ERROR 
> tests/test_pagination.py::TestCursorPaginati

Bug#1066737: python-streamz: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: python-streamz
Version: 0.6.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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:305: python3.12 setup.py config 
> running config
> I: pybuild base:305: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/utils.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/river.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/sources.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/plugins.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/batch.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/utils_test.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/orderedweakset.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/sinks.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/collection.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/core.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/graph.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/dask.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz
> creating 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> copying streamz/dataframe/utils.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> copying streamz/dataframe/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> copying streamz/dataframe/aggregations.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> copying streamz/dataframe/core.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> creating /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_batch.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_plugins.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_graph.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_kafka.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_sinks.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_sources.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_core.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/py3_test_core.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_dask.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> creating 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframes.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframe_utils.py -> 
> /<>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe/tests
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/utils.py -> 
> /<>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/river.py -> 
> /<>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/sources.py -> 
> /<>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/plugins.py -> 
> /<>/.pybuild/cpython3_3.11_streamz/build/streamz
> cop

Bug#1066738: python-asyncio-mqtt: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: python-asyncio-mqtt
Version: 0.16.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> echo "__version__ = version = '0.16.1'" > asyncio_mqtt/_version.py
> echo "__version_tuple__ = version_tuple = tuple('0.16.1'.split('.'))" >> 
> asyncio_mqtt/_version.py
> make[1]: Leaving directory '/<>'
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.11_asyncio_mqtt  
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/asyncio_mqtt
> copying asyncio_mqtt/__init__.py -> build/lib/asyncio_mqtt
> copying asyncio_mqtt/error.py -> build/lib/asyncio_mqtt
> copying asyncio_mqtt/_version.py -> build/lib/asyncio_mqtt
> copying asyncio_mqtt/client.py -> build/lib/asyncio_mqtt
> copying asyncio_mqtt/types.py -> build/lib/asyncio_mqtt
> running egg_info
> creating asyncio_mqtt.egg-info
> writing asyncio_mqtt.egg-info/PKG-INFO
> writing dependency_links to asyncio_mqtt.egg-info/dependency_links.txt
> writing requirements to asyncio_mqtt.egg-info/requires.txt
> writing top-level names to asyncio_mqtt.egg-info/top_level.txt
> writing manifest file 'asyncio_mqtt.egg-info/SOURCES.txt'
> reading manifest file 'asyncio_mqtt.egg-info/SOURCES.txt'
> adding license file 'LICENSE'
> writing manifest file 'asyncio_mqtt.egg-info/SOURCES.txt'
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/asyncio_mqtt
> copying build/lib/asyncio_mqtt/__init__.py -> 
> build/bdist.linux-x86_64/wheel/asyncio_mqtt
> copying build/lib/asyncio_mqtt/error.py -> 
> build/bdist.linux-x86_64/wheel/asyncio_mqtt
> copying build/lib/asyncio_mqtt/_version.py -> 
> build/bdist.linux-x86_64/wheel/asyncio_mqtt
> copying build/lib/asyncio_mqtt/client.py -> 
> build/bdist.linux-x86_64/wheel/asyncio_mqtt
> copying build/lib/asyncio_mqtt/types.py -> 
> build/bdist.linux-x86_64/wheel/asyncio_mqtt
> running install_egg_info
> Copying asyncio_mqtt.egg-info to 
> build/bdist.linux-x86_64/wheel/asyncio_mqtt-0.0.0.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/asyncio_mqtt-0.0.0.dist-info/WHEEL
> creating 
> '/<>/.pybuild/cpython3_3.11_asyncio_mqtt/.tmp-nh8imiqf/asyncio_mqtt-0.0.0-py3-none-any.whl'
>  and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'asyncio_mqtt/__init__.py'
> adding 'asyncio_mqtt/_version.py'
> adding 'asyncio_mqtt/client.py'
> adding 'asyncio_mqtt/error.py'
> adding 'asyncio_mqtt/types.py'
> adding 'asyncio_mqtt-0.0.0.dist-info/LICENSE'
> adding 'asyncio_mqtt-0.0.0.dist-info/METADATA'
> adding 'asyncio_mqtt-0.0.0.dist-info/WHEEL'
> adding 'asyncio_mqtt-0.0.0.dist-info/top_level.txt'
> adding 'asyncio_mqtt-0.0.0.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built asyncio_mqtt-0.0.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.11_asyncio_mqtt/build; python3.11 -m 
> pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<>/.pybuild/cpython3_3.11_asyncio_mqtt/build
> configfile: pyproject.toml
> plugins: anyio-4.2.0
> collected 50 items
> 
> tests/test_client.py ...FFFs [ 
> 38%]
> tests/test_error.py ..FFF...FFF  
> [100%]
> 
> === FAILURES 
> ===
> _ test_client_id[3-22] 
> _
> 
> protocol = , length = 22
> 
> @pytest.mark.parametrize(
> "protocol, length",
> ((ProtocolVersion.V31, 22), (ProtocolVersion.V311, 0), 
> (ProtocolVersion.V5, 0)),
> )
> async def test_client_id(protocol: ProtocolVersion, length: int) -> None:
> >   client = Client(HOSTNAME, protocol=protocol)
> 
>

Bug#1066735: eztrace: FTBFS: dh_auto_test: error: cd build-mpich && make -j1 test ARGS\+=--verbose ARGS\+=-j1 -k ARGS\+=--extra-verbose returned exit code 2

2024-03-13 Thread Lucas Nussbaum
Source: eztrace
Version: 2.1-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<>/test/mpi'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/<>/test/mpi'
>  [OK] 
> > Running /<>/test/mpi/test_mpi_ping.sh...
> > Running mpirun.mpich -np 2 /<>/build-mpich/src/eztrace -p -t 
> > mpich ./mpi_ping
> Eztrace test Mode
> Eztrace test Mode
> dir: mpi_ping_trace
> [P0T0] Starting EZTrace (pid: 878489)...
> [P0T0] MPI mode selected
> This program requires 2 MPI processes, aborting...
> dir: mpi_ping_trace
> /bin/rm: cannot remove 'mpi_ping_trace': Directory not empty
> [P0T0] Stopping EZTrace (pid:878489)...
> [P0T0] Starting EZTrace (pid: 878488)...
> [P0T0] MPI mode selected
> This program requires 2 MPI processes, aborting...
> [P0T0] Stopping EZTrace (pid:878488)...
>  [OK] 
> otf2-print: warning: out of order Group definition: "MPI_COMM_4_group" <4>
> otf2-print: warning: out of order Comm/InterComm definition: "MPI_COMM_4" <4>
>  > Checking for ENTER/LEAVE parity
>  [OK] 0 event of each type
>  > Checking the number of MPI_SEND events
>   [ERROR] 0 events (expected: 20200)
>  > Checking the number of MPI_RECV events
>   [ERROR] 0 events (expected: 20200)
>  > Checking the number of ENTER MPI_Send events
>   [ERROR] 0 events (expected: 20200)
>  > Checking the number of LEAVE MPI_Send events
>   [ERROR] 0 events (expected: 20200)
>  > Checking the number of ENTER MPI_Recv events
>   [ERROR] 0 events (expected: 20200)
>  > Checking the number of LEAVE MPI_Recv events
>   [ERROR] 0 events (expected: 20200)
> PASS: 2, FAILED:6, TOTAL: 8
>   [ERROR] Test /<>/test/mpi/test_mpi_ping.sh 
> failed
> > Running /<>/test/mpi/test_mpi_waitall.sh...
> > Running mpirun.mpich -np 4 /<>/build-mpich/src/eztrace -p -t 
> > mpich ./waitall
> Eztrace test Mode
> Eztrace test Mode
> Eztrace test Mode
> Eztrace test Mode
> dir: waitall_trace
> dir: waitall_trace
> [P0T0] Starting EZTrace (pid: 878563)...
> [P0T0] MPI mode selected
> Please run with 4 processes.
> [P0T0] Starting EZTrace (pid: 878567)...
> [P0T0] MPI mode selected
> Please run with 4 processes.
> dir: waitall_trace
> [P0T0] Starting EZTrace (pid: 878558)...
> [P0T0] MPI mode selected
> Please run with 4 processes.
> [P0T0] Stopping EZTrace (pid:878563)...
> [P0T0] Stopping EZTrace (pid:878567)...
> dir: waitall_trace
> [P0T0] Starting EZTrace (pid: 878566)...
> [P0T0] MPI mode selected
> Please run with 4 processes.
> [P0T0] Stopping EZTrace (pid:878566)...
> [P0T0] Stopping EZTrace (pid:878558)...
>   [ERROR] command 'mpirun.mpich -np 4 
> /<>/build-mpich/src/eztrace -p -t mpich ./waitall' failed
> otf2-print: warning: out of order Group definition: "MPI_COMM_4_group" <4>
> otf2-print: warning: out of order Comm/InterComm definition: "MPI_COMM_4" <4>
>  > Checking for ENTER/LEAVE parity
>  [OK] 0 event of each type
>  > Checking the number of MPI_ISEND events
>   [ERROR] 0 events (expected: 3)
>  > Checking the number of MPI_ISEND_COMPLETE events
>   [ERROR] 0 events (expected: 3)
>  > Checking the number of MPI_IRECV events
>   [ERROR] 0 events (expected: 3)
>  > Checking the number of MPI_IRECV_REQUEST events
>   [ERROR] 0 events (expected: 3)
>  > Checking the number of ENTER MPI_Isend events
>   [ERROR] 0 events (expected: 3)
>  > Checking the number of LEAVE MPI_Isend events
>   [ERROR] 0 events (expected: 3)
>  > Checking the number of ENTER MPI_Irecv events
>   [ERROR] 0 events (expected: 3)
>  > Checking the number of LEAVE MPI_Irecv events
>   [ERROR] 0 events (expected: 3)
>  > Checking the number of ENTER MPI_Waitall events
>   [ERROR] 0 events (expected: 4)
>  > Checking the number of LEAVE MPI_Waitall events
>   [ERROR] 0 events (expected: 4)
> PASS: 1, FAILED:10, TOTAL: 12
>   [ERROR] Test /<>/test/mpi/test_mpi_waitall.sh 
> failed
> 
> test 10
>   Start 10: build_memory
> 
> 10: Test command: /usr/bin/cmake "--build" "/<>/build-mpich" 
> "--target&q

Bug#1066736: deheader: FTBFS: dh_auto_test: error: make -j8 check returned exit code 2

2024-03-13 Thread Lucas Nussbaum
Source: deheader
Version: 1.10-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>/test'
> make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
> rule.
> Testing deheader: no output is good news.
> python -> /usr/bin/python3
> deheader: basic compilation failed on advance.c
> deheader: basic compilation failed on bsd_signal.c
> --- regress.chk   2023-01-31 00:41:42.0 +
> +++ /tmp/regress  2024-03-12 20:39:22.923042703 +
> @@ -80,9 +80,8 @@
>  deheader: in ./acos.c, acos() prevents uninclusion of 
>  deheader: ./acosh.c succeeded.
>  deheader: in ./acosh.c, acosh() prevents uninclusion of 
> -deheader: ./advance.c succeeded.
> -deheader: in ./advance.c, advance() prevents uninclusion of 
> -deheader: in ./advance.c, getc() portability requires .
> +deheader: ./advance.c failed (2).
> +deheader: advance.c failed (2).
>  deheader: ./alarm.c succeeded.
>  deheader: in ./alarm.c, alarm() prevents uninclusion of 
>  deheader: ./asin.c succeeded.
> @@ -111,8 +110,8 @@
>  deheader: in ./bcopy.c, bcopy() prevents uninclusion of 
>  deheader: ./brk.c succeeded.
>  deheader: in ./brk.c, brk() prevents uninclusion of 
> -deheader: ./bsd_signal.c succeeded.
> -deheader: in ./bsd_signal.c, bsd_signal() prevents uninclusion of 
> +deheader: ./bsd_signal.c failed (2).
> +deheader: bsd_signal.c failed (2).
>  deheader: ./bsort.c succeeded.
>  deheader: in ./bsort.c, bsort() prevents uninclusion of 
>  deheader: in ./bsort.c, strcoll() portability requires .
> make[2]: *** [Makefile:9: check] Error 1
> make[2]: Leaving directory '/<>/test'
> make[1]: *** [Makefile:43: check] Error 2
> make[1]: Leaving directory '/<>'
> dh_auto_test: error: make -j8 check returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/deheader_1.10-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066732: metpy: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: metpy
Version: 1.6.1+ds-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.12_metpy 
>  
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/metpy
> copying src/metpy/__init__.py -> build/lib/metpy
> copying src/metpy/pandas.py -> build/lib/metpy
> copying src/metpy/future.py -> build/lib/metpy
> copying src/metpy/package_tools.py -> build/lib/metpy
> copying src/metpy/deprecation.py -> build/lib/metpy
> copying src/metpy/_version.py -> build/lib/metpy
> copying src/metpy/testing.py -> build/lib/metpy
> copying src/metpy/_warnings.py -> build/lib/metpy
> copying src/metpy/units.py -> build/lib/metpy
> copying src/metpy/xarray.py -> build/lib/metpy
> copying src/metpy/cbook.py -> build/lib/metpy
> creating build/lib/metpy/constants
> copying src/metpy/constants/__init__.py -> build/lib/metpy/constants
> copying src/metpy/constants/nounit.py -> build/lib/metpy/constants
> copying src/metpy/constants/default.py -> build/lib/metpy/constants
> creating build/lib/metpy/plots
> copying src/metpy/plots/__init__.py -> build/lib/metpy/plots
> copying src/metpy/plots/_util.py -> build/lib/metpy/plots
> copying src/metpy/plots/cartopy_utils.py -> build/lib/metpy/plots
> copying src/metpy/plots/patheffects.py -> build/lib/metpy/plots
> copying src/metpy/plots/wx_symbols.py -> build/lib/metpy/plots
> copying src/metpy/plots/declarative.py -> build/lib/metpy/plots
> copying src/metpy/plots/mapping.py -> build/lib/metpy/plots
> copying src/metpy/plots/plot_areas.py -> build/lib/metpy/plots
> copying src/metpy/plots/skewt.py -> build/lib/metpy/plots
> copying src/metpy/plots/ctables.py -> build/lib/metpy/plots
> copying src/metpy/plots/_mpl.py -> build/lib/metpy/plots
> copying src/metpy/plots/station_plot.py -> build/lib/metpy/plots
> creating build/lib/metpy/io
> copying src/metpy/io/__init__.py -> build/lib/metpy/io
> copying src/metpy/io/_tools.py -> build/lib/metpy/io
> copying src/metpy/io/gempak.py -> build/lib/metpy/io
> copying src/metpy/io/text.py -> build/lib/metpy/io
> copying src/metpy/io/station_data.py -> build/lib/metpy/io
> copying src/metpy/io/metar.py -> build/lib/metpy/io
> copying src/metpy/io/gini.py -> build/lib/metpy/io
> copying src/metpy/io/nexrad.py -> build/lib/metpy/io
> creating build/lib/metpy/interpolate
> copying src/metpy/interpolate/__init__.py -> build/lib/metpy/interpolate
> copying src/metpy/interpolate/tools.py -> build/lib/metpy/interpolate
> copying src/metpy/interpolate/slices.py -> build/lib/metpy/interpolate
> copying src/metpy/interpolate/grid.py -> build/lib/metpy/interpolate
> copying src/metpy/interpolate/points.py -> build/lib/metpy/interpolate
> copying src/metpy/interpolate/geometry.py -> build/lib/metpy/interpolate
> copying src/metpy/interpolate/one_dimension.py -> build/lib/metpy/interpolate
> creating build/lib/metpy/calc
> copying src/metpy/calc/basic.py -> build/lib/metpy/calc
> copying src/metpy/calc/__init__.py -> build/lib/metpy/calc
> copying src/metpy/calc/tools.py -> build/lib/metpy/calc
> copying src/metpy/calc/cross_sections.py -> build/lib/metpy/calc
> copying src/metpy/calc/kinematics.py -> build/lib/metpy/calc
> copying src/metpy/calc/exceptions.py -> build/lib/metpy/calc
> copying src/metpy/calc/indices.py -> build/lib/metpy/calc
> copying src/metpy/calc/turbulence.py -> build/lib/metpy/calc
> copying src/metpy/calc/thermo.py -> build/lib/metpy/calc
> creating build/lib/metpy/_vendor
> copying src/metpy/_vendor/__init__.py -> build/lib/metpy/_vendor
> copying src/metpy/_vendor/xarray.py -> build/lib/metpy/_vendor
> creating build/lib/metpy/io/_metar_parser
> copying src/metpy/io/_metar_parser/metar_parser.py -> 
> build/lib/metpy/io/_metar_parser
> creating build/lib/metpy/io/_nexrad_msgs
> copying src/metpy/io/_nexrad_msgs/__init__.py -> 
> build/lib/metpy/io/_nexrad_msgs
> copying src/metpy/io/_nexrad_msg

Bug#1066730: ruby-clockwork: FTBFS: ERROR: Test "ruby3.1" failed.

2024-03-13 Thread Lucas Nussbaum
Source: ruby-clockwork
Version: 3.0.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> /usr/bin/ruby3.1 /usr/bin/gem2deb-test-runner
> 
> ┌──┐
> │ Checking Rubygems dependency resolution on ruby3.1  
>  │
> └──┘
> 
> RUBYLIB=. 
> GEM_PATH=/<>/debian/ruby-clockwork/usr/share/rubygems-integration/all:/<>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.1.0:/var/lib/gems/3.1.0:/usr/local/lib/ruby/gems/3.1.0:/usr/lib/ruby/gems/3.1.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.1.0:/usr/share/rubygems-integration/3.1.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0
>  ruby3.1 -e gem\ \"clockwork\"
> 
> ┌──┐
> │ Run tests for ruby3.1 from debian/ruby-tests.rake   
>  │
> └──┘
> 
> RUBYLIB=. 
> GEM_PATH=/<>/debian/ruby-clockwork/usr/share/rubygems-integration/all:/<>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.1.0:/var/lib/gems/3.1.0:/usr/local/lib/ruby/gems/3.1.0:/usr/lib/ruby/gems/3.1.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.1.0:/usr/share/rubygems-integration/3.1.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0
>  ruby3.1 -S rake --rakelibdir /gem2deb-nonexistent -f debian/ruby-tests.rake
> /usr/bin/ruby3.1 -w -I"test" 
> /usr/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb 
> "test/at_test.rb" "test/clockwork_test.rb" 
> "test/database_events/event_store_test.rb" 
> "test/database_events/synchronizer_test.rb" "test/event_test.rb" 
> "test/manager_test.rb" "test/samples/signal_test.rb" 
> "test/database_events/test_helpers.rb"  -v
> Run options: -v --seed 15149
> 
> # Running:
> 
> Clockwork#test_0006_should pass all arguments to every = 0.00 s = F
> Clockwork#test_0005_should not run anything after reset = 0.00 s = .
> Clockwork#test_0002_should log event correctly = 0.00 s = .
> Clockwork#test_0007_support module re-open style = 0.01 s = .
> Clockwork#test_0001_should run events with configured logger = 0.01 s = .
> Clockwork#test_0004_should pass event without modification to handler = 0.00 
> s = .
> Clockwork#test_0003_should log exceptions = 0.00 s = .
> Clockwork::Event::#run_now?::event skip_first_run option not 
> set#test_0001_returns true on first attempt = 0.00 s = .
> Clockwork::Manager:::if option#test_0002_:if false then never run = 0.00 s = .
> Clockwork::Manager:::if option#test_0003_:if the first day of month = 0.00 s 
> = .
> Clockwork::Manager:::if option#test_0004_:if it is compared to a time with 
> zone = 0.01 s = .
> Clockwork::Manager:::if option#test_0001_:if true then always run = 0.00 s = .
> Clockwork::Manager:::if option#test_0005_:if is not callable then raise 
> ArgumentError = 0.00 s = .
> Clockwork::Event::#run_now?::event skip_first_run option set to 
> false#test_0001_returns true on first attempt = 0.00 s = .
> Clockwork::Event::#run_now?::event skip_first_run option set to 
> true#test_0001_returns false on first attempt = 0.00 s = .
> Clockwork::Event::#run_now?::event skip_first_run option set to 
> true#test_0002_returns true on subsequent attempts = 0.00 s = .
> Clockwork::Manager:::at option#test_0001_once a day at 16:20 = 0.00 s = .
> Clockwork::Manager:::at option#test_0002_twice a day at 16:20 and 18:10 = 
> 0.00 s = .
> Clockwork::Event::#thread?::manager config thread option not set#test_0001_is 
> true if event thread option is true = 0.00 s = .
> Clockwork::Manager:::tz option#test_0002_should be able to specify a 
> different timezone than local = 0.00 s = .
> Clockwork::Manager:::tz option#test_0003_should be able to specify a 
> different timezone than local for multiple times = 0.00 s = .
> Clockwork::Manager:::tz option#test_0001_time zone is not set by default = 
> 0.00 s = .
> Clockwork::Manager:::tz option#test_0004_should be able to configure a 
> default timezone to use for all events = 0.00 s = .
> Clockwork::Manager:::tz option#test_0005_should be able to override a default 
> timezone in an event = 0.00 s = .
> Clockwork::DatabaseEvents::EventStore::#register#test_0001_adds the event to 
> the event group = 0.00 s = .
> Clockwork::Event::#thread?::man

Bug#1066728: pyvo: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: pyvo
Version: 1.4.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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:305: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> /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)
> WARNING: The wheel package is not available.
> WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml 
> does not contain a tool.setuptools_scm section'
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
> I: pybuild base:305: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> /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)
> WARNING: The wheel package is not available.
> WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml 
> does not contain a tool.setuptools_scm section'
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 

Bug#1066726: openlp: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2024-03-13 Thread Lucas Nussbaum
Source: openlp
Version: 3.1.0~rc4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> QT_QPA_PLATFORM=offscreen dh_auto_test
> I: pybuild base:305: cd 
> '/<>/.pybuild/cpython3_3.11_openlp/build'; python3.11 -m pytest 
> -k 'not test_load_settings_position_invalid and not 
> test_get_directory_for_language_dir_from_source and not 
> test_get_ip_address_default'
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> PyQt5 5.15.10 -- Qt runtime 5.15.10 -- Qt compiled 5.15.10
> rootdir: /<>
> configfile: setup.cfg
> plugins: qt-4.3.1
> collected 2482 items / 3 deselected / 1 skipped / 2479 selected
> 
> tests/openlp_core/api/endpoint/test_controller.py    [  
> 0%]
> tests/openlp_core/api/http_server/test_http.py ..[  
> 0%]
> tests/openlp_core/api/http_server/test_init.py ...   [  
> 0%]
> tests/openlp_core/api/test_deploy.py ... [  
> 0%]
> tests/openlp_core/api/test_http.py ...   [  
> 1%]
> tests/openlp_core/api/test_main.py . [  
> 1%]
> tests/openlp_core/api/test_tab.py .  [  
> 1%]
> tests/openlp_core/api/test_websockets.py ... [  
> 2%]
> tests/openlp_core/api/v2/test_controller.py  [  
> 3%]
>  [  
> 4%]
> tests/openlp_core/api/v2/test_core.py .. [  
> 4%]
> tests/openlp_core/api/v2/test_plugins.py .   [  
> 5%]
> tests/openlp_core/api/v2/test_service.py [  
> 5%]
> tests/openlp_core/common/test_actions.py ..  [  
> 5%]
> tests/openlp_core/common/test_applocation.py [  
> 6%]
> tests/openlp_core/common/test_handlers.py .  [  
> 6%]
> tests/openlp_core/common/test_httputils.py ..[  
> 7%]
> tests/openlp_core/common/test_i18n.py    [  
> 7%]
> tests/openlp_core/common/test_init.py .. [  
> 8%]
> ..   [  
> 9%]
> tests/openlp_core/common/test_json.py .. [ 
> 10%]
> tests/openlp_core/common/test_mixins.py  [ 
> 10%]
> tests/openlp_core/common/test_network_interfaces.py ..   [ 
> 10%]
> tests/openlp_core/common/test_path.py .. [ 
> 11%]
> tests/openlp_core/common/test_platform.py .  [ 
> 11%]
> tests/openlp_core/common/test_registry.py .  [ 
> 12%]
> tests/openlp_core/common/test_settings.py ...[ 
> 13%]
> tests/openlp_core/common/test_utils.py ...   [ 
> 13%]
> tests/openlp_core/db/test_helpers.py [ 
> 13%]
> tests/openlp_core/db/test_manager.py ..  [ 
> 13%]
> tests/openlp_core/db/test_upgrades.py .. [ 
> 13%]
> tests/openlp_core/display/test_render.py ..  [ 
> 14%]
> tests/openlp_core/display/test_screens.py    [ 
> 15%]
> tests/openlp_core/display/test_window.py FFF [ 
> 16%]
> .[ 
> 16%]
> tests/openlp_core/lib/test_exceptions.py .   [ 
> 16%]
> tests/openlp_core/lib/test_filelock.py   [ 
> 17%]
> tests/openlp_core/lib/test_formattingtags.py ..  [ 
> 17%]
> tests/openlp_core/lib/test_lib.py .. [ 
> 18%]
> ...  [ 
> 19%]
> tests/openlp_core/lib/test_mediamanageritem.py ..[ 
> 19%]
> tests/openlp_core/lib/test_pluginmanager.py  [ 
> 20%]
> tests/openlp_core/lib/test_serviceitem.py .. [ 
> 21%]
> .

Bug#1066725: python-django-pgtrigger: Backport to bookworm

2024-03-13 Thread Colin Watson
Source: python-django-pgtrigger
Version: 4.11.0-1
Severity: wishlist

Hi,

I'm considering some possible uses of triggers in
(https://freexian-team.pages.debian.net/debusine/), and django-pgtrigger
looks like a good fit.  However, debusine needs to run on bookworm, and
so I'm looking into the possibility of a backport.

I'm happy with either of these options:

 * I look after the backport, in which case this bug is a courtesy
   notification
 * you look after the backport

Let me know what you'd prefer, and also whether you know of anything
else I need to consider here.  Thanks!

-- 
Colin Watson (he/him)  [cjwat...@debian.org]



Bug#1066724: chibicc: change upstream

2024-03-13 Thread Urs Janßen
Package: chibicc
Severity: wishlist

Dear Maintainer,

 seems no longer to be maintained,
but the fork  looks like it is
under active development.
It might be a good idea to switch the upstream source.



Bug#1042411: closed by Thomas Lange (found problem)

2024-03-13 Thread Thomas Lange
Hi Marc,

you are right. I've reopened this bug and will try to fix it in the
next version.

-- 
viele Grüße Thomas



Bug#1066134: FTBFS due -Werror=implicit-function-declaration

2024-03-13 Thread Christoph Biedl
Control: merge 1066134 1065940

Ups, that had already been reported.


signature.asc
Description: PGP signature


Bug#1066723: spim: FTBFS: lex.yy.c:1692:40: error: implicit declaration of function ‘isatty’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: spim
Version: 8.0+dfsg-6.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -Wl,--as-needed -O -I. -I../CPU `cat configuration` -DTEXT_SIZE=65536 
> -DDATA_SIZE=131072 -DK_TEXT_SIZE=65536 
> -DDEFAULT_EXCEPTION_HANDLER="\"/usr/lib/spim/exceptions.s\"" 
> -DSPIM_VERSION="\"`cat ../VERSION`\"" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c lex.yy.c
> lex.yy.c: In function ‘yy_init_buffer’:
> lex.yy.c:1692:40: error: implicit declaration of function ‘isatty’ 
> [-Werror=implicit-function-declaration]
>  1692 | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 
> 0;
>   |^~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:224: lex.yy.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/spim_8.0+dfsg-6.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066721: netcat: FTBFS: netcat.c:1557:9: error: implicit declaration of function ‘helpme’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: netcat
Version: 1.10-48
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now-DLINUX 
> -DTELNET -DGAPING_SECURITY_HOLE -DIP_TOS -DDEBIAN_VERSION=\"1.10-48\" -DLINUX 
>  -o nc netcat.c 
> netcat.c:33:33: warning: "/*" within comment [-Wcomment]
>33 | /* #undef _POSIX_SOURCE /* might need this for something? */
>   |  
> netcat.c:36:33: warning: "/*" within comment [-Wcomment]
>36 | /* #define ANAL /* if you want case-sensitive DNS 
> matching */
>   |  
> netcat.c:62:33: warning: "/*" within comment [-Wcomment]
>62 | /* #define POSIX_SETJMP /* If you want timeouts to work under 
> the */
>   |  
> netcat.c:609:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   609 | doexec (fd)
>   | ^~
> netcat.c: In function ‘dolisten’:
> netcat.c:877:46: warning: pointer targets in passing argument 3 of 
> ‘getsockname’ differ in signedness [-Wpointer-sign]
>   877 | rr = getsockname (nnetfd, (SA *) lclend, );
>   |  ^~
>   |  |
>   |  int *
> In file included from netcat.c:73:
> /usr/include/x86_64-linux-gnu/sys/socket.h:117:47: note: expected ‘socklen_t 
> * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
>   117 | socklen_t *__restrict __len) __THROW;
>   | ~~^
> netcat.c:904:63: warning: pointer targets in passing argument 6 of ‘recvfrom’ 
> differ in signedness [-Wpointer-sign]
>   904 | (nnetfd, bigbuf_net, BIGSIZ, MSG_PEEK, (SA *) remend, );
>   |   ^~
>   |   |
>   |   int *
> In file included from /usr/include/x86_64-linux-gnu/sys/socket.h:343:
> /usr/include/x86_64-linux-gnu/bits/socket2.h:62:56: note: expected ‘socklen_t 
> * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
>62 |   __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len)
>   |  ~~^~
> netcat.c:929:40: warning: pointer targets in passing argument 3 of ‘accept’ 
> differ in signedness [-Wpointer-sign]
>   929 | rr = accept (nnetfd, (SA *)remend, );
>   |^~
>   ||
>   |int *
> /usr/include/x86_64-linux-gnu/sys/socket.h:307:42: note: expected ‘socklen_t 
> * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
>   307 |socklen_t *__restrict __addr_len);
>   |~~^~
> netcat.c:956:60: warning: pointer targets in passing argument 5 of 
> ‘getsockopt’ differ in signedness [-Wpointer-sign]
>   956 |   rr = getsockopt (nnetfd, IPPROTO_IP, IP_OPTIONS, optbuf, );
>   |^~
>   ||
>   |int *
> /usr/include/x86_64-linux-gnu/sys/socket.h:257:46: note: expected ‘socklen_t 
> * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
>   257 |socklen_t *__restrict __optlen) __THROW;
>   |~~^~~~
> netcat.c:983:44: warning: pointer targets in passing argument 3 of 
> ‘getsockname’ differ in signedness [-Wpointer-sign]
>   983 |   rr = getsockname (nnetfd, (SA *) lclend, );
>   |^~
>   ||
>   |

Bug#1066722: xracer: FTBFS: spatscal.c:102:17: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xracer
Version: 0.96.9.1-11
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I../..  -I../../include  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -O3 -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations 
> -Wcast-align -Wwrite-strings -c -o store.o store.c
> mpeg2dec.c:215:12: warning: ‘Decode_Bitstream’ defined but not used 
> [-Wunused-function]
>   215 | static int Decode_Bitstream(struct mpeg2obj *m)
>   |^~~~
> spatscal.c: In function ‘Read_Lower_Layer_Component_Framewise’:
> spatscal.c:102:17: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>   102 |   if (fd==NULL) exit(-1);
>   | ^~~~
> spatscal.c:12:1: note: include ‘’ or provide a declaration of ‘exit’
>11 | #include "global.h"
>   +++ |+#include 
>12 | 
> spatscal.c:102:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   102 |   if (fd==NULL) exit(-1);
>   | ^~~~
> spatscal.c:102:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> spatscal.c: In function ‘Read_Lower_Layer_Component_Fieldwise’:
> spatscal.c:130:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   130 |   if (fd==NULL) exit(-1);
>   | ^~~~
> spatscal.c:130:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> spatscal.c:140:19: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   140 | if (fd==NULL) exit(-1);
>   |   ^~~~
> spatscal.c:140:19: note: include ‘’ or provide a declaration of 
> ‘exit’
> store.c: In function ‘_mpeg2Write_Frame’:
> store.c:158:15: error: implicit declaration of function ‘memcpy’ 
> [-Werror=implicit-function-declaration]
>   158 |   memcpy (p, row_start, row_size);
>   |   ^~
> store.c:37:1: note: include ‘’ or provide a declaration of ‘memcpy’
>36 | #include "global.h"
>   +++ |+#include 
>37 | 
> store.c:158:15: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   158 |   memcpy (p, row_start, row_size);
>   |   ^~
> store.c:158:15: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> store.c:172:11: error: implicit declaration of function ‘memset’ 
> [-Werror=implicit-function-declaration]
>   172 |   memset (p, 0, row_size);
>   |   ^~
> store.c:172:11: note: include ‘’ or provide a declaration of 
> ‘memset’
> store.c:172:11: warning: incompatible implicit declaration of built-in 
> function ‘memset’ [-Wbuiltin-declaration-mismatch]
> store.c:172:11: note: include ‘’ or provide a declaration of 
> ‘memset’
> store.c:231:15: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   231 |   memcpy (p, row_start, row_size);
>   |   ^~
> store.c:231:15: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> store.c:245:11: warning: incompatible implicit declaration of built-in 
> function ‘memset’ [-Wbuiltin-declaration-mismatch]
>   245 |   memset (p, 0, row_size);
>   |   ^~
> store.c:245:11: note: include ‘’ or provide a declaration of 
> ‘memset’
> gcc -DHAVE_CONFIG_H -I. -I../..  -I../../include  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -O3 -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations 
> -Wcast-align -Wwrite-strings -c -o subspic.o subspic.c
> gcc -DHAVE_CONFIG_H -I. -I../..  -I../../include  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 

Bug#1066719: netstat-nat: FTBFS: netstat-nat.c:530:9: error: implicit declaration of function ‘string_search’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: netstat-nat
Version: 1.4.10-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"netstat-nat\" 
> -DVERSION=\"1.4.10\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_NETDB_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_ERRNO_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_NET_IF_H=1 -DHAVE_SYS_IOCTL_H=1 -I. -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> netstat-nat.c
> netstat-nat.c: In function ‘main’:
> netstat-nat.c:283:42: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>   283 | if (optarg == NULL || optarg == '\0') {
>   |  ^~
> netstat-nat.c:283:35: note: did you mean to dereference the pointer?
>   283 | if (optarg == NULL || optarg == '\0') {
>   |   ^
> netstat-nat.c: In function ‘get_protocol’:
> netstat-nat.c:530:9: error: implicit declaration of function ‘string_search’ 
> [-Werror=implicit-function-declaration]
>   530 | if (string_search(line, "tcp")) {
>   | ^
> netstat-nat.c: In function ‘process_entry’:
> netstat-nat.c:615:5: error: implicit declaration of function 
> ‘search_first_hit’ [-Werror=implicit-function-declaration]
>   615 | search_first_hit("src=", line, srcip_f);
>   | ^~~~
> netstat-nat.c:617:5: error: implicit declaration of function ‘search_sec_hit’ 
> [-Werror=implicit-function-declaration]
>   617 | search_sec_hit("src=", line, srcip_s);
>   | ^~
> netstat-nat.c: In function ‘xcalloc’:
> netstat-nat.c:824:45: warning: format ‘%i’ expects argument of type ‘int’, 
> but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
>   824 | printf("Could not allocate memory (%i bytes); %s.\n -- 
> Exiting.\n", bufsize, strerror(errno));
>   |~^ 
>   ~~~
>   | | 
>   |
>   | int   
>   size_t {aka long unsigned int}
>   |%li
> netstat-nat.c: In function ‘xrealloc’:
> netstat-nat.c:837:45: warning: format ‘%i’ expects argument of type ‘int’, 
> but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
>   837 | printf("Could not allocate memory (%i bytes); %s.\n -- 
> Exiting.\n", newbufsize, strerror(errno));
>   |~^ 
>   ~~
>   | | 
>   |
>   | int   
>   size_t {aka long unsigned int}
>   |%li
> netstat-nat.c: In function ‘main’:
> netstat-nat.c:473:52: warning: ‘__builtin___snprintf_chk’ output may be 
> truncated before the last format character [-Wformat-truncation=]
>   473 | snprintf(buf2, sizeof(buf2), "%s:%s", buf, 
> pa[index][3]);
>   |^
> In file included from /usr/include/stdio.h:906,
>  from netstat-nat.h:28,
>  from netstat-nat.c:182:
> In function ‘snprintf’,
> inlined from ‘main’ at netstat-nat.c:473:10:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 101) into a 
> destination of size 100
>54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>   |  ^~

Bug#1066718: ctn: FTBFS: control.c:568:9: error: implicit declaration of function ‘getpid’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ctn
Version: 3.2.0~dfsg-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY 
> -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB 
> -I/<>/include -I/usr/include/mysql -I/usr/include/Xm 
> -I/usr/X11R6/include -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF 
> -DUSEREGCOMP -I/<>/include -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o control.o control.c
> control.c: In function ‘DMAN_TempImageFile’:
> control.c:568:9: error: implicit declaration of function ‘getpid’ 
> [-Werror=implicit-function-declaration]
>   568 | i = getpid();
>   | ^~
> control.c: In function ‘localHostEnt’:
> control.c:715:14: error: implicit declaration of function ‘isdigit’ 
> [-Werror=implicit-function-declaration]
>   715 | if (!isdigit(node[index]) && !(node[index] == '.')) {
>   |  ^~~
> control.c:92:1: note: include ‘’ or provide a declaration of 
> ‘isdigit’
>91 | #include "dmanprivate.h"
>   +++ |+#include 
>92 | 
> control.c:724:21: error: implicit declaration of function ‘inet_addr’ 
> [-Werror=implicit-function-declaration]
>   724 | ipAddress = inet_addr(node);
>   | ^
> cc1: some warnings being treated as errors
> make[3]: *** [: control.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ctn_3.2.0~dfsg-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066720: seyon: FTBFS: SeGeneric.c:222:16: error: implicit declaration of function ‘time’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: seyon
Version: 2.20c-34
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -Wdate-time -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -Wall
> -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE 
> -D_SVID_SOURCE -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64
>-DFUNCPROTO=15 -DNARROWPROTO -Wdate-time -D_FORTIFY_SOURCE=2  
> -c -o SeGeneric.o SeGeneric.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from SeGeneric.c:12:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> SeGeneric.c: In function ‘TtyTimedWaitFor’:
> SeGeneric.c:222:16: error: implicit declaration of function ‘time’ 
> [-Werror=implicit-function-declaration]
>   222 |   expireTime = time((time_t*)0) + waitTime;
>   |^~~~
> SeGeneric.c:26:1: note: ‘time’ is defined in header ‘’; did you 
> forget to ‘#include ’?
>25 | #include "SeDecl.h"
>   +++ |+#include 
>26 | 
> cc1: some warnings being treated as errors
> make[2]: *** [: SeGeneric.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/seyon_2.20c-34_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066717: k2pdfopt: FTBFS: ocrtess.c:180:9: error: implicit declaration of function ‘ocrtess_lang_default’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: k2pdfopt
Version: 2.55+ds-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<>/obj-x86_64-linux-gnu/willuslib && /usr/bin/cc  
> -I/<>/. -I/<>/obj-x86_64-linux-gnu 
> -I/<>/willuslib -I/<>/k2pdfoptlib 
> -I/<>/willuslib/.. -isystem /usr/include/leptonica -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DUSE_CMAKE -Wall -MD -MT 
> willuslib/CMakeFiles/willuslib.dir/ocrwords.c.o -MF 
> CMakeFiles/willuslib.dir/ocrwords.c.o.d -o 
> CMakeFiles/willuslib.dir/ocrwords.c.o -c /<>/willuslib/ocrwords.c
> /<>/willuslib/ocrtess.c: In function ‘ocrtess_lang_by_index’:
> /<>/willuslib/ocrtess.c:180:9: error: implicit declaration of 
> function ‘ocrtess_lang_default’ [-Werror=implicit-function-declaration]
>   180 | ocrtess_lang_default(NULL,NULL,0,langdef,31,NULL,0,0);
>   | ^~~~
> /<>/willuslib/ocrtess.c: In function ‘ocrtess_set_logfile’:
> /<>/willuslib/ocrtess.c:226:5: error: implicit declaration of 
> function ‘tess_capi_set_logfile’ [-Werror=implicit-function-declaration]
>   226 | tess_capi_set_logfile(filename);
>   | ^
> /<>/willuslib/ocrtess.c: In function ‘ocrtess_debug_message’:
> /<>/willuslib/ocrtess.c:233:5: error: implicit declaration of 
> function ‘tess_capi_debug_message’; did you mean ‘ocrtess_debug_message’? 
> [-Werror=implicit-function-declaration]
>   233 | tess_capi_debug_message(message);
>   | ^~~
>   | ocrtess_debug_message
> /<>/willuslib/ocrtess.c: In function ‘ocrtess_lang_exists’:
> /<>/willuslib/ocrtess.c:244:5: error: implicit declaration of 
> function ‘ocrtess_datapath’ [-Werror=implicit-function-declaration]
>   244 | ocrtess_datapath(tesspath0,datadir,MAXFILENAMELEN-1);
>   | ^~~~
> /<>/willuslib/ocrtess.c: In function 
> ‘ocrtess_lang_get_from_github’:
> /<>/willuslib/ocrtess.c:263:5: error: implicit declaration of 
> function ‘ocrtess_url’ [-Werror=implicit-function-declaration]
>   263 | ocrtess_url(url,255,fast);
>   | ^~~
> [ 60%] Linking C static library libk2pdfoptlib.a
> cd /<>/obj-x86_64-linux-gnu/k2pdfoptlib && /usr/bin/cmake -P 
> CMakeFiles/k2pdfoptlib.dir/cmake_clean_target.cmake
> /<>/willuslib/ocrtess.c:265:5: error: implicit declaration of 
> function ‘ocrtess_baselang’ [-Werror=implicit-function-declaration]
>   265 | ocrtess_baselang(urlbasename,lang,127);
>   | ^~~~
> /<>/willuslib/ocrtess.c: At top level:
> /<>/willuslib/ocrtess.c:300:6: warning: conflicting types for 
> ‘ocrtess_baselang’; have ‘void(char *, char *, int)’
>   300 | void ocrtess_baselang(char *dst,char *src,int maxlen)
>   |  ^~~~
> /<>/willuslib/ocrtess.c:265:5: note: previous implicit 
> declaration of ‘ocrtess_baselang’ with type ‘void(char *, char *, int)’
>   265 | ocrtess_baselang(urlbasename,lang,127);
>   | ^~~~
> /<>/willuslib/ocrtess.c:315:6: warning: conflicting types for 
> ‘ocrtess_url’; have ‘void(char *, int,  int)’
>   315 | void ocrtess_url(char *url0,int maxlen,int fast)
>   |  ^~~
> /<>/willuslib/ocrtess.c:263:5: note: previous implicit 
> declaration of ‘ocrtess_url’ with type ‘void(char *, int,  int)’
>   263 | ocrtess_url(url,255,fast);
>   | ^~~
> /<>/willuslib/ocrtess.c: In function ‘ocrtess_init’:
> /<>/willuslib/ocrtess.c:365:9: error: implicit declaration of 
> function ‘tess_capi_init’ [-Werror=implicit-function-declaration]
>   365 | api=tess_capi_init(tesspath0,langdef,0,out,initstr,maxlen,status);
>   | ^~
> /<>/willuslib/ocrtess.c:365:8: warning: assignment to ‘void *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>   365 | api=tess_capi_init(tesspath0,langdef,0,out,initstr,maxlen,status);
>   |^
> /<>/willuslib/ocrtess.c: At top level:
> /<>/willuslib/ocrtess.c:370:6: warning: confl

Bug#1066715: pcsxr: FTBFS: GtkGui.c:873:9: error: implicit declaration of function ‘LidInterrupt’; did you mean ‘sioInterrupt’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pcsxr
Version: 1.9.94-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I../include  
> -DPACKAGE_DATA_DIR=\"/usr/share/pcsxr/\" -DPIXMAPDIR=\"/usr/share/pixmaps/\" 
> -DLOCALE_DIR=\"/usr/share/locale/\" -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -I../libpcsxcore 
> -I../include -DPSEMU_DATA_DIR=\"/usr/share/psemu\" 
> -DDEF_PLUGIN_DIR=\"/usr/lib/x86_64-linux-gnu/psemu\" -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. 
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -c -o DebugMemory.o DebugMemory.c
> Config.c: In function ‘LoadConfig’:
> Config.c:108:9: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   108 | fread(data, 1, buf.st_size, f);
>   | ^~
> MemcardDlg.c: In function ‘LoadListItems’:
> MemcardDlg.c:180:9: warning: ‘gtk_tree_view_set_rules_hint’ is deprecated 
> [-Wdeprecated-declarations]
>   180 | gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(List), TRUE);
>   | ^~~~
> In file included from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
>  from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
>  from /usr/include/gtk-3.0/gtk/gtk.h:42,
>  from MemcardDlg.c:24:
> /usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
>   246 | void   gtk_tree_view_set_rules_hint
> (GtkTreeView   *tree_view,
>   |^~~~
> MemcardDlg.c: In function ‘OnMcd_FileChange’:
> MemcardDlg.c:307:17: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   307 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
>   | ^~~~
> MemcardDlg.c:308:17: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   308 | GTK_STOCK_OPEN, GTK_RESPONSE_OK,
>   | ^~
> MemcardDlg.c: In function ‘OnMcd_Format’:
> MemcardDlg.c:349:17: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   349 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
>   | ^~~~
> MemcardDlg.c: In function ‘OnMcd_New’:
> MemcardDlg.c:374:17: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   374 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
>   | ^~~~
> MemcardDlg.c:375:17: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   375 | GTK_STOCK_SAVE, GTK_RESPONSE_OK,
>   | ^~
> DebugMemory.c: In function ‘UpdateMemViewDlg’:
> DebugMemory.c:89:9: warning: ‘gtk_tree_view_set_rules_hint’ is deprecated 
> [-Wdeprecated-declarations]
>89 | gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(widget), TRUE);
>   | ^~~~
> In file included from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
>  from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
>  from /usr/include/gtk-3.0/gtk/gtk.h:42,
>  from Linux.h:25,
>  from DebugMemory.c:19:
> /usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
>   246 | void   gtk_tree_view_set_rules_hint
> (GtkTreeView   *tree_view,
>   |^~

Bug#1066716: libtfbs-perl: FTBFS: ./lib/pwm_searchPFF.c:55:7: error: implicit declaration of function ‘announce’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libtfbs-perl
Version: 0.7.1+ds-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -c  -I. -I./lib -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
> -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2   -DVERSION=\"0.2\" -DXS_VERSION=\"0.2\" 
> -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.38/CORE"   pwmsearch.c
> In file included from pwmsearch.xs:4:
> ./lib/pwm_searchPFF.c: In function ‘do_search’:
> ./lib/pwm_searchPFF.c:55:7: error: implicit declaration of function 
> ‘announce’ [-Werror=implicit-function-declaration]
>55 |   announce("+++\nEntering main.\n+++\n");
>   |   ^~~~
> ./lib/pwm_searchPFF.c:74:9: error: implicit declaration of function 
> ‘get_matrix’ [-Werror=implicit-function-declaration]
>74 |if ( get_matrix(,pwm) )
>   | ^~
> ./lib/pwm_searchPFF.c:90:14: error: implicit declaration of function 
> ‘loop_on_seqs’ [-Werror=implicit-function-declaration]
>90 |else if ( loop_on_seqs(,pwm,fp,outfp) )
>   |  ^~~~
> ./lib/pwm_searchPFF.c: At top level:
> ./lib/pwm_searchPFF.c:159:1: warning: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   159 | best_pull(pargs,pbase,pstrand,pscore)
>   | ^
> ./lib/pwm_searchPFF.c: In function ‘do_seq’:
> ./lib/pwm_searchPFF.c:229:18: error: implicit declaration of function 
> ‘save_hit’; did you mean ‘save_hptr’? [-Werror=implicit-function-declaration]
>   229 | if ( save_hit(base,0,forward_score,hits,) )
>   |  ^~~~
>   |  save_hptr
> ./lib/pwm_searchPFF.c:239:20: error: implicit declaration of function 
> ‘output’ [-Werror=implicit-function-declaration]
>   239 |  else if ( output(pargs,seqid,base,seq,0,forward_score,outfp) 
> )
>   |^~
> ./lib/pwm_searchPFF.c: At top level:
> ./lib/pwm_searchPFF.c:526:1: warning: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   526 | get_sequence(fp,seq_id,sequence)
>   | ^~~~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:324: pwmsearch.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libtfbs-perl_0.7.1+ds-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066714: kinput2: FTBFS: XimpProto.c:390:11: error: implicit declaration of function ‘sprintf’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: kinput2
Version: 3.1-14
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -c -g -O2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2   
> -I../include -Iimlib  -I/usr/include   -Dlinux -D__amd64__ 
> -D_POSIX_C_SOURCE=199309L-D_POSIX_SOURCE 
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE  
>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
>   -DFUNCPROTO=15 
> -DNARROWPROTOXimpProto.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
>  from /usr/include/X11/Xos.h:42,
>  from XimpProto.c:21:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> XimpProto.c: In function ‘getAtoms’:
> XimpProto.c:390:11: error: implicit declaration of function ‘sprintf’ 
> [-Werror=implicit-function-declaration]
>   390 | (void)sprintf(buf, "_XIMP_%s", xpw->ximp.localename);
>   |   ^~~
> XimpProto.c:45:1: note: include ‘’ or provide a declaration of 
> ‘sprintf’
>44 | #include "DebugPrint.h"
>   +++ |+#include 
>45 | 
> XimpProto.c:390:11: warning: incompatible implicit declaration of built-in 
> function ‘sprintf’ [-Wbuiltin-declaration-mismatch]
>   390 | (void)sprintf(buf, "_XIMP_%s", xpw->ximp.localename);
>   |   ^~~
> XimpProto.c:390:11: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> XimpProto.c: In function ‘newClient’:
> XimpProto.c:477:15: warning: incompatible implicit declaration of built-in 
> function ‘sprintf’ [-Wbuiltin-declaration-mismatch]
>   477 | (void)sprintf(buf, "_XIMP_STRING_%d", xpw->ximp.propid++);
>   |   ^~~
> XimpProto.c:477:15: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> XimpProto.c: In function ‘endCallback’:
> XimpProto.c:1943:17: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>  1943 | int abort = (int)call_data;
>   | ^
> XimpProto.c: In function ‘preeditCaretCallback’:
> XimpProto.c:2717:17: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>  2717 | int caret = (int)call_data;
>   | ^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:1118: XimpProto.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/kinput2_3.1-14_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066713: gplcver: FTBFS: v_dbg.c:1524:32: error: implicit declaration of function ‘wait’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gplcver
Version: 2.12a-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I../pli_incs -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o cver-v_dbg.o `test -f 'v_dbg.c' || echo './'`v_dbg.c
> v_dbg.c: In function ‘__escape_to_shell’:
> v_dbg.c:1524:32: error: implicit declaration of function ‘wait’ 
> [-Werror=implicit-function-declaration]
>  1524 |  if (pid != -1) { while ((rc = wait()) != pid && rc != -1) ; }
>   |^~~~
> v_dbg.c: In function ‘__exec_history_list’:
> v_dbg.c:1604:6: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1604 |  fgets(s1, RECLEN, stdin);
>   |  ^~~~
> v_sdf.c: In function ‘chkset_interconn_dels’:
> v_sdf.c:4790:48: warning: ‘%s’ directive writing up to 4096 bytes into a 
> region of size 4066 [-Wformat-overflow=]
>  4790 |sprintf(s1, "(INTERCONNECT destination port %s in %s", dport,
>   |^~ ~
> In function ‘sprintf’,
> inlined from ‘chkset_interconn_dels’ at v_sdf.c:4790:4:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 36 or more bytes (assuming 4132) into a 
> destination of size 4097
>30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>   |  ^~
>31 |   __glibc_objsize (__s), __fmt,
>   |   ~
>32 |   __va_arg_pack ());
>   |   ~
> v_sdf.c: In function ‘chkset_interconn_dels’:
> v_sdf.c:4785:66: warning: ‘%s’ directive writing up to 4096 bytes into a 
> region of size 4039 [-Wformat-overflow=]
>  4785 | "(INTERCONNECT (but invalid source port %s) destination port %s 
> in %s",
>   |  ^~
>  4786 | portsrc, dport, dmdp->msym->synam);
>   |  ~
> In function ‘sprintf’,
> inlined from ‘chkset_interconn_dels’ at v_sdf.c:4784:4:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 63 or more bytes (assuming 4159) into a 
> destination of size 4097
>30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>   |  ^~
>31 |   __glibc_objsize (__s), __fmt,
>   |   ~
>32 |   __va_arg_pack ());
>   |   ~
> v_sdf.c: In function ‘set_mipd_dels’:
> v_sdf.c:4339:21: warning: ‘%s’ directive writing up to 4096 bytes into a 
> region of size 4091 [-Wformat-overflow=]
>  4339 |  sprintf(s1, "(PORT %s in %s", port, mdp->msym->synam);
>   | ^~ 
> In function ‘sprintf’,
> inlined from ‘set_mipd_dels’ at v_sdf.c:4339:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 11 or more bytes (assuming 4107) into a 
> destination of size 4097
>30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>   |  ^~
>31 |   __glibc_objsize (__s), __fmt,
>   |   ~
>32 |   __va_arg_pack ());
>   |   ~
> v_sdf.c: In function ‘rd_iopath’:
> v_sdf.c:2571:52: warning: ‘%s’ directive writing up to 4096 bytes into a 
> region of size 4088 [-Wformat-overflow=]
>  2540 |  if ((plhd = bld_match_spcpth(ctmdp, portsrc, si1, si2, eval, portdst,
>   |  ~~~
> ..
>  2571

Bug#1066711: freeipmi: FTBFS: sel/ipmi-sel-string-supermicro-x10dimm-common.c:87:14: error: implicit declaration of function ‘sel_string_output_supermicro_dimm_event_data2_event_data3’; did you mean ‘

2024-03-13 Thread Lucas Nussbaum
Source: freeipmi
Version: 1.6.13-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../config  -I../common/debugutil -I../common/miscutil 
> -I../common/portability -I../libfreeipmi/include -I../libfreeipmi/include 
> -I../libfreeipmi -DIPMI_IPCKEY=\"/var/lib/freeipmi/ipckey\" 
> -DIPMI_DEBUG_IPCKEY=\"../libfreeipmi/driver/ipmi-semaphores.h\" -D_REENTRANT 
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o spec/libfreeipmi_la-ipmi-entity-ids-spec.lo `test -f 
> 'spec/ipmi-entity-ids-spec.c' || echo './'`spec/ipmi-entity-ids-spec.c
> sel/ipmi-sel-string-supermicro-x10dimm-common.c: In function 
> ‘sel_string_output_supermicro_x10dimm_event_data2_event_data3’:
> sel/ipmi-sel-string-supermicro-x10dimm-common.c:87:14: error: implicit 
> declaration of function 
> ‘sel_string_output_supermicro_dimm_event_data2_event_data3’; did you mean 
> ‘sel_string_output_supermicro_x10dimm_event_data2_event_data3’? 
> [-Werror=implicit-function-declaration]
>87 |   if ((ret = 
> sel_string_output_supermicro_dimm_event_data2_event_data3 (ctx,
>   |  ^
>   |  
> sel_string_output_supermicro_x10dimm_event_data2_event_data3
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../config  -I../common/debugutil -I../common/miscutil 
> -I../common/portability -I../libfreeipmi/include -I../libfreeipmi/include 
> -I../libfreeipmi -DIPMI_IPCKEY=\"/var/lib/freeipmi/ipckey\" 
> -DIPMI_DEBUG_IPCKEY=\"../libfreeipmi/driver/ipmi-semaphores.h\" -D_REENTRANT 
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o spec/libfreeipmi_la-ipmi-fru-chassis-types-spec.lo `test -f 
> 'spec/ipmi-fru-chassis-types-spec.c' || echo 
> './'`spec/ipmi-fru-chassis-types-spec.c
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:2703: 
> sel/libfreeipmi_la-ipmi-sel-string-supermicro-x10dimm-common.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/freeipmi_1.6.13-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066712: hunt: FTBFS: timer.c:154:17: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: hunt
Version: 1.5-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -O2 -g -D_REENTRANT -std=gnu89 -ffile-prefix-map=/<>=. 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o pktrelay.o pktrelay.c
> timer.c: In function ‘timer_init’:
> timer.c:154:17: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>   154 | exit(1);
>   | ^~~~
> timer.c:12:1: note: include ‘’ or provide a declaration of ‘exit’
>11 | #include "hunt.h"
>   +++ |+#include 
>12 | 
> timer.c:154:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   154 | exit(1);
>   | ^~~~
> timer.c:154:17: note: include ‘’ or provide a declaration of ‘exit’
> In file included from pktrelay.c:9:
> hunt.h:410:5: warning: conflicting types for built-in function ‘log2’; 
> expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
>   410 | int log2(unsigned int i);
>   | ^~~~
> hunt.h:48:1: note: ‘log2’ is declared in header ‘’
>47 | #include "c/hash.h"
>   +++ |+#include 
>48 | 
> pktrelay.c: In function ‘relay_add_item’:
> pktrelay.c:270:44: warning: pointer targets in passing argument 4 of 
> ‘menu_choose_host_mask_ports_dfl’ differ in signedness [-Wpointer-sign]
>   270 | _mask, src_ports, 0, 0, NULL) < 0)
>   |^
>   ||
>   |int *
> hunt.h:371:55: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   371 | unsigned int *ret_mask, unsigned int *ret_ports,
>   | ~~^
> pktrelay.c:273:44: warning: pointer targets in passing argument 4 of 
> ‘menu_choose_host_mask_ports_dfl’ differ in signedness [-Wpointer-sign]
>   273 | _mask, dst_ports, 0, 0, NULL) < 0)
>   |^
>   ||
>   |int *
> hunt.h:371:55: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   371 | unsigned int *ret_mask, unsigned int *ret_ports,
>   | ~~^
> pktrelay.c:294:20: warning: pointer targets in passing argument 1 of 
> ‘port_htons’ differ in signedness [-Wpointer-sign]
>   294 | port_htons(src_ports);
>   |^
>   ||
>   |int *
> hunt.h:428:31: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   428 | void port_htons(unsigned int *db_ports);
>   | ~~^~~~
> pktrelay.c:298:20: warning: pointer targets in passing argument 1 of 
> ‘port_htons’ differ in signedness [-Wpointer-sign]
>   298 | port_htons(dst_ports);
>   |^
>   ||
>   |int *
> hunt.h:428:31: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   428 | void port_htons(unsigned int *db_ports);
>   | ~~^~~~
> pktrelay.c: In function ‘relay_mod_item’:
> pktrelay.c:334:49: warning: pointer targets in passing argument 4 of 
> ‘menu_choose_host_mask_ports_dfl’ differ in signedness [-Wpointer-sign]
>   334 | _ip, _mask, src_ports,
>   | ^
>   | |
>   | int *
> hunt.h:371:55: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   371 | unsigned int *ret_mask, unsigned int *ret_ports,
>   |   

Bug#1065479: RFA: gtk-gnutella -- The Most Efficient Gnutella Client

2024-03-13 Thread Facundo Gaich
On Tue, 5 Mar 2024 09:42:59 +0100 Lucio Marinelli 
wrote:
> Package: wnpp
> Severity: normal
>
> I am part of gtk-gnutella developing team and would like to add again
> the deb package to Debian since it has been removed and no longer part
> of the distribution: https://tracker.debian.org/pkg/gtk-gnutella
>
> Gtk-gnutella has been recently updated to version 1.2.3, this is the
> website: https://gtk-gnutella.sourceforge.io
>
> --
> Lucio Marinelli
>
>

Hi Lucio,

Maybe you'll want to retitle this to an RFP since the package no longer
exists in
Debian and add the relevant info [1]

[1]: https://www.debian.org/devel/wnpp/


Bug#1066710: purple-lurch: FTBFS: ./test/test_lurch_util.c:69:5: error: implicit declaration of function ‘lurch_util_axc_log_func’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: purple-lurch
Version: 0.7.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -std=c11 -Wall -g -Wstrict-overflow -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I/usr/include/libpurple 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
> -I/usr/include/libxml2 -I/usr/include/libomemo -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I/usr/include/axc 
> -I/usr/include/signal  -I/usr/include/signal  -I./headers/jabber -O0 -c 
> ./test/test_lurch_util.c -o build/test_lurch_util.o
> ./test/test_lurch_util.c: In function ‘test_lurch_util_axc_log_func_error’:
> ./test/test_lurch_util.c:69:5: error: implicit declaration of function 
> ‘lurch_util_axc_log_func’ [-Werror=implicit-function-declaration]
>69 | lurch_util_axc_log_func(AXC_LOG_ERROR, "test", 4, axc_ctx_p);
>   | ^~~
> ./test/test_lurch_api.c: In function 
> ‘test_lurch_api_status_im_handler_disabled’:
> ./test/test_lurch_api.c:831:92: warning: passing argument 4 of 
> ‘lurch_api_status_im_handler’ discards ‘const’ qualifier from pointer target 
> type [-Wdiscarded-qualifiers]
>   831 | lurch_api_status_im_handler(NULL, other_bare_jid, 
> lurch_api_status_im_handler_cb_mock, mock_user_data);
>   |   
>  ^~
> In file included from ./test/test_lurch_api.c:13:
> ./test/../src/lurch_api.h:128:163: note: expected ‘void *’ but argument is of 
> type ‘const char *’
>   128 | void lurch_api_status_im_handler(PurpleAccount * acc_p, const char * 
> contact_bare_jid, void (*cb)(int32_t err, lurch_status_t status, void * 
> user_data_p), void * user_data_p);
>   |   
>   
>~~~^~~
> ./test/test_lurch_api.c: In function 
> ‘test_lurch_api_status_im_handler_not_supported’:
> ./test/test_lurch_api.c:866:92: warning: passing argument 4 of 
> ‘lurch_api_status_im_handler’ discards ‘const’ qualifier from pointer target 
> type [-Wdiscarded-qualifiers]
>   866 | lurch_api_status_im_handler(NULL, other_bare_jid, 
> lurch_api_status_im_handler_cb_mock, mock_user_data);
>   |   
>  ^~
> ./test/../src/lurch_api.h:128:163: note: expected ‘void *’ but argument is of 
> type ‘const char *’
>   128 | void lurch_api_status_im_handler(PurpleAccount * acc_p, const char * 
> contact_bare_jid, void (*cb)(int32_t err, lurch_status_t status, void * 
> user_data_p), void * user_data_p);
>   |   
>   
>~~~^~~
> ./test/test_lurch_api.c: In function 
> ‘test_lurch_api_status_im_handler_no_session’:
> ./test/test_lurch_api.c:905:92: warning: passing argument 4 of 
> ‘lurch_api_status_im_handler’ discards ‘const’ qualifier from pointer target 
> type [-Wdiscarded-qualifiers]
>   905 | lurch_api_status_im_handler(NULL, other_bare_jid, 
> lurch_api_status_im_handler_cb_mock, mock_user_data);
>   |   
>  ^~
> ./test/../src/lurch_api.h:128:163: note: expected ‘void *’ but argument is of 
> type ‘const char *’
>   128 | void lurch_api_status_im_handler(PurpleAccount * acc_p, const char * 
> contact_bare_jid, void (*cb)(int32_t err, lurch_status_t status, void * 
> user_data_p), void * user_data_p);
>   |   
>   
>~~~^~~
> ./test/test_lurch_api.c: In function ‘test_lurch_api_status_im_handler_ok’:
> ./test/test_lurch_api.c:944:92: warning: passing argument 4 of 
> ‘l

Bug#1066709: fastdnaml: FTBFS: fastDNAml.h:228:28: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: fastdnaml
Version: 1.2.2-15
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd source && cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> fastDNAml.c  -o fastDNAml -lm -Wl,-z,relro -Wl,-z,now
> In file included from fastDNAml.c:207:
> fastDNAml.h:222:10: warning: conflicting types for built-in function 
> ‘malloc’; expected ‘void *(long unsigned int)’ 
> [-Wbuiltin-declaration-mismatch]
>   222 |char *malloc();
>   |  ^~
> fastDNAml.h:1:1: note: ‘malloc’ is declared in header ‘’
>   +++ |+#include 
> 1 | /*  fastDNAml.h  */
> fastDNAml.c: In function ‘freeTopol’:
> fastDNAml.h:228:28: error: implicit declaration of function ‘free’ 
> [-Werror=implicit-function-declaration]
>   228 | #defineFree(x)  (void) free((char *) (x))/* BSD */
>   |^~~~
> fastDNAml.c:342:5: note: in expansion of macro ‘Free’
>   342 | Free(tpl->links);
>   | ^~~~
> fastDNAml.c:208:1: note: include ‘’ or provide a declaration of 
> ‘free’
>   207 | #include "fastDNAml.h"  /*  Requires version 1.2  */
>   +++ |+#include 
>   208 | 
> fastDNAml.h:228:28: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>   228 | #defineFree(x)  (void) free((char *) (x))/* BSD */
>   |^~~~
> fastDNAml.c:342:5: note: in expansion of macro ‘Free’
>   342 | Free(tpl->links);
>   | ^~~~
> fastDNAml.h:228:28: note: include ‘’ or provide a declaration of 
> ‘free’
>   228 | #defineFree(x)  (void) free((char *) (x))/* BSD */
>   |^~~~
> fastDNAml.c:342:5: note: in expansion of macro ‘Free’
>   342 | Free(tpl->links);
>   | ^~~~
> fastDNAml.c: In function ‘freeTreeNode’:
> fastDNAml.h:228:28: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>   228 | #defineFree(x)  (void) free((char *) (x))/* BSD */
>   |^~~~
> fastDNAml.c:1533:23: note: in expansion of macro ‘Free’
>  1533 | if (p->x->lv) Free(p->x->lv);
>   |   ^~~~
> fastDNAml.h:228:28: note: include ‘’ or provide a declaration of 
> ‘free’
>   228 | #defineFree(x)  (void) free((char *) (x))/* BSD */
>   |^~~~
> fastDNAml.c:1533:23: note: in expansion of macro ‘Free’
>  1533 | if (p->x->lv) Free(p->x->lv);
>   |   ^~~~
> fastDNAml.h:228:28: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>   228 | #defineFree(x)  (void) free((char *) (x))/* BSD */
>   |^~~~
> fastDNAml.c:1534:9: note: in expansion of macro ‘Free’
>  1534 | Free(p->x);
>   | ^~~~
> fastDNAml.h:228:28: note: include ‘’ or provide a declaration of 
> ‘free’
>   228 | #defineFree(x)  (void) free((char *) (x))/* BSD */
>   |^~~~
> fastDNAml.c:1534:9: note: in expansion of macro ‘Free’
>  1534 | Free(p->x);
>   | ^~~~
> fastDNAml.c: In function ‘freeTree’:
> fastDNAml.h:228:28: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>   228 | #defineFree(x)  (void) free((char *) (x))/* BSD */
>   |^~~~
> fastDNAml.c:1560:5: note: in expansion of macro ‘Free’
>  1560 | Free(tr->nodep[1]);   /* Free the actual nodes */
>   | ^~~~
> fastDNAml.h:228:28: note: include ‘’ or provide a declaration of 
> ‘free’
>   228 | #defineFree(x)  (void) free((char *) (x))/* BSD */
>   |^~~~
> fastDNAml.c:1560:5: note: in expansion of macro ‘Free’
>  1560 | Free(tr->nodep[1]);   /* Free the actual nodes */
>   | ^~~~
> fastDNAml.c: In function ‘setupxarray’:
> fastDNAml.h:228:28: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>   228 | #defi

Bug#1066706: tk-html3: FTBFS: ./src/htmltcl.c:503:9: error: implicit declaration of function ‘usleep’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: tk-html3
Version: 3.0~fossil20110109-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -pipe -DPACKAGE_NAME=\"Tkhtml\" -DPACKAGE_TARNAME=\"tkhtml\" 
> -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"Tkhtml\ 3.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  
> -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c -I. -I./src `echo 
> ./src/swproc.c` -o swproc.o
> ./src/htmltcl.c: In function ‘runLayoutEngine’:
> ./src/htmltcl.c:446:17: warning: variable ‘pD’ set but not used 
> [-Wunused-but-set-variable]
>   446 | HtmlDamage *pD;
>   | ^~
> ./src/htmltcl.c: In function ‘callbackHandler’:
> ./src/htmltcl.c:503:9: error: implicit declaration of function ‘usleep’ 
> [-Werror=implicit-function-declaration]
>   503 | usleep( 2000 );
>   | ^~
> ./src/htmltcl.c: In function ‘viewCommon’:
> ./src/htmltcl.c:1844:14: warning: variable ‘pScrollCommand’ set but not used 
> [-Wunused-but-set-variable]
>  1844 | Tcl_Obj *pScrollCommand;
>   |  ^~
> ./src/swproc.c:7:19: warning: ‘rcsid’ defined but not used 
> [-Wunused-const-variable=]
> 7 | static const char rcsid[] = "$Id: swproc.c,v 1.6 2006/06/10 12:38:38 
> danielk1977 Exp $";
>   |   ^
> ./src/htmltcl.c: At top level:
> ./src/htmltcl.c:33:19: warning: ‘rcsid’ defined but not used 
> [-Wunused-const-variable=]
>33 | static char const rcsid[] = "@(#) $Id: htmltcl.c,v 1.207 2008/01/16 
> 06:29:27 danielk1977 Exp $";
>   |   ^
> ./src/htmltree.c:39:19: warning: ‘rcsid’ defined but not used 
> [-Wunused-const-variable=]
>39 | static const char rcsid[] = "$Id: htmltree.c,v 1.161 2008/02/14 
> 08:39:14 danielk1977 Exp $";
>   |   ^
> gcc -pipe -DPACKAGE_NAME=\"Tkhtml\" -DPACKAGE_TARNAME=\"tkhtml\" 
> -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"Tkhtml\ 3.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  
> -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c -I. -I./src `echo 
> ./src/restrack.c` -o restrack.o
> ./src/restrack.c:64:19: warning: ‘rcsid’ defined but not used 
> [-Wunused-const-variable=]
>64 | static const char rcsid[] = "$Id: restrack.c,v 1.13 2007/12/12 
> 04:50:29 danielk1977 Exp $";
>   |   ^
> gcc -pipe -DPACKAGE_NAME=\"Tkhtml\" -DPACKAGE_TARNAME=\"tkhtml\" 
> -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"Tkhtml\ 3.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_

Bug#1066708: matchbox-keyboard: FTBFS: main.c:167:19: error: implicit declaration of function ‘mb_kbd_ui_handle_configure’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: matchbox-keyboard
Version: 0.2+git20160713-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
> -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/matchbox-keyboard\" 
> -DPREFIX=\"/usr\" -g -Wall -fno-strict-aliasing  -I/usr/include/freetype2 
> -I/usr/include/libpng16-I/usr/include/libpng16 -I.. -I..   -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o 
> libmatchbox_keyboard_la-matchbox-keyboard-ui.lo `test -f 
> 'matchbox-keyboard-ui.c' || echo './'`matchbox-keyboard-ui.c
> main.c: In function ‘mb_kbd_event_loop’:
> main.c:167:19: error: implicit declaration of function 
> ‘mb_kbd_ui_handle_configure’ [-Werror=implicit-function-declaration]
>   167 |   mb_kbd_ui_handle_configure(ui,
>   |   ^~
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
> -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/matchbox-keyboard\" 
> -DPREFIX=\"/usr\" -g -Wall -fno-strict-aliasing  -I/usr/include/freetype2 
> -I/usr/include/libpng16-I/usr/include/libpng16 -I.. -I..   -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o 
> libmatchbox_keyboard_la-config-parser.lo `test -f 'config-parser.c' || echo 
> './'`config-parser.c
> main.c:172:17: error: implicit declaration of function 
> ‘mb_kbd_ui_update_display_size’ [-Werror=implicit-function-declaration]
>   172 | mb_kbd_ui_update_display_size(ui);
>   | ^
> main.c:85:20: warning: variable ‘press_y’ set but not used 
> [-Wunused-but-set-variable]
>85 |   int press_x = 0, press_y = 0;
>   |^~~
> main.c:85:7: warning: variable ‘press_x’ set but not used 
> [-Wunused-but-set-variable]
>85 |   int press_x = 0, press_y = 0;
>   |   ^~~
> main.c: In function ‘main’:
> main.c:280:3: error: implicit declaration of function ‘mb_kbd_destroy’; did 
> you mean ‘mb_kbd_ui_destroy’? [-Werror=implicit-function-declaration]
>   280 |   mb_kbd_destroy (kb);
>   |   ^~
>   |   mb_kbd_ui_destroy
> libmatchbox-keyboard.c: In function ‘mb_keyboard_destroy’:
> libmatchbox-keyboard.c:64:3: error: implicit declaration of function 
> ‘mb_kbd_destroy’; did you mean ‘mb_kbd_ui_destroy’? 
> [-Werror=implicit-function-declaration]
>64 |   mb_kbd_destroy (kb);
>   |   ^~
>   |   mb_kbd_ui_destroy
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" 
> -DPKGDATADIR=\"/usr/share/matchbox-keyboard\" -DPREFIX=\"/usr\" -g -Wall 
> -fno-strict-aliasing -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libpng16 -I.. -I.. -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c matchbox-keyboard-key.c  -fPIC 
> -DPIC -o .libs/libmatchbox_keyboard_la-matchbox-keyboard-key.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" 
> -DPKGDATADIR=\"/usr/share/matchbox-keyboard\" -DPREFIX=\"/usr\" -g -Wall 
> -fno-strict-aliasing -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libpng16 -I.. -I.. -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c matchbox-keyboard-ui.c  -fPIC 
> -DPIC -o .libs/libmatchbox_keyboard_la-matchbox-keyboard-ui.o
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
> -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/matchbox-keyboard\" 
> -DPREFIX=\"/usr\" -g -Wall -fno-strict-aliasing  -I/usr/include/freetype2 
> -I/usr/include/libpng16-I/usr/include/libpng16 -I.. -I..   -g -O2 
> -Werror=implicit-function-declaration 

Bug#1066707: ifupdown-ng: FTBFS: libifupdown/interface.c:28:9: error: implicit declaration of function ‘strlcpy’; did you mean ‘strncpy’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ifupdown-ng
Version: 0.12.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/environment.o libifupdown/environment.c
> libifupdown/interface.c: In function ‘lif_address_parse’:
> libifupdown/interface.c:28:9: error: implicit declaration of function 
> ‘strlcpy’; did you mean ‘strncpy’? [-Werror=implicit-function-declaration]
>28 | strlcpy(buf, presentation, sizeof buf);
>   | ^~~
>   | strncpy
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/execute.o libifupdown/execute.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/lifecycle.o libifupdown/lifecycle.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wmissing-declarations -Wmissing-prototypes 
> -Wcast-align -Wpointer-arith -Wreturn-type -isystem /usr/include/bsd 
> -DLIBBSD_OVERLAY -Wdate-time -D_FORTIFY_SOURCE=2 -I. 
> -DINTERFACES_FILE=\"/etc/network/interfaces\" -DSTATE_FILE=\"/run/ifstate\" 
> -DCONFIG_FILE=\"/etc/network/ifupdown-ng.conf\" 
> -DPACKAGE_NAME=\"ifupdown-ng\" -DPACKAGE_VERSION=\"0.12.1\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/ifupdown-ng/ifupdown-ng/issues/new\; 
> -DEXECUTOR_PATH=\"/usr/libexec/ifupdown-ng\" -DCONFIG_YAML  -c -o 
> libifupdown/config-parser.o libifupdown/config-parser.c
> libifupdown/interface-file.c: In function ‘maybe_remap_token’:
> libifupdown/interface-file.c:129:9: error: implicit declaration of function 
> ‘strlcpy’; did you mean ‘strncpy’? [-Werror=implicit-function-declaration]
>   129 | strlcpy(tokbuf, tok != NULL ? tok->alternative : token, 
> sizeof tokbuf);
>   | ^~~
>   | strncpy
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Werror -Wm

Bug#1066705: wise: FTBFS: prior.c:102:12: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: wise
Version: 2.4.1-23
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -c  -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -c trace.c 
> prior.c: In function ‘P7ReadPrior’:
> prior.c:102:12: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>   102 |   if  (strcmp(sptr, "DIRICHLET") == 0) pri->strategy = PRI_DCHLET;
>   |^~
> prior.c:10:1: note: include ‘’ or provide a declaration of ‘strcmp’
> 9 | #include "funcs.h"
>   +++ |+#include 
>10 | #include "squid.h"
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -c  -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -c aligneval.c 
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:69: prior.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/wise_2.4.1-23_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066703: rxtx: FTBFS: SerialImp.c:5453:23: error: implicit declaration of function ‘major’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: rxtx
Version: 2.2.0+dfsg-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
>   /bin/bash /<>/libtool --mode=link gcc -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -D_POSIX_SOURCE -D_BSD_SOURCE 
> -D__need_timespec -Wl,-z,relro -lpthread -release 2.1-7 -o librxtxSerial.la 
> -rpath /usr/lib/jni /<>/x86_64-pc-linux-gnu/SerialImp.lo;
> \
> fi;   \
> )
> libtool: compile:  gcc -I/<> -Ix86_64-pc-linux-gnu -I. 
> -I/usr/lib/jvm/java-17-openjdk-amd64/include 
> -I/usr/lib/jvm/java-17-openjdk-amd64/include/./linux/ -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_POSIX_SOURCE -D_BSD_SOURCE -D__need_timespec -c 
> /<>/./src/SerialImp.c  -fPIC -DPIC -o 
> /<>/x86_64-pc-linux-gnu/.libs/SerialImp.o
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from /usr/lib/jvm/java-17-openjdk-amd64/include/jni.h:39,
>  from ./gnu_io_RXTXPort.h:2,
>  from /<>/./src/SerialImp.c:64:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> /<>/./src/SerialImp.c: In function ‘uucp_lock’:
> /<>/./src/SerialImp.c:5453:23: error: implicit declaration of 
> function ‘major’ [-Werror=implicit-function-declaration]
>  5453 | (int) major( buf.st_dev ),
>   |   ^
> /<>/./src/SerialImp.c:5455:23: error: implicit declaration of 
> function ‘minor’ [-Werror=implicit-function-declaration]
>  5455 | (int) minor( buf.st_rdev )
>   |   ^
> /<>/./src/SerialImp.c: In function ‘is_device_locked’:
> /<>/./src/SerialImp.c:5863:33: error: implicit declaration of 
> function ‘asprintf’; did you mean ‘vsprintf’? 
> [-Werror=implicit-function-declaration]
>  5863 | asprintf( , "%s/%s%s", 
> lockdirs[i],
>   | ^~~~
>   | vsprintf
> /<>/./src/SerialImp.c: In function ‘fhs_lock’:
> /<>/./src/SerialImp.c:5377:9: warning: ignoring return value of 
> ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  5377 | write( fd, lockinfo, 11 );
>   | ^
> /<>/./src/SerialImp.c: In function ‘uucp_lock’:
> /<>/./src/SerialImp.c:5475:9: warning: ignoring return value of 
> ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  5475 | write( fd, lockinfo,11 );
>   | ^~~~
> /<>/./src/SerialImp.c: In function ‘is_device_locked’:
> /<>/./src/SerialImp.c:5940:17: warning: ignoring return value of 
> ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  5940 | read( fd, pid_buffer, 11 );
>   | ^~
> /<>/./src/SerialImp.c: In function 
> ‘Java_gnu_io_RXTXCommDriver_registerKnownPorts’:
> /<>/./src/SerialImp.c:4676:43: warning: ‘ handed to  
> native RXTXCo...’ directive writing 71 bytes into a region of 
> size between 52 and 62 [-Wformat-overflow=]
>  4676 | sprintf( message, "unknown portType %d handed 
> to \
>   |   
> ^~~~
>  4677 | native 
> RXTXCommDriver.registerKnownPorts() \
>   | 
> 
>  4678 |  method.\n",
>   |  ~~
> In f

Bug#1066704: libcgns: FTBFS: tkogl.c:602:8: error: implicit declaration of function ‘TkWmAddToColormapWindows’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libcgns
Version: 3.4.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<>/obj-x86_64-linux-gnu/src/cgnstools/tkogl && /usr/bin/cc 
> -DBUILD_HDF5 -DH5_BUILT_AS_STATIC_LIB 
> -I/<>/obj-x86_64-linux-gnu/src -I/<>/src 
> -I/usr/include/hdf5/serial -I/usr/include/tcl -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD 
> -MT src/cgnstools/tkogl/CMakeFiles/tkogl.dir/tkogl.c.o -MF 
> CMakeFiles/tkogl.dir/tkogl.c.o.d -o CMakeFiles/tkogl.dir/tkogl.c.o -c 
> /<>/src/cgnstools/tkogl/tkogl.c
> /<>/src/cgnstools/tkogl/tkogl.c: In function ‘OGLwinCmd’:
> /<>/src/cgnstools/tkogl/tkogl.c:602:8: error: implicit 
> declaration of function ‘TkWmAddToColormapWindows’ 
> [-Werror=implicit-function-declaration]
>   602 |TkWmAddToColormapWindows(tkwin);
>   |^~~~
> cc1: some warnings being treated as errors
> make[3]: *** [src/cgnstools/tkogl/CMakeFiles/tkogl.dir/build.make:79: 
> src/cgnstools/tkogl/CMakeFiles/tkogl.dir/tkogl.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libcgns_3.4.0-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066702: libcdk5: FTBFS: configure: error: No curses header-files found

2024-03-13 Thread Lucas Nussbaum
Source: libcdk5
Version: 5.0.20180306-3.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> checking for unistd.h... (cached) yes
> checking for mode_t... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for extra include directories... no
> checking if we have identified curses headers... none
> configure: error: No curses header-files found
>   tail -v -n \+0 config.log


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libcdk5_5.0.20180306-3.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066701: hardinfo: FTBFS: boots.c:31:5: error: implicit declaration of function ‘scan_os’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: hardinfo
Version: 0.5.1+git20180227-2.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /usr/bin/cc -DLOCALEDIR=\"/usr/share/locale\" -I/<> 
> -I/<>/includes -I/<>/includes/x86 
> -I/<>/deps/uber-graph/uber 
> -I/<>/obj-x86_64-linux-gnu -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/webp -I/usr/include/atk-1.0 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2   
> -std=gnu89 -MD -MT CMakeFiles/hardinfo.dir/hardinfo/expr.c.o -MF 
> CMakeFiles/hardinfo.dir/hardinfo/expr.c.o.d -o 
> CMakeFiles/hardinfo.dir/hardinfo/expr.c.o -c /<>/hardinfo/expr.c
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>73 |   GTimeVal last_popdown;
>   |   ^~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>  from /usr/include/glib-2.0/glib.h:32,
>  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
>   580 | struct _GTimeVal
>   |^
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>73 |   GTimeVal last_popdown;
>   |   ^~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>  from /usr/include/glib-2.0/glib.h:32,
>  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
>   580 | struct _GTimeVal
>   |^
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>73 |   GTimeVal last_popdown;
>   |   ^~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>  from /usr/include/glib-2.0/glib.h:32,
>  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
>   580 | struct _GTimeVal
>   |^
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>73 |   GTimeVal last_popdown;
>   |   ^~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>  from /usr/include/glib-2.0/glib.h:32,
>  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
>   580 | struct _GTimeVal
>   |^
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>  from /usr/include/gtk-2.0/gtk/g

Bug#1066699: pd-unauthorized: FTBFS: blinkenlights.c:770:9: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-unauthorized
Version: 0.1-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O6 
> -funroll-loops -fomit-frame-pointer -o "exciter.o" -c "exciter.c"
> blinkenlights.c: In function ‘blinkenlights_open’:
> blinkenlights.c:770:9: error: implicit declaration of function ‘error’; did 
> you mean ‘perror’? [-Werror=implicit-function-declaration]
>   770 | error( "blinkenlights : cannot open >%s<", sfile->s_name);
>   | ^
>   | perror
> blinkenlights.c: In function ‘blinkenlights_findframes’:
> blinkenlights.c:629:9: warning: ignoring return value of ‘fgets’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>   629 | fgets( lineread, BL_MAX_LENGTH, x->x_filed );
>   | ^~~~
> audience~.c: In function ‘audience_properties’:
> audience~.c:389:45: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=]
>   389 | sprintf(buf, "pdtk_audience_dialog %%s %d %d %d\n",
>   |~^
>   | |
>   | int
>   |%ld
>   390 | x->x_width, x->x_height, x->x_nboutputs
>   | ~~   
>   |  |
>   |  t_int {aka long int}
> audience~.c:389:48: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 4 has type ‘t_int’ {aka ‘long int’} [-Wformat=]
>   389 | sprintf(buf, "pdtk_audience_dialog %%s %d %d %d\n",
>   |   ~^
>   ||
>   |int
>   |   %ld
>   390 | x->x_width, x->x_height, x->x_nboutputs
>   | ~~~ 
>   |  |
>   |  t_int {aka long int}
> audience~.c:389:51: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 5 has type ‘t_int’ {aka ‘long int’} [-Wformat=]
>   389 | sprintf(buf, "pdtk_audience_dialog %%s %d %d %d\n",
>   |  ~^
>   |   |
>   |   int
>   |  %ld
>   390 | x->x_width, x->x_height, x->x_nboutputs
>   |  ~~
>   |   |
>   |   t_int {aka long int}
> audience~.c: In function ‘audience_dialog’:
> audience~.c:516:13: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   516 | error( "audience~ : fatal : could not create new object" 
> );
>   | ^
>   | perror
> disto~.c: In function ‘disto_init_filters’:
> disto~.c:116:19: warning: iteration 129 invokes undefined behavior 
> [-Waggressive-loop-optimizations]
>   116 | x->exps[i]=exp((double)i*x->x_drive)*x->x_wetmix;
>   | ~~^~
> disto~.c:114:16: note: within this loop
>   114 | for (i=0; i<130; i++)
>   |   ~^~~~
> audience~.c: In function ‘audience_tilde_setup’:
> audience~.c:1041:22: warning: too many arguments for format 
> [-Wformat-extra-args]
>  1041 | logpost(NULL, 4, "%s",  "%s", audience_version );
>   |  ^~~~
> cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implic

Bug#1066695: lmemory: FTBFS: mmain.c:29:7: error: implicit declaration of function ‘asprintf’; did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: lmemory
Version: 0.6c-11
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -pthread  -I. -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" 
> -DDATADIR=\"/usr/share/games/lmemory\"  -Wdate-time -D_FORTIFY_SOURCE=2  -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -c -o support.o support.c
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>  from lmem_menu.c:1:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is 
> deprecated [-Wdeprecated-declarations]
>   236 | voidgtk_type_init   (GTypeDebugFlagsdebug_flags);
>   | ^~~~
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>  from xpm_widget.c:5:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is 
> deprecated [-Wdeprecated-declarations]
>   236 | voidgtk_type_init   (GTypeDebugFlagsdebug_flags);
>   | ^~~~
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>  from /usr/include/glib-2.0/glib-object.h:24,
>  from /usr/include/glib-2.0/gio/gioenums.h:30,
>  from /usr/include/glib-2.0/gio/giotypes.h:30,
>  from /usr/include/glib-2.0/gio/gio.h:28,
>  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:723:1: note: declared here
>   723 | {
>   | ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>  from /usr/include/glib-2.0/glib-object.h:24,
>  from /usr/include/glib-2.0/gio/gioenums.h:30,
>  from /usr/include/glib-2.0/gio/giotypes.h:30,
>  from /usr/include/glib-2.0/gio/gio.h:28,
>  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:723:1: note: declared here
>   723 | {
>   | ^
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>  from /usr/inclu

Bug#1066700: pgdbf: FTBFS: pgdbf.c:533:16: error: implicit declaration of function ‘asprintf’; did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pgdbf
Version: 0.6.2-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o pgdbf.o pgdbf.c
> pgdbf.c: In function ‘main’:
> pgdbf.c:533:16: error: implicit declaration of function ‘asprintf’; did you 
> mean ‘vsprintf’? [-Werror=implicit-function-declaration]
>   533 | if(asprintf([fieldnum].formatstring, "%%.%dlf", 
> fields[fieldnum].decimals) < 0) {
>   |^~~~
>   |vsprintf
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:366: pgdbf.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pgdbf_0.6.2-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066698: squeak-vm: FTBFS: CroquetPlugin.c:531:18: error: implicit declaration of function ‘triBoxOverlap’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: squeak-vm
Version: 1:4.10.2.2614+20120917~dfsg-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd "/<>/build-tree/CroquetPlugin" && /usr/bin/cc 
> -DSQUEAK_BUILTIN_PLUGIN=1 -I"/<>/build-tree" 
> -I"/<>/platforms/unix/src/vm" 
> -I"/<>/platforms/unix/vm" 
> -I"/<>/platforms/Cross/vm" 
> -I"/<>/platforms/unix/plugins/B3DAcceleratorPlugin" 
> -I"/<>/platforms/unix/src/plugins/CroquetPlugin" 
> -I"/<>/platforms/unix/src/vm/intplugins/CroquetPlugin" 
> -I"/<>/platforms/unix/plugins/CroquetPlugin" 
> -I"/<>/platforms/unix/CroquetPlugin" 
> -I"/<>/platforms/Cross/plugins/CroquetPlugin" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -fno-caller-saves 
> -fno-strict-overflow -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/local/include -L/usr/local/lib -MD -MT 
> "/<>/build-tree/CroquetPlugin/CMakeFiles/CroquetPlugin.dir/<>/platforms/unix/src/vm/intplugins/CroquetPlugin/CroquetPlugin.c.o"
>  -MF 
> "CMakeFiles/CroquetPlugin.dir/<>/platforms/unix/src/vm/intplugins/CroquetPlugin/CroquetPlugin.c.o.d"
>  -o 
> "CMakeFiles/CroquetPlugin.dir/<>/platforms/unix/src/vm/intplugins/CroquetPlugin/CroquetPlugin.c.o"
>  -c 
> "/<>/platforms/unix/src/vm/intplugins/CroquetPlugin/CroquetPlugin.c"
> /<>/platforms/unix/src/vm/intplugins/CroquetPlugin/CroquetPlugin.c:
>  In function ‘primitiveTriBoxIntersects’:
> /<>/platforms/unix/src/vm/intplugins/CroquetPlugin/CroquetPlugin.c:531:18:
>  error: implicit declaration of function ‘triBoxOverlap’ 
> [-Werror=implicit-function-declaration]
>   531 | result = triBoxOverlap(minCorner, maxCorner, v0, v1, v2);
>   |  ^
> cc1: some warnings being treated as errors
> make[3]: *** 
> [/<>/build-tree/CroquetPlugin/CMakeFiles/CroquetPlugin.dir/build.make:79:
>  
> /<>/build-tree/CroquetPlugin/CMakeFiles/CroquetPlugin.dir/<>/platforms/unix/src/vm/intplugins/CroquetPlugin/CroquetPlugin.c.o]
>  Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/squeak-vm_4.10.2.2614+20120917~dfsg-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066697: pmars: FTBFS: xwindisp.c:1284:9: error: implicit declaration of function ‘sighandler’; did you mean ‘sa_handler’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pmars
Version: 0.9.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> make[2]: Entering directory '/<>/src'
> Making pmars with compiler flags -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O 
> -DEXT94 -DXWINGRAPHX -DPERMUTATE
> Compiling pmars.o
> Compiling asm.o
> Compiling eval.o
> Compiling disasm.o
> Compiling cdb.o
> Compiling sim.o
> Compiling pos.o
> Compiling clparse.o
> In file included from disasm.c:26:
> sim.h:92:12: warning: built-in function ‘round’ declared as non-function 
> [-Wbuiltin-declaration-mismatch]
>92 | extern int round;
>   |^
> In file included from cdb.c:30:
> sim.h:92:12: warning: built-in function ‘round’ declared as non-function 
> [-Wbuiltin-declaration-mismatch]
>92 | extern int round;
>   |^
> In file included from pos.c:24:
> sim.h:92:12: warning: built-in function ‘round’ declared as non-function 
> [-Wbuiltin-declaration-mismatch]
>92 | extern int round;
>   |^
> In file included from sim.c:29:
> sim.h:92:12: warning: built-in function ‘round’ declared as non-function 
> [-Wbuiltin-declaration-mismatch]
>92 | extern int round;
>   |^
> cdb.c: In function ‘subst_eval’:
> cdb.c:1550:23: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 3 has type ‘long int’ [-Wformat=]
>  1550 |   sprintf(outs, "%d", (targetID == QUEUE || targetID == PSP ?
>   |  ~^   ~~~
>   |   |
>   |   int
>   |  %ld
>  1551 |0 : (targetID == WARRIOR ?
>   |~~
>   |  |
>   |  long int
>  1552 | W - warrior : progCnt)));
>   | ~~~
> cdb.c:1558:21: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 3 has type ‘long int’ [-Wformat=]
>  1558 | sprintf(outs, "%d", (targetID == QUEUE || targetID == PSP ?
>   |~^   ~~~
>   | |
>   | int
>   |%ld
>  1559 |  0 : (targetID == WARRIOR ?
>   |  ~~
>   ||
>   |long int
>  1560 |   W - warrior : progCnt)));
>   |   ~~~
> cdb.c:1563:21: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 3 has type ‘long int’ [-Wformat=]
>  1563 | sprintf(outs, "%d", (cycle + (warriorsLeft ? warriorsLeft : 1) - 
> 1) /
>   |~^   
> ~
>   | | 
>   |
>   | int   
>   long int
>   |%ld
>  1564 | (warriorsLeft ? warriorsLeft : 1));
>   | ~
> clparse.c: In function ‘next_input’:
> clparse.c:227:5: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   227 | fscanf(filep, "%s", inputs);
>   | ^~~
> clparse.c:234:9: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   234 | fscanf(filep, "%[^\"]%*[\"]", inputs + i);
>   | ^
> clparse.c:237:7: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   237 |   fgets(inputs, 100, filep);
>   |   ^
> clparse.c:239:7: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn

Bug#1066696: xzip: FTBFS: fileio.c:100:9: error: implicit declaration of function ‘mkdir’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xzip
Version: 1:1.8.2-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -DAUTO_END_MODE -I/usr/X11R6/include/X11 -c 
> fileio.c
> fileio.c: In function ‘set_names’:
> fileio.c:100:9: error: implicit declaration of function ‘mkdir’ 
> [-Werror=implicit-function-declaration]
>   100 | mkdir( save_name, 0777 ) ;
>   | ^
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:154: fileio.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xzip_1.8.2-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066694: netdiag: FTBFS: getservent.c:121:38: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: netdiag
Version: 1.2-1.2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now 
> -I/usr/include/ncurses -g -DSNVERSION=3.8 -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o win_show_stat.o win_show_stat.c
> tally_label.c:13:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>13 | tally_label ( struct Tally *Now_ts, WINDOW *win, int width, int 
> height )
>   | ^~~
> In file included from /usr/include/netdb.h:27,
>  from inetprivate.h:13,
>  from getservent.c:45:
> getservent.c: In function ‘sn_getservent’:
> getservent.c:121:38: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>   121 | serv.s_port = htons((u_short)atoi(p));
>   |  ^~~~
> gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now 
> -I/usr/include/ncurses -g -DSNVERSION=3.8 -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o statnetd.o statnetd.c
> gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now 
> -I/usr/include/ncurses -g -DSNVERSION=3.8 -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o itstime.o itstime.c
> statnet.c:102:8: warning: type defaults to ‘int’ in declaration of ‘gen_all’ 
> [-Wimplicit-int]
>   102 | static gen_all, gen_eth, gen_plip, gen_slip, gen_ppp, gen_loop, 
> gen_802 = 0;
>   |^~~
> statnet.c:102:17: warning: type defaults to ‘int’ in declaration of ‘gen_eth’ 
> [-Wimplicit-int]
>   102 | static gen_all, gen_eth, gen_plip, gen_slip, gen_ppp, gen_loop, 
> gen_802 = 0;
>   | ^~~
> statnet.c:102:26: warning: type defaults to ‘int’ in declaration of 
> ‘gen_plip’ [-Wimplicit-int]
>   102 | static gen_all, gen_eth, gen_plip, gen_slip, gen_ppp, gen_loop, 
> gen_802 = 0;
>   |  ^~~~
> statnet.c:102:36: warning: type defaults to ‘int’ in declaration of 
> ‘gen_slip’ [-Wimplicit-int]
>   102 | static gen_all, gen_eth, gen_plip, gen_slip, gen_ppp, gen_loop, 
> gen_802 = 0;
>   |^~~~
> statnet.c:102:46: warning: type defaults to ‘int’ in declaration of ‘gen_ppp’ 
> [-Wimplicit-int]
>   102 | static gen_all, gen_eth, gen_plip, gen_slip, gen_ppp, gen_loop, 
> gen_802 = 0;
>   |  ^~~
> statnet.c:102:55: warning: type defaults to ‘int’ in declaration of 
> ‘gen_loop’ [-Wimplicit-int]
>   102 | static gen_all, gen_eth, gen_plip, gen_slip, gen_ppp, gen_loop, 
> gen_802 = 0;
>   |   ^~~~
> statnet.c:102:65: warning: type defaults to ‘int’ in declaration of ‘gen_802’ 
> [-Wimplicit-int]
>   102 | static gen_all, gen_eth, gen_plip, gen_slip, gen_ppp, gen_loop, 
> gen_802 = 0;
>   | 
> ^~~
> statnet.c:106:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   106 | main (int argc, char *argv[])
>   | ^~~~
> itstime.c: In function ‘itstime’:
> itstime.c:50:9: error: implicit declaration of function ‘alarm’ 
> [-Werror=implicit-function-declaration]
>50 | alarm (SN_STATS_SECS);
>   | ^
> statnet.c: In function ‘update_display’:
> statnet.c:555:36: warning: '0' flag ignored with '-' flag in gnu_printf 
> format [-Wformat=]
>   555 |   mvwprintw (genwin, 0, 0, "GENERAL  Frame: /%-02d sec", 
> SN_UPDATE_SECS);
>   |^~~~
> statnet.c:681:9: error: implicit declaration of function ‘win_show_stat’ 
> [-Werror=implicit-function-declaration]
>   681 | win_show_stat( protwin, 9, 1, noframes, >prot, 
> >p

Bug#1066693: xcolors: FTBFS: xcolors.c:171:5: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xcolors
Version: 1.5a-8.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o xcolors.o xcolors.c
> xcolors.c: In function ‘quit_action’:
> xcolors.c:171:5: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>   171 | exit(0);
>   | ^~~~
> xcolors.c:29:1: note: include ‘’ or provide a declaration of ‘exit’
>28 | #include/* for sqrt() */
>   +++ |+#include 
>29 | 
> xcolors.c:171:5: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   171 | exit(0);
>   | ^~~~
> xcolors.c:171:5: note: include ‘’ or provide a declaration of ‘exit’
> xcolors.c: At top level:
> xcolors.c:181:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   181 | main(argc, argv)
>   | ^~~~
> xcolors.c: In function ‘main’:
> xcolors.c:204:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   204 | exit(3);
>   | ^~~~
> xcolors.c:204:9: note: include ‘’ or provide a declaration of ‘exit’
> xcolors.c:217:13: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   217 | exit(1);
>   | ^~~~
> xcolors.c:217:13: note: include ‘’ or provide a declaration of 
> ‘exit’
> xcolors.c:245:5: error: implicit declaration of function ‘colordemo’ 
> [-Werror=implicit-function-declaration]
>   245 | colordemo(colors, opts.start_color, near_rgb, opts.near_distance);
>   | ^
> xcolors.c:249:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   249 | exit(5);
>   | ^~~~
> xcolors.c:249:9: note: include ‘’ or provide a declaration of ‘exit’
> xcolors.c: At top level:
> xcolors.c:268:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   268 | colordemo(parent, startcolor, nearcolor, maxdist)
>   | ^
> xcolors.c: In function ‘colordemo’:
> xcolors.c:283:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   283 | exit(2);
>   | ^~~~
> xcolors.c:283:9: note: include ‘’ or provide a declaration of ‘exit’
> xcolors.c:295:17: error: implicit declaration of function ‘l_strcasecmp’; did 
> you mean ‘strcasecmp’? [-Werror=implicit-function-declaration]
>   295 | if (l_strcasecmp(colorname, startcolor))
>   | ^~~~
>   | strcasecmp
> xcolors.c:310:19: warning: ‘return’ with no value, in function returning 
> non-void
>   310 |   return;
>   |   ^~
> xcolors.c:268:1: note: declared here
>   268 | colordemo(parent, startcolor, nearcolor, maxdist)
>   | ^
> xcolors.c:291:9: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   291 | fgets(str, 1024L, rgb);
>   | ^~
> cc1: some warnings being treated as errors
> make[1]: *** [: xcolors.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xcolors_1.5a-8.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066692: knews: FTBFS: Menu.c:347:9: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: knews
Version: 1.0b.1-36
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -Wall -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L  
> -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE 
> -D_SVID_SOURCE -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64
>   -Wdate-time -D_FORTIFY_SOURCE=2 -DFUNCPROTO=15 -DNARROWPROTO 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o Menu.o Menu.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
>  from /usr/include/X11/Xlib.h:38,
>  from /usr/include/X11/Intrinsic.h:53,
>  from /usr/include/X11/IntrinsicP.h:51,
>  from Menu.c:5:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> Menu.c: In function ‘MenuCreateGadget’:
> Menu.c:347:9: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>   347 | exit(1);
>   | ^~~~
> Menu.c:11:1: note: include ‘’ or provide a declaration of ‘exit’
>10 | #include "MenuP.h"
>   +++ |+#include 
>11 | 
> Menu.c:347:9: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>   347 | exit(1);
>   | ^~~~
> Menu.c:347:9: note: include ‘’ or provide a declaration of ‘exit’
> cc1: some warnings being treated as errors
> make[3]: *** [: Menu.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/knews_1.0b.1-36_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066691: xtrkcad: FTBFS: ctext.c:98:17: error: implicit declaration of function ‘wSetSelectedFontSize’; did you mean ‘wSetSelectionFontSize’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xtrkcad
Version: 1:5.2.0Beta2.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<>/obj-x86_64-linux-gnu/app/bin && /usr/bin/cc 
> -DXTRKCAD_CMAKE_BUILD -I/<>/app/bin 
> -I/<>/app/dynstring -I/<>/app/cornu 
> -I/<>/app/libzip -I/<>/obj-x86_64-linux-gnu/app/bin 
> -I/<>/obj-x86_64-linux-gnu 
> -I/<>/obj-x86_64-linux-gnu/app/help 
> -I/<>/app/wlib/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD 
> -MT app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o -MF 
> CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o.d -o 
> CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o -c /<>/app/bin/ctodesgn.c
> /<>/app/bin/ctext.c: In function ‘TextDlgUpdate’:
> /<>/app/bin/ctext.c:98:17: error: implicit declaration of 
> function ‘wSetSelectedFontSize’; did you mean ‘wSetSelectionFontSize’? 
> [-Werror=implicit-function-declaration]
>98 | wSetSelectedFontSize((wFontSize_t)Dt.size);   
> //Update for next time
>   | ^~~~
>   | wSetSelectionFontSize
> [ 67%] Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o
> cd /<>/obj-x86_64-linux-gnu/app/bin && /usr/bin/cc 
> -DXTRKCAD_CMAKE_BUILD -I/<>/app/bin 
> -I/<>/app/dynstring -I/<>/app/cornu 
> -I/<>/app/libzip -I/<>/obj-x86_64-linux-gnu/app/bin 
> -I/<>/obj-x86_64-linux-gnu 
> -I/<>/obj-x86_64-linux-gnu/app/help 
> -I/<>/app/wlib/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD 
> -MT app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o -MF 
> CMakeFiles/xtrkcad-lib.dir/ctrain.c.o.d -o 
> CMakeFiles/xtrkcad-lib.dir/ctrain.c.o -c /<>/app/bin/ctrain.c
> cc1: some warnings being treated as errors
> make[3]: *** [app/bin/CMakeFiles/xtrkcad-lib.dir/build.make:593: 
> app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xtrkcad_5.2.0Beta2.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



Bug#1066690: xcolmix: FTBFS: callbacks.c:61:5: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xcolmix
Version: 1.07-10.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection   
> -c -o callbacks.o callbacks.c
> callbacks.c: In function ‘cb_quit’:
> callbacks.c:61:5: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>61 | exit (0);
>   | ^~~~
> callbacks.c:30:1: note: include ‘’ or provide a declaration of 
> ‘exit’
>29 | #include "xcolmix.h"
>   +++ |+#include 
>30 | 
> callbacks.c:61:5: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>61 | exit (0);
>   | ^~~~
> callbacks.c:61:5: note: include ‘’ or provide a declaration of 
> ‘exit’
> cc1: some warnings being treated as errors
> make[2]: *** [: callbacks.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xcolmix_1.07-10.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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 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.



<    1   2   3   4   5   6   7   8   >