Your message dated Wed, 28 Dec 2022 11:49:19 +0000
with message-id <e1pauvv-00fzz6...@fasolo.debian.org>
and subject line Bug#1026505: fixed in lirc 0.10.1-7.2
has caused the Debian Bug report #1026505,
regarding lirc: FTBFS: TypeError: load() missing 1 required positional 
argument: 'Loader'
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.)


-- 
1026505: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026505
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lirc
Version: 0.10.1-7.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/lib'
> make[4]: Nothing to be done for 'dox'.
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib'
> PYTHONPATH=../python-pkg/lirc \
> /usr/bin/python3 ./data2hwdb ../configs ../configs \
>     > lirc.hwdb
> PYTHON=/usr/bin/python3 doxygen ./Doxyfile >doxygen-warnings.txt 2>&1
> xsltproc --html docpage.xsl \
>     $(echo ./html/api-general.html | /bin/sed 's|html/|html-source/|') > 
> html/api-general.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/api-general.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/configuration-guide.html | /bin/sed 
> 's|html/|html-source/|') > html/configuration-guide.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/configure.html | /bin/sed 's|html/|html-source/|') > 
> html/configure.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/driver-api.html | /bin/sed 's|html/|html-source/|') > 
> html/driver-api.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/empty_toc.html | /bin/sed 's|html/|html-source/|') > 
> html/empty_toc.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/help.html | /bin/sed 's|html/|html-source/|') > 
> html/help.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/configure.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/configuration-guide.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/driver-api.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/help.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/empty_toc.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/index.html | /bin/sed 's|html/|html-source/|') > 
> html/index.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/install.html | /bin/sed 's|html/|html-source/|') > 
> html/install.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/lirc_client.html | /bin/sed 's|html/|html-source/|') > 
> html/lirc_client.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/no-api-docs.html | /bin/sed 's|html/|html-source/|') > 
> html/no-api-docs.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/programs.html | /bin/sed 's|html/|html-source/|') > 
> html/programs.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/install.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/index.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/lirc_client.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/no-api-docs.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/programs.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/pronto2lirc.html | /bin/sed 's|html/|html-source/|') > 
> html/pronto2lirc.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/programs-overview.html | /bin/sed 's|html/|html-source/|') 
> > html/programs-overview.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/technical.html | /bin/sed 's|html/|html-source/|') > 
> html/technical.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/alsa-usb.html | /bin/sed 's|html/|plugindocs/|') > 
> html/alsa-usb.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/atilibusb.html | /bin/sed 's|html/|plugindocs/|') > 
> html/atilibusb.html
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/doc/./data2table", line 118, in <module>
>     main()
>   File "/<<PKGBUILDDIR>>/doc/./data2table", line 101, in main
>     db = database.Database(configdir, yamldir)
>   File "/<<PKGBUILDDIR>>/python-pkg/lirc/database.py", line 135, in __init__
>     cf = yaml.load(f.read())
> TypeError: load() missing 1 required positional argument: 'Loader'
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/doc/./data2hwdb", line 112, in <module>
>     main()
>   File "/<<PKGBUILDDIR>>/doc/./data2hwdb", line 100, in main
>     db = database.Database(configdir, yamldir)
>   File "/<<PKGBUILDDIR>>/python-pkg/lirc/database.py", line 135, in __init__
>     cf = yaml.load(f.read())
> TypeError: load() missing 1 required positional argument: 'Loader'
> /bin/sed -i -e "s/@version@/0.10.1/" html/pronto2lirc.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/technical.html
> /bin/sed -i -e "s/@version@/0.10.1/" html/programs-overview.html
> /bin/sed -i "s/@version@/0.10.1/" html/alsa-usb.html
> /bin/sed -i "s/@version@/0.10.1/" html/atilibusb.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/atwf83.html | /bin/sed 's|html/|plugindocs/|') > 
> html/atwf83.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/audio-alsa.html | /bin/sed 's|html/|plugindocs/|') > 
> html/audio-alsa.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/default.html | /bin/sed 's|html/|plugindocs/|') > 
> html/default.html
> xsltproc --html docpage.xsl \
>     $(echo ./html/audio.html | /bin/sed 's|html/|plugindocs/|') > 
> html/audio.html
> -:1: HTML parser error : Document is empty
> 
> ^
> xsltproc --html docpage.xsl \
>     $(echo ./html/devinput.html | /bin/sed 's|html/|plugindocs/|') > 
> html/devinput.html
> make[3]: *** [Makefile:1264: lirc.hwdb] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/lirc_0.10.1-7.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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 mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

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

--- End Message ---
--- Begin Message ---
Source: lirc
Source-Version: 0.10.1-7.2
Done: Nilesh Patra <nil...@debian.org>

We believe that the bug you reported is fixed in the latest version of
lirc, 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 1026...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated lirc 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: SHA256

Format: 1.8
Date: Wed, 28 Dec 2022 16:55:42 +0530
Source: lirc
Architecture: source
Version: 0.10.1-7.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Lirc Team <team+debian-l...@tracker.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1026505
Changes:
 lirc (0.10.1-7.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch to fix FTBFS with new yaml (Closes: #1026505)
Checksums-Sha1:
 6f16eb99ae7f2946f9db2d767d026285ca79d541 2194 lirc_0.10.1-7.2.dsc
 c0db22508fba11e0113e6339c9d5d817a7f0be5a 40452 lirc_0.10.1-7.2.debian.tar.xz
Checksums-Sha256:
 7a0d1303d94be4d6d934a7e7a75da9d52ccd0be0516a1924bcf1b429bb69a638 2194 
lirc_0.10.1-7.2.dsc
 8a530362056eae728b43ea14d921af131ddb941b8ccddc57190da079c64e9590 40452 
lirc_0.10.1-7.2.debian.tar.xz
Files:
 d5bf468ed499b420358151790dbe4a15 2194 utils optional lirc_0.10.1-7.2.dsc
 fcb421771b7bf96757ac7e10894e25b3 40452 utils optional 
lirc_0.10.1-7.2.debian.tar.xz

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

iIgEARYIADAWIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCY6wpVBIcbmlsZXNoQGRl
Ymlhbi5vcmcACgkQKieQS9ckPtpyugEAsn5UlfStEC2KPalvFc8D+bJ0R6bVIXmN
IKerctZuLIQA+wUXJcRMiweVMrsy75WRBF10fdF5P4//Hq9TYQPHYngB
=6sFu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to