Your message dated Wed, 10 Aug 2022 01:50:27 +0000
with message-id <e1olarb-00ggbt...@fasolo.debian.org>
and subject line Bug#1009425: fixed in python-lesscpy 0.15.0+ds-0.1
has caused the Debian Bug report #1009425,
regarding prewikka: FTBFS: AttributeError: module 'collections' has no 
attribute 'Iterable'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1009425: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009425
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: prewikka
Version: 5.2.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with=python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:239: python3.9 setup.py config 
> running config
> I: pybuild base:239: python3.10 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:239: /usr/bin/python3.9 setup.py build 
> running build
> running compile_catalog
> compiling catalog prewikka/locale/it/LC_MESSAGES/prewikka.po to 
> prewikka/locale/it/LC_MESSAGES/prewikka.mo
> compiling catalog prewikka/locale/en/LC_MESSAGES/prewikka.po to 
> prewikka/locale/en/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/ru/LC_MESSAGES/prewikka.po:168: unknown named 
> placeholder 'version'
> error: prewikka/locale/ru/LC_MESSAGES/prewikka.po:2793: placeholders are 
> incompatible
> compiling catalog prewikka/locale/ru/LC_MESSAGES/prewikka.po to 
> prewikka/locale/ru/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/pt_BR/LC_MESSAGES/prewikka.po:2397: placeholders are 
> incompatible
> error: prewikka/locale/pt_BR/LC_MESSAGES/prewikka.po:2810: placeholders are 
> incompatible
> compiling catalog prewikka/locale/pt_BR/LC_MESSAGES/prewikka.po to 
> prewikka/locale/pt_BR/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/pl/LC_MESSAGES/prewikka.po:2162: placeholders are 
> incompatible
> error: prewikka/locale/pl/LC_MESSAGES/prewikka.po:2854: placeholders are 
> incompatible
> compiling catalog prewikka/locale/pl/LC_MESSAGES/prewikka.po to 
> prewikka/locale/pl/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/es/LC_MESSAGES/prewikka.po:2393: placeholders are 
> incompatible
> error: prewikka/locale/es/LC_MESSAGES/prewikka.po:2807: placeholders are 
> incompatible
> compiling catalog prewikka/locale/es/LC_MESSAGES/prewikka.po to 
> prewikka/locale/es/LC_MESSAGES/prewikka.mo
> compiling catalog prewikka/locale/fr/LC_MESSAGES/prewikka.po to 
> prewikka/locale/fr/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/de/LC_MESSAGES/prewikka.po:2804: placeholders are 
> incompatible
> compiling catalog prewikka/locale/de/LC_MESSAGES/prewikka.po to 
> prewikka/locale/de/LC_MESSAGES/prewikka.mo
> 9 errors encountered.
> running build_custom
> Traceback (most recent call last):
>   File "/usr/bin/lesscpy", line 11, in <module>
>     load_entry_point('lesscpy==0.13.0', 'console_scripts', 'lesscpy')()
>   File "/usr/lib/python3/dist-packages/lesscpy/scripts/compiler.py", line 
> 154, in run
>     p.parse(filename=u, debuglevel=args.debug)
>   File "/usr/lib/python3/dist-packages/lesscpy/lessc/parser.py", line 156, in 
> parse
>     self.post_parse()
>   File "/usr/lib/python3/dist-packages/lesscpy/lessc/parser.py", line 171, in 
> post_parse
>     self.result = list(utility.flatten(out))
>   File "/usr/lib/python3/dist-packages/lesscpy/lessc/utility.py", line 28, in 
> flatten
>     if isinstance(elm, collections.Iterable) and not isinstance(elm, 
> string_types):
> AttributeError: module 'collections' has no attribute 'Iterable'
> creating prewikka/htdocs/css/themes
> compiling ['themes/dark.less', 'prewikka/htdocs/css/style.less'] -> 
> prewikka/htdocs/css/themes/dark.css
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 218, in <module>
>     setup(
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in 
> setup
>     return distutils.core.setup(**attrs)
>   File "/usr/lib/python3.9/distutils/core.py", line 148, in setup
>     dist.run_commands()
>   File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
>     cmd_obj.run()
>   File "/usr/lib/python3.9/distutils/command/build.py", line 135, in run
>     self.run_command(cmd_name)
>   File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
>     cmd_obj.run()
>   File "/<<PKGBUILDDIR>>/setup.py", line 161, in run
>     io.open(css, "wb").write(subprocess.check_output(["lesscpy", "-I", less, 
> style]))
>   File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
>     return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
>   File "/usr/lib/python3.9/subprocess.py", line 528, in run
>     raise CalledProcessError(retcode, process.args,
> subprocess.CalledProcessError: Command '['lesscpy', '-I', 'themes/dark.less', 
> 'prewikka/htdocs/css/style.less']' returned non-zero exit status 1.
> E: pybuild pybuild:369: build: plugin distutils failed with: exit code=1: 
> /usr/bin/python3.9 setup.py build 
> I: pybuild base:239: /usr/bin/python3 setup.py build 
> running build
> running compile_catalog
> compiling catalog prewikka/locale/it/LC_MESSAGES/prewikka.po to 
> prewikka/locale/it/LC_MESSAGES/prewikka.mo
> compiling catalog prewikka/locale/en/LC_MESSAGES/prewikka.po to 
> prewikka/locale/en/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/ru/LC_MESSAGES/prewikka.po:168: unknown named 
> placeholder 'version'
> error: prewikka/locale/ru/LC_MESSAGES/prewikka.po:2793: placeholders are 
> incompatible
> compiling catalog prewikka/locale/ru/LC_MESSAGES/prewikka.po to 
> prewikka/locale/ru/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/pt_BR/LC_MESSAGES/prewikka.po:2397: placeholders are 
> incompatible
> error: prewikka/locale/pt_BR/LC_MESSAGES/prewikka.po:2810: placeholders are 
> incompatible
> compiling catalog prewikka/locale/pt_BR/LC_MESSAGES/prewikka.po to 
> prewikka/locale/pt_BR/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/pl/LC_MESSAGES/prewikka.po:2162: placeholders are 
> incompatible
> error: prewikka/locale/pl/LC_MESSAGES/prewikka.po:2854: placeholders are 
> incompatible
> compiling catalog prewikka/locale/pl/LC_MESSAGES/prewikka.po to 
> prewikka/locale/pl/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/es/LC_MESSAGES/prewikka.po:2393: placeholders are 
> incompatible
> error: prewikka/locale/es/LC_MESSAGES/prewikka.po:2807: placeholders are 
> incompatible
> compiling catalog prewikka/locale/es/LC_MESSAGES/prewikka.po to 
> prewikka/locale/es/LC_MESSAGES/prewikka.mo
> compiling catalog prewikka/locale/fr/LC_MESSAGES/prewikka.po to 
> prewikka/locale/fr/LC_MESSAGES/prewikka.mo
> error: prewikka/locale/de/LC_MESSAGES/prewikka.po:2804: placeholders are 
> incompatible
> compiling catalog prewikka/locale/de/LC_MESSAGES/prewikka.po to 
> prewikka/locale/de/LC_MESSAGES/prewikka.mo
> 9 errors encountered.
> running build_custom
> Traceback (most recent call last):
>   File "/usr/bin/lesscpy", line 11, in <module>
>     load_entry_point('lesscpy==0.13.0', 'console_scripts', 'lesscpy')()
>   File "/usr/lib/python3/dist-packages/lesscpy/scripts/compiler.py", line 
> 154, in run
>     p.parse(filename=u, debuglevel=args.debug)
>   File "/usr/lib/python3/dist-packages/lesscpy/lessc/parser.py", line 156, in 
> parse
>     self.post_parse()
>   File "/usr/lib/python3/dist-packages/lesscpy/lessc/parser.py", line 171, in 
> post_parse
>     self.result = list(utility.flatten(out))
>   File "/usr/lib/python3/dist-packages/lesscpy/lessc/utility.py", line 28, in 
> flatten
>     if isinstance(elm, collections.Iterable) and not isinstance(elm, 
> string_types):
> AttributeError: module 'collections' has no attribute 'Iterable'
> compiling ['themes/yellow.less', 'prewikka/htdocs/css/style.less'] -> 
> prewikka/htdocs/css/themes/yellow.css
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 218, in <module>
>     setup(
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in 
> setup
>     return distutils.core.setup(**attrs)
>   File "/usr/lib/python3.10/distutils/core.py", line 148, in setup
>     dist.run_commands()
>   File "/usr/lib/python3.10/distutils/dist.py", line 966, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
>     cmd_obj.run()
>   File "/usr/lib/python3.10/distutils/command/build.py", line 135, in run
>     self.run_command(cmd_name)
>   File "/usr/lib/python3.10/distutils/cmd.py", line 313, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
>     cmd_obj.run()
>   File "/<<PKGBUILDDIR>>/setup.py", line 161, in run
>     io.open(css, "wb").write(subprocess.check_output(["lesscpy", "-I", less, 
> style]))
>   File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
>     return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
>   File "/usr/lib/python3.10/subprocess.py", line 524, in run
>     raise CalledProcessError(retcode, process.args,
> subprocess.CalledProcessError: Command '['lesscpy', '-I', 
> 'themes/yellow.less', 'prewikka/htdocs/css/style.less']' returned non-zero 
> exit status 1.
> E: pybuild pybuild:369: build: plugin distutils failed with: exit code=1: 
> /usr/bin/python3 setup.py build 
> dh_auto_build: error: pybuild --build -i python{version} -p "3.9 3.10" 
> returned exit code 13
> make: *** [debian/rules:33: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/04/12/prewikka_5.2.0-2_unstable.log

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

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

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

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

--- End Message ---
--- Begin Message ---
Source: python-lesscpy
Source-Version: 0.15.0+ds-0.1
Done: Boyuan Yang <by...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-lesscpy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1009...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated python-lesscpy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 09 Aug 2022 21:29:18 -0400
Source: python-lesscpy
Architecture: source
Version: 0.15.0+ds-0.1
Distribution: unstable
Urgency: high
Maintainer: Thomas Andrejak <thomas.andre...@gmail.com>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 1009425
Changes:
 python-lesscpy (0.15.0+ds-0.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * New upstream release.
     + Fix FTBFS due to collections module. (Closes: #1009425)
   * debian/control: Bump Standards-Version to 4.6.1.
Checksums-Sha1:
 09a31931f3622568e58c45749ef9238f8c08c30e 2006 python-lesscpy_0.15.0+ds-0.1.dsc
 870ab78651cc7bc6db991726abd307d02dbd3a13 118544 
python-lesscpy_0.15.0+ds.orig.tar.xz
 ecd3c5bb265f06361b993a5af955f3462f4d0204 3572 
python-lesscpy_0.15.0+ds-0.1.debian.tar.xz
 d2845df0e25a7019f41b63fd806bc2329aedb232 6548 
python-lesscpy_0.15.0+ds-0.1_amd64.buildinfo
Checksums-Sha256:
 bc4847204d4ebf308da6315ad19b4122e410d2b13b63800e22b983a0985d1d67 2006 
python-lesscpy_0.15.0+ds-0.1.dsc
 a226600bdcd0ab64e4ce18f80f88ba1279ffb8966d3ccbef0f2ff54a592d73c0 118544 
python-lesscpy_0.15.0+ds.orig.tar.xz
 26c0bfb1de39cd96c7cc953eac933610cc4b22e654ed4cf13170eed9ed2680c2 3572 
python-lesscpy_0.15.0+ds-0.1.debian.tar.xz
 143021e84d0d758ac89f91b55e9080e498ca6284bb1eb0f665cc759a72296bce 6548 
python-lesscpy_0.15.0+ds-0.1_amd64.buildinfo
Files:
 c390d50c69fad2e4288ea62006341acd 2006 python optional 
python-lesscpy_0.15.0+ds-0.1.dsc
 b37f4be44ba29394649d3fbaf1bd3065 118544 python optional 
python-lesscpy_0.15.0+ds.orig.tar.xz
 f6dc05da8cd989e981e365db9fcaab20 3572 python optional 
python-lesscpy_0.15.0+ds-0.1.debian.tar.xz
 8f6b9fe1e5d39c2a83016d1dff2c2556 6548 python optional 
python-lesscpy_0.15.0+ds-0.1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIyBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmLzCnMACgkQwpPntGGC
Ws5oAQ/2OYrCQe8gwDE4Ywf09TwmgjNJomeLUWML/0XVgrbiItaEvYv4SmyOzeEv
cy83CdDnSSpz6EbiZAH2+fLItVC3GjPjbxHadCl/QTXbD4EftBqKiPsQlxskrBVh
n8TCKSfi5NVf+piTMYOfDh1zpBNOPZDLVSgI9k9qHjzOK5VIEXBy92tk8lscvbqD
a6YejwHV9ha49w/XxPnDP1JnCr38HyuKjADt0twGn95z/Na0gUIvT+4ZpI3uMgJi
ElA3Kx6J3ZyrNWeChvYiqWaH2FwvKK5io0GGoZT5qlvuS6CkHqXmcaY1eSH62IjD
PYsmhczNCjYePcy6KcweRNsaOmRnE1gRXa6AD72raxWGZ73+XKOJjUj7GWTc+M0l
2YuLVjQ8poDX/yG5xntdtOL3K5oapk3Vx3/iov26JMsAHYFWhWK+nO+T+cUt2p+a
eYOZqjd7+oy3D2loXjoy/Pmuej9NOav4hRpK1VUM7lbKznNAS/4HNjFcc8ZTz65E
oqi4dXIPDA+BSA7fJuU0RJc3mseSKfe5HgOmEtrPeFUwHw4GdOcch1WW3uv9X27D
csx8zouERRFMXPnuqT5jpqQ8aBkogBEOlI8mSKg8BIg6zIB+fPj8I0zZOWYg1yiT
F63zZ2FpHvx7Sn7XKdFQkCMbQr1JXqlT8CbAUpIyqQnUthxaRA==
=DDDI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to