Bug#1001172: Post processing script execution bug

2022-02-18 Thread Martin-Éric Racine
On Sun, Dec 5, 2021 at 7:27 PM Alex Liddiard  wrote:
> Package: printer-driver-cups-pdf
> Version: 3.0.1-9
> Severity: normal
> X-Debbugs-Cc: alex.liddi...@warwickgrad.net
>
> Dear Maintainer,
>
> I added a script to the PostProcessing option and created a network shared 
> cups-pdf printer.
> The script executed correctly when printing from a number of different 
> devices on my network.
> I tried printing from a device which used an unusual username (contained 
> brackets and spaces).
> The post processing script failed to execute.
>
> Modifying the script and using very simple scripts had no effect.
> I enabled full debug logging in cups-pdf and experimented with ipptool.
> Could not resolve the issue or find any workarounds.
>
> I discovered the bash command used to execute the script contained errors: 
> special characters contained in the username were not escaped.
> This was causing the script execution to fail due to a bash syntax error.

I'm not sure I get what or where the bus is. Was your script not
capable of escaping special charachers? Something else?

Martin-Éric



Bug#989529: ITP: neochat -- Client for Matrix chat

2022-02-18 Thread Andres Salomon
reopen 989529 Andres Salomon 
retitle 989529 RFP: neochat -- Client for Matrix chat
thanks

Hi Norbert,

I'm sorry to hear that. Thank you for your work on debian!


On Sat, 19 Feb 2022 13:47:46 +0900
Norbert Preining  wrote:

> Hi Andres,
> 
> thanks for your message, but I have no interested in it anymore, due
> to political decisions by the ruling class in Debian.
> 
> I am closing this bug, maybe someone else wants to take it.
> 
> Best
> 
> On Fri, 18 Feb 2022, Andres Salomon wrote:
> > On 11/7/21 02:03, Norbert Preining wrote:
> >   
> > > Hi Andres,
> > >   
> > > > Norbert, I'd planned to remove Spectral from sid once you
> > > > uploaded Neochat. Do you have a timeline for when you plan to
> > > > do that? Since Spectral was  
> > > Hmm, the current released version is - well - not sure how
> > > useful. I tried it without too much success, though.
> > > 
> > > I was waiting for a new release, but somehow it isn't coming.  
> > 
> > 
> > It looks like there's been a few releases since then, with v22.02 a
> > week ago.
> > 
> >   
> > >   
> > > > released with bullseye, we should probably provide a
> > > > transitional package that pulls in Neochat for bookworm. Once
> > > > you upload Neochat I can do that as part of the Spectral source
> > > > package, or I can remove the Spectral source package in advance
> > > > of your upload and have you provide the spectral transitional
> > > > package as part of Neochat. Which would you prefer?  
> > > Hmm, I guess it is better to have a spectral trans package built
> > > from neochat than from the spectral sources.
> > > 
> > > Could you send a MR that adds the transitional package to
> > >   salsa.debian.org:qt-kde-team/extras/neochat.git
> > > ? That would be very helpful.  
> > 
> > 
> > I submitted a merge request, but it's untested due to the lack of
> > kquickimageeditor package. I see you're planning to ITP it
> > (#989528), so once that's done and you're preparing to upload
> > neochat, I can give it a test. Thanks!
> >   
> 
> --
> PREINING Norbert
> https://www.preining.info Fujitsu Research +IFMGA Guide +
>TU Wien+TeX Live GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1
> 9FA0 ACF0 6CAC A448 860C DC13



Bug#1006105: fonts-homecomputer: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-homecomputer
Version: 1.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> fontmake -m master_ufo/Workbench.designspace -o variable --keep-overlaps 
> --keep-direction --output-path temp_out/Workbench-VF.ttf
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[2]: *** [Makefile:16: workbench] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-homecomputer_1.0-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006106: fonts-mononoki: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-mononoki
Version: 1.2+dfsg2-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # No interpolated instances for the time being,
> # see https://github.com/googlefonts/ufo2ft/issues/339
> fontmake -o ttf -u src/*.ufo
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:9: master_ttf] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-mononoki_1.2+dfsg2-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006104: fonts-league-spartan: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-league-spartan
Version: 2.210-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -i -o otf -g sources/*.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-league-spartan_2.210-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006103: fonts-sora: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-sora
Version: 0+git20201221+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> cd sources; bash build.sh
> GENERATING TTFs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:8: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-sora_0+git20201221+ds-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006102: txtorcon: FTBFS: tests failed

2022-02-18 Thread Lucas Nussbaum
Source: txtorcon
Version: 20.0.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> PYTHONPATH=. trial3 --reporter=text test
> ./<>/txtorcon/onion.py:156:
>  UserWarning: Onions service directory 
> (test.test_controller/FilesystemOnionFactoryTests/test_happy_path/g5n3qgjr/temp)
>  is relative and has been resolved to 
> '/<>/_trial_temp/test.test_controller/FilesystemOnionFactoryTests/test_happy_path/g5n3qgjr/temp'
> ../<>/txtorcon/onion.py:156:
>  UserWarning: Onions service directory 
> (test.test_endpoints/EndpointTests/test_basic_auth/fb__tuyd/temp) is relative 
> and has been resolved to 
> '/<>/_trial_temp/test.test_endpoints/EndpointTests/test_basic_auth/fb__tuyd/temp'
> ./<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory 
> (test.test_endpoints/EndpointTests/test_explit_dir_not_readable_ver/ccd70tcc/temp)
>  is relative and has been resolved to 
> '/<>/_trial_temp/test.test_endpoints/EndpointTests/test_explit_dir_not_readable_ver/ccd70tcc/temp'
> ../<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory 
> (test.test_endpoints/EndpointTests/test_multiple_disk/1pmqwjhn/temp) is 
> relative and has been resolved to 
> '/<>/_trial_temp/test.test_endpoints/EndpointTests/test_multiple_disk/1pmqwjhn/temp'
> ../<>/txtorcon/onion.py:156: 
> UserWarning: Onions service directory 
> (test.test_endpoints/EndpointTests/test_stealth_auth/1a0wt5bs/temp) is 
> relative and has been resolved to 
> '/<>/_trial_temp/test.test_endpoints/EndpointTests/test_stealth_auth/1a0wt5bs/temp'
> .../<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory 
> (test.test_endpoints/EndpointTests/test_system_tor_explit_dir_not_e/vvk145cn/temp)
>  is relative and has been resolved to 
> '/<>/_trial_temp/test.test_endpoints/EndpointTests/test_system_tor_explit_dir_not_e/vvk145cn/temp'
> ./<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory 
> (test.test_endpoints/EndpointTests/test_system_tor_explit_dir_not_r/iur_ai_c/temp)
>  is relative and has been resolved to 
> '/<>/_trial_temp/test.test_endpoints/EndpointTests/test_system_tor_explit_dir_not_r/iur_ai_c/temp'
> ./<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory 
> (test.test_endpoints/EndpointTests/test_system_tor_explit_dir_not_r/0wucd1m4/temp)
>  is relative and has been resolved to 
> '/<>/_trial_temp/test.test_endpoints/EndpointTests/test_system_tor_explit_dir_not_r/0wucd1m4/temp'
> ../<>/txtorcon/onion.py:156:
>  UserWarning: Onions service directory 
> (test.test_onion/OnionServiceTest/test_dir_ioerror/9aunebf9/temp) is relative 
> and has been resolved to 
> '/<>/_trial_temp/test.test_onion/OnionServiceTest/test_dir_ioerror/9aunebf9/temp'
> ./<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory 
> (test.test_onion/OnionServiceTest/test_dir_ioerror_v3/krj1vt1d/temp) is 
> relative and has been resolved to 
> '/<>/_trial_temp/test.test_onion/OnionServiceTest/test_dir_ioerror_v3/krj1vt1d/temp'
> ./<>/txtorcon/onion.py:156: 
> UserWarning: Onions service directory 
> (test.test_onion/OnionServiceTest/test_old_tor_version/51fxp6pb/temp) is 
> relative and has been resolved to 
> '/<>/_trial_temp/test.test_onion/OnionServiceTest/test_old_tor_version/51fxp6pb/temp'
> ./<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory 
> (test.test_onion/OnionServiceTest/test_prop224_private_key/oldzz6yk/temp) is 
> relative and has been resolved to 
> '/<>/_trial_temp/test.test_onion/OnionServiceTest/test_prop224_private_key/oldzz6yk/temp'
> ./<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory (test.test_onion/OnionServiceTest/test_set_dir/3lq964u2/temp) is 
> relative and has been resolved to 
> '/<>/_trial_temp/test.test_onion/OnionServiceTest/test_set_dir/3lq964u2/temp'
> ./<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory (test.test_onion/OnionServiceTest/test_set_ports/n2hhntuc/temp) is 
> relative and has been resolved to 
> '/<>/_trial_temp/test.test_onion/OnionServiceTest/test_set_ports/n2hhntuc/temp'
> ./<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory 
> (test.test_onion/OnionServiceTest/test_tor_version_v3_progress/ehspurux/temp) 
> is relative and has been resolved to 
> '/<>/_trial_temp/test.test_onion/OnionServiceTest/test_tor_version_v3_progress/ehspurux/temp'
> ./<>/txtorcon/onion.py:156: UserWarning: Onions service 
> directory 
> (test.test_onion/OnionServiceTest/test_tor_version_v3_progress_awa/x4tlhr3y/temp)
>  is relative and has been resolved to 
> 

Bug#1006101: fonts-manrope: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-manrope
Version: 4.504+git20201211-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> ./build.sh
> Generating Static fonts
> Made font directories
> Generating Statics
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:8: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-manrope_4.504+git20201211-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006100: fonts-elstob: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-elstob
Version: 1.015+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -i -o otf -g sources/Elstob.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:12: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-elstob_1.015+ds-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006099: fonts-bwht: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-bwht
Version: 0.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -i -o otf -g glyphs/because-we-build.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-bwht_0.1-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006098: fonts-jetbrains-mono: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-jetbrains-mono
Version: 2.242+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> ./sources/build-statics.sh
> .
> CLEAN FONTS FOLDERS
> .
> .
> GENERATING STATIC TTF
> .
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:8: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-jetbrains-mono_2.242+ds-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006097: fonts-gemunu-libre: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-gemunu-libre
Version: 1.100+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -o otf -i -g sources/GemunuLibre.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-gemunu-libre_1.100+ds-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006096: fonts-compagnon: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-compagnon
Version: 0.2-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -o otf -u sources/Compagnon-Italic.ufo
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-compagnon_0.2-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006095: fonts-lemonada: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-lemonada
Version: 4.004+git20190612-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -i -o otf -g sources/*.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:12: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-lemonada_4.004+git20190612-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006094: fonts-roboto-slab: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-roboto-slab
Version: 1.100263+20170512-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -o otf -m sources/RobotoSlab.designspace
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-roboto-slab_1.100263+20170512-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006093: fonts-b612: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-b612
Version: 1.008-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> cd sources/ufo; fontmake --keep-overlaps -u B612-BoldItalic.ufo -o otf
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-b612_1.008-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006092: fonts-smc-gayathri: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-smc-gayathri
Version: 1.100-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
>   BUILDGayathri-Regular.otf
>   BUILDGayathri-Bold.otf
>   BUILDGayathri-Thin.otf
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [Makefile:25: build/Gayathri-Thin.otf] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-smc-gayathri_1.100-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006091: fonts-smc-chilanka: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-smc-chilanka
Version: 1.530-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
>   BUILDChilanka-Regular.otf
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [Makefile:23: build/Chilanka-Regular.otf] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-smc-chilanka_1.530-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006090: fonts-hack: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-hack
Version: 3.003-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> ./build-ttf.sh
> Confirming that build dependencies are installed...
>  
> /usr/bin/fontmake
> fontTools Python library identified
> /usr/bin/ttfautohint
> Starting build...
>  
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> Unable to build the Hack-Regular variant set.  Build canceled.
> make[2]: *** [Makefile:26: ttf] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-hack_3.003-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006089: fonts-firacode: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-firacode
Version: 6.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> bash script/build.sh
> Making  distr/ttf/FiraCode-Light.ttf
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-firacode_6.2-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006088: fonts-smc-manjari: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-smc-manjari
Version: 2.000-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
>   BUILDManjari-Regular.otf
>   BUILDManjari-Bold.otf
>   BUILDManjari-Thin.otf
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [Makefile:27: build/Manjari-Regular.otf] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-smc-manjari_2.000-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006087: fonts-bajaderka: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-bajaderka
Version: 1.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -i -o otf -g dev/Bajaderka.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-bajaderka_1.0-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006086: fonts-havana: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-havana
Version: 1.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -i -o otf -g dev/Havana.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-havana_1.0-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006085: fonts-inter: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-inter
Version: 3.19+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake --expand-features-to-instances -i -o otf -g src/Inter.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:14: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-inter_3.19+ds-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006084: fonts-joscelyn: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-joscelyn
Version: 1.012+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -i -o otf -g *.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:12: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-joscelyn_1.012+ds-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006083: fonts-jura: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-jura
Version: 5.103-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -i -o otf -g sources/Jura.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-jura_5.103-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006082: fonts-league-mono: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-league-mono
Version: 2.220+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -i -o otf -g sources/*.glyphs
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-league-mono_2.220+ds-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006081: fonts-arapey: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-arapey
Version: 0+git20200408-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -g src/Arapey-VF-pro-NOV.glyphs -o otf
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:8: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-arapey_0+git20200408-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006080: fonts-ferrite-core: FTBFS: pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution was not found and is required by fonttools

2022-02-18 Thread Lucas Nussbaum
Source: fonts-ferrite-core
Version: 2.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> fontmake -o otf -u sources/Ferrite\ Core\ DX-Bold.ufo
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3267, 
> in 
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3241, 
> in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3279, 
> in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 573, 
> in _build_master
> ws.require(__requires__)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, 
> in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, 
> in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'unicodedata2>=14.0.0' distribution 
> was not found and is required by fonttools
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/fonts-ferrite-core_2.0-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#990201: extra vendor/ directory

2022-02-18 Thread Andreas Tille
Hi Benda,

Am Sat, Feb 19, 2022 at 11:34:22AM +0800 schrieb Benda Xu:
> Many thanks for taking care of the 3.9 series!

You are welcome.  I was somehow forced to do this since I need a
working singularity. ;-)
 
> I am confused of the 'vendor/' directory in tag 'upstream/3.9.5+ds1'.
> 
> The upstream release at
> 
>   https://github.com/sylabs/singularity/releases/tag/v3.9.5
> 
> does not have the directory anymore. Neither does the git repo
> 
>   https://github.com/sylabs/singularity

I was confused as well and you are right that if you point the watch
file at .*/v? you get the plain singularity code.  However the tarball
that is fetched by the watch file is

.*/singularity-  (which I now fixed to .*/singularity-ce)

and this contains the vendor/ directory.
 
> What mechanism are we using to re-vendor things into the +ds tarballs?

I just took over what former Uploaders decided for.  My goal is now to
check what vendored code copies can be removed for the new version. 

Kind regards

 Andreas.

-- 
http://fam-tille.de



Bug#1004037: Segmentation fault in plink2 (Was: src:plink2: fails to migrate to testing for too long: autopkgtest regression)

2022-02-18 Thread Andreas Tille
Hi Chris,

Am Fri, Feb 18, 2022 at 07:27:20PM -0800 schrieb Chris Chang:
> I have confirmed that the original code segfaults when compiled with gcc
> 11.2 on my Debian instance, and that it runs to completion after the latest
> patch.  I have also confirmed that, after the latest patch, all other tests
> pass.

Very nice.  It would be great if you could tag a new release which would
ease the maintenance.

Thanks a lot for your great cooperation

 Andreas.

-- 
http://fam-tille.de



Bug#1006079: node-ipaddr.js: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-ipaddr.js
Version: 2.0.1~dfsg-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> cd lib && terser -o ../debian/ipaddr.min.js ipaddr.js
> make[1]: Leaving directory '/<>'
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../. node_modules/ipaddr.js
>   /bin/sh -ex debian/tests/pkg-js/test
> + mocha
> 
> 
>   ipaddr
> undefined should define main classes
> undefined can construct IPv4 from octets
> undefined refuses to construct invalid IPv4
> undefined converts IPv4 to string correctly
> undefined returns correct kind for IPv4
> undefined allows to access IPv4 octets
> undefined checks IPv4 address format
> undefined validates IPv4 addresses
> undefined parses IPv4 in several weird formats
> undefined barfs at invalid IPv4
> undefined matches IPv4 CIDR correctly
> undefined parses CIDR reversible
> undefined parses IPv4 CIDR correctly
> undefined detects reserved IPv4 networks
> undefined checks the conventional IPv4 address format
> undefined refuses to construct IPv4 address with trailing and leading 
> zeros
> undefined can construct IPv6 from 16bit parts
> undefined can construct IPv6 from 8bit parts
> undefined refuses to construct invalid IPv6
> undefined converts IPv6 to string correctly
> undefined converts IPv6 to RFC 5952 string correctly
> undefined returns IPv6 zoneIndex
> undefined returns IPv6 zoneIndex for IPv4-mapped IPv6 addresses
> undefined returns correct kind for IPv6
> undefined allows to access IPv6 address parts
> undefined checks IPv6 address format
> undefined validates IPv6 addresses
> undefined parses IPv6 in different formats
> undefined barfs at invalid IPv6
> undefined matches IPv6 CIDR correctly
> undefined parses IPv6 CIDR correctly
> undefined converts between IPv4-mapped IPv6 addresses and IPv4 addresses
> undefined refuses to convert non-IPv4-mapped IPv6 address to IPv4 address
> undefined detects reserved IPv6 networks
> undefined is able to determine IP address type
> undefined throws an error if tried to parse an invalid address
> undefined correctly processes IPv4-mapped addresses
> undefined correctly converts IPv6 and IPv4 addresses to byte arrays
> undefined correctly parses 1 as an IPv4 address
> undefined correctly detects IPv4 and IPv6 CIDR addresses
> undefined does not consider a very large or very small number a valid IP 
> address
> undefined does not hang on ::8:8:8:8:8:8:8:8:8
> undefined subnetMatch does not fail on empty range
> undefined subnetMatch returns default subnet on empty range
> undefined subnetMatch does not fail on IPv4 when looking for IPv6
> undefined subnetMatch does not fail on IPv6 when looking for IPv4
> undefined subnetMatch can use a hybrid IPv4/IPv6 range list
> undefined is able to determine IP address type from byte array input
> undefined prefixLengthFromSubnetMask returns proper CIDR notation for 
> standard IPv4 masks
> undefined prefixLengthFromSubnetMask returns proper CIDR notation for 
> standard IPv6 masks
> undefined subnetMaskFromPrefixLength returns correct IPv4 subnet mask 
> given prefix length
> undefined subnetMaskFromPrefixLength returns correct IPv6 subnet mask 
> given prefix length
> undefined broadcastAddressFromCIDR returns correct IPv4 broadcast address
> undefined networkAddressFromCIDR returns correct IPv4 network address
> undefined networkAddressFromCIDR returns correct IPv6 network address
> undefined broadcastAddressFromCIDR returns correct IPv6 broadcast address
> 
> 
>   56 passing (31ms)
> 
> Removing node_modules/ipaddr.js
>create-stamp debian/debhelper-build-stamp
>dh_prep
>dh_auto_install --buildsystem=nodejs
> dh_auto_install: warning: ./package.json#files: ipaddr.min.js does not exists
> 
> dh_auto_install: warning: # /! "types" field should be replaced by "typings" 
> in ./package.json
> Please report this bug
> 
> dh_auto_install: warning: ### Missing ./ipaddr.min.js, skipping
> 
> dh_auto_install: warning: ### Missing ./build/config.gypi, skipping
> 
> Found "files" field in ./package.json, using it
> Found "types" field in ./package.json, using it
>   mkdir -p 
> /<>/node-ipaddr.js-2.0.1\~dfsg/debian/tmp//usr/share/nodejs/ipaddr.js/lib
>   install -m 644 ./lib/ipaddr.js 
> /<>/node-ipaddr.js-2.0.1\~dfsg/debian/tmp//usr/share/nodejs/ipaddr.js/lib/
>   install -m 644 ./lib/ipaddr.js.d.ts 
> /<>/node-ipaddr.js-2.0.1\~dfsg/debian/tmp//usr/share/nodejs/ipaddr.js/lib/
>   install -m 644 ./package.json 
> /<>/node-ipaddr.js-2.0.1\~dfsg/debian/tmp//usr/share/nodejs/ipaddr.js//
>   install -m 644 ./package.json 
> 

Bug#1006078: node-eslint-utils: FTBFS: Function 'getFunctionNameWithKind' has a complexity of 20. Maximum allowed is 16.

2022-02-18 Thread Lucas Nussbaum
Source: node-eslint-utils
Version: 2.1.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> eslint --format tap src test
> TAP version 13
> 1..25
> ok 1 - /<>/src/find-variable.js
> ok 2 - /<>/src/get-function-head-location.js
> ok 3 - /<>/src/get-function-name-with-kind.js
>   ---
>   message: >-
> Function 'getFunctionNameWithKind' has a complexity of 20. Maximum 
> allowed is
> 16.
>   severity: warning
>   data:
> line: 8
> column: 8
> ruleId: complexity
>   ...
> ok 4 - /<>/src/get-innermost-scope.js
> ok 5 - /<>/src/get-property-name.js
> not ok 6 - /<>/src/get-static-value.js
>   ---
>   message: '''global'' is already defined as a built-in global variable.'
>   severity: error
>   data:
> line: 1
> column: 32
> ruleId: no-redeclare
>   ...
> ok 7 - /<>/src/get-string-if-constant.js
> ok 8 - /<>/src/has-side-effect.js
> ok 9 - /<>/src/index.js
> ok 10 - /<>/src/is-parenthesized.js
> ok 11 - /<>/src/pattern-matcher.js
> ok 12 - /<>/src/reference-tracker.js
> ok 13 - /<>/src/token-predicate.js
> ok 14 - /<>/test/find-variable.js
> ok 15 - /<>/test/get-function-head-location.js
> ok 16 - /<>/test/get-function-name-with-kind.js
> ok 17 - /<>/test/get-innermost-scope.js
> ok 18 - /<>/test/get-property-name.js
> ok 19 - /<>/test/get-static-value.js
> ok 20 - /<>/test/get-string-if-constant.js
> ok 21 - /<>/test/has-side-effect.js
> ok 22 - /<>/test/is-parenthesized.js
> ok 23 - /<>/test/pattern-matcher.js
> ok 24 - /<>/test/reference-tracker.js
> ok 25 - /<>/test/token-predicate.js
> 
> make[1]: *** [debian/rules:24: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-eslint-utils_2.1.0-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006077: node-dabh-diagnostics: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-dabh-diagnostics
Version: 2.0.2-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary --with nodejs
>dh_testroot
>dh_prep
>dh_auto_install --buildsystem=nodejs 
> --destdir=debian/node-dabh-diagnostics/
> dh_auto_install: warning: ### Missing ./logs, skipping
> 
> dh_auto_install: warning: ### Missing ./pids, skipping
> 
> dh_auto_install: warning: ### Missing ./lib-cov, skipping
> 
> dh_auto_install: warning: ### Missing ./coverage, skipping
> 
> dh_auto_install: warning: ### Missing ./.nyc_output, skipping
> 
> dh_auto_install: warning: ### Missing ./.grunt, skipping
> 
> dh_auto_install: warning: ### Missing ./bower_components, skipping
> 
> dh_auto_install: warning: ### Missing ./.lock-wscript, skipping
> 
> dh_auto_install: warning: ### Missing ./build/Release, skipping
> 
> dh_auto_install: warning: ### Missing ./node_modules/, skipping
> 
> dh_auto_install: warning: ### Missing ./jspm_packages/, skipping
> 
> dh_auto_install: warning: ### Missing ./typings/, skipping
> 
> dh_auto_install: warning: ### Missing ./.npm, skipping
> 
> dh_auto_install: warning: ### Missing ./.eslintcache, skipping
> 
> dh_auto_install: warning: ### Missing ./.node_repl_history, skipping
> 
> dh_auto_install: warning: ### Missing ./.yarn-integrity, skipping
> 
> dh_auto_install: warning: ### Missing ./.env, skipping
> 
> dh_auto_install: warning: ### Missing ./.env.test, skipping
> 
> dh_auto_install: warning: ### Missing ./.cache, skipping
> 
> dh_auto_install: warning: ### Missing ./.next, skipping
> 
> dh_auto_install: warning: ### Missing ./.nuxt, skipping
> 
> dh_auto_install: warning: ### Missing ./.vuepress/dist, skipping
> 
> dh_auto_install: warning: ### Missing ./.serverless/, skipping
> 
> dh_auto_install: warning: ### Missing ./.fusebox/, skipping
> 
> dh_auto_install: warning: ### Missing ./.dynamodb/, skipping
> 
> dh_auto_install: warning: ### Missing ./dist, skipping
> 
> No "files" field in ./package.json, install all files
> Files to install: ., !./logs, !./*.log, !./npm-debug.log*, 
> !./yarn-debug.log*, !./yarn-error.log*, !./pids, !./*.pid, !./*.seed, 
> !./*.pid.lock, !./lib-cov, !./coverage, !./.nyc_output, !./.grunt, 
> !./bower_components, !./.lock-wscript, !./build/Release, !./node_modules/, 
> !./jspm_packages/, !./typings/, !./.npm, !./.eslintcache, 
> !./.node_repl_history, !./*.tgz, !./.yarn-integrity, !./.env, !./.env.test, 
> !./.cache, !./.next, !./.nuxt, !./.vuepress/dist, !./.serverless/, 
> !./.fusebox/, !./.dynamodb/, !./test, !./dist, !./.travis.yml, !./example.js
> Parsing expression ./*.log
> Line ./*.log becomes: ^./[^/]*\.log$
> Parsing expression ./npm-debug.log*
> Line ./npm-debug.log* becomes: ^./npm\-debug\.log[^/]*$
> Parsing expression ./yarn-debug.log*
> Line ./yarn-debug.log* becomes: ^./yarn\-debug\.log[^/]*$
> Parsing expression ./yarn-error.log*
> Line ./yarn-error.log* becomes: ^./yarn\-error\.log[^/]*$
> Parsing expression ./*.pid
> Line ./*.pid becomes: ^./[^/]*\.pid$
> Parsing expression ./*.seed
> Line ./*.seed becomes: ^./[^/]*\.seed$
> Parsing expression ./*.pid.lock
> Line ./*.pid.lock becomes: ^./[^/]*\.pid\.lock$
> Parsing expression ./*.tgz
> Line ./*.tgz becomes: ^./[^/]*\.tgz$
>   mkdir -p 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/
>   install -m 644 ./diagnostics.js 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics//
>   install -m 644 ./package.json 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics//
>   install -m 644 ./example.png 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics//
>   mkdir -p 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/adapters
>   install -m 644 ./adapters/asyncstorage.js 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/adapters/
>   install -m 644 ./adapters/index.js 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/adapters/
>   install -m 644 ./adapters/localstorage.js 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/adapters/
>   install -m 644 ./adapters/process.env.js 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/adapters/
>   install -m 644 ./adapters/hash.js 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/adapters/
>   mkdir -p 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/logger
>   install -m 644 ./logger/console.js 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/logger/
>   mkdir -p 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/browser
>   install -m 644 ./browser/development.js 
> /<>/debian/node-dabh-diagnostics//usr/share/nodejs/diagnostics/browser/
>   install -m 644 ./browser/override.js 
> 

Bug#1006076: node-kuler: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-kuler
Version: 2.0.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary --with nodejs
>dh_testroot
>dh_prep
>dh_auto_install --buildsystem=nodejs --destdir=debian/node-kuler/
> dh_auto_install: warning: ### Missing ./build/config.gypi, skipping
> 
> No "files" field in ./package.json, install all files
> Files to install: ., !./build/config.gypi
>   mkdir -p /<>/debian/node-kuler//usr/share/nodejs/kuler/
>   install -m 644 ./package.json 
> /<>/debian/node-kuler//usr/share/nodejs/kuler//
>   install -m 644 ./index.js 
> /<>/debian/node-kuler//usr/share/nodejs/kuler//
>   install -m 644 ./package.json 
> /<>/debian/node-kuler//usr/share/nodejs/kuler//
> Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.
> make: *** [debian/rules:8: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-kuler_2.0.0-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006075: node-err-code: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-err-code
Version: 2.0.3+dfsg-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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
> browserify-lite --standalone err-code ./index.js --outfile index.umd.js
> make[1]: Leaving directory '/<>'
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../. node_modules/err-code
>   /bin/sh -ex debian/tests/pkg-js/test
> + mocha -R spec --bail
> 
> 
>   errcode
> string as first argument
>   undefined should throw an error
> error as first argument
>   undefined should accept an error and do nothing
>   undefined should accept an error and add a code
>   undefined should accept an error object and add code & properties
>   undefined should create an error object without code but with properties
>   undefined should set a non-writable field
>   undefined should add a code to frozen object
>   undefined should to set a field that throws at assignment time
>   undefined should retain error type
>   undefined should add a code to a class that extends Error
>   undefined should support errors that are not Errors
> falsy first arguments
>   undefined should not allow passing null as the first argument
>   undefined should not allow passing undefined as the first argument
> 
> 
>   13 passing (45ms)
> 
> Removing node_modules/err-code
>create-stamp debian/debhelper-build-stamp
>dh_prep
>dh_auto_install --buildsystem=nodejs --destdir=debian/node-err-code/
> dh_auto_install: warning: ### Missing ./build/config.gypi, skipping
> 
> No "files" field in ./package.json, install all files
> Files to install: ., !./build/config.gypi
>   mkdir -p 
> /<>/node-err-code-2.0.3\+dfsg/debian/node-err-code//usr/share/nodejs/err-code/
>   install -m 644 ./package.json 
> /<>/node-err-code-2.0.3\+dfsg/debian/node-err-code//usr/share/nodejs/err-code//
>   install -m 644 ./index.js 
> /<>/node-err-code-2.0.3\+dfsg/debian/node-err-code//usr/share/nodejs/err-code//
>   install -m 644 ./index.umd.js 
> /<>/node-err-code-2.0.3\+dfsg/debian/node-err-code//usr/share/nodejs/err-code//
>   install -m 644 ./package.json 
> /<>/node-err-code-2.0.3\+dfsg/debian/node-err-code//usr/share/nodejs/err-code//
> Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.
> make: *** [debian/rules:8: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-err-code_2.0.3+dfsg-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006074: node-grunt-legacy-util: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-grunt-legacy-util
Version: 2.0.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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 --buildsystem=nodejs
>dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>   cd ./. && grunt
> Running "nodeunit:util" (nodeunit) task
> Testing index.jsOK
> >> 92 assertions passed (1788ms)
> 
> Done.
> Command "grunt" succeeded in .
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../. node_modules/grunt-legacy-util
>   /bin/sh -ex debian/tests/pkg-js/test
> + grunt test
> Running "nodeunit:util" (nodeunit) task
> Testing index.jsOK
> >> 92 assertions passed (1877ms)
> 
> Done.
> Removing node_modules/grunt-legacy-util
>create-stamp debian/debhelper-build-stamp
>dh_prep
>dh_auto_install --buildsystem=nodejs 
> --destdir=debian/node-grunt-legacy-util/
> dh_auto_install: warning: ### Missing ./build/config.gypi, skipping
> 
> No "files" field in ./package.json, install all files
> Files to install: ., !./build/config.gypi
>   mkdir -p 
> /<>/debian/node-grunt-legacy-util//usr/share/nodejs/grunt-legacy-util/
>   install -m 644 ./package.json 
> /<>/debian/node-grunt-legacy-util//usr/share/nodejs/grunt-legacy-util//
>   install -m 644 ./index.js 
> /<>/debian/node-grunt-legacy-util//usr/share/nodejs/grunt-legacy-util//
>   install -m 644 ./package.json 
> /<>/debian/node-grunt-legacy-util//usr/share/nodejs/grunt-legacy-util//
> Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.
> make: *** [debian/rules:8: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-grunt-legacy-util_2.0.1-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006073: xine-lib-1.2: FTBFS: dh_missing: error: missing files, aborting

2022-02-18 Thread Lucas Nussbaum
Source: xine-lib-1.2
Version: 1.2.11-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_installdocs -plibxine2 -plibxine2-console -plibxine2-dev \
>   -plibxine2-ffmpeg -plibxine2-gnome -plibxine2-misc-plugins \
>   -plibxine2-vdr -plibxine2-x \
>   --link-doc=libxine2-bin
> dh_installdocs -plibxine2-doc --doc-main-package libxine2-doc
> dh_installdocs --remaining-packages
> make[1]: Leaving directory '/<>'
>dh_installchangelogs
>dh_installman
>dh_lintian
>dh_perl
>dh_link
>dh_strip_nondeterminism
>   Normalized 
> debian/libxine2-bin/usr/share/locale/sk/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/cs/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/tr/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/it/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/eo/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/pt_BR/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/pl/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/es/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/en_US/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/eu/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/fr/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/ja/LC_MESSAGES/libxine2.mo
>   Normalized 
> debian/libxine2-bin/usr/share/locale/de/LC_MESSAGES/libxine2.mo
>dh_compress
>dh_fixperms
>dh_missing
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/xine/plugins/2.9/xineplug_decode_dav1d.so exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/xine/plugins/2.9/xineplug_decode_libaom.so exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: error: missing files, aborting
>   The following debhelper tools have reported what they installed (with 
> files per package)
>* dh_install: libxine2 (0), libxine2-all-plugins (0), libxine2-bin 
> (52), libxine2-console (4), libxine2-dev (6), libxine2-doc (0), 
> libxine2-ffmpeg (7), libxine2-gnome (1), libxine2-misc-plugins (56), 
> libxine2-plugins (0), libxine2-vdr (1), libxine2-x (16)
>* dh_installdocs: libxine2 (0), libxine2-all-plugins (0), libxine2-bin 
> (0), libxine2-console (0), libxine2-dev (0), libxine2-doc (8), 
> libxine2-ffmpeg (0), libxine2-gnome (0), libxine2-misc-plugins (0), 
> libxine2-plugins (0), libxine2-vdr (0), libxine2-x (0)
>* dh_installman: libxine2 (0), libxine2-all-plugins (0), libxine2-bin 
> (2), libxine2-console (0), libxine2-dev (2), libxine2-doc (0), 
> libxine2-ffmpeg (0), libxine2-gnome (0), libxine2-misc-plugins (0), 
> libxine2-plugins (0), libxine2-vdr (0), libxine2-x (0)
>   If the missing files are installed by another tool, please file a bug 
> against it.
>   When filing the report, if the tool is not part of debhelper itself, 
> please reference the
>   "Logging helpers and dh_missing" section from the "PROGRAMMING" guide 
> for debhelper (10.6.3+).
> (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
>   Be sure to test with dpkg-buildpackage -A/-B as the results may vary 
> when only a subset is built
>   If the omission is intentional or no other helper can take care of this 
> consider adding the
>   paths to debian/not-installed.
> 
>   Remember to be careful with paths containing "x86_64-linux-gnu", where 
> you might need to
>   use a wildcard or (assuming compat 13+) e.g. ${DEB_HOST_MULTIARCH} in 
> debian/not-installed
>   to ensure it works on all architectures (see #961104).
> make: *** [debian/rules:42: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/xine-lib-1.2_1.2.11-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006072: haskell-glib: FTBFS: glib-object.i:1: (column 1) [FATAL] Lexical error! The character '#' does not fit here.

2022-02-18 Thread Lucas Nussbaum
Source: haskell-glib
Version: 0.13.8.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> CDBS WARNING:DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> make_setup_recipe
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> configure_recipe
> Running debian/hlibrary.setup configure --ghc -v2 
> --package-db=/var/lib/ghc/package.conf.d --prefix=/usr 
> --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib 
> --builddir=dist-ghc --ghc-option=-optl-Wl\,-z\,relro 
> --haddockdir=/usr/lib/ghc-doc/haddock/glib-0.13.8.1/ --datasubdir=glib 
> --htmldir=/usr/share/doc/libghc-glib-doc/html/ --enable-library-profiling
> Using Parsec parser
> Configuring glib-0.13.8.1...
> Flags chosen: closure_signals=True
> Dependency base ==4.*: using base-4.13.0.0
> Dependency bytestring >=0.9.1.10 && <0.11: using bytestring-0.10.10.1
> Dependency containers -any: using containers-0.6.2.1
> Dependency text >=1.0.0.0 && <1.3: using text-1.2.4.0
> Dependency utf8-string >=0.2 && <1.1: using utf8-string-1.0.1.1
> Dependency glib-2.0 -any: using version 2.70.4
> Dependency gobject-2.0 -any: using version 2.70.4
> Source component graph: component lib
> Configured component graph:
> component glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> include base-4.13.0.0
> include bytestring-0.10.10.1
> include containers-0.6.2.1
> include text-1.2.4.0
> include utf8-string-1.0.1.1-K3Cc2i5eeGM49mkpXdBKoc
> Linked component graph:
> unit glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> include base-4.13.0.0
> include bytestring-0.10.10.1
> include containers-0.6.2.1
> include text-1.2.4.0
> include utf8-string-1.0.1.1-K3Cc2i5eeGM49mkpXdBKoc
> 
> System.Glib=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib,System.Glib.Attributes=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.Attributes,System.Glib.FFI=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.FFI,System.Glib.Flags=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.Flags,System.Glib.GDateTime=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GDateTime,System.Glib.GError=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GError,System.Glib.GList=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GList,System.Glib.GObject=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GObject,System.Glib.GParameter=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GParameter,System.Glib.GString=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GString,System.Glib.GType=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GType,System.Glib.GTypeConstants=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GTypeConstants,System.Glib.GValue=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GValue,System.Glib.GValueTypes=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.GValueTypes,System.Glib.MainLoop=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.MainLoop,System.Glib.Properties=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.Properties,System.Glib.Signals=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.Signals,System.Glib.StoreValue=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.StoreValue,System.Glib.Types=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.Types,System.Glib.UTFString=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.UTFString,System.Glib.Utils=glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx:System.Glib.Utils
> Ready component graph:
> definite glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> depends base-4.13.0.0
> depends bytestring-0.10.10.1
> depends containers-0.6.2.1
> depends text-1.2.4.0
> depends utf8-string-1.0.1.1-K3Cc2i5eeGM49mkpXdBKoc
> Using Cabal-3.0.1.0 compiled by ghc-8.8
> Using compiler: ghc-8.8.4
> Using install prefix: /usr
> Executables installed in: /usr/bin
> Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.8.4/glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> Dynamic Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.8.4
> Private executables installed in:
> /usr/lib/x86_64-linux-ghc-8.8.4/glib-0.13.8.1
> Data files installed in: /usr/share/glib
> Documentation installed in:
> /usr/share/doc/x86_64-linux-ghc-8.8.4/glib-0.13.8.1
> Configuration files installed in: /usr/etc
> No alex found
> Using ar found on system at: /usr/bin/x86_64-linux-gnu-ar
> No c2hs found
> No cpphs found
> No doctest found
> Using gcc version 11 found on system at: /usr/bin/x86_64-linux-gnu-gcc
> Using ghc version 8.8.4 found on system at: 

Bug#1006068: node-mysticatea-eslint-plugin: FTBFS: message: Definition for rule '@mysticatea/prettier' was not found.

2022-02-18 Thread Lucas Nussbaum
Source: node-mysticatea-eslint-plugin
Version: 11.0.0~ds-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> NO_COLOR=1 NODE_PATH=debian/node_modules eslint --format tap lib scripts tests
> TAP version 13
> 1..61
> ok 1 - /<>/lib/configs/+browser.js
> ok 2 - /<>/lib/configs/+eslint-plugin.js
> ok 3 - /<>/lib/configs/+modules.js
> ok 4 - /<>/lib/configs/+node.js
> ok 5 - /<>/lib/configs/_browser-globals.js
> ok 6 - /<>/lib/configs/_mocha.js
> ok 7 - /<>/lib/configs/_special.js
> ok 8 - /<>/lib/configs/_ts.js
> ok 9 - /<>/lib/configs/_vue.js
> ok 10 - /<>/lib/configs/es2015.js
> ok 11 - /<>/lib/configs/es2016.js
> ok 12 - /<>/lib/configs/es2017.js
> ok 13 - /<>/lib/configs/es2018.js
> ok 14 - /<>/lib/configs/es2019.js
> ok 15 - /<>/lib/configs/es5.js
> ok 16 - /<>/lib/configs.js
> ok 17 - /<>/lib/foreign-rules/eslint-comments.js
> ok 18 - /<>/lib/foreign-rules/eslint-plugin.js
> ok 19 - /<>/lib/foreign-rules/node.js
> ok 20 - /<>/lib/foreign-rules/prettier.js
> ok 21 - /<>/lib/foreign-rules/ts.js
> ok 22 - /<>/lib/foreign-rules/vue.js
> ok 23 - /<>/lib/processors/vue.js
> ok 24 - /<>/lib/processors.js
> ok 25 - /<>/lib/rules/arrow-parens.js
> ok 26 - /<>/lib/rules/block-scoped-var.js
> ok 27 - /<>/lib/rules/no-instanceof-array.js
> ok 28 - /<>/lib/rules/no-instanceof-wrapper.js
> ok 29 - /<>/lib/rules/no-literal-call.js
> ok 30 - /<>/lib/rules/no-this-in-static.js
> ok 31 - /<>/lib/rules/no-use-ignored-vars.js
> not ok 32 - /<>/lib/rules/no-useless-rest-spread.js
>   ---
>   message: Definition for rule '@mysticatea/prettier' was not found.
>   severity: error
>   data:
> line: 134
> column: 21
> ruleId: '@mysticatea/prettier'
>   messages:
> - message: Definition for rule '@mysticatea/prettier' was not found.
>   severity: error
>   data:
> line: 138
> column: 21
> ruleId: '@mysticatea/prettier'
>   ...
> not ok 33 - /<>/lib/rules/prefer-for-of.js
>   ---
>   message: Definition for rule '@mysticatea/prettier' was not found.
>   severity: error
>   data:
> line: 118
> column: 5
> ruleId: '@mysticatea/prettier'
>   messages:
> - message: Definition for rule '@mysticatea/prettier' was not found.
>   severity: error
>   data:
> line: 189
> column: 5
> ruleId: '@mysticatea/prettier'
>   ...
> ok 34 - /<>/lib/rules.js
> ok 35 - /<>/lib/utils.js
> ok 36 - /<>/scripts/generate-browser-globals.js
> ok 37 - /<>/scripts/generate-configs.js
> ok 38 - /<>/scripts/generate-rules.js
> not ok 39 - /<>/tests/lib/configs/_rules.js
>   ---
>   message: '"eslint/lib/config/config-validator" is not found.'
>   severity: error
>   data:
> line: 7
> column: 27
> ruleId: '@mysticatea/node/no-missing-require'
>   messages:
> - message: '"eslint/lib/config/environments" is not found.'
>   severity: error
>   data:
> line: 8
> column: 30
> ruleId: '@mysticatea/node/no-missing-require'
> - message: '"eslint/lib/built-in-rules-index" is not found.'
>   severity: error
>   data:
> line: 9
> column: 28
> ruleId: '@mysticatea/node/no-missing-require'
>   ...
> ok 40 - /<>/tests/lib/configs/browser.js
> ok 41 - /<>/tests/lib/configs/es2015.js
> ok 42 - /<>/tests/lib/configs/es2016.js
> ok 43 - /<>/tests/lib/configs/es2017.js
> ok 44 - /<>/tests/lib/configs/es2018.js
> ok 45 - /<>/tests/lib/configs/es5.js
> ok 46 - /<>/tests/lib/configs/eslint-plugin.js
> ok 47 - /<>/tests/lib/configs/mocha.js
> ok 48 - /<>/tests/lib/configs/modules.js
> ok 49 - /<>/tests/lib/configs/node.js
> ok 50 - /<>/tests/lib/configs/special.js
> ok 51 - /<>/tests/lib/configs/ts.js
> ok 52 - /<>/tests/lib/configs/vue.js
> ok 53 - /<>/tests/lib/rules/arrow-parens.js
> ok 54 - /<>/tests/lib/rules/block-scoped-var.js
> ok 55 - /<>/tests/lib/rules/no-instanceof-array.js
> ok 56 - /<>/tests/lib/rules/no-instanceof-wrapper.js
> ok 57 - /<>/tests/lib/rules/no-literal-call.js
> ok 58 - /<>/tests/lib/rules/no-this-in-static.js
> ok 59 - /<>/tests/lib/rules/no-use-ignored-vars.js
> ok 60 - /<>/tests/lib/rules/no-useless-rest-spread.js
> ok 61 - /<>/tests/lib/rules/prefer-for-of.js
> 
> make[1]: *** [debian/rules:63: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-mysticatea-eslint-plugin_11.0.0~ds-4_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006071: node-autoprefixer: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-autoprefixer
Version: 10.4.2.0+dfsg1+~cs24.7.3-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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_install --buildsystem=nodejs
> dh_auto_install: warning: ### Missing autoprefixer/coverage/, skipping
> 
> Found debian/nodejs/additional_components
> Adding component(s): build
> No "files" field in autoprefixer/package.json, install all files
> Files to install: autoprefixer, !autoprefixer/test/, !autoprefixer/coverage/, 
> !autoprefixer/logo.svg, !autoprefixer/AUTHORS
>   mkdir -p 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/
>   install -m 644 autoprefixer/package.json 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer//
>   install -m 644 autoprefixer/pnpm-lock.yaml 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer//
>   mkdir -p 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib
>   install -m 644 autoprefixer/lib/utils.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/at-rule.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/processor.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/supports.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/autoprefixer.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/declaration.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/vendor.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/old-selector.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/prefixes.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/autoprefixer.d.ts 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/brackets.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/transition.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/browsers.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/prefixer.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/resolution.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/selector.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/value.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/old-value.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   install -m 644 autoprefixer/lib/info.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/
>   mkdir -p 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/hacks
>   install -m 644 autoprefixer/lib/hacks/background-size.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/hacks/
>   install -m 644 autoprefixer/lib/hacks/border-image.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/hacks/
>   install -m 644 autoprefixer/lib/hacks/color-adjust.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/hacks/
>   install -m 644 autoprefixer/lib/hacks/file-selector-button.js 
> /<>/node-autoprefixer-10.4.2.0\+dfsg1\+\~cs24.7.3/debian/tmp//usr/share/nodejs/autoprefixer/lib/hacks/
>   install -m 644 autoprefixer/lib/hacks/placeholder-shown.js 
> 

Bug#1006070: haskell-gtk3: FTBFS: hsgtk.i:1: (column 1) [FATAL] Lexical error! The character '#' does not fit here.

2022-02-18 Thread Lucas Nussbaum
Source: haskell-gtk3
Version: 0.15.5-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> CDBS WARNING:DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> make_setup_recipe
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> configure_recipe
> Running debian/hlibrary.setup configure --ghc -v2 
> --package-db=/var/lib/ghc/package.conf.d --prefix=/usr 
> --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib 
> --builddir=dist-ghc --ghc-option=-optl-Wl\,-z\,relro 
> --haddockdir=/usr/lib/ghc-doc/haddock/gtk3-0.15.5/ --datasubdir=gtk3 
> --htmldir=/usr/share/doc/libghc-gtk3-doc/html/ --enable-library-profiling
> Using Parsec parser
> Configuring gtk3-0.15.5...
> Flags chosen: build-demos=False, fmode-binary=True, have-gio=True
> Dependency array -any: using array-0.5.4.0
> Dependency base ==4.*: using base-4.13.0.0
> Dependency bytestring -any: using bytestring-0.10.10.1
> Dependency cairo >=0.13.0.0 && <0.14: using cairo-0.13.8.1
> Dependency containers -any: using containers-0.6.2.1
> Dependency gio >=0.13.0 && <0.14: using gio-0.13.8.1
> Dependency glib >=0.13.0.0 && <0.14: using glib-0.13.8.1
> Dependency mtl -any: using mtl-2.2.2
> Dependency pango >=0.13.0.0 && <0.14: using pango-0.13.8.1
> Dependency text >=0.11.0.6 && <1.3: using text-1.2.4.0
> Dependency gthread-2.0 -any: using version 2.70.4
> Dependency gtk+-3.0 -any: using version 3.24.31
> Source component graph: component lib
> Configured component graph:
> component gtk3-0.15.5-7uv6caKJQrvHKk75JRMzUH
> include array-0.5.4.0
> include base-4.13.0.0
> include bytestring-0.10.10.1
> include cairo-0.13.8.1-9ROOXD4as1uLn8sCpDXiTi
> include containers-0.6.2.1
> include gio-0.13.8.1-HiLx4rVjKnS7eInnEzgc9W
> include glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> include mtl-2.2.2
> include pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o
> include text-1.2.4.0
> Linked component graph:
> unit gtk3-0.15.5-7uv6caKJQrvHKk75JRMzUH
> include array-0.5.4.0
> include base-4.13.0.0
> include bytestring-0.10.10.1
> include cairo-0.13.8.1-9ROOXD4as1uLn8sCpDXiTi
> include containers-0.6.2.1
> include gio-0.13.8.1-HiLx4rVjKnS7eInnEzgc9W
> include glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> include mtl-2.2.2
> include pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o
> include text-1.2.4.0
> 
> 

Bug#1006069: node-browser-stdout: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-browser-stdout
Version: 1.3.1-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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 --buildsystem=nodejs
>dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../. node_modules/browser-stdout
>   /usr/bin/node -e require\(\"./.\"\)
> Removing node_modules/browser-stdout
>create-stamp debian/debhelper-build-stamp
>dh_prep
>dh_auto_install --buildsystem=nodejs --destdir=debian/node-browser-stdout/
> dh_auto_install: warning: ### Missing ./build/config.gypi, skipping
> 
> No "files" field in ./package.json, install all files
> Files to install: ., !./build/config.gypi
>   mkdir -p 
> /<>/debian/node-browser-stdout//usr/share/nodejs/browser-stdout/
>   install -m 644 ./package.json 
> /<>/debian/node-browser-stdout//usr/share/nodejs/browser-stdout//
>   install -m 644 ./index.js 
> /<>/debian/node-browser-stdout//usr/share/nodejs/browser-stdout//
>   install -m 644 ./package.json 
> /<>/debian/node-browser-stdout//usr/share/nodejs/browser-stdout//
> Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.
> make: *** [debian/rules:8: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-browser-stdout_1.3.1-5_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006067: node-rai: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-rai
Version: 0.1.12-6
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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 --buildsystem=nodejs
>dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../. node_modules/rai
>   /bin/sh -ex debian/tests/pkg-js/test
> + nodeunit test
> 
> rai
> ✔ General tests - Create and close a server
> ✔ General tests - Create a secure server
> ✔ General tests - Duplicate server fails
> ✔ General tests - Connection event
> ✔ General tests - Close client socket
> (node:207704) [DEP0005] DeprecationWarning: Buffer() is deprecated due to 
> security and usability issues. Please use the Buffer.alloc(), 
> Buffer.allocUnsafe(), or Buffer.from() methods instead.
> ✔ General tests - Send data to client
> ✔ Client commands - Receive Simple Command
> ✔ Client commands - Receive Command with payload
> ✔ Data mode - DATA mode
> ✔ Data mode - Small chunks DATA mode
> ✔ Pipelining support - Pipelining
> ✔ Client Mockup - All command
> ✔ Client Mockup - Last commands
> 
> OK: 32 assertions (56ms)
> Removing node_modules/rai
>create-stamp debian/debhelper-build-stamp
>dh_prep
>dh_auto_install --buildsystem=nodejs --destdir=debian/node-rai/
> No "files" field in ./package.json, install all files
> Files to install: ., !./test, !./examples
>   mkdir -p /<>/debian/node-rai//usr/share/nodejs/rai/
>   install -m 644 ./package.json 
> /<>/debian/node-rai//usr/share/nodejs/rai//
>   mkdir -p /<>/debian/node-rai//usr/share/nodejs/rai/lib
>   install -m 644 ./lib/rai.js 
> /<>/debian/node-rai//usr/share/nodejs/rai/lib/
>   install -m 644 ./lib/mockup.js 
> /<>/debian/node-rai//usr/share/nodejs/rai/lib/
>   install -m 644 ./lib/starttls.js 
> /<>/debian/node-rai//usr/share/nodejs/rai/lib/
>   mkdir -p /<>/debian/node-rai//usr/share/nodejs/rai/cert
>   install -m 644 ./cert/server.crt 
> /<>/debian/node-rai//usr/share/nodejs/rai/cert/
>   install -m 644 ./cert/server.key 
> /<>/debian/node-rai//usr/share/nodejs/rai/cert/
>   install -m 644 ./package.json 
> /<>/debian/node-rai//usr/share/nodejs/rai//
> Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.
> make: *** [debian/rules:8: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-rai_0.1.12-6_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006066: hg-git: FTBFS: ERROR: test-hg-tags.t output changed

2022-02-18 Thread Lucas Nussbaum
Source: hg-git
Version: 0.10.4-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> no username found, using 'user42@ip-10-84-234-156' instead
> cd tests && /usr/bin/python3 run-tests.py --with-hg=/usr/bin/hg --blacklist 
> /<>/debian/hg-git.test_blacklist
> running 51 tests using 8 parallel processes 
> sss...
> --- /<>/tests/test-hg-author.t
> +++ /<>/tests/test-hg-author.t.err
> @@ -15,7 +15,7 @@
>$ git push --set-upstream origin master
>To $TESTTMP/repo.git
> * [new branch]  master -> master
> -  Branch 'master' set up to track remote branch 'master' from 'origin'.
> +  branch 'master' set up to track 'origin/master'.
>  
>$ cd ..
>$ hg clone repo.git hgrepo
> 
> ERROR: test-hg-author.t output changed
> !s.
> --- /<>/tests/test-orphan-tags.t
> +++ /<>/tests/test-orphan-tags.t.err
> @@ -37,7 +37,7 @@
>$ git push --set-upstream origin the_branch
>To $TESTTMP/git.bare
> * [new branch]  the_branch -> the_branch
> -  Branch 'the_branch' set up to track remote branch 'the_branch' from 
> 'origin'.
> +  branch 'the_branch' set up to track 'origin/the_branch'.
>$ git push --tags
>To $TESTTMP/git.bare
> * [new tag] the_tag -> the_tag
> 
> ERROR: test-orphan-tags.t output changed
> !.
> --- /<>/tests/test-hg-tags.t
> +++ /<>/tests/test-hg-tags.t.err
> @@ -15,7 +15,7 @@
>$ git push --set-upstream origin master
>To $TESTTMP/repo.git
> * [new branch]  master -> master
> -  Branch 'master' set up to track remote branch 'master' from 'origin'.
> +  branch 'master' set up to track 'origin/master'.
>  
>$ cd ..
>$ hg clone -U repo.git hgrepo
> 
> ERROR: test-hg-tags.t output changed
> !.s..s..
> Skipped test-check-pyflakes.t: missing feature: Pyflakes python linter
> Skipped test-encoding.t: blacklisted
> Skipped test-git-gpg.t: missing feature: gpg client
> Skipped test-gitignore-windows.t: missing feature: Windows
> Skipped test-incoming.t: blacklisted
> Skipped test-networking.t: skipped
> Failed test-hg-author.t: output changed
> Failed test-hg-tags.t: output changed
> Failed test-orphan-tags.t: output changed
> # Ran 45 tests, 6 skipped, 3 failed.
> python hash seed: 3696294052
> make[2]: *** [Makefile:15: tests] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/hg-git_0.10.4-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006065: node-eslint-plugin-eslint-plugin: FTBFS: ESLint couldn't find the config "not-an-aardvark/node" to extend from. Please check that the name of the config is correct.

2022-02-18 Thread Lucas Nussbaum
Source: node-eslint-plugin-eslint-plugin
Version: 2.3.0+~0.3.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> eslint --format tap Xcomposer
> TAP version 13
> 1..2
> ok 1 - /<>/Xcomposer/lib/rule-composer.js
> ok 2 - /<>/Xcomposer/tests/lib/rule-composer.js
> 
> eslint --format tap . --ignore-pattern '!.*'
> 
> Oops! Something went wrong! :(
> 
> ESLint: 6.4.0.
> 
> ESLint couldn't find the config "not-an-aardvark/node" to extend from. Please 
> check that the name of the config is correct.
> 
> The config "not-an-aardvark/node" was referenced from the config file in 
> "/<>/.pc/2002_avoid_eslint-plugin-self.patch/.eslintrc.yml".
> 
> If you still have problems, please stop by https://gitter.im/eslint/eslint to 
> chat with the team.
> 
> make[1]: *** [debian/rules:38: override_dh_auto_test] Error 2


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-eslint-plugin-eslint-plugin_2.3.0+~0.3.0-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006064: node-constantinople: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-constantinople
Version: 4.0.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> tsc
> make[1]: Leaving directory '/<>'
>dh_auto_test --buildsystem=nodejs
>   ln -s ../. node_modules/constantinople
>   /bin/sh -ex debian/tests/pkg-js/test
> + mocha
> 
> 
>   isConstant(src)
> undefined handles "[5 + 3 + 10]"
> undefined handles "/[a-z]/i.test('a')"
> undefined handles "{'class': [('data')]}"
> undefined handles "Math.random()"
> undefined handles "Math.random("
> undefined handles "Math.floor(10.5)" with {Math: Math} as constants
> undefined handles "this.myVar"
> undefined handles "(function () { while (true); return 10; }())"
> undefined handles "({}).toString.constructor("console.log(1)")()"
> 
>   toConstant(src)
> undefined handles "[5 + 3 + 10]"
> undefined handles "/[a-z]/i.test('a')"
> undefined handles "{'class': [('data')]}"
> undefined handles "Math.random()"
> undefined handles "Math.random("
> undefined handles "Math.floor(10.5)" with {Math: Math} as constants
> undefined handles "(function () { while (true); return 10; }())"
> 
> 
>   16 passing (23ms)
> 
> Removing node_modules/constantinople
>create-stamp debian/debhelper-build-stamp
>dh_prep
>dh_auto_install --buildsystem=nodejs --destdir=debian/node-constantinople/
> dh_auto_install: warning: ### Missing ./build/config.gypi, skipping
> 
> No "files" field in ./package.json, install all files
> Files to install: ., !./build/config.gypi
>   mkdir -p 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople/
>   install -m 644 ./package.json 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople//
>   mkdir -p 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople/lib
>   install -m 644 ./lib/binaryOperation.js 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople/lib/
>   install -m 644 ./lib/binaryOperation.d.ts 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople/lib/
>   install -m 644 ./lib/index.js 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople/lib/
>   install -m 644 ./lib/index.d.ts 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople/lib/
>   mkdir -p 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople/src
>   install -m 644 ./src/index.ts 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople/src/
>   install -m 644 ./src/binaryOperation.ts 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople/src/
>   install -m 644 ./package.json 
> /<>/debian/node-constantinople//usr/share/nodejs/constantinople//
> Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.
> make: *** [debian/rules:8: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-constantinople_4.0.1-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006063: ri-li: FTBFS: Impossible d'initialiser SDL:Couldn't open X11 display

2022-02-18 Thread Lucas Nussbaum
Source: ri-li
Version: 2.0.1+ds-11
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>/data-src'
> c++ -c -O3 -Wall -Wno-switch -Wno-deprecated -ffast-math -I/usr/X11R6/include 
> -I/usr/include -DLINUX `sdl-config --cflags` -o sprite.o sprite.cc
> sprite.cc: In member function ‘bool Sprite::Load(char*, char*, int)’:
> sprite.cc:74:18: warning: variable ‘VideoInfo’ set but not used 
> [-Wunused-but-set-variable]
>74 |   SDL_VideoInfo *VideoInfo;
>   |  ^
> sprite.cc: In member function ‘bool Sprite::LoadCaractaire(char*)’:
> sprite.cc:273:18: warning: variable ‘VideoInfo’ set but not used 
> [-Wunused-but-set-variable]
>   273 |   SDL_VideoInfo *VideoInfo;
>   |  ^
> c++ -c -O3 -Wall -Wno-switch -Wno-deprecated -ffast-math -I/usr/X11R6/include 
> -I/usr/include -DLINUX `sdl-config --cflags` -o main.o main.cc
> main.cc:52:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>52 |   { "png/locomotive","png/locomotiveA",320,false},
>   | ^~~~
> main.cc:52:22: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>52 |   { "png/locomotive","png/locomotiveA",320,false},
>   |  ^
> main.cc:53:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>53 |   { "png/charbon","png/charbonA",320,false},
>   | ^
> main.cc:53:19: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>53 |   { "png/charbon","png/charbonA",320,false},
>   |   ^~
> main.cc:54:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>54 |   { "png/buche","png/bucheA",320,false},
>   | ^~~
> main.cc:54:17: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>54 |   { "png/buche","png/bucheA",320,false},
>   | ^~~~
> main.cc:55:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>55 |   { "png/balles","png/ballesA",320,false},
>   | ^~~~
> main.cc:55:18: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>55 |   { "png/balles","png/ballesA",320,false},
>   |  ^
> main.cc:56:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>56 |   { "png/moteur","png/moteurA",320,false},
>   | ^~~~
> main.cc:56:18: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>56 |   { "png/moteur","png/moteurA",320,false},
>   |  ^
> main.cc:57:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>57 |   { "png/citerne","png/citerneA",320,false},
>   | ^
> main.cc:57:19: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>57 |   { "png/citerne","png/citerneA",320,false},
>   |   ^~
> main.cc:58:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>58 |   { "png/wagon","png/wagonA",50,false},
>   | ^~~
> main.cc:58:17: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>58 |   { "png/wagon","png/wagonA",50,false},
>   | ^~~~
> main.cc:59:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>59 |   { "png/pluslong","png/pluslongA",50,false},
>   | ^~
> main.cc:59:20: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>59 |   { "png/pluslong","png/pluslongA",50,false},
>   |^~~
> main.cc:60:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>60 |   { "png/pluscourt","png/pluscourtA",50,false},
>   | ^~~
> main.cc:60:21: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>60 |   { "png/pluscourt","png/pluscourtA",50,false},
>   | ^~~~
> main.cc:61:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>61 |   { "png/vitesse","png/vitesseA",50,false},
>   | ^
> main.cc:61:19: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>61 |   { "png/vitesse","png/vitesseA",50,false},
>   |   ^~
> main.cc:62:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>  

Bug#1006062: node-grunt-contrib-nodeunit: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-grunt-contrib-nodeunit
Version: 2.0.0-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # No test during build to avoid circular dependencies
> make[1]: Leaving directory '/<>'
>create-stamp debian/debhelper-build-stamp
>dh_prep
>dh_auto_install --buildsystem=nodejs 
> --destdir=debian/node-grunt-contrib-nodeunit/
> dh_auto_install: warning: ### Missing ./build/config.gypi, skipping
> 
> Found "files" field in ./package.json, using it
>   mkdir -p 
> /<>/debian/node-grunt-contrib-nodeunit//usr/share/nodejs/grunt-contrib-nodeunit/tasks
>   install -m 644 ./tasks/nodeunit.js 
> /<>/debian/node-grunt-contrib-nodeunit//usr/share/nodejs/grunt-contrib-nodeunit/tasks/
>   install -m 644 ./package.json 
> /<>/debian/node-grunt-contrib-nodeunit//usr/share/nodejs/grunt-contrib-nodeunit//
>   install -m 644 ./package.json 
> /<>/debian/node-grunt-contrib-nodeunit//usr/share/nodejs/grunt-contrib-nodeunit//
> Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.
> make: *** [debian/rules:8: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-grunt-contrib-nodeunit_2.0.0-5_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006061: node-deep-for-each: FTBFS: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/module-transformations' is not defined by "exports" in /usr/share/nodejs/@babel/preset-env/package

2022-02-18 Thread Lucas Nussbaum
Source: node-deep-for-each
Version: 3.0.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> BABEL_ENV=commonjs babeljs-7 --presets '@babel/preset-env' --plugins 
> 'babel-plugin-add-module-exports' src -d lib
> Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath 
> './lib/module-transformations' is not defined by "exports" in 
> /usr/share/nodejs/@babel/preset-env/package.json
> at throwExportsNotFound (internal/modules/esm/resolve.js:299:9)
> at packageExportsResolve (internal/modules/esm/resolve.js:522:3)
> at resolveExports (internal/modules/cjs/loader.js:424:36)
> at Function.Module._findPath (internal/modules/cjs/loader.js:464:31)
> at Function.Module._resolveFilename 
> (internal/modules/cjs/loader.js:802:27)
> at Function.Module._load (internal/modules/cjs/loader.js:667:27)
> at Module.require (internal/modules/cjs/loader.js:887:19)
> at require (internal/modules/cjs/helpers.js:74:18)
> at Object. (/usr/share/nodejs/babel-preset-moxy/lib.js:3:31)
> at Module._compile (internal/modules/cjs/loader.js:999:30) {
>   code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
> }
> make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-deep-for-each_3.0.0-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006060: rainloop: FTBFS: Error: File not found with singular glob: /usr/share/nodejs/knockout-sortable/build/knockout-sortable.js (if this was purposeful, use `allowEmpty` option)

2022-02-18 Thread Lucas Nussbaum
Source: rainloop
Version: 1.16.0+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> gulp rainloop
> [20:46:36] Local modules not found in /<>
> [20:46:36] Try running: yarn install
> [20:46:36] Using globally installed gulp
> [20:46:37] Using gulpfile /<>/gulpfile.js
> [20:46:37] Starting 'rainloop'...
> [20:46:37] Starting ''...
> [20:46:37] Finished '' after 3.27 ms
> [20:46:37] Starting 'assetsCopy'...
> [20:46:37] Finished 'assetsCopy' after 60 ms
> [20:46:37] Starting 'jsClean'...
> [20:46:37] Starting 'cssClean'...
> [20:46:37] Starting 'momentLocalesClear'...
> [20:46:37] Starting 'ckeditorClear'...
> [20:46:37] Starting 'fontasticFontsClear'...
> [20:46:37] Starting 'lightgalleryFontsClear'...
> [20:46:37] Finished 'ckeditorClear' after 2.93 ms
> [20:46:37] Starting 'ckeditorCopyPlugins'...
> [20:46:37] Finished 'jsClean' after 7.88 ms
> [20:46:37] Starting ''...
> [20:46:37] Finished 'cssClean' after 118 ms
> [20:46:37] Starting 'cssMainBuild'...
> [20:46:37] Starting 'cssSocialBuild'...
> [20:46:37] Finished 'momentLocalesClear' after 124 ms
> [20:46:37] Starting 'momentLocales'...
> [20:46:37] Finished 'fontasticFontsClear' after 126 ms
> [20:46:37] Starting 'fontasticFontsCopy'...
> [20:46:37] Finished 'lightgalleryFontsClear' after 126 ms
> [20:46:37] Starting 'lightgalleryFontsCopy'...
> [20:46:37] Finished 'momentLocales' after 12 ms
> [20:46:37] Finished 'cssSocialBuild' after 135 ms
> [20:46:38] Finished 'lightgalleryFontsCopy' after 497 ms
> [20:46:38] Finished 'fontasticFontsCopy' after 499 ms
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.error.cause".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.string.substr".
> Internal error in the corejs3 provider: unknown polyfill "es.error.cause".
> Internal error in the corejs3 provider: unknown polyfill "es.error.to-string".
> Internal error in the corejs3 provider: unknown polyfill "es.error.cause".
> Internal 

Bug#1006059: haskell-gtk: FTBFS: hsgtk.i:1: (column 1) [FATAL] Lexical error! The character '#' does not fit here.

2022-02-18 Thread Lucas Nussbaum
Source: haskell-gtk
Version: 0.15.5-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> CDBS WARNING:DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> make_setup_recipe
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> configure_recipe
> Running debian/hlibrary.setup configure --ghc -v2 
> --package-db=/var/lib/ghc/package.conf.d --prefix=/usr 
> --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib 
> --builddir=dist-ghc --ghc-option=-optl-Wl\,-z\,relro 
> --haddockdir=/usr/lib/ghc-doc/haddock/gtk-0.15.5/ --datasubdir=gtk 
> --htmldir=/usr/share/doc/libghc-gtk-doc/html/ --enable-library-profiling 
> --ghc-options=+RTS\ -V0\ -RTS
> Using Parsec parser
> Configuring gtk-0.15.5...
> Flags chosen: deprecated=True, fmode-binary=True, have-gio=True,
> have-quartz-gtk=False
> Dependency array -any: using array-0.5.4.0
> Dependency base ==4.*: using base-4.13.0.0
> Dependency bytestring -any: using bytestring-0.10.10.1
> Dependency cairo >=0.13.0.0 && <0.14: using cairo-0.13.8.1
> Dependency containers -any: using containers-0.6.2.1
> Dependency gio >=0.13.0 && <0.14: using gio-0.13.8.1
> Dependency glib >=0.13.0.0 && <0.14: using glib-0.13.8.1
> Dependency mtl -any: using mtl-2.2.2
> Dependency pango >=0.13.0.0 && <0.14: using pango-0.13.8.1
> Dependency text >=0.11.0.6 && <1.3: using text-1.2.4.0
> Dependency gthread-2.0 -any: using version 2.70.4
> Dependency gtk+-2.0 -any: using version 2.24.33
> Source component graph: component lib
> Configured component graph:
> component gtk-0.15.5-EP55RaZuhluFS9C9sjlGcY
> include array-0.5.4.0
> include base-4.13.0.0
> include bytestring-0.10.10.1
> include cairo-0.13.8.1-9ROOXD4as1uLn8sCpDXiTi
> include containers-0.6.2.1
> include gio-0.13.8.1-HiLx4rVjKnS7eInnEzgc9W
> include glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> include mtl-2.2.2
> include pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o
> include text-1.2.4.0
> Linked component graph:
> unit gtk-0.15.5-EP55RaZuhluFS9C9sjlGcY
> include array-0.5.4.0
> include base-4.13.0.0
> include bytestring-0.10.10.1
> include cairo-0.13.8.1-9ROOXD4as1uLn8sCpDXiTi
> include containers-0.6.2.1
> include gio-0.13.8.1-HiLx4rVjKnS7eInnEzgc9W
> include glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> include mtl-2.2.2
> include pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o
> include text-1.2.4.0
> 
> 

Bug#1006058: node-eslint-plugin-es: FTBFS: message: Definition for rule '@mysticatea/prettier' was not found.

2022-02-18 Thread Lucas Nussbaum
Source: node-eslint-plugin-es
Version: 4.1.0~ds1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> eslint --format tap lib tests scripts
> TAP version 13
> 1..252
> ok 1 - /<>/lib/configs/no-new-in-es2015.js
> ok 2 - /<>/lib/configs/no-new-in-es2016.js
> ok 3 - /<>/lib/configs/no-new-in-es2017.js
> ok 4 - /<>/lib/configs/no-new-in-es2018.js
> ok 5 - /<>/lib/configs/no-new-in-es2019.js
> ok 6 - /<>/lib/configs/no-new-in-es2020.js
> ok 7 - /<>/lib/configs/no-new-in-es5.js
> ok 8 - /<>/lib/configs/no-new-in-esnext.js
> ok 9 - /<>/lib/configs/restrict-to-es2015.js
> ok 10 - /<>/lib/configs/restrict-to-es2016.js
> ok 11 - /<>/lib/configs/restrict-to-es2017.js
> ok 12 - /<>/lib/configs/restrict-to-es2018.js
> ok 13 - /<>/lib/configs/restrict-to-es2019.js
> ok 14 - /<>/lib/configs/restrict-to-es3.js
> ok 15 - /<>/lib/configs/restrict-to-es5.js
> ok 16 - /<>/lib/index.js
> ok 17 - /<>/lib/rules/no-accessor-properties.js
> ok 18 - /<>/lib/rules/no-array-from.js
> ok 19 - /<>/lib/rules/no-array-isarray.js
> ok 20 - /<>/lib/rules/no-array-of.js
> not ok 21 - /<>/lib/rules/no-arrow-functions.js
>   ---
>   message: Definition for rule '@mysticatea/prettier' was not found.
>   severity: error
>   data:
> line: 56
> column: 17
> ruleId: '@mysticatea/prettier'
>   messages:
> - message: Definition for rule '@mysticatea/prettier' was not found.
>   severity: error
>   data:
> line: 64
> column: 17
> ruleId: '@mysticatea/prettier'
>   ...
> ok 22 - /<>/lib/rules/no-async-functions.js
> ok 23 - /<>/lib/rules/no-async-iteration.js
> ok 24 - /<>/lib/rules/no-atomics.js
> ok 25 - /<>/lib/rules/no-bigint.js
> ok 26 - /<>/lib/rules/no-binary-numeric-literals.js
> ok 27 - /<>/lib/rules/no-block-scoped-functions.js
> ok 28 - /<>/lib/rules/no-block-scoped-variables.js
> ok 29 - /<>/lib/rules/no-classes.js
> ok 30 - /<>/lib/rules/no-computed-properties.js
> ok 31 - /<>/lib/rules/no-date-now.js
> ok 32 - /<>/lib/rules/no-default-parameters.js
> ok 33 - /<>/lib/rules/no-destructuring.js
> ok 34 - /<>/lib/rules/no-dynamic-import.js
> ok 35 - /<>/lib/rules/no-exponential-operators.js
> ok 36 - /<>/lib/rules/no-export-ns-from.js
> ok 37 - /<>/lib/rules/no-for-of-loops.js
> ok 38 - /<>/lib/rules/no-generators.js
> ok 39 - /<>/lib/rules/no-global-this.js
> ok 40 - /<>/lib/rules/no-import-meta.js
> ok 41 - /<>/lib/rules/no-json-superset.js
> ok 42 - /<>/lib/rules/no-json.js
> ok 43 - /<>/lib/rules/no-keyword-properties.js
> ok 44 - /<>/lib/rules/no-logical-assignment-operators.js
> ok 45 - /<>/lib/rules/no-malformed-template-literals.js
> ok 46 - /<>/lib/rules/no-map.js
> ok 47 - /<>/lib/rules/no-math-acosh.js
> ok 48 - /<>/lib/rules/no-math-asinh.js
> ok 49 - /<>/lib/rules/no-math-atanh.js
> ok 50 - /<>/lib/rules/no-math-cbrt.js
> ok 51 - /<>/lib/rules/no-math-clz32.js
> ok 52 - /<>/lib/rules/no-math-cosh.js
> ok 53 - /<>/lib/rules/no-math-expm1.js
> ok 54 - /<>/lib/rules/no-math-fround.js
> ok 55 - /<>/lib/rules/no-math-hypot.js
> ok 56 - /<>/lib/rules/no-math-imul.js
> ok 57 - /<>/lib/rules/no-math-log10.js
> ok 58 - /<>/lib/rules/no-math-log1p.js
> ok 59 - /<>/lib/rules/no-math-log2.js
> ok 60 - /<>/lib/rules/no-math-sign.js
> ok 61 - /<>/lib/rules/no-math-sinh.js
> ok 62 - /<>/lib/rules/no-math-tanh.js
> ok 63 - /<>/lib/rules/no-math-trunc.js
> ok 64 - /<>/lib/rules/no-modules.js
> ok 65 - /<>/lib/rules/no-new-target.js
> ok 66 - /<>/lib/rules/no-nullish-coalescing-operators.js
> ok 67 - /<>/lib/rules/no-number-epsilon.js
> ok 68 - /<>/lib/rules/no-number-isfinite.js
> ok 69 - /<>/lib/rules/no-number-isinteger.js
> ok 70 - /<>/lib/rules/no-number-isnan.js
> ok 71 - /<>/lib/rules/no-number-issafeinteger.js
> ok 72 - /<>/lib/rules/no-number-maxsafeinteger.js
> ok 73 - /<>/lib/rules/no-number-minsafeinteger.js
> ok 74 - /<>/lib/rules/no-number-parsefloat.js
> ok 75 - /<>/lib/rules/no-number-parseint.js
> ok 76 - /<>/lib/rules/no-numeric-separators.js
> ok 77 - /<>/lib/rules/no-object-assign.js
> ok 78 - /<>/lib/rules/no-object-defineproperties.js
> ok 79 - /<>/lib/rules/no-object-defineproperty.js
> ok 80 - /<>/lib/rules/no-object-entries.js
> ok 81 - /<>/lib/rules/no-object-freeze.js
> ok 82 - /<>/lib/rules/no-object-fromentries.js
> ok 83 - /<>/lib/rules/no-object-getownpropertydescriptor.js
> ok 84 - /<>/lib/rules/no-object-getownpropertydescriptors.js
> ok 85 - /<>/lib/rules/no-object-getownpropertynames.js
> ok 86 - /<>/lib/rules/no-object-getownpropertysymbols.js
> ok 87 - /<>/lib/rules/no-object-getprototypeof.js
> ok 88 - /<>/lib/rules/no-object-is.js
> ok 89 - /<>/lib/rules/no-object-isextensible.js
> ok 90 - /<>/lib/rules/no-object-isfrozen.js
> ok 91 - /<>/lib/rules/no-object-issealed.js
> ok 92 - /<>/lib/rules/no-object-keys.js
> ok 93 - /<>/lib/rules/no-object-preventextensions.js
> ok 94 - 

Bug#1006057: node-tildify: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-tildify
Version: 2.0.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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 --buildsystem=nodejs
>dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../. node_modules/tildify
>   /bin/sh -ex debian/tests/pkg-js/test
> + tape test.js
> TAP version 13
> # tildify home
> ok 1 should be strictly equal
> # tildify path
> ok 2 should be strictly equal
> ok 3 should be truthy
> ok 4 should not be strictly equal
> # ensure only a fully matching path is replaced
> ok 5 should be strictly equal
> # ignore relative paths
> ok 6 should be strictly equal
> # only tildify when home is at the start of a path
> ok 7 should be strictly equal
> 
> 1..7
> # tests 7
> # pass  7
> 
> # ok
> 
> Removing node_modules/tildify
>create-stamp debian/debhelper-build-stamp
>dh_prep
>dh_auto_install --buildsystem=nodejs --destdir=debian/node-tildify/
> dh_auto_install: warning: ### Missing ./build/config.gypi, skipping
> 
> Found "files" field in ./package.json, using it
>   mkdir -p /<>/debian/node-tildify//usr/share/nodejs/tildify/
>   install -m 644 ./index.js 
> /<>/debian/node-tildify//usr/share/nodejs/tildify//
>   install -m 644 ./index.d.ts 
> /<>/debian/node-tildify//usr/share/nodejs/tildify//
>   install -m 644 ./package.json 
> /<>/debian/node-tildify//usr/share/nodejs/tildify//
>   install -m 644 ./package.json 
> /<>/debian/node-tildify//usr/share/nodejs/tildify//
> Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.
> make: *** [debian/rules:8: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-tildify_2.0.0-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006056: git-filter-repo: FTBFS: t9390-filter-repo.sh failed

2022-02-18 Thread Lucas Nussbaum
Source: git-filter-repo
Version: 2.34.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> t/run_tests
> 
> 
> == t9390-filter-repo.sh ==
> ok 1 - check: basic -> basic-filename using '--path filename'
> ok 2 - check: basic -> basic-twenty using '--path twenty'
> ok 3 - check: basic -> basic-ten using '--path ten'
> ok 4 - check: basic -> basic-numbers using '--path ten --path twenty'
> ok 5 - check: basic -> basic-filename using '--invert-paths --path-glob t*en*'
> ok 6 - check: basic -> basic-numbers using '--invert-paths --path-regex 
> f.*e.*e'
> ok 7 - check: basic -> basic-mailmap using '--mailmap ../t9390/sample-mailmap'
> ok 8 - check: basic -> basic-replace using '--replace-text 
> ../t9390/sample-replace'
> ok 9 - check: basic -> basic-message using '--replace-message 
> ../t9390/sample-message'
> ok 10 - check: empty -> empty-keepme using '--path keepme'
> not ok 11 - check: empty -> more-empty-keepme using '--path keepme 
> --prune-empty=always --prune-degenerate=always'
> # 
> # # Clean up from previous run
> # git pack-refs --all &&
> # rm .git/packed-refs &&
> # 
> # # Run the example
> # cat $DATA/$INPUT | git filter-repo --stdin --quiet 
> --force --replace-refs delete-no-add "${REST[@]}" &&
> # 
> # # Compare the resulting repo to expected value
> # git fast-export --use-done-feature --all >compare &&
> # test_cmp $DATA/$OUTPUT compare
> # 
> not ok 12 - check: empty -> less-empty-keepme using '--path keepme 
> --prune-empty=never --prune-degenerate=never'
> # 
> # # Clean up from previous run
> # git pack-refs --all &&
> # rm .git/packed-refs &&
> # 
> # # Run the example
> # cat $DATA/$INPUT | git filter-repo --stdin --quiet 
> --force --replace-refs delete-no-add "${REST[@]}" &&
> # 
> # # Compare the resulting repo to expected value
> # git fast-export --use-done-feature --all >compare &&
> # test_cmp $DATA/$OUTPUT compare
> # 
> ok 13 - check: degenerate -> degenerate-keepme using '--path moduleA/keepme'
> ok 14 - check: degenerate -> degenerate-moduleA using '--path moduleA'
> ok 15 - check: degenerate -> degenerate-globme using '--path-glob *me'
> ok 16 - check: degenerate -> degenerate-keepme-noff using '--path 
> moduleA/keepme --no-ff'
> ok 17 - check: unusual -> unusual-filtered using '--path '
> ok 18 - check: unusual -> unusual-mailmap using '--mailmap 
> ../t9390/sample-mailmap'
> ok 19 - --path-rename sequences/tiny:sequences/small
> ok 20 - --path-rename sequences:numbers
> ok 21 - --path-rename-prefix values:numbers
> ok 22 - --path-rename squashing
> ok 23 - --path-rename inability to squash
> ok 24 - --paths-from-file
> ok 25 - Mixing filtering and renaming paths, not enough filters
> ok 26 - Mixing filtering and renaming paths, enough filters
> ok 27 - Mixing filtering and to-subdirectory-filter
> ok 28 - --tag-rename
> ok 29 - tag of tag before relevant portion of history
> ok 30 - --subdirectory-filter
> ok 31 - --subdirectory-filter with trailing slash
> ok 32 - --to-subdirectory-filter
> ok 33 - --use-base-name
> ok 34 - refs/replace/ to skip a parent
> ok 35 - refs/replace/ to add more initial history
> ok 36 - creation/deletion/updating of replace refs
> ok 37 - --debug
> ok 38 - --dry-run
> ok 39 - --dry-run --debug
> ok 40 - --dry-run --stdin
> ok 41 - --analyze
> ok 42 - --analyze --report-dir
> ok 43 - --replace-text all options
> ok 44 - --replace-text binary zero_byte-0_char
> ok 45 - --replace-text binary zero_byte-no_0_char
> ok 46 - --replace-text text-file no_zero_byte-zero_char
> ok 47 - --strip-blobs-bigger-than
> ok 48 - --strip-blobs-with-ids
> ok 49 - commit message rewrite
> ok 50 - commit hash unchanged if requested
> ok 51 - commit message encoding preserved if requested
> ok 52 - commit message rewrite unsuccessful
> ok 53 - startup sanity checks
> ok 54 - other startup error cases and requests for help
> ok 55 - invalid fast-import directives
> ok 56 - mailmap sanity checks
> ok 57 - incremental import
> ok 58 - --target
> ok 59 - --refs
> ok 60 - --refs and --replace-text
> ok 61 - reset to specific refs
> ok 62 - handle funny characters
> ok 63 - --state-branch with changing renames
> ok 64 - --state-branch with expanding paths and refs
> ok 65 - degenerate merge with non-matching filenames
> ok 66 - degenerate merge with typechange
> ok 67 - Filtering a blob to make it match previous version
> ok 68 - tweaking just a tag
> ok 69 - --version
> ok 70 - empty author ident
> # failed 2 among 70 test(s)
> 1..70
> 
> 
> 

Bug#1006055: node-carto: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-carto
Version: 1.2.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # for unknown reason, the fontset-duplication test fails
> rm ./test/rendering/fontset-duplication.mml
> mocha
> 
> 
>   bin/carto
> undefined errors on no input (192ms)
> undefined errors on unsupported api version (290ms)
> undefined errors on wrongly formatted api version (243ms)
> undefined renders mml (433ms)
> undefined renders mss (259ms)
> 
>   Color
> basic functionality
>   undefined should be constructed
> functions
>   undefined should be constructed
> 
>   Comment
> basic functionality
>   undefined should be constructed
> 
>   Error handling mml+mss
> undefined should handle errors in bad_filter.mml
> undefined should handle errors in bad_op.mml
> undefined should handle errors in bad_op_2.mml
> undefined should handle errors in color_functions.mml
> undefined should handle errors in contradiction.mml
> undefined should handle errors in function_args.mml
> undefined should handle errors in invalid_attachment.mml
> undefined should handle errors in invalid_property.mml
> undefined should handle errors in invalid_value.mml
> undefined should handle errors in invaliddimension.mml
> undefined should handle errors in issue119.mml
> undefined should handle errors in issue123.mml
> undefined should handle errors in issue124.mml
> undefined should handle errors in issue165.mml
> undefined should handle errors in issue297.mml
> undefined should handle errors in issue_29.mml
> undefined should handle errors in mapnik_keyword.mml
> undefined should handle errors in missing_close.mml
> undefined should handle errors in multi_stylesheets.mml
> undefined should handle errors in no_stylesheet.mml
> undefined should handle errors in nopound.mml
> undefined should handle errors in notenoughargs.mml
> undefined should handle errors in stylesheet_absolute_file.mml
> undefined should handle errors in stylesheet_no_data.mml
> undefined should handle errors in stylesheet_no_id.mml
> undefined should handle errors in undefined_variable.mml
> undefined should handle errors in zoom_as_var.mml
> undefined should handle errors in zoommax.mml
> 
>   Error handling mss
> undefined should handle errors in bad_filter.mss
> undefined should handle errors in bad_op.mss
> undefined should handle errors in bad_op_2.mss
> undefined should handle errors in color_functions.mss
> undefined should handle errors in contradiction.mss
> undefined should handle errors in contradiction_2.mss
> undefined should handle errors in function_args.mss
> undefined should handle errors in invalid_attachment.mss
> undefined should handle errors in invalid_color_in_fn.mss
> undefined should handle errors in invalid_property.mss
> undefined should handle errors in invalid_value.mss
> undefined should handle errors in invaliddimension.mss
> undefined should handle errors in issue119.mss
> undefined should handle errors in issue123.mss
> undefined should handle errors in issue124.mss
> undefined should handle errors in issue297.mss
> undefined should handle errors in issue_204_a.mss
> undefined should handle errors in issue_204_b.mss
> undefined should handle errors in issue_204_c.mss
> undefined should handle errors in issue_218.mss
> undefined should handle errors in issue_462.mss
> undefined should handle errors in issue_474.mss
> undefined should handle errors in mapnik_keyword.mss
> undefined should handle errors in missing_close.mss
> undefined should handle errors in multi_stylesheets_b.mss
> undefined should handle errors in nopound.mss
> undefined should handle errors in notenoughargs.mss
> undefined should handle errors in undefined_variable.mss
> undefined should handle errors in zoom_as_var.mss
> undefined should handle errors in zoommax.mss
> 
>   Field
> basic functionality
>   undefined should be constructed
>   undefined should produce xml-friendly output
> 
>   Field
> basic functionality
>   undefined should be constructed
>   undefined can be evaluated
>   undefined yields object
> 
>   Filtersets
> undefined should add filtersets
> basic functionality
>   undefined should be constructed
>   undefined yields object
>   undefined yields a clone
> should add filters correctly
>   undefined adding to empty set
>   undefined adding to set with one and same key
>   undefined adding to set with one and same key and !=
>   undefined adding to set with one and same key and >
>   undefined adding to set with one and same key and >=
>   undefined 

Bug#1006054: node-formidable: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-formidable
Version: 1.2.1+20200129git8231ea6-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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 nodejs
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure --buildsystem=nodejs
>dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../debian/tests/test_modules/chainsaw node_modules/chainsaw
>   ln -s ../debian/tests/test_modules/findit node_modules/findit
>   ln -s ../debian/tests/test_modules/gently node_modules/gently
>   ln -s ../debian/tests/test_modules/seq node_modules/seq
>   ln -s ../debian/tests/test_modules/urun node_modules/urun
>   ln -s ../debian/tests/test_modules/utest node_modules/utest
>   ln -s ../. node_modules/formidable
>   /bin/sh -ex debian/tests/pkg-js/test
> + mkdir -p test/tmp
> + node -e require("urun")(__dirname+"/test", {reporter: 
> "BashTapReporter",include:/test-.+\.js$/});
> 1..11
> ok 1 test/integration/test-fixtures.js
> ok 2 test/integration/test-json.js
> ok 3 test/integration/test-octet-stream.js
> ok 4 test/standalone/test-connection-aborted.js
> ok 5 test/standalone/test-content-transfer-encoding.js
> ok 6 test/standalone/test-issue-46.js
> ok 7 test/standalone/test-keep-alive-error.js
> ok 8 test/unit/test-file.js
> ok 9 test/unit/test-incoming-form.js
> ok 10 test/unit/test-multipart-parser.js
> ok 11 test/unit/test-querystring-parser.js
> + rm -rf test/tmp
> Removing node_modules/chainsaw
> Removing node_modules/findit
> Removing node_modules/gently
> Removing node_modules/seq
> Removing node_modules/urun
> Removing node_modules/utest
> Removing node_modules/formidable
>create-stamp debian/debhelper-build-stamp
>dh_prep
>dh_auto_install --buildsystem=nodejs --destdir=debian/node-formidable/
> Found "files" field in ./package.json, using it
> Parsing expression ./*.upload
> Line ./*.upload becomes: ^./[^/]*\.upload$
> Parsing expression ./*.un~
> Line ./*.un~ becomes: ^./[^/]*\.un\~$
> Parsing expression ./*.http
> Line ./*.http becomes: ^./[^/]*\.http$
>   mkdir -p 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src
>   install -m 644 ./src/Formidable.js 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src/
>   install -m 644 ./src/index.js 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src/
>   install -m 644 ./src/File.js 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src/
>   mkdir -p 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src/parsers
>   install -m 644 ./src/parsers/Dummy.js 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src/parsers/
>   install -m 644 ./src/parsers/Querystring.js 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src/parsers/
>   install -m 644 ./src/parsers/OctetStream.js 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src/parsers/
>   install -m 644 ./src/parsers/Multipart.js 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src/parsers/
>   install -m 644 ./src/parsers/JSON.js 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable/src/parsers/
>   install -m 644 ./package.json 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable//
>   install -m 644 ./package.json 
> /<>/node-formidable-1.2.1\+20200129git8231ea6/debian/node-formidable//usr/share/nodejs/formidable//
> Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.
> make: *** [debian/rules:8: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-formidable_1.2.1+20200129git8231ea6-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006053: node-regexpp: FTBFS: Cannot find type definition file for 'eslint'.

2022-02-18 Thread Lucas Nussbaum
Source: node-regexpp
Version: 3.2.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> pandoc --from gfm-raw_html --to html --standalone --output README.html 
> README.md
> [WARNING] This document format requires a nonempty  element.
>   Defaulting to 'README' as the title.
>   To specify a title, use 'title' in metadata or --metadata title="...".
> pandoc --from gfm-raw_html --to plain --output README.txt README.md
> tsc --module es2015
> error TS2688: Cannot find type definition file for 'eslint'.
>   The file is in the program because:
> Entry point for implicit type library 'eslint'
> 
> 
> Found 1 error.
> 
> Files:  83
> Lines:   29282
> Nodes:  114958
> Identifiers: 39128
> Symbols: 35539
> Types:   10956
> Instantiations:   7637
> Memory used:73905K
> I/O read:0.01s
> I/O write:   0.00s
> Parse time:  0.68s
> Bind time:   0.28s
> Check time:  1.24s
> Emit time:   0.00s
> Total time:  2.20s
> make[1]: *** [debian/rules:39: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-regexpp_3.2.0-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006052: haskell-pango: FTBFS: hspango.i:1: (column 1) [FATAL] Lexical error! The character '#' does not fit here.

2022-02-18 Thread Lucas Nussbaum
Source: haskell-pango
Version: 0.13.8.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> CDBS WARNING:DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> make_setup_recipe
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> configure_recipe
> Running debian/hlibrary.setup configure --ghc -v2 
> --package-db=/var/lib/ghc/package.conf.d --prefix=/usr 
> --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib 
> --builddir=dist-ghc --ghc-option=-optl-Wl\,-z\,relro 
> --haddockdir=/usr/lib/ghc-doc/haddock/pango-0.13.8.1/ --datasubdir=pango 
> --htmldir=/usr/share/doc/libghc-pango-doc/html/ --enable-library-profiling
> Using Parsec parser
> Configuring pango-0.13.8.1...
> Flags chosen: new-exception=True
> Dependency array -any: using array-0.5.4.0
> Dependency base ==4.*: using base-4.13.0.0
> Dependency cairo >=0.13.0.0 && <0.14: using cairo-0.13.8.1
> Dependency containers -any: using containers-0.6.2.1
> Dependency directory -any: using directory-1.3.6.0
> Dependency glib >=0.13.0.0 && <0.14: using glib-0.13.8.1
> Dependency mtl -any: using mtl-2.2.2
> Dependency pretty -any: using pretty-1.1.3.6
> Dependency process -any: using process-1.6.9.0
> Dependency text >=0.11.0.6 && <1.3: using text-1.2.4.0
> Dependency cairo ==1.2.0 || >1.2.0: using version 1.16.0
> Dependency pangocairo ==1.10 || >1.10: using version 1.50.4
> Dependency pango ==1.0 || >1.0: using version 1.50.4
> Source component graph: component lib
> Configured component graph:
> component pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o
> include array-0.5.4.0
> include base-4.13.0.0
> include cairo-0.13.8.1-9ROOXD4as1uLn8sCpDXiTi
> include containers-0.6.2.1
> include directory-1.3.6.0
> include glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> include mtl-2.2.2
> include pretty-1.1.3.6
> include process-1.6.9.0
> include text-1.2.4.0
> Linked component graph:
> unit pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o
> include array-0.5.4.0
> include base-4.13.0.0
> include cairo-0.13.8.1-9ROOXD4as1uLn8sCpDXiTi
> include containers-0.6.2.1
> include directory-1.3.6.0
> include glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> include mtl-2.2.2
> include pretty-1.1.3.6
> include process-1.6.9.0
> include text-1.2.4.0
> 
> Graphics.Rendering.Pango=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango,Graphics.Rendering.Pango.Attributes=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Attributes,Graphics.Rendering.Pango.BasicTypes=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.BasicTypes,Graphics.Rendering.Pango.Cairo=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Cairo,Graphics.Rendering.Pango.Context=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Context,Graphics.Rendering.Pango.Enums=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Enums,Graphics.Rendering.Pango.Font=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Font,Graphics.Rendering.Pango.Layout=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Layout,Graphics.Rendering.Pango.Markup=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Markup,Graphics.Rendering.Pango.Rendering=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Rendering,Graphics.Rendering.Pango.Structs=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Structs,Graphics.Rendering.Pango.Types=pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o:Graphics.Rendering.Pango.Types
> Ready component graph:
> definite pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o
> depends array-0.5.4.0
> depends base-4.13.0.0
> depends cairo-0.13.8.1-9ROOXD4as1uLn8sCpDXiTi
> depends containers-0.6.2.1
> depends directory-1.3.6.0
> depends glib-0.13.8.1-CNR5m0GNdIe6FNxKsH4Wyx
> depends mtl-2.2.2
> depends pretty-1.1.3.6
> depends process-1.6.9.0
> depends text-1.2.4.0
> Using Cabal-3.0.1.0 compiled by ghc-8.8
> Using compiler: ghc-8.8.4
> Using install prefix: /usr
> Executables installed in: /usr/bin
> Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.8.4/pango-0.13.8.1-J6ZPsrZFOIY2Xy7NzhFm7o
> Dynamic Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.8.4
> Private executables installed in:
> /usr/lib/x86_64-linux-ghc-8.8.4/pango-0.13.8.1
> 

Bug#1006051: nuitka: FTBFS: Error, results differed (stdout).

2022-02-18 Thread Lucas Nussbaum
Source: nuitka
Version: 0.6.19.1+ds-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # The RUN_TEST_PYTHON is not the one to execute tests, just the for the
> # test runner.
> python3 ./tests/run-tests --skip-reflection-test --no-python2.7 --no-python2.6
> Cannot execute tests with Python 2.6, disabled or not installed.
> Cannot execute tests with Python 2.7, disabled or not installed.
> Cannot execute tests with Python 2.6, disabled or not installed.
> Cannot execute tests with Python 2.7, disabled or not installed.
> Cannot execute tests with Python 3.3, disabled or not installed.
> Cannot execute tests with Python 3.4, disabled or not installed.
> Cannot execute tests with Python 3.5, disabled or not installed.
> Cannot execute tests with Python 3.6, disabled or not installed.
> Cannot execute tests with Python 3.7, disabled or not installed.
> Cannot execute tests with Python 3.8, disabled or not installed.
> Executing test case called 'python3.9-nodebug' with CPython 'python3.9' and 
> extra flags ''.
> Running the basic tests with options '' with 'python3.9':
> Run '/usr/bin/python3 ./tests/basics/run_all.py search' in '/<>'.
> Using concrete python 3.9.10 on x86_64
> Comparing output of 'Asserts.py' using '/usr/bin/python3' with flags silent, 
> expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.03s vs 5.28s Nuitka.
> Comparing output of 'Assignments.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.02s vs 2.99s Nuitka.
> Comparing output of 'Assignments32.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.01s vs 6.78s Nuitka.
> Comparing output of 'Branching.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.02s vs 2.57s Nuitka.
> Comparing output of 'BuiltinOverload.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings, ignore_warnings ...
> CPython took 0.01s vs 2.35s Nuitka.
> Comparing output of 'BuiltinSuper.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.01s vs 2.53s Nuitka.
> Comparing output of 'BuiltinsTest.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.03s vs 6.52s Nuitka.
> Comparing output of 'ClassMinimal.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.01s vs 2.38s Nuitka.
> Comparing output of '/var/tmp/basics-xp9r8rpq/Classes.py' using 
> '/usr/bin/python3' with flags silent, expect_success, remove_output, 
> --nofollow-imports, --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.02s vs 3.53s Nuitka.
> Comparing output of 'Classes32.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.02s vs 2.64s Nuitka.
> Comparing output of 'Classes34.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.01s vs 2.45s Nuitka.
> Comparing output of 'ComparisonChains.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.02s vs 2.80s Nuitka.
> Comparing output of 'Constants.py' using '/usr/bin/python3' with flags 
> silent, expect_success, remove_output, --nofollow-imports, 
> --file-reference-choice=original, cpython_cache, timing, 
> plugin_enable:pylint-warnings ...
> CPython took 0.01s vs 2.45s Nuitka.
> Comparing output of 'Constants27.py' using 

Bug#1006050: node-wordwrap: FTBFS: Unable to parse '' at /usr/share/perl5/Debian/Dependency.pm line 356.

2022-02-18 Thread Lucas Nussbaum
Source: node-wordwrap
Version: 1.0.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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 --buildsystem=nodejs
>dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../. node_modules/wordwrap
>   /bin/sh -ex debian/tests/pkg-js/test
> + tape test/break.js test/wrap.js
> TAP version 13
> # hard
> ok 1 should be strictly equal
> ok 2 should be truthy
> ok 3 should be truthy
> ok 4 should be strictly equal
> # break
> ok 5 should be strictly equal
> ok 6 should be truthy
> ok 7 should be truthy
> ok 8 should be truthy
> ok 9 should be strictly equal
> # stop80
> ok 10 line > 80 columns
> ok 11 should be deeply equivalent
> ok 12 line > 80 columns
> ok 13 should be deeply equivalent
> ok 14 line > 80 columns
> ok 15 should be deeply equivalent
> ok 16 line > 80 columns
> ok 17 should be deeply equivalent
> ok 18 line > 80 columns
> ok 19 should be deeply equivalent
> ok 20 line > 80 columns
> ok 21 should be deeply equivalent
> ok 22 line > 80 columns
> ok 23 should be deeply equivalent
> ok 24 line > 80 columns
> ok 25 should be deeply equivalent
> ok 26 line > 80 columns
> ok 27 should be deeply equivalent
> ok 28 line > 80 columns
> ok 29 should be deeply equivalent
> ok 30 line > 80 columns
> ok 31 should be deeply equivalent
> ok 32 line > 80 columns
> ok 33 should be deeply equivalent
> ok 34 line > 80 columns
> ok 35 should be deeply equivalent
> ok 36 line > 80 columns
> ok 37 should be deeply equivalent
> ok 38 line > 80 columns
> ok 39 should be deeply equivalent
> ok 40 line > 80 columns
> ok 41 should be deeply equivalent
> ok 42 line > 80 columns
> ok 43 should be deeply equivalent
> ok 44 line > 80 columns
> ok 45 should be deeply equivalent
> ok 46 line > 80 columns
> ok 47 should be deeply equivalent
> ok 48 line > 80 columns
> ok 49 should be deeply equivalent
> ok 50 line > 80 columns
> ok 51 should be deeply equivalent
> ok 52 line > 80 columns
> ok 53 should be deeply equivalent
> ok 54 line > 80 columns
> ok 55 should be deeply equivalent
> ok 56 line > 80 columns
> ok 57 should be deeply equivalent
> ok 58 line > 80 columns
> ok 59 should be deeply equivalent
> ok 60 line > 80 columns
> ok 61 should be deeply equivalent
> ok 62 line > 80 columns
> ok 63 should be deeply equivalent
> ok 64 line > 80 columns
> ok 65 should be deeply equivalent
> ok 66 line > 80 columns
> ok 67 should be deeply equivalent
> ok 68 line > 80 columns
> ok 69 should be deeply equivalent
> ok 70 line > 80 columns
> ok 71 should be deeply equivalent
> ok 72 line > 80 columns
> ok 73 should be deeply equivalent
> ok 74 line > 80 columns
> ok 75 should be deeply equivalent
> ok 76 line > 80 columns
> ok 77 should be deeply equivalent
> ok 78 line > 80 columns
> ok 79 should be deeply equivalent
> ok 80 line > 80 columns
> ok 81 should be deeply equivalent
> ok 82 line > 80 columns
> ok 83 should be deeply equivalent
> ok 84 line > 80 columns
> ok 85 should be deeply equivalent
> ok 86 line > 80 columns
> ok 87 should be deeply equivalent
> ok 88 line > 80 columns
> ok 89 should be deeply equivalent
> ok 90 line > 80 columns
> ok 91 should be deeply equivalent
> ok 92 line > 80 columns
> ok 93 should be deeply equivalent
> ok 94 line > 80 columns
> ok 95 should be deeply equivalent
> ok 96 line > 80 columns
> ok 97 should be deeply equivalent
> ok 98 line > 80 columns
> ok 99 should be deeply equivalent
> ok 100 line > 80 columns
> ok 101 should be deeply equivalent
> ok 102 line > 80 columns
> ok 103 should be deeply equivalent
> ok 104 line > 80 columns
> ok 105 should be deeply equivalent
> ok 106 line > 80 columns
> ok 107 should be deeply equivalent
> ok 108 line > 80 columns
> ok 109 should be deeply equivalent
> ok 110 line > 80 columns
> ok 111 should be deeply equivalent
> ok 112 line > 80 columns
> ok 113 should be deeply equivalent
> ok 114 line > 80 columns
> ok 115 should be deeply equivalent
> ok 116 line > 80 columns
> ok 117 should be deeply equivalent
> ok 118 line > 80 columns
> ok 119 should be deeply equivalent
> ok 120 line > 80 columns
> ok 121 should be deeply equivalent
> ok 122 line > 80 columns
> ok 123 should be deeply equivalent
> ok 124 line > 80 columns
> ok 125 should be deeply equivalent
> ok 126 line > 80 columns
> ok 127 should be deeply equivalent
> ok 128 line > 80 columns
> ok 129 should be deeply equivalent
> ok 130 line > 80 columns
> ok 131 should be deeply equivalent
> ok 132 line > 80 columns
> ok 133 should be deeply equivalent
> ok 134 line > 80 columns
> ok 135 should be deeply equivalent
> ok 136 line > 80 columns
> ok 137 should be deeply equivalent
> ok 138 line > 80 columns
> ok 139 should be deeply equivalent
> ok 

Bug#1006048: python-readme-renderer: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-18 Thread Lucas Nussbaum
Source: python-readme-renderer
Version: 24.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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:237: python3.10 setup.py config 
> running config
> I: pybuild base:237: python3.9 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/__init__.py -> 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/markdown.py -> 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/__main__.py -> 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/__about__.py -> 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/rst.py -> 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/clean.py -> 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/txt.py -> 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer
> creating 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer/integration
> copying readme_renderer/integration/__init__.py -> 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer/integration
> copying readme_renderer/integration/distutils.py -> 
> /<>/.pybuild/cpython3_3.10/build/readme_renderer/integration
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/__init__.py -> 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/markdown.py -> 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/__main__.py -> 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/__about__.py -> 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/rst.py -> 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/clean.py -> 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/txt.py -> 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer
> creating 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer/integration
> copying readme_renderer/integration/__init__.py -> 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer/integration
> copying readme_renderer/integration/distutils.py -> 
> /<>/.pybuild/cpython3_3.9/build/readme_renderer/integration
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd /<>/.pybuild/cpython3_3.10/build; 
> python3.10 -m pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.10.2, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<>, configfile: pytest.ini
> collected 67 items
> 
> tests/test_clean.py .[  
> 1%]
> tests/test_integration_distutils.py ..   [ 
> 10%]
> tests/test_markdown.py .FF.. [ 
> 71%]
> tests/test_noextra.py ss [ 
> 74%]
> tests/test_rst.py    [ 
> 98%]
> tests/test_txt.py .  
> [100%]
> 
> === FAILURES 
> ===
> _ 
> test_md_fixtures[/<>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.md-/<>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.html-GFM]
>  _
> 
> md_filename = 
> '/<>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.md'
> html_filename = 
> '/<>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.html'
> variant = 'GFM'
> 
> @pytest.mark.parametrize(
> ("md_filename", "html_filename", "variant"),
> MD_FIXTURES,
> )
> def test_md_fixtures(md_filename, html_filename, variant):
> # Get our Markup
> with io.open(md_filename, encoding='utf-8') as f:
> md_markup = f.read()
> 
> # Get our expected
> with io.open(html_filename, encoding="utf-8") as f:
> expected = f.read()
> 
> >   assert render(md_markup, variant=variant) == expected
> E   assert 'This is n...an>\n\n' == 'This is 
> n...an>\n\n'
> E Skipping 231 identical leading characters in diff, use -v to show
> E + unc  class="nx">ThisIsGo(){
> E + return class="w">
> E - unc ThisIsGo class="p">(){
> E ? --- ^^  ^  

Bug#1006049: botch: FTBFS: ocamlfind: Package `dose3.doseparse' not found

2022-02-18 Thread Lucas Nussbaum
Source: botch
Version: 0.23-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> atdgen -j -j-std datatypes.atd
> atdgen -t datatypes.atd
> OCAMLPATH=/<>/dose/_build ocamlbuild -lflags 
> -runtime-variant,_pic -classic-display -use-ocamlfind -cflags "-w +a-4-9-24" 
> create-graph.native print-stats.native bin2src.native src2bin.native 
> build-fixpoint.native clean-repository.native buildgraph2srcgraph.native 
> annotate-strong.native partial-order.native find-fvs.native 
> collapse-srcgraph.native optuniv.native calculate-fas.native 
> buildcheck-more-problems.native distcheck-more-problems.native
> ocamlfind ocamldep -package dose3 -package dose3.doseparse -package 
> dose3.algo -package atdgen -package xmlm -package extlib -pp cppo -package 
> parmap -modules create-graph.ml > create-graph.ml.depends
> + ocamlfind ocamldep -package dose3 -package dose3.doseparse -package 
> dose3.algo -package atdgen -package xmlm -package extlib -pp cppo -package 
> parmap -modules create-graph.ml > create-graph.ml.depends
> ocamlfind: Package `dose3.doseparse' not found
> Command exited with code 2.
> make[2]: *** [Makefile:74: native] Error 10


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/botch_0.23-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006047: ruby-pygments.rb: FTBFS: ERROR: Test "ruby3.0" failed.

2022-02-18 Thread Lucas Nussbaum
Source: ruby-pygments.rb
Version: 2.3.0+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> /usr/bin/ruby3.0 /usr/bin/gem2deb-test-runner
> 
> ┌──┐
> │ Checking Rubygems dependency resolution on ruby3.0  
>  │
> └──┘
> 
> GEM_PATH=/<>/debian/ruby-pygments.rb/usr/share/rubygems-integration/all:/<>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.0.0:/var/lib/gems/3.0.0:/usr/local/lib/ruby/gems/3.0.0:/usr/lib/ruby/gems/3.0.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.0.0:/usr/share/rubygems-integration/3.0.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.0.0
>  ruby3.0 -e gem\ \"pygments.rb\"
> 
> ┌──┐
> │ Run tests for ruby3.0 from debian/ruby-tests.rake   
>  │
> └──┘
> 
> RUBYLIB=. 
> GEM_PATH=/<>/debian/ruby-pygments.rb/usr/share/rubygems-integration/all:/<>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.0.0:/var/lib/gems/3.0.0:/usr/local/lib/ruby/gems/3.0.0:/usr/lib/ruby/gems/3.0.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.0.0:/usr/share/rubygems-integration/3.0.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.0.0
>  ruby3.0 -S rake -f debian/ruby-tests.rake
> /usr/bin/ruby3.0 -w -I"test" 
> /usr/share/rubygems-integration/all/gems/rake-13.0.6/lib/rake/rake_test_loader.rb
>  "test/test_pygments.rb" -v
> Loaded suite 
> /usr/share/rubygems-integration/all/gems/rake-13.0.6/lib/rake/rake_test_loader
> Started
> PygmentsConfigTest: 
>   test_filters:   .: (0.147586)
>   test_formatters:.: (0.010482)
>   test_lexers:.: (0.021429)
>   test_styles:.: (0.000445)
> PygmentsCssTest: 
>   test_css:   .: (0.001387)
>   test_css_colorful:  .: (0.001078)
>   test_css_default:   F
> ===
> Failure: test_css_default(PygmentsCssTest):
>was expected to be 
> =~
>   <"pre { line-height: 125%; }\n" +
>   "td.linenos .normal { color: inherit; background-color: transparent; 
> padding-left: 5px; padding-right: 5px; }\n" +
>   "span.linenos { color: inherit; background-color: transparent; 
> padding-left: 5px; padding-right: 5px; }\n" +
>   "td.linenos .special { color: #00; background-color: #c0; 
> padding-left: 5px; padding-right: 5px; }\n" +
>   "span.linenos.special { color: #00; background-color: #c0; 
> padding-left: 5px; padding-right: 5px; }\n" +
>   ".hll { background-color: #cc }\n" +
>   ".c { color: #3D7B7B; font-style: italic } /* Comment */\n" +
>   ".err { border: 1px solid #FF } /* Error */\n" +
>   ".k { color: #008000; font-weight: bold } /* Keyword */\n" +
>   ".o { color: #66 } /* Operator */\n" +
>   ".ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */\n" +
>   ".cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */\n" +
>   ".cp { color: #9C6500 } /* Comment.Preproc */\n" +
>   ".cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */\n" +
>   ".c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */\n" +
>   ".cs { color: #3D7B7B; font-style: italic } /* Comment.Special */\n" +
>   ".gd { color: #A0 } /* Generic.Deleted */\n" +
>   ".ge { font-style: italic } /* Generic.Emph */\n" +
>   ".gr { color: #E4 } /* Generic.Error */\n" +
>   ".gh { color: #80; font-weight: bold } /* Generic.Heading */\n" +
>   ".gi { color: #008400 } /* Generic.Inserted */\n" +
>   ".go { color: #717171 } /* Generic.Output */\n" +
>   ".gp { color: #80; font-weight: bold } /* Generic.Prompt */\n" +
>   ".gs { font-weight: bold } /* Generic.Strong */\n" +
>   ".gu { color: #800080; font-weight: bold } /* Generic.Subheading */\n" +
>   ".gt { color: #0044DD } /* Generic.Traceback */\n" +
>   ".kc { color: #008000; font-weight: bold } /* Keyword.Constant */\n" +
>   ".kd { color: #008000; font-weight: bold } /* Keyword.Declaration */\n" +
>   ".kn { color: #008000; font-weight: bold } /* Keyword.Namespace */\n" +
>   ".kp { color: #008000 } /* Keyword.Pseudo */\n" +
>   ".kr { color: #008000; font-weight: bold } /* Keyword.Reserved */\n" +
>   ".kt { color: #B00040 } /* Keyword.Type */\n" +
>   ".m { color: #66 } /* Literal.Number */\n" +
>   ".s { color: #BA2121 } /* Literal.String */\n" +
>   ".na { color: 

Bug#1006046: ignition-tools: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2

2022-02-18 Thread Lucas Nussbaum
Source: ignition-tools
Version: 1.4.1+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>/obj-x86_64-linux-gnu'
> Running tests...
> /usr/bin/ctest --force-new-ctest-process --verbose -j8
> UpdateCTestConfiguration  from 
> :/<>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Parse Config file:/<>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> UpdateCTestConfiguration  from 
> :/<>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Parse Config file:/<>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Test project /<>/obj-x86_64-linux-gnu
> Constructing a list of tests
> Done constructing a list of tests
> Updating test list for fixtures
> Added 0 tests to meet fixture requirements
> Checking test dependency graph...
> Checking test dependency graph end
> test 1
> Start 1: UNIT_ign_TEST
> 
> 1: Test command: /usr/bin/cmake "-DTEST_NAME=UNIT_ign_TEST" 
> "-DIGN_SCRIPT=/<>/obj-x86_64-linux-gnu/None/test/bin/ign" "-P" 
> "/<>/cmake/run_test.cmake"
> 1: Environment variables: 
> 1:  IGN_CONFIG_PATH=/<>/obj-x86_64-linux-gnu/test/conf/None
> 1: Test timeout computed to be: 1500
> 1: CMake Error at /<>/cmake/run_test.cmake:24 (message):
> 1:   Failed test.
> 1: 
> 1: Output: 
> 1: Error: 
> 1: 
> 1: 
> 1/1 Test #1: UNIT_ign_TEST ***Failed0.02 sec
> CMake Error at /<>/cmake/run_test.cmake:24 (message):
>   Failed test.
> 
> Output: 
> Error: 
> 
> 
> 
> 
> 0% tests passed, 1 tests failed out of 1
> 
> Total Test time (real) =   0.03 sec
> 
> The following tests FAILED:
> 1 - UNIT_ign_TEST (Failed)
> Errors while running CTest
> make[1]: *** [Makefile:94: test] Error 8
> make[1]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test 
> ARGS\+=--verbose ARGS\+=-j8 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/ignition-tools_1.4.1+dfsg-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006044: alembic: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-18 Thread Lucas Nussbaum
Source: alembic
Version: 1.7.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> === FAILURES 
> ===
> _ 
> FutureOnlineTransactionalDDLTest.test_noerr_rev_leaves_open_transaction_transactional_ddl
>  _
> Traceback (most recent call last):
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/alembic/testing/assertions.py",
>  line 82, in _expect_raises
> yield ec
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/tests/test_script_consumption.py",
>  line 581, in test_noerr_rev_leaves_open_transaction_transactional_ddl
> command.upgrade(self.cfg, c)
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/alembic/command.py", 
> line 320, in upgrade
> script.run_env()
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/alembic/script/base.py",
>  line 563, in run_env
> util.load_python_file(self.dir, "env.py")
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/alembic/util/pyfiles.py",
>  line 92, in load_python_file
> module = load_module_py(module_id, path)
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/alembic/util/pyfiles.py",
>  line 108, in load_module_py
> spec.loader.exec_module(module)  # type: ignore
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "scratch/scripts/env.py", line 77, in 
> run_migrations_online()
>   File "scratch/scripts/env.py", line 71, in run_migrations_online
> context.run_migrations()
>   File "", line 8, in run_migrations
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/alembic/runtime/environment.py",
>  line 851, in run_migrations
> self.get_context().run_migrations(**kw)
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/alembic/runtime/migration.py",
>  line 612, in run_migrations
> step.migration_fn(**kw)
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/2623e2e7ad13_revision_b.py",
>  line 13, in upgrade
> trans = conn.begin()
>   File "/usr/lib/python3/dist-packages/sqlalchemy/future/engine.py", line 
> 144, in begin
> return super(Connection, self).begin()
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 766, 
> in begin
> raise exc.InvalidRequestError(
> sqlalchemy.exc.InvalidRequestError: This connection has already initialized a 
> SQLAlchemy Transaction() object via begin() or autobegin; can't call begin() 
> here unless rollback() or commit() is called first.
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/tests/test_script_consumption.py",
>  line 581, in test_noerr_rev_leaves_open_transaction_transactional_ddl
> command.upgrade(self.cfg, c)
>   File "/usr/lib/python3.9/contextlib.py", line 137, in __exit__
> self.gen.throw(typ, value, traceback)
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/alembic/testing/assertions.py",
>  line 88, in _expect_raises
> assert re.search(
> AssertionError: 'a transaction is already begun for this connection' !~ This 
> connection has already initialized a SQLAlchemy Transaction() object via 
> begin() or autobegin; can't call begin() here unless rollback() or commit() 
> is called first.
> - Captured stdout call 
> -
> Creating directory 
> /<>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts ...  done
> Creating directory 
> /<>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions 
> ...  done
> Generating 
> /<>/.pybuild/cpython3_3.9_alembic/build/scratch/test_alembic.ini 
> ...  done
> Generating 
> /<>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/README 
> ...  done
> Generating 
> /<>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/env.py 
> ...  done
> Generating 
> /<>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/script.py.mako
>  ...  done
> Please edit configuration/connection/logging settings in 
> '/<>/.pybuild/cpython3_3.9_alembic/build/scratch/test_alembic.ini'
>  before proceeding.
> Generating 
> /<>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/b7c52431857b_revision_a.py
>  ...  done
> Generating 
> /<>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/2623e2e7ad13_revision_b.py
>  ...  done
> Generating 
> /<>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/fbfa63f04842_revision_c.py
>  ...  done
> _ 
> FutureOnlineTransactionalDDLTest.test_raise_when_rev_leaves_open_transaction _
> Traceback (most recent call last):
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/alembic/testing/assertions.py",
>  line 82, in _expect_raises
> yield ec
>   File 
> "/<>/.pybuild/cpython3_3.9_alembic/build/tests/test_script_consumption.py",
>  line 537, in test_raise_when_rev_leaves_open_transaction
> 

Bug#1006045: xorg-gtest: FTBFS: dh_auto_test: error: make -j1 check VERBOSE=1 returned exit code 2

2022-02-18 Thread Lucas Nussbaum
Source: xorg-gtest
Version: 0.7.1-7
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[5]: Entering directory '/<>/examples'
> FAIL: xorg-gtest-environment-example
> PASS: xorg-gtest-example
> ==
>X.org Testing Environment for Google Test 0.7.1: examples/test-suite.log
> ==
> 
> # TOTAL: 2
> # PASS:  1
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: xorg-gtest-environment-example
> 
> 
> [==] Running 6 tests from 2 test cases.
> [--] Global test environment set-up.
> [--] 5 tests from Test
> [ RUN  ] Test.DummyXorgServerTest
> [   OK ] Test.DummyXorgServerTest (0 ms)
> [ RUN  ] Test.XIQueryVersion20
> unknown file: Failure
> C++ exception with description "Failed to open connection to display.
> This usually means that your X server did not start properly.
> Check the log file, or set XORG_GTEST_CHILD_STDOUT to see the server's
> error messages when starting." thrown in SetUp().
> [  FAILED  ] Test.XIQueryVersion20 (1 ms)
> [ RUN  ] Test.XIQueryVersion22
> [   OK ] Test.XIQueryVersion22 (34 ms)
> [ RUN  ] Test.CreateWindowProperty
> [   OK ] Test.CreateWindowProperty (35 ms)
> [ RUN  ] Test.CheckWindowProperty
> [   OK ] Test.CheckWindowProperty (34 ms)
> [--] 5 tests from Test (104 ms total)
> 
> [--] 1 test from SubTest
> [ RUN  ] SubTest.ExampleAtom
> [   OK ] SubTest.ExampleAtom (34 ms)
> [--] 1 test from SubTest (34 ms total)
> 
> [--] Global test environment tear-down
> Warning: Failed to terminate Xorg server: Success
> [==] 6 tests from 2 test cases ran. (1201 ms total)
> [  PASSED  ] 5 tests.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] Test.XIQueryVersion20
> 
>  1 FAILED TEST
> FAIL xorg-gtest-environment-example (exit status: 1)
> 
> 
> Testsuite summary for X.org Testing Environment for Google Test 0.7.1
> 
> # TOTAL: 2
> # PASS:  1
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> See examples/test-suite.log
> 
> make[5]: *** [Makefile:869: test-suite.log] Error 1
> make[5]: Leaving directory '/<>/examples'
> make[4]: *** [Makefile:977: check-TESTS] Error 2
> make[4]: Leaving directory '/<>/examples'
> make[3]: *** [Makefile:1057: check-am] Error 2
> make[3]: Leaving directory '/<>/examples'
> make[2]: *** [Makefile:464: check-recursive] Error 1
> make[2]: Leaving directory '/<>'
> dh_auto_test: error: make -j1 check VERBOSE=1 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/xorg-gtest_0.7.1-7_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006042: rich: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-18 Thread Lucas Nussbaum
Source: rich
Version: 10.16.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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="PYTHONPATH=/<> 
> {interpreter} -m pytest" dh_auto_test
> I: pybuild base:237: PYTHONPATH=/<> python3.10 -m pytest
> = test session starts 
> ==
> platform linux -- Python 3.10.2, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<>
> collected 583 items
> 
> tests/test_align.py  [  
> 2%]
> tests/test_ansi.py . [  
> 2%]
> tests/test_bar.py ...[  
> 4%]
> tests/test_block_bar.py  [  
> 4%]
> tests/test_box.py .. [  
> 5%]
> tests/test_card.py . [  
> 6%]
> tests/test_cells.py ..   [  
> 6%]
> tests/test_color.py .[  
> 9%]
> tests/test_color_triplet.py ...  [  
> 9%]
> tests/test_columns.py .  [  
> 9%]
> tests/test_columns_align.py .[ 
> 10%]
> tests/test_console.py .. [ 
> 18%]
> ..   [ 
> 23%]
> tests/test_constrain.py .[ 
> 23%]
> tests/test_containers.py [ 
> 24%]
> tests/test_control.py .  [ 
> 24%]
> tests/test_emoji.py ..   [ 
> 25%]
> tests/test_file_proxy.py ..  [ 
> 26%]
> tests/test_filesize.py ..[ 
> 26%]
> tests/test_highlighter.py .. [ 
> 33%]
> tests/test_inspect.py    [ 
> 34%]
> tests/test_json.py . [ 
> 34%]
> tests/test_jupyter.py .  [ 
> 34%]
> tests/test_layout.py ..  [ 
> 35%]
> tests/test_live.py ..[ 
> 37%]
> tests/test_live_render.py    [ 
> 38%]
> tests/test_log.py ...[ 
> 38%]
> tests/test_logging.py    [ 
> 39%]
> tests/test_lrucache.py . [ 
> 39%]
> tests/test_markdown.py ..[ 
> 39%]
> tests/test_markdown_no_hyperlinks.py .   [ 
> 40%]
> tests/test_markup.py ... [ 
> 43%]
> tests/test_measure.py    [ 
> 44%]
> tests/test_padding.py .  [ 
> 44%]
> tests/test_palette.py .  [ 
> 45%]
> tests/test_panel.py .[ 
> 46%]
> tests/test_pick.py . [ 
> 46%]
> tests/test_pretty.py .s...   [ 
> 51%]
> tests/test_progress.py . [ 
> 55%]
> tests/test_prompt.py ..  [ 
> 56%]
> tests/test_protocol.py ..[ 
> 57%]
> tests/test_ratio.py ...  [ 
> 58%]
> tests/test_repr.py   [ 
> 60%]
> tests/test_rich_print.py ... [ 
> 61%]
> tests/test_rule.py ...   [ 
> 62%]
> tests/test_screen.py .   [ 
> 62%]
> tests/test_segment.py .  [ 
> 70%]
> tests/test_spinner.py .  [ 
> 71%]
> tests/test_stack.py .[ 
> 71%]
> tests/test_status.py ..  [ 
> 71%]
> tests/test_style.py .[ 
> 75%]
> tests/test_styled.py .   

Bug#1006043: ruby-rqrcode-core: FTBFS: ERROR: Error installing /tmp/d20220218-241350-fqxx8g/rqrcode_core-0.1.2.gem: rqrcode_core-0.1.2 requires Ruby version ~> 2.3. The current ruby version is 3.0.2.

2022-02-18 Thread Lucas Nussbaum
Source: ruby-rqrcode-core
Version: 0.1.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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=ruby --with ruby
>dh_update_autotools_config -O--buildsystem=ruby
>dh_autoreconf -O--buildsystem=ruby
>dh_auto_configure -O--buildsystem=ruby
>   dh_ruby --configure
>dh_auto_build -O--buildsystem=ruby
>   dh_ruby --build
>dh_ruby --build
>dh_auto_test -O--buildsystem=ruby
>   dh_ruby --test
>create-stamp debian/debhelper-build-stamp
>dh_testroot -O--buildsystem=ruby
>dh_prep -O--buildsystem=ruby
>dh_auto_install --destdir=debian/ruby-rqrcode-core/ -O--buildsystem=ruby
>   dh_ruby --install /<>/debian/ruby-rqrcode-core
>dh_ruby --install
> /usr/bin/ruby3.0 -S gem build --config-file /dev/null --verbose 
> /tmp/d20220218-241350-fqxx8g/gemspec
> Failed to load /dev/null because it doesn't contain valid YAML hash
>   Successfully built RubyGem
>   Name: rqrcode_core
>   Version: 0.1.2
>   File: rqrcode_core-0.1.2.gem
> /usr/bin/ruby3.0 -S gem install --config-file /dev/null --verbose --local 
> --verbose --no-document --ignore-dependencies --install-dir 
> debian/ruby-rqrcode-core/usr/share/rubygems-integration/all 
> /tmp/d20220218-241350-fqxx8g/rqrcode_core-0.1.2.gem
> Failed to load /dev/null because it doesn't contain valid YAML hash
> ERROR:  Error installing /tmp/d20220218-241350-fqxx8g/rqrcode_core-0.1.2.gem:
>   rqrcode_core-0.1.2 requires Ruby version ~> 2.3. The current ruby 
> version is 3.0.2.107.
> /usr/lib/ruby/vendor_ruby/gem2deb.rb:54:in `run': /usr/bin/ruby3.0 -S gem 
> install --config-file /dev/null --verbose --local --verbose --no-document 
> --ignore-dependencies --install-dir 
> debian/ruby-rqrcode-core/usr/share/rubygems-integration/all 
> /tmp/d20220218-241350-fqxx8g/rqrcode_core-0.1.2.gem (Gem2Deb::CommandFailed)
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:212:in `run_gem'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:120:in `block 
> in install_files_and_build_extensions'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:68:in `each'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:68:in 
> `install_files_and_build_extensions'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:28:in `install'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:86:in `block in 
> install'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:84:in `each'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:84:in `install'
>   from /usr/bin/dh_ruby:89:in `'
> dh_auto_install: error: dh_ruby --install 
> /<>/debian/ruby-rqrcode-core returned exit code 1
> make: *** [debian/rules:7: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/ruby-rqrcode-core_0.1.2-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006041: pymarkups: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-18 Thread Lucas Nussbaum
Source: pymarkups
Version: 3.1.3-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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:237: python3.10 setup.py config 
> running config
> I: pybuild base:237: python3.9 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.10_markups/build/markups
> copying markups/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_markups/build/markups
> copying markups/markdown.py -> 
> /<>/.pybuild/cpython3_3.10_markups/build/markups
> copying markups/textile.py -> 
> /<>/.pybuild/cpython3_3.10_markups/build/markups
> copying markups/restructuredtext.py -> 
> /<>/.pybuild/cpython3_3.10_markups/build/markups
> copying markups/abstract.py -> 
> /<>/.pybuild/cpython3_3.10_markups/build/markups
> copying markups/common.py -> 
> /<>/.pybuild/cpython3_3.10_markups/build/markups
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.9_markups/build/markups
> copying markups/__init__.py -> 
> /<>/.pybuild/cpython3_3.9_markups/build/markups
> copying markups/markdown.py -> 
> /<>/.pybuild/cpython3_3.9_markups/build/markups
> copying markups/textile.py -> 
> /<>/.pybuild/cpython3_3.9_markups/build/markups
> copying markups/restructuredtext.py -> 
> /<>/.pybuild/cpython3_3.9_markups/build/markups
> copying markups/abstract.py -> 
> /<>/.pybuild/cpython3_3.9_markups/build/markups
> copying markups/common.py -> 
> /<>/.pybuild/cpython3_3.9_markups/build/markups
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd 
> /<>/.pybuild/cpython3_3.10_markups/build; python3.10 -m unittest 
> discover -v 
> test_codehilite (tests.test_markdown.MarkdownTest) ... ok
> test_codehilite_custom_class (tests.test_markdown.MarkdownTest) ... ok
> test_default_math (tests.test_markdown.MarkdownTest) ... ok
> test_document_extensions_change (tests.test_markdown.MarkdownTest)
> Extensions from document should be replaced on each run, not added. ... ok
> test_document_extensions_parameters (tests.test_markdown.MarkdownTest) ... ok
> test_empty_file (tests.test_markdown.MarkdownTest) ... ok
> test_extensions_loading (tests.test_markdown.MarkdownTest) ... ok
> test_extensions_parameters (tests.test_markdown.MarkdownTest) ... ok
> test_extensions_txt_file (tests.test_markdown.MarkdownTest) ... ok
> test_extensions_yaml_file (tests.test_markdown.MarkdownTest) ... ok
> test_extensions_yaml_file_invalid (tests.test_markdown.MarkdownTest) ... ok
> test_extra (tests.test_markdown.MarkdownTest) ... ok
> test_loading_extensions_by_module_name (tests.test_markdown.MarkdownTest) ... 
> ok
> test_mathjax (tests.test_markdown.MarkdownTest) ... ok
> test_mathjax_asciimath (tests.test_markdown.MarkdownTest) ... ok
> test_mathjax_document_extension (tests.test_markdown.MarkdownTest) ... ok
> test_mathjax_multilevel (tests.test_markdown.MarkdownTest) ... ok
> test_mathjax_multiline (tests.test_markdown.MarkdownTest) ... ok
> test_meta (tests.test_markdown.MarkdownTest) ... ok
> test_not_loading_sys (tests.test_markdown.MarkdownTest) ... ok
> test_pymdownx_highlight (tests.test_markdown.MarkdownTest) ... skipped 
> 'pymdownx module is not available'
> test_pymdownx_highlight_custom_class (tests.test_markdown.MarkdownTest) ... 
> skipped 'pymdownx module is not available'
> test_remove_extra (tests.test_markdown.MarkdownTest) ... ok
> test_remove_extra_document_extension (tests.test_markdown.MarkdownTest) ... ok
> test_remove_extra_double (tests.test_markdown.MarkdownTest)
> Removing extra twice should not cause a crash. ... ok
> test_remove_extra_removes_mathjax (tests.test_markdown.MarkdownTest) ... ok
> test_removing_duplicate_extensions (tests.test_markdown.MarkdownTest) ... ok
> test_api (tests.test_public_api.APITest) ... ok
> test_api_instance (tests.test_public_api.APITest) ... ok
> test_available_markups (tests.test_public_api.APITest) ... ok
> test_get_pygments_stylesheet (tests.test_public_api.APITest) ... FAIL
> test_basic (tests.test_restructuredtext.ReStructuredTextTest) ... ok
> test_errors (tests.test_restructuredtext.ReStructuredTextTest) ... ok
> test_errors_overridden (tests.test_restructuredtext.ReStructuredTextTest) ... 
> ok
> test_errors_severe (tests.test_restructuredtext.ReStructuredTextTest) ... ok
> test_mathjax_loading (tests.test_restructuredtext.ReStructuredTextTest) ... ok
> test_toc_backrefs (tests.test_restructuredtext.ReStructuredTextTest) ... ok
> test_whole_html (tests.test_restructuredtext.ReStructuredTextTest) ... ok
> test_textile 

Bug#1006040: obs-websocket: FTBFS: obs-websocket.h:30:7: error: conflicting declaration ‘using OBSSourceAutoRelease = class OBSRef’

2022-02-18 Thread Lucas Nussbaum
Source: obs-websocket
Version: 4.9.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> /usr/bin/c++ -DASIO_STANDALONE -DHAVE_OBSCONFIG_H -DQT_CORE_LIB -DQT_GUI_LIB 
> -DQT_NO_DEBUG -DQT_WIDGETS_LIB -Dobs_websocket_EXPORTS 
> -I/<>/obj-x86_64-linux-gnu -I/<> 
> -I/<>/obj-x86_64-linux-gnu/obs-websocket_autogen/include 
> -I/../UI/obs-frontend-api -I/<>/deps/asio/asio/include 
> -I/<>/deps/websocketpp -isystem /usr/include/obs -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -mmmx -msse 
> -msse2 -fPIC -std=gnu++17 -MD -MT 
> CMakeFiles/obs-websocket.dir/src/WSRequestHandler_ReplayBuffer.cpp.o -MF 
> CMakeFiles/obs-websocket.dir/src/WSRequestHandler_ReplayBuffer.cpp.o.d -o 
> CMakeFiles/obs-websocket.dir/src/WSRequestHandler_ReplayBuffer.cpp.o -c 
> /<>/src/WSRequestHandler_ReplayBuffer.cpp
> In file included from /<>/src/WSRequestHandler_Recording.cpp:1:
> /<>/src/obs-websocket.h:30:7: error: conflicting declaration 
> ‘using OBSSourceAutoRelease = class OBSRef ___source_dummy_addref, obs_source_release>’
>30 | using OBSSourceAutoRelease =
>   |   ^~~~
> In file included from /<>/src/obs-websocket.h:21,
>  from /<>/src/WSRequestHandler_Recording.cpp:1:
> /usr/include/obs/obs.hpp:62:7: note: previous declaration as ‘using 
> OBSSourceAutoRelease = class OBSRefAutoRelease obs_source_release>’
>62 | using OBSSourceAutoRelease =
>   |   ^~~~
> In file included from /<>/src/WSRequestHandler_Recording.cpp:1:
> /<>/src/obs-websocket.h:32:7: error: conflicting declaration 
> ‘using OBSSceneItemAutoRelease = class OBSRef ___sceneitem_dummy_addref, obs_sceneitem_release>’
>32 | using OBSSceneItemAutoRelease =
>   |   ^~~
> In file included from /<>/src/obs-websocket.h:21,
>  from /<>/src/WSRequestHandler_Recording.cpp:1:
> /usr/include/obs/obs.hpp:65:7: note: previous declaration as ‘using 
> OBSSceneItemAutoRelease = class OBSRefAutoRelease obs_sceneitem_release>’
>65 | using OBSSceneItemAutoRelease =
>   |   ^~~
> In file included from /<>/src/WSRequestHandler_Recording.cpp:1:
> /<>/src/obs-websocket.h:34:7: error: conflicting declaration 
> ‘using OBSDataAutoRelease = class OBSRef obs_data_release>’
>34 | using OBSDataAutoRelease =
>   |   ^~
> In file included from /<>/src/obs-websocket.h:21,
>  from /<>/src/WSRequestHandler_Recording.cpp:1:
> /usr/include/obs/obs.hpp:67:7: note: previous declaration as ‘using 
> OBSDataAutoRelease = class OBSRefAutoRelease’
>67 | using OBSDataAutoRelease = OBSRefAutoRelease obs_data_release>;
>   |   ^~
> In file included from /<>/src/WSRequestHandler_Recording.cpp:1:
> /<>/src/obs-websocket.h:36:7: error: conflicting declaration 
> ‘using OBSDataArrayAutoRelease = class OBSRef ___data_array_dummy_addref, obs_data_array_release>’
>36 | using OBSDataArrayAutoRelease =
>   |   ^~~
> In file included from /<>/src/obs-websocket.h:21,
>  from /<>/src/WSRequestHandler_Recording.cpp:1:
> /usr/include/obs/obs.hpp:68:7: note: previous declaration as ‘using 
> OBSDataArrayAutoRelease = class OBSRefAutoRelease obs_data_array_release>’
>68 | using OBSDataArrayAutoRelease =
>   |   ^~~
> In file included from /<>/src/WSRequestHandler_Recording.cpp:1:
> /<>/src/obs-websocket.h:38:7: error: conflicting declaration 
> ‘using OBSOutputAutoRelease = class OBSRef ___output_dummy_addref, obs_output_release>’
>38 | using OBSOutputAutoRelease =
>   |   ^~~~
> In file included from /<>/src/obs-websocket.h:21,
>  from /<>/src/WSRequestHandler_Recording.cpp:1:
> /usr/include/obs/obs.hpp:70:7: note: previous declaration as ‘using 
> OBSOutputAutoRelease = class OBSRefAutoRelease obs_output_release>’
>70 | using OBSOutputAutoRelease =
>   |   ^~~~
> In file included from 
> /<>/src/WSRequestHandler_ReplayBuffer.cpp:1:
> /<>/src/obs-websocket.h:30:7: error: conflicting declaration 
> ‘using OBSSourceAutoRelease = class OBSRef ___source_dummy_addref, obs_source_release>’
>30 | using OBSSourceAutoRelease =
>   |   ^~~~
> In file included from /<>/src/obs-websocket.h:21,
>  from 
> /<>/src/WSRequestHandler_ReplayBuffer.cpp:1:
> /usr/include/obs/obs.hpp:62:7: note: previous declaration as ‘using 
> OBSSourceAutoRelease = 

Bug#1006039: pytest-xdist: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-18 Thread Lucas Nussbaum
Source: pytest-xdist
Version: 2.5.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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:237: python3.10 setup.py config 
> running config
> I: pybuild base:237: python3.9 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> copying src/xdist/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> copying src/xdist/workermanage.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> copying src/xdist/dsession.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> copying src/xdist/report.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> copying src/xdist/newhooks.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> copying src/xdist/looponfail.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> copying src/xdist/remote.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> copying src/xdist/_version.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> copying src/xdist/plugin.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist
> creating 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/load.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/loadgroup.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/each.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/loadfile.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/loadscope.py -> 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build/xdist/scheduler
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> copying src/xdist/__init__.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> copying src/xdist/workermanage.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> copying src/xdist/dsession.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> copying src/xdist/report.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> copying src/xdist/newhooks.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> copying src/xdist/looponfail.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> copying src/xdist/remote.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> copying src/xdist/_version.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> copying src/xdist/plugin.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist
> creating 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/load.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/__init__.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/loadgroup.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/each.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/loadfile.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist/scheduler
> copying src/xdist/scheduler/loadscope.py -> 
> /<>/.pybuild/cpython3_3.9_pytest-xdist/build/xdist/scheduler
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd 
> /<>/.pybuild/cpython3_3.10_pytest-xdist/build; python3.10 -m 
> pytest 
> = test session starts 
> ==
> platform linux -- Python 3.10.2, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<>, configfile: tox.ini
> plugins: xdist-2.5.0, forked-1.4.0
> collected 167 items
> 
> testing/acceptance_test.py ..s..x...xx.. [ 
> 26%]
> ..x.F... [ 
> 55%]
> testing/test_dsession.py x...x   [ 
> 63%]
> testing/test_looponfail.py ...x.ss   [ 
> 72%]
> testing/test_newhooks.py ... [ 
> 74%]
> testing/test_plugin.py ...s..[ 
> 82%]
> testing/test_remote.py xx..  [ 
> 89%]
> 

Bug#1006037: gnome-initial-setup: FTBFS: build-dependency not installable: libgnome-desktop-4-dev

2022-02-18 Thread Lucas Nussbaum
Source: gnome-initial-setup
Version: 42~beta-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, 
> gsettings-desktop-schemas-dev (>= 3.37.1), itstool, libaccountsservice-dev, 
> libcheese-gtk-dev (>= 3.28), libfontconfig1-dev, libgdm-dev (>= 3.8.3), 
> libgeoclue-2-dev (>= 2.3.1), libgeocode-glib-dev, libglib2.0-dev (>= 2.63.1), 
> libgnome-desktop-4-dev, libgoa-1.0-dev, libgoa-backend-1.0-dev, libgtk-3-dev 
> (>= 3.19.12), libgweather-3-dev (>= 3.13.91), libhandy-1-dev (>= 1.5.90), 
> libibus-1.0-dev (>= 1.5.2), libjson-glib-dev, libkrb5-dev, 
> libmalcontent-0-dev, libmalcontent-ui-0-dev, libnm-dev (>= 1.2), libnma-dev 
> (>= 1.0), libpango1.0-dev (>= 1.32.5), libpolkit-gobject-1-dev (>= 0.103), 
> libpwquality-dev, librest-dev, libsecret-1-dev (>= 0.18.8), libsystemd-dev, 
> libwebkit2gtk-4.0-dev (>= 2.26), meson (>= 0.50.0), systemd (>= 242), 
> build-essential, fakeroot
> Filtered Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, 
> gsettings-desktop-schemas-dev (>= 3.37.1), itstool, libaccountsservice-dev, 
> libcheese-gtk-dev (>= 3.28), libfontconfig1-dev, libgdm-dev (>= 3.8.3), 
> libgeoclue-2-dev (>= 2.3.1), libgeocode-glib-dev, libglib2.0-dev (>= 2.63.1), 
> libgnome-desktop-4-dev, libgoa-1.0-dev, libgoa-backend-1.0-dev, libgtk-3-dev 
> (>= 3.19.12), libgweather-3-dev (>= 3.13.91), libhandy-1-dev (>= 1.5.90), 
> libibus-1.0-dev (>= 1.5.2), libjson-glib-dev, libkrb5-dev, 
> libmalcontent-0-dev, libmalcontent-ui-0-dev, libnm-dev (>= 1.2), libnma-dev 
> (>= 1.0), libpango1.0-dev (>= 1.32.5), libpolkit-gobject-1-dev (>= 0.103), 
> libpwquality-dev, librest-dev, libsecret-1-dev (>= 0.18.8), libsystemd-dev, 
> libwebkit2gtk-4.0-dev (>= 2.26), meson (>= 0.50.0), systemd (>= 242), 
> build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [963 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [741 B]
> Get:5 copy:/<>/apt_archive ./ Packages [760 B]
> Fetched 2464 B in 0s (174 kB/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-main-dummy : Depends: libgnome-desktop-4-dev but it is 
> not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/gnome-initial-setup_42~beta-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006034: libpdl-ccs-perl: FTBFS: dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2

2022-02-18 Thread Lucas Nussbaum
Source: libpdl-ccs-perl
Version: 1.23.17-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<>/CCS/IO'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" 
> "-e" "undef *Test::Harness::Switches; test_harness(1, '../../blib/lib', 
> '../../blib/arch')" t/*.t
> t/00_basic.t .. 
> 1..6
> ok 1 - use PDL::CCS::IO::Common;
> ok 2 - use PDL::CCS::IO::FastRaw;
> ok 3 - use PDL::CCS::IO::FITS;
> ok 4 - use PDL::CCS::IO::MatrixMarket;
> ok 5 - use PDL::CCS::IO::LDAC;
> ok 6 - use PDL::CCS::IO::PETSc;
> ok
> t/01_io.t . 
> 1..90
> ok 1 - use PDL::CCS::IO::Common;
> ok 2 - use PDL::CCS::IO::FastRaw;
> ok 3 - use PDL::CCS::IO::FITS;
> ok 4 - use PDL::CCS::IO::MatrixMarket;
> ok 5 - use PDL::CCS::IO::LDAC;
> ok 6 - use PDL::CCS::IO::PETSc;
> ok 7 - ccs.raw - writer sub
> ok 8 - ccs.raw - reader sub
> ok 9 - ccs.raw - write
> ok 10 - ccs.raw - read
> ok 11 - ccs.raw - ref
> ok 12 - ccs.raw - data
> ok 13 - ccs.fits - writer sub
> ok 14 - ccs.fits - reader sub
> ok 15 - ccs.fits - write
> ok 16 - ccs.fits - read
> ok 17 - ccs.fits - ref
> ok 18 - ccs.fits - data
> ok 19 - ccs.mm - writer sub
> ok 20 - ccs.mm - reader sub
> ok 21 - ccs.mm - write
> ok 22 - ccs.mm - read
> ok 23 - ccs.mm - ref
> ok 24 - ccs.mm - data
> ok 25 - ccs.mm0 - writer sub
> ok 26 - ccs.mm0 - reader sub
> ok 27 - ccs.mm0 - write
> ok 28 - ccs.mm0 - read
> ok 29 - ccs.mm0 - ref
> ok 30 - ccs.mm0 - data
> ok 31 - dense.mm - writer sub
> ok 32 - dense.mm - reader sub
> ok 33 - dense.mm - write
> ok 34 - dense.mm - read
> ok 35 - dense.mm - ref
> ok 36 - dense.mm - data
> ok 37 - ccs3.mm - writer sub
> ok 38 - ccs3.mm - reader sub
> ok 39 - ccs3.mm - write
> ok 40 - ccs3.mm - read
> ok 41 - ccs3.mm - ref
> ok 42 - ccs3.mm - data
> ok 43 - ccs3.mm0 - writer sub
> ok 44 - ccs3.mm0 - reader sub
> ok 45 - ccs3.mm0 - write
> ok 46 - ccs3.mm0 - read
> ok 47 - ccs3.mm0 - ref
> ok 48 - ccs3.mm0 - data
> ok 49 - dense3.mm - writer sub
> ok 50 - dense3.mm - reader sub
> ok 51 - dense3.mm - write
> ok 52 - dense3.mm - read
> ok 53 - dense3.mm - ref
> ok 54 - dense3.mm - data
> ok 55 - ccs.ldac - writer sub
> ok 56 - ccs.ldac - reader sub
> ok 57 - ccs.ldac - write
> ok 58 - ccs.ldac - read
> ok 59 - ccs.ldac - ref
> ok 60 - ccs.ldac - data
> ok 61 - ccs.ldac0 - writer sub
> ok 62 - ccs.ldac0 - reader sub
> ok 63 - ccs.ldac0 - write
> ok 64 - ccs.ldac0 - read
> ok 65 - ccs.ldac0 - ref
> ok 66 - ccs.ldac0 - data
> ok 67 - ccs.ldact - writer sub
> ok 68 - ccs.ldact - reader sub
> ok 69 - ccs.ldact - write
> ok 70 - ccs.ldact - read
> ok 71 - ccs.ldact - ref
> ok 72 - ccs.ldact - data
> ok 73 - ccs.ldact0 - writer sub
> ok 74 - ccs.ldact0 - reader sub
> ok 75 - ccs.ldact0 - write
> ok 76 - ccs.ldact0 - read
> ok 77 - ccs.ldact0 - ref
> ok 78 - ccs.ldact0 - data
> ok 79 - ccs.petsc - writer sub
> ok 80 - ccs.petsc - reader sub
> ok 81 - ccs.petsc - write
> ok 82 - ccs.petsc - read
> ok 83 - ccs.petsc - ref
> ok 84 - ccs.petsc - data
> ok 85 - ccs.petscb - writer sub
> ok 86 - ccs.petscb - reader sub
> ok 87 - ccs.petscb - write
> ok 88 - ccs.petscb - read
> ok 89 - ccs.petscb - ref
> ok 90 - ccs.petscb - data
> ok
> All tests successful.
> Files=2, Tests=96,  1 wallclock secs ( 0.04 usr  0.00 sys +  0.44 cusr  0.05 
> csys =  0.53 CPU)
> Result: PASS
> make[3]: Leaving directory '/<>/CCS/IO'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" 
> "-e" "undef *Test::Harness::Switches; test_harness(1, '../blib/lib', 
> '../blib/arch')" t/*.t
> t/00_basic.t . 
> 1..1
> ok 1 - use PDL::CCS::Nd;
> ok
> t/01_encode.t  
> 1..83
> loaded /<>/t/common.plt
> loaded /<>/CCS/t/common.plt
> ok 1 - newFromDense:missing=0:defined
> ok 2 - newFromDense:missing=0:dims
> ok 3 - newFromDense:missing=0:nelem
> ok 4 - newFromDense:missing=0:_nnz
> ok 5 - newFromDense:missing=0:whichND
> ok 6 - newFromDense:missing=0:nzvals
> ok 7 - newFromDense:missing=0:missing:value
> ok 8 - newFromDense:missing=0:decode
> ok 9 - newFromDense:missing=0:todense
> ok 10 - toccs:missing=0:defined
> ok 11 - toccs:missing=0:dims
> ok 12 - toccs:missing=0:nelem
> ok 13 - toccs:missing=0:_nnz
> ok 14 - toccs:missing=0:whichND
> ok 15 - toccs:missing=0:nzvals
> ok 16 - toccs:missing=0:missing:value
> ok 17 - toccs:missing=0:decode
> ok 18 - toccs:missing=0:todense
> ok 19 - newFromWhich:missing=0:defined
> ok 20 - newFromWhich:missing=0:dims
> ok 21 - newFromWhich:missing=0:nelem
> ok 22 - newFromWhich:missing=0:_nnz
> ok 23 - newFromWhich:missing=0:whichND
> ok 24 - newFromWhich:missing=0:nzvals
> ok 25 - newFromWhich:missing=0:missing:value
> ok 26 - newFromWhich:missing=0:decode
> ok 27 - newFromWhich:missing=0:todense
> ok 28 - newFromDense:missing=BAD:explicit:defined
> ok 29 - newFromDense:missing=BAD:explicit:dims
> ok 30 - newFromDense:missing=BAD:explicit:nelem
> ok 31 - 

Bug#1006035: ruby-heapy: FTBFS: ERROR: Error installing /tmp/d20220218-169793-6cuult/heapy-0.1.4.gem: heapy-0.1.4 requires Ruby version ~> 2.3. The current ruby version is 3.0.2.107.

2022-02-18 Thread Lucas Nussbaum
Source: ruby-heapy
Version: 0.1.4-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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=ruby --with ruby
>dh_update_autotools_config -O--buildsystem=ruby
>dh_autoreconf -O--buildsystem=ruby
>dh_auto_configure -O--buildsystem=ruby
>   dh_ruby --configure
>dh_auto_build -O--buildsystem=ruby
>   dh_ruby --build
>dh_ruby --build
>dh_auto_test -O--buildsystem=ruby
>   dh_ruby --test
>create-stamp debian/debhelper-build-stamp
>dh_testroot -O--buildsystem=ruby
>dh_prep -O--buildsystem=ruby
>dh_auto_install --destdir=debian/ruby-heapy/ -O--buildsystem=ruby
>   dh_ruby --install /<>/debian/ruby-heapy
>dh_ruby --install
> /usr/bin/ruby3.0 -S gem build --config-file /dev/null --verbose 
> /tmp/d20220218-169793-6cuult/gemspec
> Failed to load /dev/null because it doesn't contain valid YAML hash
> WARNING:  open-ended dependency on rspec (>= 0, development) is not 
> recommended
>   use a bounded requirement, such as '~> x.y'
> WARNING:  See https://guides.rubygems.org/specification-reference/ for help
>   Successfully built RubyGem
>   Name: heapy
>   Version: 0.1.4
>   File: heapy-0.1.4.gem
> /usr/bin/ruby3.0 -S gem install --config-file /dev/null --verbose --local 
> --verbose --no-document --ignore-dependencies --install-dir 
> debian/ruby-heapy/usr/share/rubygems-integration/all 
> /tmp/d20220218-169793-6cuult/heapy-0.1.4.gem
> Failed to load /dev/null because it doesn't contain valid YAML hash
> ERROR:  Error installing /tmp/d20220218-169793-6cuult/heapy-0.1.4.gem:
>   heapy-0.1.4 requires Ruby version ~> 2.3. The current ruby version is 
> 3.0.2.107.
> /usr/lib/ruby/vendor_ruby/gem2deb.rb:54:in `run': /usr/bin/ruby3.0 -S gem 
> install --config-file /dev/null --verbose --local --verbose --no-document 
> --ignore-dependencies --install-dir 
> debian/ruby-heapy/usr/share/rubygems-integration/all 
> /tmp/d20220218-169793-6cuult/heapy-0.1.4.gem (Gem2Deb::CommandFailed)
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:212:in `run_gem'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:120:in `block 
> in install_files_and_build_extensions'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:68:in `each'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:68:in 
> `install_files_and_build_extensions'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:28:in `install'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:86:in `block in 
> install'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:84:in `each'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:84:in `install'
>   from /usr/bin/dh_ruby:89:in `'
> dh_auto_install: error: dh_ruby --install /<>/debian/ruby-heapy 
> returned exit code 1
> make: *** [debian/rules:7: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/ruby-heapy_0.1.4-2_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006033: python-xlib: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-18 Thread Lucas Nussbaum
Source: python-xlib
Version: 0.29-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> xvfb-run dh_auto_test
> I: pybuild base:237: cd /<>/.pybuild/cpython3_3.10_xlib/build; 
> python3.10 -m unittest discover -v 
> test (test.test_bytesview.BytesViewTest) ... ok
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> skipped 'big-endian tests, skipping on this system'
> testPack0 (test.test_events_le.TestClientMessage) ... ok
> testPack1 (test.test_events_le.TestClientMessage) ... ok
> testPack2 (test.test_events_le.TestClientMessage) ... ok
> testUnpack0 (test.test_events_le.TestClientMessage) ... ok
> testUnpack1 (test.test_events_le.TestClientMessage) ... ok
> testUnpack2 (test.test_events_le.TestClientMessage) ... ok
> testPack0 (test.test_events_le.TestColormapNotify) ... ok
> testUnpack0 (test.test_events_le.TestColormapNotify) ... ok
> testPack0 (test.test_events_le.TestConfigureNotify) ... ok
> testUnpack0 (test.test_events_le.TestConfigureNotify) ... ok
> testPack0 (test.test_events_le.TestConfigureRequest) ... ok
> testUnpack0 (test.test_events_le.TestConfigureRequest) ... ok
> testPack0 (test.test_events_le.TestCreateNotify) ... ok
> testUnpack0 (test.test_events_le.TestCreateNotify) ... ok
> testPack0 (test.test_events_le.TestDestroyNotify) ... ok
> testUnpack0 (test.test_events_le.TestDestroyNotify) ... ok
> testPack0 (test.test_events_le.TestExpose) ... ok
> testUnpack0 (test.test_events_le.TestExpose) ... ok
> testPack0 (test.test_events_le.TestGraphicsExpose) ... ok
> testUnpack0 (test.test_events_le.TestGraphicsExpose) ... ok
> testPack0 (test.test_events_le.TestGravityNotify) ... ok
> testUnpack0 (test.test_events_le.TestGravityNotify) ... ok
> testPack0 (test.test_events_le.TestKeymapNotify) ... ok
> testUnpack0 (test.test_events_le.TestKeymapNotify) ... ok
> testPack0 (test.test_events_le.TestMapNotify) ... ok
> testUnpack0 (test.test_events_le.TestMapNotify) ... ok
> testPack0 (test.test_events_le.TestMapRequest) ... ok
> testUnpack0 (test.test_events_le.TestMapRequest) ... ok
> testPack0 (test.test_events_le.TestMappingNotify) ... ok
> testUnpack0 (test.test_events_le.TestMappingNotify) ... ok
> testPack0 (test.test_events_le.TestNoExpose) ... ok
> testUnpack0 (test.test_events_le.TestNoExpose) ... ok
> testPack0 (test.test_events_le.TestPropertyNotify) ... ok
> testUnpack0 (test.test_events_le.TestPropertyNotify) ... ok
> testPack0 (test.test_events_le.TestReparentNotify) ... ok
> testUnpack0 (test.test_events_le.TestReparentNotify) ... ok
> testPack0 (test.test_events_le.TestResizeRequest) ... ok
> testUnpack0 (test.test_events_le.TestResizeRequest) ... ok
> testPack0 (test.test_events_le.TestSelectionClear) ... ok
> testUnpack0 (test.test_events_le.TestSelectionClear) ... ok
> testPack0 (test.test_events_le.TestSelectionNotify) ... ok
> testUnpack0 (test.test_events_le.TestSelectionNotify) ... ok
> testPack0 (test.test_events_le.TestSelectionRequest) ... ok
> testUnpack0 (test.test_events_le.TestSelectionRequest) ... ok
> testPack0 (test.test_events_le.TestUnmapNotify) ... ok
> testUnpack0 (test.test_events_le.TestUnmapNotify) ... ok
> testPack0 (test.test_events_le.TestVisibilityNotify) ... ok
> testUnpack0 (test.test_events_le.TestVisibilityNotify) ... ok
> testToBinary1 (test.test_manual.TestListWithFancyValue) ... ok
> testToBinary1 (test.test_manual.TestNestedStruct) ... ok
> testToBinary2 (test.test_manual.TestNestedStruct) ... ok
> testToBinary3 (test.test_manual.TestNestedStruct) ... ok
> testToBinary1 (test.test_manual.TestNestedStructWithFancyValue) ... ok
> testToBinary2 (test.test_manual.TestNestedStructWithFancyValue) ... ok
> testToBinary3 (test.test_manual.TestNestedStructWithFancyValue) ... ok
> testParseAndQuery (test.test_rdb.TestRDB) ... ok

Bug#1006031: ruby-diaspora-federation: FTBFS: ERROR: Error installing /tmp/d20220218-85959-ao9ro1/diaspora_federation-0.2.7.gem: diaspora_federation-0.2.7 requires Ruby version ~> 2.1. The current ru

2022-02-18 Thread Lucas Nussbaum
Source: ruby-diaspora-federation
Version: 0.2.7-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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=ruby --with ruby
>dh_update_autotools_config -O--buildsystem=ruby
>dh_autoreconf -O--buildsystem=ruby
>dh_auto_configure -O--buildsystem=ruby
>   dh_ruby --configure
>dh_auto_build -O--buildsystem=ruby
>   dh_ruby --build
>dh_ruby --build
>dh_auto_test -O--buildsystem=ruby
>   dh_ruby --test
>create-stamp debian/debhelper-build-stamp
>dh_testroot -O--buildsystem=ruby
>dh_prep -O--buildsystem=ruby
>dh_auto_install --destdir=debian/ruby-diaspora-federation/ 
> -O--buildsystem=ruby
>   dh_ruby --install /<>/debian/ruby-diaspora-federation
>dh_ruby --install
> /usr/bin/ruby3.0 -S gem build --config-file /dev/null --verbose 
> /tmp/d20220218-85959-ao9ro1/gemspec
> Failed to load /dev/null because it doesn't contain valid YAML hash
>   Successfully built RubyGem
>   Name: diaspora_federation
>   Version: 0.2.7
>   File: diaspora_federation-0.2.7.gem
> /usr/bin/ruby3.0 -S gem install --config-file /dev/null --verbose --local 
> --verbose --no-document --ignore-dependencies --install-dir 
> debian/ruby-diaspora-federation/usr/share/rubygems-integration/all 
> /tmp/d20220218-85959-ao9ro1/diaspora_federation-0.2.7.gem
> Failed to load /dev/null because it doesn't contain valid YAML hash
> ERROR:  Error installing 
> /tmp/d20220218-85959-ao9ro1/diaspora_federation-0.2.7.gem:
>   diaspora_federation-0.2.7 requires Ruby version ~> 2.1. The current 
> ruby version is 3.0.2.107.
> /usr/lib/ruby/vendor_ruby/gem2deb.rb:54:in `run': /usr/bin/ruby3.0 -S gem 
> install --config-file /dev/null --verbose --local --verbose --no-document 
> --ignore-dependencies --install-dir 
> debian/ruby-diaspora-federation/usr/share/rubygems-integration/all 
> /tmp/d20220218-85959-ao9ro1/diaspora_federation-0.2.7.gem 
> (Gem2Deb::CommandFailed)
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:212:in `run_gem'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:120:in `block 
> in install_files_and_build_extensions'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:68:in `each'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:68:in 
> `install_files_and_build_extensions'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:28:in `install'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:86:in `block in 
> install'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:84:in `each'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:84:in `install'
>   from /usr/bin/dh_ruby:89:in `'
> dh_auto_install: error: dh_ruby --install 
> /<>/debian/ruby-diaspora-federation returned exit code 1
> make: *** [debian/rules:8: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/ruby-diaspora-federation_0.2.7-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006030: node-cli-truncate: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

2022-02-18 Thread Lucas Nussbaum
Source: node-cli-truncate
Version: 2.1.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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 --buildsystem=nodejs
>dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../. node_modules/cli-truncate
>   /bin/sh -ex debian/tests/pkg-js/test
> + tape test.js
> TAP version 13
> # main
> /<>/index.js:102
>   return sliceAnsi(text, 0, columns - ellipsisWidth) + ellipsis;
>  ^
> 
> TypeError: sliceAnsi is not a function
> at module.exports (/<>/index.js:102:10)
> at Test. (/<>/test.js:5:7)
> at Test.bound [as _cb] (/usr/share/nodejs/tape/lib/test.js:99:32)
> at Test.run (/usr/share/nodejs/tape/lib/test.js:117:31)
> at Test.bound [as run] (/usr/share/nodejs/tape/lib/test.js:99:32)
> at Immediate.next (/usr/share/nodejs/tape/lib/results.js:88:19)
> at processImmediate (internal/timers.js:461:21)
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/node-cli-truncate_2.1.0-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006029: gtk+3.0: FTBFS: dh_auto_test: error: cd debian/build/deb && make -j8 check VERBOSE=1 -k check -j1 returned exit code 2

2022-02-18 Thread Lucas Nussbaum
Source: gtk+3.0
Version: 3.24.31-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[4]: Entering directory '/<>/debian/build/deb'
> make[4]: Leaving directory '/<>/debian/build/deb'
> make[3]: Leaving directory '/<>/debian/build/deb'
> make[2]: *** [Makefile:751: check-recursive] Error 1
> make[2]: Target 'check' not remade because of errors.
> make[2]: Leaving directory '/<>/debian/build/deb'
> dh_auto_test: error: cd debian/build/deb && make -j8 check VERBOSE=1 -k check 
> -j1 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/gtk+3.0_3.24.31-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006028: php-crypt-gpg: FTBFS: PHPUnit\Framework\Exception: PHP Fatal error: Uncaught Crypt_GPG_BadPassphraseException: Cannot export private key. Incorrect passphrase provided for keys: "First Ke

2022-02-18 Thread Lucas Nussbaum
Source: php-crypt-gpg
Version: 1.6.7-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # without --process-isolation there is a weird race condition
> # causing the tests to fails GnuPG when can't use /run/user/ID as
> # socket directory (for instance because it's not there) and uses
> # its homedir as fallback -- removing the GNUPGHOME between each
> # test seems to cause problems when it contains the agent socket
> phpunit --include-path Crypt_GPG-*/ Crypt_GPG-*/tests \
>   --process-isolation --exclude-group write
> PHPUnit 9.5.13 by Sebastian Bergmann and contributors.
> 
> S..  63 / 295 ( 
> 21%)
> ...E... 126 / 295 ( 
> 42%)
> ... 189 / 295 ( 
> 64%)
> ... 252 / 295 ( 
> 85%)
> ... 295 / 295 
> (100%)
> 
> Time: 01:40.173, Memory: 8.00 MB
> 
> There was 1 error:
> 
> 1) ExportPrivateKeyTest::testExportPrivateKey_with_bad_pass
> PHPUnit\Framework\Exception: PHP Fatal error:  Uncaught 
> Crypt_GPG_BadPassphraseException: Cannot export private key. Incorrect 
> passphrase provided for keys: "First Keypair Test Key (do not encrypt 
> important data with this key) ", 
> "F27FB97E211A40BDD61FAD75E7493277280054C4", "First Keypair Test Key (do not 
> encrypt important data with this key) ". in 
> /<>/Crypt_GPG-1.6.7/Crypt/GPG/ProcessHandler.php on line 634
> #0 /<>/Crypt_GPG-1.6.7/Crypt/GPG/ProcessHandler.php(634): 
> Crypt_GPG_ProcessHandler->badPassException()
> #1 /<>/Crypt_GPG-1.6.7/Crypt/GPG/Engine.php(1741): 
> Crypt_GPG_ProcessHandler->throwException()
> #2 /<>/Crypt_GPG-1.6.7/Crypt/GPG/Engine.php(655): 
> Crypt_GPG_Engine->_closeSubprocess()
> #3 [internal function]: Crypt_GPG_Engine->__destruct()
> #4 {main}
>   thrown in /<>/Crypt_GPG-1.6.7/Crypt/GPG/ProcessHandler.php on 
> line 858
> Fatal error: Uncaught Crypt_GPG_BadPassphraseException: Cannot export private 
> key. Incorrect passphrase provided for keys: "First Keypair Test Key (do not 
> encrypt important data with this key) ", 
> "F27FB97E211A40BDD61FAD75E7493277280054C4", "First Keypair Test Key (do not 
> encrypt important data with this key) ". in 
> /<>/Crypt_GPG-1.6.7/Crypt/GPG/ProcessHandler.php on line 634
> #0 /<>/Crypt_GPG-1.6.7/Crypt/GPG/ProcessHandler.php(634): 
> Crypt_GPG_ProcessHandler->badPassException()
> #1 /<>/Crypt_GPG-1.6.7/Crypt/GPG/Engine.php(1741): 
> Crypt_GPG_ProcessHandler->throwException()
> #2 /<>/Crypt_GPG-1.6.7/Crypt/GPG/Engine.php(655): 
> Crypt_GPG_Engine->_closeSubprocess()
> #3 [internal function]: Crypt_GPG_Engine->__destruct()
> #4 {main}
>   thrown in /<>/Crypt_GPG-1.6.7/Crypt/GPG/ProcessHandler.php on 
> line 858
> 
> ERRORS!
> Tests: 295, Assertions: 934, Errors: 1, Skipped: 9.
> make[1]: *** [debian/rules:11: override_dh_auto_test] Error 2


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/php-crypt-gpg_1.6.7-1_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006027: jsjac: FTBFS: java.io.FileNotFoundException: jsjac.uncompressed.js (No such file or directory)

2022-02-18 Thread Lucas Nussbaum
Source: jsjac
Version: 1.3.4+dfsg-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> building ...
> packing...
>   src/jsextras.js
>   src/crypt.js
>   src/JSJaCJSON.js
>   src/xmlextras.js
>   src/JSJaCBuilder.js
>   src/JSJaCConstants.js
>   src/JSJaCConsoleLogger.js
>   src/JSJaCCookie.js
>   src/JSJaCError.js
>   src/JSJaCJID.js
>   src/JSJaCKeys.js
>   src/JSJaCPacket.js
>   src/JSJaCConnection.js
>   src/JSJaCHttpBindingConnection.js
>   src/JSJaCHttpPollingConnection.js
>   src/JSJaC.js
> done.
> script ./jsjac.js packed in ./jsjac.packed.js.tmp, in 0.0223 s.
> Loading sources from src/JSJaCPacket.js
> Loading sources from src/JSJaCBuilder.js
> Loading sources from src/JSJaCConsoleLogger.js
> Loading sources from src/xmlextras.js
> Loading sources from src/JSJaCConfig.js
> Loading sources from src/JSJaCConnection.js
> Loading sources from src/header.js
> Loading sources from src/JSJaCJSON.js
> Loading sources from src/JSJaCError.js
> Loading sources from src/JSJaCHttpPollingConnection.js
> Loading sources from src/JSJaCConstants.js
> Loading sources from src/JSJaCHttpBindingConnection.js
> Loading sources from src/JSJaCCookie.js
> Loading sources from src/JSJaCJID.js
> Loading sources from src/crypt.js
> Loading sources from src/JSJaC.js
> Loading sources from src/jsextras.js
> Loading sources from src/JSJaCKeys.js
> Completed generating documentation
> make[2]: Leaving directory '/<>'
> yui-compressor jsjac.uncompressed.js -o jsjac.min.js
> java.io.FileNotFoundException: jsjac.uncompressed.js (No such file or 
> directory)
>   at java.base/java.io.FileInputStream.open0(Native Method)
>   at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
>   at java.base/java.io.FileInputStream.(FileInputStream.java:157)
>   at java.base/java.io.FileInputStream.(FileInputStream.java:112)
>   at 
> com.yahoo.platform.yui.compressor.YUICompressor.main(YUICompressor.java:133)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>   at com.yahoo.platform.yui.compressor.Bootstrap.main(Bootstrap.java:21)
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/jsjac_1.3.4+dfsg-3_unstable.log

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

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1006026: ruby-axiom-types: FTBFS: ERROR: Test "ruby3.0" failed: ArgumentError: Cannot proxy frozen objects, rspec-mocks relies on proxies for method stubbing and expectations.

2022-02-18 Thread Lucas Nussbaum
Source: ruby-axiom-types
Version: 0.1.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
>  ArgumentError:
>Cannot proxy frozen objects, rspec-mocks relies on proxies for method 
> stubbing and expectations.
>  # ./spec/unit/axiom/types/class_methods/finalize_spec.rb:14:in `block (2 
> levels) in '
> 
> Top 10 slowest examples (0.02984 seconds, 11.5% of total time):
>   Axiom::Types::Hash.infer with Axiom::Types::Hash with an Hash with a nil 
> key and value primitive key_type is expected to equal Axiom::Types::Object 
> (BasicObject)
> 0.00549 seconds 
> ./spec/unit/axiom/types/hash/class_methods/infer_spec.rb:95
>   Axiom::Types::Encodable.extended delegates to the ancestor
> 0.00394 seconds 
> ./spec/unit/axiom/types/encodable/class_methods/extended_spec.rb:10
>   Axiom::Types::Object.infer with the type when the argument is ::Object is 
> expected to equal Axiom::Types::Object (BasicObject)
> 0.00356 seconds 
> ./spec/unit/axiom/types/object/class_methods/infer_spec.rb:26
>   Axiom::Types::Object.infer with the type when the argument is ::DateTime is 
> expected to equal Axiom::Types::Object (BasicObject)
> 0.00353 seconds 
> ./spec/unit/axiom/types/object/class_methods/infer_spec.rb:42
>   Axiom::Types.infer when the type is Axiom::Types::Symbol is expected to 
> equal Axiom::Types::Symbol (Symbol)
> 0.00328 seconds ./spec/unit/axiom/types/class_methods/infer_spec.rb:18
>   Axiom::Types::Encodable#finalize when an ascii compatible encoding (UTF-8) 
> is used adds a constraint that returns true for TIS-620 encoding
> 0.00294 seconds ./spec/unit/axiom/types/encodable/finalize_spec.rb:35
>   Axiom::Types::Collection.infer with a a non-base class when the argument is 
> nil is expected to be nil
> 0.00288 seconds 
> ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:130
>   Axiom::Types::Object.finalize adds a constraint that returns true for a 
> valid primitive
> 0.00145 seconds 
> ./spec/unit/axiom/types/object/class_methods/finalize_spec.rb:22
>   Axiom::Types::Object.coercion_method with a symbol sets the coercion_method
> 0.0014 seconds 
> ./spec/unit/axiom/types/object/class_methods/coercion_method_spec.rb:22
>   Axiom::Types::Object.finalize is expected to be frozen
> 0.00136 seconds 
> ./spec/unit/axiom/types/object/class_methods/finalize_spec.rb:18
> 
> Top 10 slowest example groups:
>   Axiom::Types::Encodable.extended
> 0.00158 seconds average (0.00473 seconds / 3 examples) 
> ./spec/unit/axiom/types/encodable/class_methods/extended_spec.rb:5
>   Axiom::Types::Object.coercion_method
> 0.00143 seconds average (0.00287 seconds / 2 examples) 
> ./spec/unit/axiom/types/object/class_methods/coercion_method_spec.rb:5
>   Axiom::Types::Object.finalize
> 0.00097 seconds average (0.00388 seconds / 4 examples) 
> ./spec/unit/axiom/types/object/class_methods/finalize_spec.rb:5
>   Axiom::Types::Object.infer
> 0.00086 seconds average (0.03592 seconds / 42 examples) 
> ./spec/unit/axiom/types/object/class_methods/infer_spec.rb:5
>   Axiom::Types::Hash.infer
> 0.0008 seconds average (0.03042 seconds / 38 examples) 
> ./spec/unit/axiom/types/hash/class_methods/infer_spec.rb:5
>   Axiom::Types::Collection.infer
> 0.00073 seconds average (0.0131 seconds / 18 examples) 
> ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:5
>   Axiom::Types::Array.infer
> 0.0006 seconds average (0.00961 seconds / 16 examples) 
> ./spec/unit/axiom/types/array/class_methods/infer_spec.rb:5
>   Axiom::Types.finalize
> 0.00058 seconds average (0.00058 seconds / 1 example) 
> ./spec/unit/axiom/types/class_methods/finalize_spec.rb:5
>   Axiom::Types::Set.infer
> 0.00056 seconds average (0.00896 seconds / 16 examples) 
> ./spec/unit/axiom/types/set/class_methods/infer_spec.rb:5
>   Axiom::Types::ValueComparable#range
> 0.00055 seconds average (0.0011 seconds / 2 examples) 
> ./spec/unit/axiom/types/value_comparable/range_spec.rb:5
> 
> Finished in 0.25994 seconds (files took 0.19747 seconds to load)
> 558 examples, 1 failure
> 
> Failed examples:
> 
> rspec ./spec/unit/axiom/types/class_methods/finalize_spec.rb:13 # 
> Axiom::Types.finalize finalizes the descendants
> 
> Randomized with seed 34160
> 
> /usr/bin/ruby3.0 
> -I/usr/share/rubygems-integration/all/gems/rspec-support-3.10.3/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.10.1/lib
>  /usr/share/rubygems-integration/all/gems/rspec-core-3.10.1/exe/rspec 
> --pattern ./spec/\*\*/\*_spec.rb --format documentation failed
> ERROR: Test "ruby3.0" failed: 


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/ruby-axiom-types_0.1.1-2_unstable.log

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 

Bug#1006025: textql: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/dinedal/textql/inputs github.com/dinedal/textql/outputs github.com/dinedal/textql/sqlpar

2022-02-18 Thread Lucas Nussbaum
Source: textql
Version: 2.0.3-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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=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/dinedal/textql/inputs github.com/dinedal/textql/outputs 
> github.com/dinedal/textql/sqlparser 
> github.com/dinedal/textql/sqlparser/sqltypes 
> github.com/dinedal/textql/storage github.com/dinedal/textql/test_util 
> github.com/dinedal/textql/textql github.com/dinedal/textql/util
> internal/unsafeheader
> internal/goexperiment
> runtime/internal/sys
> internal/race
> runtime/internal/atomic
> internal/cpu
> internal/abi
> unicode/utf8
> unicode
> sync/atomic
> internal/itoa
> runtime/internal/math
> math/bits
> encoding
> unicode/utf16
> internal/bytealg
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> runtime/cgo
> errors
> sort
> internal/oserror
> path
> io
> strconv
> syscall
> bytes
> hash
> strings
> crypto
> reflect
> bufio
> regexp/syntax
> internal/syscall/execenv
> time
> internal/syscall/unix
> regexp
> context
> io/fs
> internal/poll
> os
> encoding/binary
> internal/fmtsort
> encoding/base64
> crypto/sha1
> crypto/sha256
> crypto/sha512
> io/ioutil
> path/filepath
> fmt
> github.com/dinedal/textql/test_util
> os/exec
> log
> encoding/csv
> database/sql/driver
> encoding/hex
> flag
> net/url
> encoding/json
> encoding/gob
> os/user
> github.com/dinedal/textql/inputs
> database/sql
> github.com/dinedal/textql/sqlparser/sqltypes
> github.com/dinedal/textql/outputs
> github.com/mattn/go-sqlite3
> github.com/dinedal/textql/sqlparser
> github.com/dinedal/textql/util
> github.com/dinedal/textql/storage
> github.com/dinedal/textql/textql
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 
> github.com/dinedal/textql/inputs github.com/dinedal/textql/outputs 
> github.com/dinedal/textql/sqlparser 
> github.com/dinedal/textql/sqlparser/sqltypes 
> github.com/dinedal/textql/storage github.com/dinedal/textql/test_util 
> github.com/dinedal/textql/textql github.com/dinedal/textql/util
> === RUN   TestCSVInputFakesHeader
> --- PASS: TestCSVInputFakesHeader (0.00s)
> === RUN   TestCSVInputReadsHeader
> --- PASS: TestCSVInputReadsHeader (0.00s)
> === RUN   TestCSVInputReadsSimple
> --- PASS: TestCSVInputReadsSimple (0.00s)
> === RUN   TestCSVInputReadsBad
> --- PASS: TestCSVInputReadsBad (0.00s)
> === RUN   TestCSVInputHasAName
> --- PASS: TestCSVInputHasAName (0.00s)
> PASS
> okgithub.com/dinedal/textql/inputs0.002s
> ? github.com/dinedal/textql/outputs   [no test files]
> ? github.com/dinedal/textql/sqlparser [no test files]
> === RUN   TestNull
> --- PASS: TestNull (0.00s)
> === RUN   TestNumeric
> --- PASS: TestNumeric (0.00s)
> === RUN   TestTime
> --- PASS: TestTime (0.00s)
> === RUN   TestBuildNumeric
> --- PASS: TestBuildNumeric (0.00s)
> === RUN   TestString
> --- PASS: TestString (0.00s)
> === RUN   TestBuildValue
> --- PASS: TestBuildValue (0.00s)
> === RUN   TestEncode
> --- PASS: TestEncode (0.00s)
> PASS
> okgithub.com/dinedal/textql/sqlparser/sqltypes0.010s
> === RUN   TestSQLiteStorageLoadInput
> --- PASS: TestSQLiteStorageLoadInput (0.00s)
> === RUN   TestSQLiteStorageSaveTo
> --- PASS: TestSQLiteStorageSaveTo (0.03s)
> === RUN   TestSQLiteStorageExecuteSQLStringNormalSQL
> --- PASS: TestSQLiteStorageExecuteSQLStringNormalSQL (0.00s)
> === RUN   TestSQLiteStorageExecuteSQLStringMissingSelect
> --- PASS: TestSQLiteStorageExecuteSQLStringMissingSelect (0.00s)
> === RUN   TestSQLiteStorageExecuteSQLStringMissingFromOuterQuery
> --- PASS: TestSQLiteStorageExecuteSQLStringMissingFromOuterQuery (0.00s)
> === RUN   TestSQLiteStorageExecuteSQLStringMissingFromSubQuery
> --- PASS: TestSQLiteStorageExecuteSQLStringMissingFromSubQuery (0.00s)
> === RUN   TestWhitespaceLoadsAsNull
> --- FAIL: TestWhitespaceLoadsAsNull (0.00s)
> panic: interface conversion: interface {} is string, not []uint8 [recovered]
>   panic: interface conversion: interface {} is string, not []uint8
> 
> goroutine 39 [running]:
> testing.tRunner.func1.2({0x5e42a0, 0xc0001654d0})
>   /usr/lib/go-1.17/src/testing/testing.go:1209 +0x24e
> testing.tRunner.func1()
>   /usr/lib/go-1.17/src/testing/testing.go:1212 +0x218
> panic({0x5e42a0, 0xc0001654d0})
>   /usr/lib/go-1.17/src/runtime/panic.go:1038 +0x215
> github.com/dinedal/textql/storage.TestWhitespaceLoadsAsNull(0xc00016a4e0)
>   
> /<>/obj-x86_64-linux-gnu/src/github.com/dinedal/textql/storage/sqlite_test.go:254
>  +0x7a9
> testing.tRunner(0xc00016a4e0, 0x620a90)
>   /usr/lib/go-1.17/src/testing/testing.go:1259 +0x102
> 

Bug#1006024: ignition-fuel-tools: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2

2022-02-18 Thread Lucas Nussbaum
Source: ignition-fuel-tools
Version: 7.0.0+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>/obj-x86_64-linux-gnu'
> Running tests...
> /usr/bin/ctest --force-new-ctest-process --verbose -j8
> UpdateCTestConfiguration  from 
> :/<>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Parse Config file:/<>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> UpdateCTestConfiguration  from 
> :/<>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Parse Config file:/<>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Test project /<>/obj-x86_64-linux-gnu
> Constructing a list of tests
> Done constructing a list of tests
> Updating test list for fixtures
> Added 0 tests to meet fixture requirements
> Checking test dependency graph...
> Checking test dependency graph end
> test 1
>   Start  1: UNIT_ClientConfig_TEST
> 
> 1: Test command: 
> /<>/obj-x86_64-linux-gnu/bin/UNIT_ClientConfig_TEST 
> "--gtest_output=xml:/<>/obj-x86_64-linux-gnu/test_results/UNIT_ClientConfig_TEST.xml"
> 1: Test timeout computed to be: 1500
> test 2
>   Start  2: UNIT_CollectionIdentifier_TEST
> 
> 2: Test command: 
> /<>/obj-x86_64-linux-gnu/bin/UNIT_CollectionIdentifier_TEST 
> "--gtest_output=xml:/<>/obj-x86_64-linux-gnu/test_results/UNIT_CollectionIdentifier_TEST.xml"
> 2: Test timeout computed to be: 1500
> test 3
>   Start  3: UNIT_Helpers_TEST
> 
> 3: Test command: /<>/obj-x86_64-linux-gnu/bin/UNIT_Helpers_TEST 
> "--gtest_output=xml:/<>/obj-x86_64-linux-gnu/test_results/UNIT_Helpers_TEST.xml"
> 3: Test timeout computed to be: 1500
> test 4
>   Start  4: UNIT_JSONParser_TEST
> 
> 4: Test command: 
> /<>/obj-x86_64-linux-gnu/bin/UNIT_JSONParser_TEST 
> "--gtest_output=xml:/<>/obj-x86_64-linux-gnu/test_results/UNIT_JSONParser_TEST.xml"
> 4: Test timeout computed to be: 1500
> test 5
>   Start  5: UNIT_LocalCache_TEST
> 
> 5: Test command: 
> /<>/obj-x86_64-linux-gnu/bin/UNIT_LocalCache_TEST 
> "--gtest_output=xml:/<>/obj-x86_64-linux-gnu/test_results/UNIT_LocalCache_TEST.xml"
> 5: Test timeout computed to be: 1500
> test 6
>   Start  6: UNIT_ModelIdentifier_TEST
> 
> 6: Test command: 
> /<>/obj-x86_64-linux-gnu/bin/UNIT_ModelIdentifier_TEST 
> "--gtest_output=xml:/<>/obj-x86_64-linux-gnu/test_results/UNIT_ModelIdentifier_TEST.xml"
> 6: Test timeout computed to be: 1500
> test 7
>   Start  7: UNIT_ModelIter_TEST
> 
> 7: Test command: 
> /<>/obj-x86_64-linux-gnu/bin/UNIT_ModelIter_TEST 
> "--gtest_output=xml:/<>/obj-x86_64-linux-gnu/test_results/UNIT_ModelIter_TEST.xml"
> 7: Test timeout computed to be: 1500
> test 8
>   Start  8: UNIT_Model_TEST
> 
> 8: Test command: /<>/obj-x86_64-linux-gnu/bin/UNIT_Model_TEST 
> "--gtest_output=xml:/<>/obj-x86_64-linux-gnu/test_results/UNIT_Model_TEST.xml"
> 8: Test timeout computed to be: 1500
> 2: [==] Running 6 tests from 1 test suite.
> 2: [--] Global test environment set-up.
> 2: [--] 6 tests from CollectionIdentifier
> 2: [ RUN  ] CollectionIdentifier.SetFields
> 2: [   OK ] CollectionIdentifier.SetFields (0 ms)
> 2: [ RUN  ] CollectionIdentifier.UniqueName
> 2: [   OK ] CollectionIdentifier.UniqueName (0 ms)
> 2: [ RUN  ] CollectionIdentifier.CopyConstructorDeepCopy
> 1: [==] Running 14 tests from 2 test suites.
> 1: [--] Global test environment set-up.
> 1: [--] 12 tests from ClientConfig
> 1: [ RUN  ] ClientConfig.InitiallyDefaultServers
> 1: [   OK ] ClientConfig.InitiallyDefaultServers (0 ms)
> 1: [ RUN  ] ClientConfig.ServersCanBeAdded
> 1: [   OK ] ClientConfig.ServersCanBeAdded (0 ms)
> 1: [ RUN  ] ClientConfig.CustomDefaultConfiguration
> 3: [==] Running 2 tests from 1 test suite.
> 3: [--] Global test environment set-up.
> 3: [--] 2 tests from HelpersTEST
> 3: [ RUN  ] HelpersTEST.UriToPathNoAuthority
> 3: [   OK ] HelpersTEST.UriToPathNoAuthority (0 ms)
> 3: [ RUN  ] HelpersTEST.UriToPathHasAuthority
> 3: [   OK ] HelpersTEST.UriToPathHasAuthority (0 ms)
> 3: [--] 2 tests from HelpersTEST (0 ms total)
> 3: 
> 3: [--] Global test environment tear-down
> 2: [   OK ] CollectionIdentifier.CopyConstructorDeepCopy (0 ms)
> 2: [ RUN  ] CollectionIdentifier.AssignmentOperatorDeepCopy
> 2: [   OK ] CollectionIdentifier.AssignmentOperatorDeepCopy (0 ms)
> 2: [ RUN  ] CollectionIdentifier.AsString
> 2: [   OK ] CollectionIdentifier.AsString (0 ms)
> 2: [ RUN  ] CollectionIdentifier.AsPrettyString
> 2: [   OK ] CollectionIdentifier.AsPrettyString (0 ms)
> 2: [--] 6 tests from CollectionIdentifier (0 ms total)
> 2: 
> 2: [--] Global test environment tear-down
> 1: [   OK ] ClientConfig.CustomDefaultConfiguration (0 ms)
> 1: [ RUN  ] ClientConfig.CustomConfiguration
> 3: [==] 2 tests from 1 test suite ran. (0 ms total)

Bug#1006023: lombok: FTBFS: [ivy:compile] /<>/src/stubs/com/sun/tools/javadoc/DocCommentScanner.java:4: error: package exists in another module: jdk.javadoc

2022-02-18 Thread Lucas Nussbaum
Source: lombok
Version: 1.18.12-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> ant -Dbasedir=/<> \
>   -Dlombok.version=1.18.12 \
> -Drt-openjdk6.available=true \
> -Drt-openjdk8.available=true \
>   dist dist-utils
> Buildfile: /<>/build.xml
> 
> ensure-ipp:
> 
> ensureOpenJdk8Rt:
> 
> version:
> 
> -unpackLibs:
>   [taskdef] Could not load definitions from resource 
> org/apache/ivy/ant/antlib.xml. It could not be found.
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-9.2.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-all-9.2.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-all.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/asm-analysis-9.2.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-analysis.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-commons-9.2.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-commons.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-debug-all.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-tree-9.2.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-tree.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-util-9.2.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm-util.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/asm.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/cmdreader-1.5.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/cmdreader.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/com.zwitserloot.cmdreader-1.5.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/com.zwitserloot.cmdreader.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/eclipse-jdt-core-manipulation-1.15.0.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/eclipse-jdt-core-manipulation.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/eclipse-jdt-ui-3.24.0.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/eclipse-jdt-ui.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/eclipse-jface-text-3.18.100.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/eclipse-jface-text.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/lombok.injector-0.36.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/lombok.injector.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: 
> /<>/lib/runtime/lombok.patcher-0.36.jar into 
> /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/lombok.patcher.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/osgi.core-7.0.0.jar 
> into /<>/build/lombok
> [ivy:cachedunjar] Expanding: /<>/lib/runtime/osgi.core.jar into 
> /<>/build/lombok
> 
> -ensureJdk9:
> 
> compile:
> [compile:mkdir] Created dir: /<>/build/stubsstubs
> [compile:javac] Compiling 11 source files to /<>/build/stubsstubs
> [compile:javac] Support for javac --release has been added in Java9 ignoring 
> it
> [compile:mkdir] Created dir: /<>/build/stubs
> [compile:javac] Compiling 26 source files to /<>/build/stubs
> [compile:javac] Support for javac --release has been added in Java9 ignoring 
> it
> [ivy:compile] 
> /<>/src/stubs/com/sun/tools/javadoc/DocCommentScanner.java:4: 
> error: package exists in another module: jdk.javadoc
> [ivy:compile] package com.sun.tools.javadoc;
> [ivy:compile] ^
> [ivy:compile] 
> /<>/src/stubs/com/sun/tools/javadoc/DocCommentScanner.java:12: 
> error: DocCommentScanner.Factory is defined in an inaccessible class or 
> interface
> [ivy:compile] protected 
> DocCommentScanner(com.sun.tools.javadoc.DocCommentScanner.Factory fac, 
> CharBuffer buffer) {
> [ivy:compile] 
>^
> [ivy:compile] 
> /<>/src/stubs/com/sun/tools/javadoc/DocCommentScanner.java:16: 
> error: DocCommentScanner.Factory is defined in an inaccessible class or 
> interface
> [ivy:compile] protected 
> DocCommentScanner(com.sun.tools.javadoc.DocCommentScanner.Factory fac, char[] 
> input, int inputLength) {
> [ivy:compile] 
>^
> [ivy:compile] 3 errors
> 
> BUILD FAILED
> /<>/build.xml:200: Compile failed; see the compiler error output 
> for details.
> 
> Total time: 3 seconds
> make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1


The 

Bug#1006022: puma: flaky autopkgtest

2022-02-18 Thread Paul Gevers

Source: puma
Version: 5.5.2-2
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: flaky

Dear maintainer(s),

I looked at the results of the autopkgtest of you package because it was 
showing up as a regression for the upload of glibc. I noticed that the 
test regularly fails on all architectures, particularly since version 
5.5.2-2


Because the unstable-to-testing migration software now blocks on
regressions in testing, flaky tests, i.e. tests that flip between
passing and failing without changes to the list of installed packages,
are causing people unrelated to your package to spend time on these
tests.

Don't hesitate to reach out if you need help and some more information
from our infrastructure.

Paul

https://ci.debian.net/data/autopkgtest/testing/armhf/p/puma/19335931/log.gz

  1) Failure:
TestIntegrationSingle#test_hot_restart_does_not_drop_connections_threads 
[/tmp/autopkgtest-lxc.4tg64laj/downtmp/build.gqr/src/test/helpers/integration.rb:313]:

  0 unexpected_response
  1 refused
  0 read timeout
  0 reset
999 success
893 success after restart
  2 restart count
Expected no refused connections.
Expected: 0
  Actual: 1

412 runs, 1423 assertions, 1 failures, 0 errors, 6 skips


OpenPGP_signature
Description: OpenPGP digital signature


Bug#769919: From Dr. Ava Smith From United States

2022-02-18 Thread Dr Ava Smith
Hello Dear,
My name is Dr Ava Smith from United States.I am a French and American national
(dual)living in the U.S and sometimes in the U.K for the Purpose of Work.
I hope you consider my friend request and consider me worthy to be your friend.
I will share some of my pics and more details about my self when i get
your response
Thanks
With love
Ava



Bug#1002291: bpfcc: Fails to build with libbpf/0.6.1-1

2022-02-18 Thread Vasudev Kamath
Sudip Mukherjee  writes:

> I have now uploaded libbpf/0.7.0 to experimental, can you please try
> building bpfcc and let me know if it works for you.
>

I'm ending up getting different error now related to deprecation.

>/<>/src/cc/bcc_btf.cc:178:33: error: invalid application of 
>‘sizeof’ to incomplete type 
>‘btf_ext_vendored::btf_ext_setup_core_relos(btf_ext_vendored::btf_ext*)::bpf_core_relo’
>   178 | .min_rec_size = sizeof(struct bpf_core_relo),
>   | ^~~~
> /<>/src/cc/bcc_btf.cc: In member function ‘int 
> ebpf::BTF::get_map_tids(std::string, unsigned int, unsigned int, unsigned 
> int*, unsigned int*)’:
> /<>/src/cc/bcc_btf.cc:655:30: warning: ‘int 
> btf__get_map_kv_tids(const btf*, const char*, __u32, __u32, __u32*, __u32*)’ 
> is deprecated: libbpf v0.7+: this API is not necessary when BTF-defined maps 
> are used [-Wdeprecated-declarations]
>   655 |   return btf__get_map_kv_tids(btf_, map_name.c_str(),
>   |  ^~~~
>   656 |   expected_ksize, expected_vsize,
>   |   ~~~
>   657 |   key_tid, value_tid);
>   |   ~~~
> In file included from /<>/src/cc/bcc_libbpf_inc.h:5,
>  from /<>/src/cc/bcc_btf.cc:22:
> /usr/include/bpf/btf.h:154:16: note: declared here
>   154 | LIBBPF_API int btf__get_map_kv_tids(const struct btf *btf, const char 
> *map_name,
>   |^~~~
> /<>/src/cc/bcc_btf.cc: In function ‘int 
> btf_ext_vendored::btf_ext_setup_core_relos(btf_ext_vendored::btf_ext*)’:
> /<>/src/cc/bcc_btf.cc:178:33: error: invalid application of 
> ‘sizeof’ to incomplete type 
> ‘btf_ext_vendored::btf_ext_setup_core_relos(btf_ext_vendored::btf_ext*)::bpf_core_relo’
>   178 | .min_rec_size = sizeof(struct bpf_core_relo),
>   | ^~~~
> /<>/src/cc/bcc_btf.cc: In member function ‘int 
> ebpf::BTF::get_map_tids(std::string, unsigned int, unsigned int, unsigned 
> int*, unsigned int*)’:
> /<>/src/cc/bcc_btf.cc:655:30: warning: ‘int 
> btf__get_map_kv_tids(const btf*, const char*, __u32, __u32, __u32*, __u32*)’ 
> is deprecated: libbpf v0.7+: this API is not necessary when BTF-defined maps 
> are used [-Wdeprecated-declarations]
>   655 |   return btf__get_map_kv_tids(btf_, map_name.c_str(),
>   |  ^~~~
>   656 |   expected_ksize, expected_vsize,
>   |   ~~~
>   657 |   key_tid, value_tid);
>   |   ~~~
> In file included from /<>/src/cc/bcc_libbpf_inc.h:5,
>  from /<>/src/cc/bcc_btf.cc:22:
> /usr/include/bpf/btf.h:154:16: note: declared here
>   154 | LIBBPF_API int btf__get_map_kv_tids(const struct btf *btf, const char 
> *map_name,
>   |^~~~
> make[3]: *** [src/cc/CMakeFiles/bcc-shared.dir/build.make:121: 
> src/cc/CMakeFiles/bcc-shared.dir/bcc_btf.cc.o] Error 1
> make[3]: *** Waiting for unfinished jobs
> [ 69%] Building CXX object 
> src/cc/CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o
> cd /<>/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -DEXPORT_USDT 
> -DHAVE_EXTERNAL_LIBBPF -I/usr/lib/llvm-13/include/../tools/clang/include 
> -I/<>/src -I/<>/obj-x86_64-linux-gnu/src 
> -I/<>/obj-x86_64-linux-gnu/src/cc -I/<>/src/cc 
> -I/<>/obj-x86_64-linux-gnu/src/cc/frontends/b 
> -I/<>/src/cc/frontends/b 
> -I/<>/src/cc/frontends/clang -I/usr/lib/llvm-13/include -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCUSTOM_MACRO=true 
> -Wall  -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result 
> -DLLVM_MAJOR_VERSION=13 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS 
> -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -MD -MT 
> src/cc/CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o -MF 
> CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o.d -o 
> CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o -c 
> /<>/src/cc/bpf_module_rw_engine.cc
> [ 69%] Building CXX object 
> src/cc/CMakeFiles/bcc-shared.dir/exported_files.cc.o
> cd /<>/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -DEXPORT_USDT 
> -DHAVE_EXTERNAL_LIBBPF -Dbcc_shared_EXPORTS 
> -I/usr/lib/llvm-13/include/../tools/clang/include -I/<>/src 
> -I/<>/obj-x86_64-linux-gnu/src 
> -I/<>/obj-x86_64-linux-gnu/src/cc -I/<>/src/cc 
> -I/<>/obj-x86_64-linux-gnu/src/cc/frontends/b 
> -I/<>/src/cc/frontends/b 
> -I/<>/src/cc/frontends/clang -I/usr/lib/llvm-13/include -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 

Bug#1004894: sudo: [i386] invalid opcode

2022-02-18 Thread Marc Haber
On Fri, Feb 18, 2022 at 09:51:57PM +0100, Henning Paul wrote:
> root@alix:~# lscpu
> Architecture:   i586
>   CPU op-mode(s):   32-bit
>   Address sizes:32 bits physical, 32 bits virtual
>   Byte Order:   Little Endian
> CPU(s): 1
>   On-line CPU(s) list:  0
> Vendor ID:  AuthenticAMD
>   Model name:   Geode(TM) Integrated Processor by AMD PCS

Should that not explicitly say "Geode LX"? And, afaik, the Geode LX is a
i686 not an i586 machine?

Martin-Éric, what does your lscpu say?

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#1006021: handbrake doesn't shutdown

2022-02-18 Thread Harald Dunkel

Package: handbrake
Version: 1.5.1+ds1-1

I have installed all packages from the Recommends list (the Suggests
list is empty), I am using handbrake in a local Xwindow session, dbus
and systemd are installed, and yet handbrake cannot shutdown the host
after completing the queue. Last words: A popup showing a message
"shutting down in 1 second" this morning.

Obviously there is something missing. Either there is a package not
installed, or the man page doesn't show the magic to apply to make
shutdown work.


Regards

Harri



Bug#1006020: RFS: pacman-package-manager/6.0.1-1 [ITP] -- Simple library-based package manager

2022-02-18 Thread Ben Westover

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "pacman-package-manager":

 * Package name: pacman-package-manager
   Version : 6.0.1-1
   Upstream Author : Pacman Development Team 
 * URL : https://archlinux.org/pacman/
 * License : GPL-2+, MIT, curl, unlicense, public-domain
 * Vcs : https://salsa.debian.org/benthetechguy/pacman
   Section : admin

It builds those binary packages:

  pacman-package-manager - Simple library-based package manager
  libalpm13 - Arch Linux Package Management library
  makepkg - Arch Linux package build utility

To access further information about this package, please visit the 
following URL:


  https://mentors.debian.net/package/pacman-package-manager/

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/p/pacman-package-manager/pacman-package-manager_6.0.1-1.dsc


Changes for the initial release:

 pacman-package-manager (6.0.1-1) unstable; urgency=medium
 .
   * Initial Package (Closes: #511994)

Regards,
-- Ben Westover


OpenPGP_0xC311C5F54E89B698.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1006019: smartmontools: use new ./configure --with-drivedbinstdir --with-drivedbdir and update-smart-drivedb --install options

2022-02-18 Thread Paul Wise
Source: smartmontools
Version: 7.2-1
Severity: wishlist

Upstream has added some new configure and update-smart-drivedb options
that make the changes for #976696 (/usr vs /var split) more optimal.

I have included the upstream comments below, once the required upstream
version (not sure about the release) is available in Debian, please
switch to the approach and parameters specified in comment 12 below:

https://www.smartmontools.org/ticket/1426#comment:12

   A further enhancement added in r5318:
   
   To distribute drivedb.h separately, use for example:
   
   ./configure ... \
 --with-drivedbinstdir=/usr/share/smartmontools \
 --with-drivedbdir=/var/lib/smartmontools
   
   Then make install installs /usr/share/smartmontools/drivedb.h but
   smartctl and smartd still use /var/lib/smartmontools/drivedb.h.
   
   Include this in the package postinstall script:
   
   /usr/sbin/update-smart-drivedb [--quiet] --install
   
   This copies /usr/share/smartmontools/drivedb.h to
   /var/lib/smartmontools/drivedb.h except if an already present
   version is newer and on the same branch.


https://www.smartmontools.org/ticket/1426#comment:11

   If possible, please test whether this works for your use case:
   
   update-smart-drivedb --no-verify --file /src/dir/drivedb.h 
[/dest/dir/drivedb.h]

https://www.smartmontools.org/ticket/1426#comment:10

   Resolution:  → fixed
   Status:  accepted → closed
   
r5263.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 
'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 
'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.15.0-3-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), LANGUAGE=en_AU:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages smartmontools depends on:
ii  debianutils  4.11.2
ii  libc62.33-5
ii  libcap-ng0   0.7.9-2.2+b1
ii  libgcc-s111.2.0-16
ii  libselinux1  3.3-1+b1
ii  libstdc++6   11.2.0-16
ii  libsystemd0  250.3-2
ii  lsb-base 11.1.0

smartmontools recommends no packages.

Versions of packages smartmontools suggests:
ii  bsd-mailx [mailx]  8.1.2-0.20180807cvs-2
ii  curl   7.81.0-1
ii  gpg2.2.27-3
pn  gsmartcontrol  
ii  lynx   2.9.0dev.10-1
ii  smart-notifier 0.28-8
ii  wget   1.21.2-2+b1

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


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


Bug#1005972: sourced functions when run from set -e shells are suprising

2022-02-18 Thread David
On Sat, 19 Feb 2022 at 00:21, Thomas Stewart  wrote:

> I think all functions that are
> sourced should be audited to handle "set -e" and all initramfs-tools
> eventually modified to use "set -e".

Dear Maintainer,

There is a view among shell-script experts that adding "set -e"
anywhere is to be discouraged [1][2][3].

So I suggest that in any situation where remediation is required,
"set -e" should be removed, not added.

"set -e" is a fantasy to have "automatic" error handling in shell
scripts, but it breaks in all kinds of non-naive situations. The best
practice for shell scripts is to actually handle errors where they
occur:
 command || exit 1
This is not difficult, if that behaviour is desired.

It would be better if Debian policy was modified to be clearer about this.

Kind regards
David

[1] https://lists.gnu.org/archive/html/help-bash/2017-05/msg00020.html
[2] http://mywiki.wooledge.org/BashFAQ/105
[3] https://fvue.nl/wiki/Bash:_Error_handling



Bug#999609: budgie-desktop: ALt+Shift_L causes budgie-wm SEGV

2022-02-18 Thread Kentaro Hayashi
As for 10.5.3+git20220217a-1, it seems that Workaround 2 is not effective 
anymore.


On Sat, 13 Nov 2021 22:37:32 +0900 Kentaro Hayashi  wrote:
> Package: budgie-desktop
> Version: 10.5.3-4
> Severity: important
> X-Debbugs-Cc: ken...@xdump.org
> 

> 
>   * Workaround2: Launch dconf-editor and remove Alt+Shift_L from
>/com/solus-project/budgie-wm/switch-input-source property.
>   
>   Before: ['Shift_L', 'space', 'XF86Keyboard']
>   After: ['space', 'XF86Keyboard']



Bug#990201: extra vendor/ directory

2022-02-18 Thread Benda Xu
Hi Andreas,

Many thanks for taking care of the 3.9 series!


I am confused of the 'vendor/' directory in tag 'upstream/3.9.5+ds1'.

The upstream release at

  https://github.com/sylabs/singularity/releases/tag/v3.9.5

does not have the directory anymore. Neither does the git repo

  https://github.com/sylabs/singularity


What mechanism are we using to re-vendor things into the +ds tarballs?

Cheers,
Benda



Bug#1004037: Segmentation fault in plink2 (Was: src:plink2: fails to migrate to testing for too long: autopkgtest regression)

2022-02-18 Thread Chris Chang
I have confirmed that the original code segfaults when compiled with gcc
11.2 on my Debian instance, and that it runs to completion after the latest
patch.  I have also confirmed that, after the latest patch, all other tests
pass.

On Fri, Feb 18, 2022 at 1:27 PM Chris Chang  wrote:

> I am installing gcc-11 on my Debian instance now, and will be running more
> extensive tests today searching for other things that may have stopped
> working for the same reason.
>
> On Fri, Feb 18, 2022 at 1:22 PM Andreas Tille  wrote:
>
>> I confirm its gcc-11.  I'll check tomorrow.  Thanks a lot for your quick
>> and helpful responses, Andreas.
>>
>> Am Fri, Feb 18, 2022 at 12:53:58PM -0800 schrieb Chris Chang:
>> > I have posted an update under the provisional assumption that it's gcc
>> 11's
>> > new ipa-modref pass that is causing this code to fail, since it does
>> seem
>> > to break some similar code.
>> >
>> > On Fri, Feb 18, 2022 at 11:49 AM Chris Chang 
>> wrote:
>> >
>> > > What compiler version are you using?  This implies that the pgl_malloc
>> > > inline function is not being compiled to the expected code; there is
>> an
>> > > existing non-inlined version that is used for very old gcc versions,
>> but it
>> > > looks like it may also be needed here.
>> > >
>> > > On Fri, Feb 18, 2022 at 11:40 AM Andreas Tille 
>> wrote:
>> > >
>> > >> Hi again,
>> > >>
>> > >> I applied this patch and now I get:
>> > >>
>> > >> (gdb) run
>> > >> Starting program: /usr/lib/plink2/plink2-sse2 --debug --pfile
>> tmp_data
>> > >> --export vcf vcf-dosage=DS --out tmp_data2
>> > >> [Thread debugging using libthread_db enabled]
>> > >> Using host libthread_db library
>> "/lib/x86_64-linux-gnu/libthread_db.so.1".
>> > >> [New Thread 0x74cc7640 (LWP 4060797)]
>> > >> [New Thread 0x7fffec4c6640 (LWP 4060798)]
>> > >> [New Thread 0x7fffebcc5640 (LWP 4060799)]
>> > >> PLINK v2.00a3 64-bit (29 Jan 2022)
>> > >> www.cog-genomics.org/plink/2.0/
>> > >> (C) 2005-2022 Shaun Purcell, Christopher Chang   GNU General Public
>> > >> License v3
>> > >> Logging to tmp_data2.log.
>> > >> Options in effect:
>> > >>   --debug
>> > >>   --export vcf vcf-dosage=DS
>> > >>   --out tmp_data2
>> > >>   --pfile tmp_data
>> > >>
>> > >> Start time: Fri Feb 18 19:06:45 2022
>> > >> 31998 MiB RAM detected; reserving 15999 MiB for main workspace.
>> > >> Using up to 4 compute threads.
>> > >> [New Thread 0x77fc5640 (LWP 4060800)]
>> > >> sizeof(PhenoCol): 40  pheno_cols: 0
>> > >> --debug: setting pheno_cols[0].nonmiss. = nullptr
>> > >>
>> > >> Thread 1 "plink2-sse2" received signal SIGSEGV, Segmentation fault.
>> > >> 0x556fb82e in plink2::LoadPsam (psamname=psamname@entry
>> =0x7fffbe70
>> > >> "tmp_data.psam", pheno_range_list_ptr=, fam_cols=...,
>> > >> pheno_ct_max=,
>> > >> missing_pheno=, affection_01=0, max_thread_ct=4,
>> > >> piip=0x7fff8880, sample_include_ptr=0x7fff8790,
>> > >> founder_info_ptr=0x7fff87a8, sex_nm_ptr=0x7fff8798,
>> > >> sex_male_ptr=0x7fff87a0, pheno_cols_ptr=0x7fff8770,
>> > >> pheno_names_ptr=0x7fff8780, raw_sample_ct_ptr=0x7fff8728,
>> > >> pheno_ct_ptr=0x7fff8720,
>> > >> max_pheno_name_blen_ptr=0x7fff87b0) at ../plink2_psam.cc:615
>> > >> warning: Source file is more recent than executable.
>> > >> 615 pheno_cols[pheno_idx].nonmiss = nullptr;
>> > >>
>> > >> Kind regards
>> > >>
>> > >>   Andreas.
>> > >>
>> > >> Am Fri, Feb 18, 2022 at 08:45:12AM -0800 schrieb Chris Chang:
>> > >> > Ok, I don't know why that particular line would fail, but I've
>> added
>> > >> > another debug-print before it on GitHub.
>> > >> >
>> > >> > On Fri, Feb 18, 2022 at 4:24 AM Andreas Tille <
>> andr...@fam-tille.de>
>> > >> wrote:
>> > >> >
>> > >> > > Hi Chris,
>> > >> > >
>> > >> > > Am Thu, Feb 17, 2022 at 07:13:49PM -0800 schrieb Chris Chang:
>> > >> > > > I was unable to replicate this issue on a Debian EC2 instance.
>> > >> However,
>> > >> > > > there are very few things that happen between printing "End
>> time:"
>> > >> and
>> > >> > > > program exit, so I have added a bunch of debug-prints (active
>> when
>> > >> the
>> > >> > > > --debug flag is passed in) to the latest GitHub commit that
>> should
>> > >> reveal
>> > >> > > > which of those few things is triggering the segfault; let me
>> know
>> > >> if you
>> > >> > > > are able to run this build.
>> > >> > >
>> > >> > > I think the issue is a bit more complex.  Debian provides a
>> wrapper
>> > >> > > which calls the best / most performant plink2.  The issue seems
>> to
>> > >> > > occure for SFX=avx.  First I do:
>> > >> > >
>> > >> > >
>> > >> > >/usr/lib/plink2/plink2-avx --debug --dummy 33 65537 0.1
>> > >> dosage-freq=0.1
>> > >> > > --out tmp_data
>> > >> > >
>> > >> > > This works.  In the next step I fire up gdb then which results in
>> > >> > >
>> > >> > >
>> > >> > > (gdb) run
>> > >> > > Starting program: /usr/lib/plink2/plink2-avx --debug --pfile
>> tmp_data
>> > >> > > --export 

Bug#989409: nss-pam-ldapd's autopkgtest fails with OpenLDAP 2.5

2022-02-18 Thread Ryan Tandy

Hi Arthur,

sorry for the long delayed followup.

On Sun, Nov 14, 2021 at 04:20:03PM +0100, Arthur de Jong wrote:

However the test_pamcmds script fails with the new version. The login
with the correct password fails, the issue seems to be (from
nslcd.log):

nslcd: [a88611]  DEBUG: got 
LDAP_CONTROL_PASSWORDPOLICYRESPONSE (Password must be changed)
nslcd: [a88611]  DEBUG: myldap_search(base="cn=Veronica 
Sefcovic+uid=vsefcovic,ou=lotsofpeople,dc=test,dc=tld", filter="(objectClass=*)")
nslcd: [a88611]  ldap_result() failed: Insufficient access: 
Operations are restricted to bind/unbind/abandon/StartTLS/modify password

Still looking into it, not sure why the new ppolicy wants the
password changed after it was just reset earlier.


Do you know at which step this failed in the test_pamcmds test? In
general I found ppolicy controls during authentication to be somewhat
confusing, especially when a password was about to expire or needed to
be changed.


It failed on "testing correct password".

I think the behaviour change is due to ITS#7084:

https://bugs.openldap.org/show_bug.cgi?id=7084
https://git.openldap.org/openldap/openldap/-/commit/376d5d65cb4d622abdd4bba250c80250e56dc4d8

With OpenLDAP 2.5, when the user's password is changed in 
reset_password(), they get pwdReset: TRUE added, because the policy has 
pwdMustChange: TRUE and the change is done by the administrator. Exactly 
like you said, the bind succeeds but then the search is not permitted. I 
can't remember whether nss-pam-ldapd is supposed to show a "password 
must be changed now" prompt in this case?


With OpenLDAP 2.4, I think pwdMustChange is consulted only when binding.  
I think the user is forced to change their password only if 
pwdMustChange and pwdReset are both set.


I removed "pwdMustChange: TRUE" from the policy and then the tests 
passed. Not sure if this is the correct fix, but at least I don't 
currently see anything in test_pamcmds.expect that would be expecting a 
forced reset?


Ryan



Bug#1006017: playitslowly doesn't start (hasn't for awhile)

2022-02-18 Thread Chris Guiver
Package: playitslowly
Version: 1.5.0-1.1
Severity: important
X-Debbugs-Cc: guiv...@ubuntu.com

Dear Maintainer,

* What led up to the situation?

This was noticed first (by me) on Ubuntu; on an update in python3.
It was reported here -
https://bugs.launchpad.net/ubuntu/+source/playitslowly/+bug/1952510
(2021-Nov-27)

* What exactly did you do (or not do) that was effective (or
  ineffective)?

program does not start via menu, or from CLI prompt

---  start paste
guiverc@dc780-deb:~$   cat playitslowly.errors
/usr/lib/python3/dist-packages/playitslowly/app.py:36: PyGIWarning: Gtk was
imported without specifying a version first. Use gi.require_version('Gtk',
'4.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, GObject, Gst, Gio, Gdk
/usr/lib/python3/dist-packages/playitslowly/app.py:38: PyGIDeprecationWarning:
Since version 3.11, calling threads_init is no longer needed. See:
https://wiki.gnome.org/PyGObject/Threading
  GObject.threads_init()
Traceback (most recent call last):
  File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
  File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
  File "/usr/lib/python3/dist-packages/playitslowly/app.py", line 41, in

from playitslowly.pipeline import Pipeline
  File "/usr/lib/python3/dist-packages/playitslowly/pipeline.py", line 33, in

from playitslowly import myGtk
  File "/usr/lib/python3/dist-packages/playitslowly/myGtk.py", line 29, in

buttons_ok_cancel =
(Gtk.STOCK_CANCEL,Gtk.ResponseType.CANCEL,Gtk.STOCK_OPEN,Gtk.ResponseType.OK)
  File "/usr/lib/python3/dist-packages/gi/overrides/__init__.py", line 32, in
__getattr__
return getattr(self._introspection_module, name)
  File "/usr/lib/python3/dist-packages/gi/module.py", line 123, in __getattr__
raise AttributeError("%r object has no attribute %r" % (
AttributeError: 'gi.repository.Gtk' object has no attribute 'STOCK_CANCEL'
---  end paste

is what I see on Debian bookworm (testing)

* What outcome did you expect instead?

Expected the program will start & operate like it used to.


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.16.0-1-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages playitslowly depends on:
ii  gstreamer1.0-plugins-bad   1.20.0-3
ii  gstreamer1.0-plugins-good  1.20.0-2
ii  python33.9.8-1
ii  python3-gi 3.42.0-3
ii  python3-gst-1.01.20.0-1

playitslowly recommends no packages.

playitslowly suggests no packages.

-- no debconf information



Bug#1005964: spamassassin: sa-update fails due to Perl experimental feature in regex

2022-02-18 Thread Noah Meyerhans
Control: tags -1 + pending

On Fri, Feb 18, 2022 at 10:16:23AM +0100, Vincent Lefevre wrote:
> I got the following mail due to sa-update error via /etc/cron.daily:
> 
> 
> /etc/cron.daily/spamassassin:
> config: invalid regexp for __URI_TRY_3LD 
> 'm,^https?://(?:try(?!r\.codeschool)|start|get(?!\.adobe)|save|check(?!out)|act|compare|join|learn(?!ing)|request|visit(?!or|\.vermont)|my(?!sub|turbotax|news\.apple|a\.godaddy|account|support|build|blob)\w)[^.]*\.[^/]+\.(?  Variable length lookbehind is experimental in regex; marked by <-- HERE in 
> m/(?i)^https?://(?:try(?!r\.codeschool)|start|get(?!\.adobe)|save|check(?!out)|act|compare|join|learn(?!ing)|request|visit(?!or|\.vermont)|my(?!sub|turbotax|news\.apple|a\.godaddy|account|support|build|blob)\w)[^.]*\.[^/]+\.(?  <-- HERE /
> 
> channel 'updates.spamassassin.org': lint check of update failed, channel 
> failed
> sa-update failed for unknown reasons
> 
> 
> Is the version of Perl too old in Debian 11 (bullseye)?

This was a bug in the spamassassin rules distributed via the sa-update
channels.  Upstream has resolved the associated bug, but it'd be nice to
get confirmation from people who have been impacted.

noah



Bug#1004155: dino-im: new upstream version

2022-02-18 Thread Martin


On 2022-02-18 17:12, Andres Salomon wrote:
> After upgrading to the 0.3.0 bullseye backport, I successfully made an 
> outgoing phone call using dino-im with jmp.chat! Thanks again for your work 
> and the backport. :)

Wonderful! Thanks for the feedback!



  1   2   3   >