Your message dated Sun, 27 Apr 2025 18:20:35 +0000
with message-id <e1u96cf-00h5tk...@fasolo.debian.org>
and subject line Bug#1103674: fixed in gnumed-client 1.8.21+dfsg-1
has caused the Debian Bug report #1103674,
regarding gnumed-client: new upstream available: 1.8.21 / v22.31
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.)
--
1103674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnumed-client
Version: 1.8.19+dfsg-1
Severity: wishlist
Tags: upstream
Dear maintainers,
further testing for Trixie revealed another bug that can, given the
right circumstances, completely prevent GNUmed from starting up the
client application. The same issue can affect upgrading the database.
The minimally-invasive, non-degrading, and single fix for 1.8.21 is a
one-to-four-line change:
@@ -699,7 +699,10 @@ def get_db_fingerprint(conn=None, fname=None,
with_dump=False, eol=None):
try:
curs.execute(cmd)
rows = curs.fetchall()
- val = rows[0][0]
+ if rows:
+ val = rows[0][0]
+ else:
+ val = '<not found>'
except PG_ERROR_EXCEPTION as pg_exc:
if pg_exc.pgcode !=
sql_error_codes.INSUFFICIENT_PRIVILEGE:
raise
May I kindly ask for packaging despite Trixie being
in Soft Freeze by now.
(Note that this is _not_ the same issue as
the similar 1.8.19 -> 1.8.20 one.)
Thanks,
Karsten
-- System Information:
Debian Release: 12.10
APT prefers stable-updates
APT policy: (990, 'stable-updates'), (990, 'stable-security'), (990,
'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 6.10.11+bpo-686-pae (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages gnumed-client depends on:
ii aspell 0.60.8-4+b1
ii file 1:5.44-3
ii gnumed-common 1.8.19+dfsg-1
ii hunspell 1.7.1-1
ii imagemagick 8:6.9.11.60+dfsg-1.6+deb12u2
ii imagemagick-6.q16 [imagemagick] 8:6.9.11.60+dfsg-1.6+deb12u2
ii ispell 3.4.05-1
ii python3 3.11.2-1+b1
ii python3-enchant 3.2.2-1
ii python3-gnuplot 1.8-8
ii python3-hl7 0.4.5-1
ii python3-httplib2 0.20.4-3
ii python3-lxml 4.9.2-1+b1
ii python3-psutil 5.9.4-1+b1
ii python3-pyudev 0.24.0-1
ii python3-wxgtk4.0 4.2.0+dfsg-3
ii texlive-latex-base 2022.20230122-3
Versions of packages gnumed-client recommends:
ii 7zip 24.09+dfsg-7~bpo12+1
ii aeskulap 0.2.2-beta2+git20190406.ef77f01-4+b1
ii amide 1.0.6-1
ii audiofile-tools 0.3.6-5+deb12u1
ii chktex 1.7.8-1
ii chromium [www-browser] 135.0.7049.95-1~deb12u1
ii dcmtk 3.6.7-9~deb12u3
ii extract 1:1.11-7
ii firefox-esr [www-browser] 128.9.0esr-1~deb12u1
ii gnumed-doc 1.8.19+dfsg-1
ii gpg 2.2.40-1.1
ii gtklp 1.3.4-3+b1
ii konqueror [www-browser] 4:22.12.3-1
ii lacheck 1.26-17
ii libimage-exiftool-perl 12.57+dfsg-1
ii libreoffice-writer 4:7.4.7-1+deb12u7
ii lynx [www-browser] 2.9.0dev.12-1
ii pdftk-java 3.3.2-1
ii poppler-utils 22.12.0-2+b1
ii python3-docutils 0.19+dfsg-6
ii python3-pyqrcode 1.2.1-4
ii python3-unidecode 1.3.6-1
ii python3-vobject 0.9.6.1-2
ii qpdf 11.3.0-1+deb12u1
ii systemd-timesyncd 252.36-1~deb12u1
ii texlive-latex-extra 2022.20230122-4
ii texlive-latex-recommended 2022.20230122-3
ii w3m [www-browser] 0.5.3+git20230121-2
ii wgerman-medical 20220425-1
ii xdg-utils 1.1.3-4.1
ii xmedcon 0.23.0-gtk3+dfsg-1+deb12u1
ii xsane 0.999-12.1~deb12u1
Versions of packages gnumed-client suggests:
pn autokey-qt | autokey-gtk <none>
ii edfbrowser 2.00+dfsg-1
ii entangle 3.0-3
ii gnumed-server 22.28-1
pn incron <none>
ii kolourpaint 4:22.12.3-1
ii konsolekalendar 4:22.12.3-1
ii korganizer 4:22.12.3-1
ii libchipcard-tools 5.1.6-1+b1
ii nvram-wakeup 1.1-4+b1
ii python3-uno 4:7.4.7-1+deb12u7
ii qrisk2 0.1.20150729-5
pn shutdown-at-night <none>
pn wakeonlan | etherwake | gwakeonlan <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: gnumed-client
Source-Version: 1.8.21+dfsg-1
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gnumed-client, 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 1103...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated gnumed-client 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: Sun, 27 Apr 2025 19:34:23 +0200
Source: gnumed-client
Architecture: source
Version: 1.8.21+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1103674
Changes:
gnumed-client (1.8.21+dfsg-1) unstable; urgency=medium
.
* New upstream version
Closes: #1103674
* Standards-Version: 4.7.2 (routine-update)
Checksums-Sha1:
bbf7c0db377b5c41420909e6350bc6700e83debe 2389 gnumed-client_1.8.21+dfsg-1.dsc
d661242cda244a5a4ef084a38db9a27940849fcb 4029504
gnumed-client_1.8.21+dfsg.orig.tar.xz
73e0a4e13c214a43f4ddec4afdc8db025cd21b43 79148
gnumed-client_1.8.21+dfsg-1.debian.tar.xz
fa9d753b1ec662d6e407275726b922c6bb8cbe71 7787
gnumed-client_1.8.21+dfsg-1_amd64.buildinfo
Checksums-Sha256:
a1e563f61784c2b09a1c2b7d0128065a833e7b1890869f17aeeb402b0dbe72b5 2389
gnumed-client_1.8.21+dfsg-1.dsc
88af1167c5b2642c0d6854d457563b7e57891de4e35e6fbefcfd466afd1e529c 4029504
gnumed-client_1.8.21+dfsg.orig.tar.xz
c35eea8622b4c696b8525a01464ea9be7c6fa4c9b82043fdb610cba49d5b5f00 79148
gnumed-client_1.8.21+dfsg-1.debian.tar.xz
5b480b4337f01a9822989223c694a60d537517875db8451610ae87b28b02ed4a 7787
gnumed-client_1.8.21+dfsg-1_amd64.buildinfo
Files:
c348ec3864501c7ee106ea70eb5247ca 2389 misc optional
gnumed-client_1.8.21+dfsg-1.dsc
171e267eb28dea0d28b22302baab1e12 4029504 misc optional
gnumed-client_1.8.21+dfsg.orig.tar.xz
0696cfe48f44ed2ad453a39322041114 79148 misc optional
gnumed-client_1.8.21+dfsg-1.debian.tar.xz
2b7ebe9d3d3458c755d954342b813ebe 7787 misc optional
gnumed-client_1.8.21+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmgOb0URHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHLcw/+OTM4WutH3JqMnEsZy7piZ3g1pPg5MVJ2
raM6E37EG4EdLv1XbMJLDqNA3vYtzFdmoXuedGsC0KHlzjC3WKXDDAIKm/xLhkue
KMH94iJxKJqnwq0iOlBswJKRH8dDCSx3O68lji2Z+lkK0wR6qYI/wefbHgng6vye
j8Z7NYYyCJK+7ViPgcBy7ULiaoyrsOTTeaN29Hqb+XeDd5Tah9KxIumEX+0+rZma
HltemPX1q47VUNTMEPV2B/Sqeecgbd2DLM6oyyakEGlj5mi2KtZpjlrnvxsjMYtl
dCjJ6jQYpK2o6mODtDWFIx8KU0SLDcSsdC87ixRIeEBUJr0KxcttlRG9CF4vgnaL
TXhsos0F+plpbuNwPB/ms7F17R2J3yPt2RsCIkH0HhI4KsV41n4jkpvLeWHHmeZO
0R703h3KZ/ubX61oWOd+HGIEQFix2V5MmOwQEI2X1Y5OuCC9g2dQGRzh7T29K4Xf
Fr8d/bufcuri+l9Q7svK0pe0vEjPk7+Ji5vIn+6QEoGbpKBPSsXEqjaI0icxF0V5
hj23qWWjNr872EQbu9MhbWfX3p0Zg2uLyA7k6BxVTHSs3/FWzDgryzpnHAUFD1++
XG+Y82ADCVlb2hYmUe9HBJ2GcRAgSMu4NJ6RN7+4ZcdoSOoCmin3iDwVYBsO3Xm7
HS1fSSJKKsA=
=WgCs
-----END PGP SIGNATURE-----
pgpPazUyxU819.pgp
Description: PGP signature
--- End Message ---