Your message dated Mon, 22 Jul 2024 15:21:43 +0000
with message-id <e1svur9-00hvpt...@fasolo.debian.org>
and subject line Bug#1074680: fixed in osc 1.7.0-4
has caused the Debian Bug report #1074680,
regarding osc: FTBFS: ModuleNotFoundError: No module named 'imp'
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.)
--
1074680: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: osc
Version: 0.182.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@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):
> fakeroot debian/rules clean
> dh clean --with python3,bash-completion --buildsystem=pybuild
> dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:311: python3.12 setup.py clean
> /<<PKGBUILDDIR>>/osc/core.py:4124: SyntaxWarning: invalid escape sequence '\s'
> tag_pat = '(?P<tag>^%s)\s*:\s*(?P<val>.*)'
> /<<PKGBUILDDIR>>/osc/core.py:4130: SyntaxWarning: invalid escape sequence '\s'
> section_pat = '^%s\s*?$'
> /<<PKGBUILDDIR>>/osc/core.py:6321: SyntaxWarning: invalid escape sequence '\['
> time_regex = re.compile('^\[[^\]]*\] ', re.M)
> /<<PKGBUILDDIR>>/osc/core.py:6324: SyntaxWarning: invalid escape sequence '\['
> time_regex = re.compile(b'^\[[^\]]*\] ', re.M)
> /<<PKGBUILDDIR>>/osc/core.py:7762: SyntaxWarning: invalid escape sequence '\s'
> mo = re.search('^([adrl])(?:\s+(-f)?\s*-m\s+(.*))?$', repl)
> /<<PKGBUILDDIR>>/osc/commandline.py:7931: SyntaxWarning: invalid escape
> sequence '\('
> if re.match('^perl\(\w+(::\w+)*\)$', search_term):
> /<<PKGBUILDDIR>>/osc/commandline.py:7932: SyntaxWarning: invalid escape
> sequence '\)'
> search_term = re.sub('\)', '', re.sub('(::|\()', '-', search_term))
> /<<PKGBUILDDIR>>/osc/commandline.py:7932: SyntaxWarning: invalid escape
> sequence '\('
> search_term = re.sub('\)', '', re.sub('(::|\()', '-', search_term))
> /<<PKGBUILDDIR>>/osc/commandline.py:7953: SyntaxWarning: invalid escape
> sequence '\ '
> 'or \'--bugowner\' or \'--maintainer\' or \'--limit-to-attribute <attr>\ ' \
> /<<PKGBUILDDIR>>/osc/commandline.py:9201: SyntaxWarning: invalid escape
> sequence '\*'
> if re.match('^\*\W+(.+\W+\d{1,2}\W+20\d{2})\W+(.+)\W+<(.+)>\W+(.+)$',
> titleline):
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/setup.py", line 12, in <module>
> from osc import commandline
> File "/<<PKGBUILDDIR>>/osc/commandline.py", line 13, in <module>
> import imp
> ModuleNotFoundError: No module named 'imp'
> E: pybuild pybuild:389: clean: plugin distutils failed with: exit code=1:
> python3.12 setup.py clean
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.12 returned
> exit code 13
> make: *** [debian/rules:4: clean] Error 25
The full build log is available from:
http://qa-logs.debian.net/2024/07/02/osc_0.182.1-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&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: osc
Source-Version: 1.7.0-4
Done: Andrej Shadura <andre...@debian.org>
We believe that the bug you reported is fixed in the latest version of
osc, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated osc 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: Mon, 22 Jul 2024 16:28:05 +0200
Source: osc
Architecture: source
Version: 1.7.0-4
Distribution: unstable
Urgency: medium
Maintainer: RPM packaging team <team+pkg-...@tracker.debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 1071094 1074680
Changes:
osc (1.7.0-4) unstable; urgency=medium
.
* Upload to unstable (Closes: #1074680, 1071094).
* Add Dylan to Uploaders.
.
osc (1.7.0-3) experimental; urgency=medium
.
[ Dylan Aïssi ]
* Update Build-Deps.
.
osc (1.7.0-2) experimental; urgency=medium
.
* Apply patches from the upstream:
- Fix 'mv' command when renaming a file multiple times
- Fix insecure extraction of 'ar' and 'cpio' archives by
forbidding extracting files with absolute paths.
.
osc (1.7.0-1) experimental; urgency=medium
.
* New upstream release.
* Add Rules-Requires-Root: no.
* Prevent tests from running as fakeroot.
* Drop no longer necessary patches.
Checksums-Sha1:
43686165ac022419496536bdd9d19bf8e9322352 1515 osc_1.7.0-4.dsc
6617cc87a47a08ee1a7345aafd803e4f0f9bdec6 11224 osc_1.7.0-4.debian.tar.xz
Checksums-Sha256:
41d44d63209aed5df60af59b1e943276f6acb59df8ac4a7be3c38964e3a77984 1515
osc_1.7.0-4.dsc
0792bd1cbe1cd4100d6f894484824994f50d69f116361828d3c5562e7f4c2cba 11224
osc_1.7.0-4.debian.tar.xz
Files:
843429df05bdf19a68439a7322862471 1515 devel optional osc_1.7.0-4.dsc
b0ff8bd606355c90da0150411c67ed46 11224 devel optional osc_1.7.0-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQSD3NF/RLIsyDZW7aHoRGtKyMdyYQUCZp5snwAKCRDoRGtKyMdy
YSZvAP4udJbMbIfAl8GOhmtXSGLFQmMwL7fTTNhGqn7oREl4ogD/WY1ht/DF9Rg9
v4SYmzsiQLJo8fQiwUyxP5Nw/wzM8gg=
=5Xgo
-----END PGP SIGNATURE-----
pgpM4giDhoJto.pgp
Description: PGP signature
--- End Message ---