Your message dated Mon, 14 Oct 2024 07:39:02 +0000
with message-id <[email protected]>
and subject line Bug#1072959: fixed in paraview 5.12.1+dfsg-5
has caused the Debian Bug report #1072959,
regarding python3-paraview: Errors when setting up package
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 [email protected]
immediately.)
--
1072959: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072959
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-paraview
Version: 5.12.1+dfsg-2
Severity: normal
X-Debbugs-Cc: [email protected]
When installing the package, the following errors are reported
=== Start error log ===
Setting up python3-paraview (5.12.1+dfsg-2) ...
/usr/lib/python3/dist-packages/paraview/benchmark/logparser.py:11:
SyntaxWarning: invalid escape sequence '\d'
_timere = '([-+]?\d*\.?\d+([eE][-+]?\d+)?) +seconds'
/usr/lib/python3/dist-packages/paraview/benchmark/logparser.py:12:
SyntaxWarning: invalid escape sequence '\w'
_match_filter = re.compile('Execute (\w+) id: +(\d+), +' + _timere)
/usr/lib/python3/dist-packages/paraview/benchmark/logparser.py:13:
SyntaxWarning: invalid escape sequence '\w'
_match_vfilter = re.compile('Execute (\w+) *, +' + _timere)
/usr/lib/python3/dist-packages/paraview/benchmark/logparser.py:16:
SyntaxWarning: invalid escape sequence '\d'
'TreeComp (Send|Receive) (\d+) (to|from) (\d+) uchar (\d+), +' + _timere)
/usr/lib/python3/dist-packages/paraview/benchmark/logparser.py:22:
SyntaxWarning: invalid escape sequence '\w'
_match_render = re.compile('(\w+|\w+ Dev) Render, +' + _timere)
/usr/lib/python3/dist-packages/paraview/smtesting.py:88: SyntaxWarning: invalid
escape sequence '\$'
regExp = re.compile("\${DataDir}")
/usr/lib/python3/dist-packages/paraview/smtrace.py:358: SyntaxWarning: invalid
escape sequence '\g'
gid = re.sub(regex, "\g<2>", arrayName)
/usr/lib/python3/dist-packages/paraview/smtrace.py:362: SyntaxWarning: invalid
escape sequence '\g'
arrayName = re.sub(regex, "\g<3>", arrayName)
/usr/lib/python3/dist-packages/paraview/tpl/cinemasci/cis/cisview.py:268:
SyntaxWarning: "is not" with 'str' literal. Did you mean "!="?
if not results[0][0] is "":
/usr/lib/python3/dist-packages/paraview/tpl/cinemasci/cis/imageview.py:208:
SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
if params["type"] is "url":
/usr/lib/python3/dist-packages/vtkmodules/util/vtkMethodParser.py:304:
SyntaxWarning: invalid escape sequence '\S'
patn = re.compile (" \S")
/usr/lib/python3/dist-packages/vtkmodules/web/testing.py:687: SyntaxWarning:
invalid escape sequence '\.'
fnamePattern = re.compile("([^\.\/\\\]+)\.py")
/usr/lib/python3/dist-packages/paraview/tpl/cinemasci/cis/cisview.py:268:
SyntaxWarning: "is not" with a literal. Did you mean "!="?
if not results[0][0] is "":
/usr/lib/python3/dist-packages/paraview/tpl/cinemasci/cis/imageview.py:208:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if params["type"] is "url":
=== End error log ===
Most of these seem to be trivial coding errors (probably from upstream). For
example, the errors in /usr/lib/python3/dist-
packages/paraview/benchmark/logparser.py seems easily fixed by making the
strings "raw" strings.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.7.12-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages python3-paraview depends on:
ii libc6 2.38-12.1
ii libgcc-s1 14.1.0-1
ii libopenmpi3t64 4.1.6-13.3
ii libpython3.11t64 3.11.9-1
ii libpython3.12t64 3.12.3-1
ii libstdc++6 14.1.0-1
ii paraview 5.12.1+dfsg-2
ii python3 3.11.8-1
python3-paraview recommends no packages.
python3-paraview suggests no packages.
-- no debconf information
--
Christian Holm Christensen -------------------------------------------------
Sankt Hans Gade 23, 4, DK-2200 Copenhagen
http://cern.ch/cholm, +4524618591
--- End Message ---
--- Begin Message ---
Source: paraview
Source-Version: 5.12.1+dfsg-5
Done: Drew Parsons <[email protected]>
We believe that the bug you reported is fixed in the latest version of
paraview, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Drew Parsons <[email protected]> (supplier of updated paraview 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 13 Oct 2024 17:13:39 +0200
Source: paraview
Architecture: source
Version: 5.12.1+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Drew Parsons <[email protected]>
Closes: 1071700 1072959
Changes:
paraview (5.12.1+dfsg-5) unstable; urgency=medium
.
* Team upload.
* debian patch xdmf3_32bit.patch enables XDMF3 support on 32-bit
systems. See https://stackoverflow.com/a/1505839/12401525
Keep xdmf3 support deactivated on mips64el.
Closes: #1071700.
* add debian patches to avoid syntax warnings. Closes: #1072959.
- logparser_regex_esc-MR7002.patch applies upstream MR#7002 to fix
regex escape codes
- syntax_warnings_MR6932.patch applies upstream MR#6932 to fix
regex in smtrace.py
- syntax_warnings.patch applies raw r prefix to other stray regexes
and uses '==' not 'is' to test string equality
Checksums-Sha1:
b200fe1fee8fe2474cc558fe2a03606c57228f2b 3236 paraview_5.12.1+dfsg-5.dsc
3b96b77204f7b8b15e48ac5e9a88960b2c431c9d 36824
paraview_5.12.1+dfsg-5.debian.tar.xz
25a825b28063c90e88f9776cafa138e66800ae41 34639
paraview_5.12.1+dfsg-5_source.buildinfo
Checksums-Sha256:
c6c00ff63ee768e99cbdb11345904f93f7d21c6bfe12642ae1822fce4825eb70 3236
paraview_5.12.1+dfsg-5.dsc
76f004e404ea0a0c3fc7d1a8b4a34589ed31a1134020ba640fa06d4374ae551c 36824
paraview_5.12.1+dfsg-5.debian.tar.xz
ac37ee6173f2e9bfd99f094c599b0bc4d102fe3bd2ea2a6b52cdf138ecd4e01d 34639
paraview_5.12.1+dfsg-5_source.buildinfo
Files:
055f143d3a6a32533a54dee476d0bcff 3236 science optional
paraview_5.12.1+dfsg-5.dsc
2afa1b5c9b4b57adf3e24146f3aa5cef 36824 science optional
paraview_5.12.1+dfsg-5.debian.tar.xz
1ead9096b755791fdced719eb477c60c 34639 science optional
paraview_5.12.1+dfsg-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmcMMikUHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfqwERAAuSxPzQtagZ5+9CUxH/Sfs2ECbygP
H9OKAZaAIQyFHRrj8zNytqRIocXdhOW4IKJ55mLS9hZ7hRcUWtFY+WmZOEGczZHM
cieo2VFNjyRpJQR2Z2EPECuwyjPD2CVeCRbsnOrWOkh7rwBFLT5+d3sE1chBTuCp
Wcx0eypnmOnAJpi3btLNufUnOXqwtKxZmNtBcCJky/qaz73EHG3Z03h0QaoUYUsE
z6NlivIooj0G+XMwCPAKcRkrcO7LseZdrOwn/nlmJeMDzTA77S6xaTQofmGJsE/Q
HGHHw9sq7XfvRc3m5l3DFF9fVtfOSsl9CdlEY7KNHAjMIaPRQC9GxJUWrTiED+mW
gYSZxGtAtaoz7VDfXge8eMxprslKKpXP23xDrIwYwcHwQGojkUTStR7JQHNhb0qq
bvfGQgxbTrQYxMyDH1NVrMWs4+r25MkjXH5ByKaO7umJv3Ppd8aBMqfLLS2rpqGa
gJvRFD32dsxUekbqpFqYO5xEsuAvAnTse+l6bZyV5BiZM83muR46NJD730q/hH5Q
tmE/UQ3QKgnI4ui/pZ1ZVVQfaGUCCW8HpX2phXkP6UjcimLkMAQz1AHcgErQSLoF
TAmmf9LYhQ3Tf27HH2yI9lrfooQYVfVGnAsowcEYlEDHzDtz2AlL5dN1yBQ3xGec
AvTfshfcO1Bzo7k=
=xxAH
-----END PGP SIGNATURE-----
pgpmqCJZxWZZM.pgp
Description: PGP signature
--- End Message ---