Your message dated Sun, 07 Jul 2024 18:20:12 +0000 with message-id <E1sQWUe-000iAC-6e@fasolo.debian.org> and subject line Bug#1074665: fixed in lightproof 1.6-4 has caused the Debian Bug report #1074665, regarding lightproof: FTBFS: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? 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 owner@bugs.debian.org immediately.) -- 1074665: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074665 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: lightproof: FTBFS: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Tue, 2 Jul 2024 14:44:39 +0200
- Message-id: <[🔎] ZoP2NzAbyV9D8Dd3@grub.nussbaum.fr>
Source: lightproof Version: 1.6-3 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lucas@debian.org Usertags: ftbfs-20240702 ftbfs-trixie Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > for cfg in `find src -name "*.cfg"`; do \ > python3 make.py $cfg; \ > done > /<<PKGBUILDDIR>>/pythonpath/lightproof_compile___implname__.py:14: SyntaxWarning: invalid escape sequence '\(' > s = re.sub("(affix|spell|morph|stem|option|suggest|generate)\(", r'\1(LOCALE,', s) > /<<PKGBUILDDIR>>/pythonpath/lightproof_compile___implname__.py:41: SyntaxWarning: invalid escape sequence '\s' > c = re.search("\s#\s", s) > /<<PKGBUILDDIR>>/pythonpath/lightproof_compile___implname__.py:53: SyntaxWarning: invalid escape sequence '\d' > m2 = re.search("-\d*>", s) > /<<PKGBUILDDIR>>/pythonpath/lightproof_compile___implname__.py:65: SyntaxWarning: invalid escape sequence '\d' > m = re.compile("-\d*>").search(s) > /<<PKGBUILDDIR>>/pythonpath/lightproof_compile___implname__.py:87: SyntaxWarning: invalid escape sequence '\d' > m = re.compile("-(\d*)>").match(s2) > /<<PKGBUILDDIR>>/pythonpath/lightproof_compile___implname__.py:126: SyntaxWarning: invalid escape sequence '\w' > lu = re.compile("(?u)\w") > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/make.py", line 39, in <module> > fArgs = cp.SafeConfigParser() > ^^^^^^^^^^^^^^^^^^^ > AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/make.py", line 39, in <module> > fArgs = cp.SafeConfigParser() > ^^^^^^^^^^^^^^^^^^^ > AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/make.py", line 39, in <module> > fArgs = cp.SafeConfigParser() > ^^^^^^^^^^^^^^^^^^^ > AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/make.py", line 39, in <module> > fArgs = cp.SafeConfigParser() > ^^^^^^^^^^^^^^^^^^^ > AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? > make[1]: *** [debian/rules:33: override_dh_auto_build] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/07/02/lightproof_1.6-3_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;users=lucas@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&fusertaguser=lucas@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 ---
- To: 1074665-close@bugs.debian.org
- Subject: Bug#1074665: fixed in lightproof 1.6-4
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 07 Jul 2024 18:20:12 +0000
- Message-id: <E1sQWUe-000iAC-6e@fasolo.debian.org>
- Reply-to: Rene Engelhard <rene@debian.org>
Source: lightproof Source-Version: 1.6-4 Done: Rene Engelhard <rene@debian.org> We believe that the bug you reported is fixed in the latest version of lightproof, 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 1074665@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Rene Engelhard <rene@debian.org> (supplier of updated lightproof 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 07 Jul 2024 17:35:36 +0000 Source: lightproof Architecture: source Version: 1.6-4 Distribution: unstable Urgency: medium Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org> Changed-By: Rene Engelhard <rene@debian.org> Closes: 1074665 Changes: lightproof (1.6-4) unstable; urgency=medium . * use ConfigParser instead of SafeConfigParser to fix build with python 3.12 (closes: #1074665) Checksums-Sha1: e5362d6cad44012942692c8881d9031139c162d7 2007 lightproof_1.6-4.dsc 3630344df970fdb90d5ffa12fbf9df196eac0216 4760 lightproof_1.6-4.debian.tar.xz 11af2f645a9b4d5bb8c3add2454eb0b4ba560016 6224 lightproof_1.6-4_source.buildinfo Checksums-Sha256: 15223b3eb762cecc4d3a6d4c0bfdada58c58beee577515a0a206b5a883ca8abd 2007 lightproof_1.6-4.dsc e109f1370f1ab32e01cd432f84c10cb626bc19fb30606ef78951079c9ef51cae 4760 lightproof_1.6-4.debian.tar.xz ce14af9e52eb789f4fcf1d3d005252d59b40ce8f4d21b140400dfcc99ec03509 6224 lightproof_1.6-4_source.buildinfo Files: edd017be9bdce15aef8f5a84245e4cd4 2007 text optional lightproof_1.6-4.dsc 3af6a8b834520771cf847f6afcfc39ad 4760 text optional lightproof_1.6-4.debian.tar.xz 59ee64907617062e470fa78a56ebdff8 6224 text optional lightproof_1.6-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAmaK0xMQHHJlbmVAZGVi aWFuLm9yZwAKCRAKoEVx0D4+cH3bD/96KqN814+fvshERX3eeuzAZo1crZdX2J9t LBZwW0duKmF+Z48XNXr9WzaYeFbywS7jYTTbxIU+8NOooO9YgNIdr5xvapuQUyi7 0dRjxAYIqJDbrzlsvowy6KLYg2MTeUmc6Z0NVnVUiAjePMGvjyy7fY98pXijhBY2 E/h7h2cDKNFX3c2KMoArOoNlzwzeguZLsmerGi5NgKTgv/maSRB5qYb3d8l1Jj8d v2UMV0/6g55ufDEwWxPzAUdAMUk6Pl642sOrAkfSji7E7zkn75PQFiQXSNP8fGDm u7r7nwuxIS1ngLs4YWFpBPmSbrbPQ57HHL+XwFf7pqD+rAGTwqgcwpEdEwTHcM1M whRyO1DM5A5uAUQhhpvLVIEewI+0o1yIl4c/2j3k73Qg/SW6cvJTYbP9KCeWC1Y9 jcANhK6IJulFyuw0SH480vqn043ibf0UoN2Q5daqWw9CjZOvsM2p4XWexPxuhM6v pVs57ARcdsVJLduyHwOel24Ov9t5D81rUC0WHbkauweKdyHTBnOG3u/ZbIhaIrhP TMfK4PJmRxZaZwUdKzjfGmKjcz2gF9UPNm/YgeAvHi4EyRh6UTRGdaOGLVURiYBk uAu9x8JPtnb81bqNVkD4TWn2Z9Uen6nRw4kcK36HYDkPaVKxZ4Ro/+dGJk4yIuha RQbfpUTRJw== =MUeX -----END PGP SIGNATURE-----Attachment: pgpGDuvX8C3u0.pgp
Description: PGP signature
--- End Message ---