Your message dated Tue, 06 May 2025 07:33:58 +0000
with message-id <e1uccoq-007hxr...@fasolo.debian.org>
and subject line Bug#1104031: fixed in gavodachs 2.11+dfsg-2
has caused the Debian Bug report #1104031,
regarding installation fails with KeyError: 'iterKeys'
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.)
--
1104031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gavodachs2-server
Version: 2.11+dfsg-1
Severity: grave
When installing Debian 13 I selected the "Astronomy" pure blend. This
among other packages pulled in this package, but its installation
failed, preventing the package installation stage from succeeding.
Install log follows
Apr 24 12:51:55 in-target: Konfigurowanie pakietu gavodachs2-server
(2.11+dfsg-1) ...
Apr 24 12:51:55 in-target: Created symlink
'/etc/systemd/system/multi-user.target.wants/dachs.service' →
'/usr/lib/systemd/system/dachs.service'.^M
Apr 24 14:51:55 addgroup[16049]: Selecting GID from range 1000 to 59999 ...
Apr 24 14:51:55 addgroup[16049]: Adding group `gavo' (GID 1000) ...
Apr 24 14:51:55 groupadd[16052]: group added to /etc/group: name=gavo, GID=1000
Apr 24 14:51:55 groupadd[16052]: group added to /etc/gshadow: name=gavo
Apr 24 14:51:55 groupadd[16052]: new group: name=gavo, GID=1000
Apr 24 14:51:55 adduser[16057]: Selecting UID from range 100 to 999 ...
Apr 24 14:51:55 adduser[16057]: Adding system user `gavo' (UID 114) ...
Apr 24 14:51:55 adduser[16057]: Adding new user `gavo' (UID 114) with group
`gavo' ...
Apr 24 14:51:55 useradd[16061]: new user: name=gavo, UID=114, GID=1000,
home=/nonexistent, shell=/usr/sbin/nologin, from=none
Apr 24 14:51:55 adduser[16057]: Not creating `/nonexistent'.
Apr 24 14:51:55 adduser[16068]: Adding user `dachsroot' ...
Apr 24 14:51:55 adduser[16068]: Selecting UID from range 1000 to 59999 ...
Apr 24 14:51:55 adduser[16068]: Adding new user `dachsroot' (1000) with group
`gavo (1000)' ...
Apr 24 14:51:55 useradd[16072]: new user: name=dachsroot, UID=1000, GID=1000,
home=/home/dachsroot, shell=/bin/bash, from=none
Apr 24 14:51:55 adduser[16068]: Creating home directory `/home/dachsroot' ...
Apr 24 14:51:55 adduser[16068]: Copying files from `/etc/skel' ...
Apr 24 14:51:55 chfn[16081]: changed user 'dachsroot' information
Apr 24 14:51:55 adduser[16068]: Adding new user `dachsroot' to supplemental /
extra groups `users' ...
Apr 24 14:51:55 adduser[16068]: Adding user `dachsroot' to group `users' ...
Apr 24 14:51:55 gpasswd[16088]: members of group users set by root to dachsroot
Apr 24 14:51:55 su[16092]: (to postgres) root on none
Apr 24 14:51:55 su[16092]: pam_unix(su:session): session opened for user
postgres(uid=113) by (uid=0)
Apr 24 14:51:55 su[16092]: pam_systemd(su:session): Failed to connect to system
bus: Nie ma takiego pliku ani katalogu
Apr 24 12:51:55 in-target: createdb: error: connection to server on socket
"/var/run/postgresql/.s.PGSQL.5432" failed: Nie ma takiego pliku ani katalogu
Apr 24 12:51:55 in-target: Is the server running locally and accepting
connections on that socket?
Apr 24 14:51:55 su[16092]: pam_unix(su:session): session closed for user
postgres
Apr 24 12:51:55 in-target: Creation of gavo database failed; assuming it's
already there
Apr 24 12:51:55 in-target: and carrying on.
Apr 24 14:51:55 su[16095]: (to postgres) root on none
Apr 24 14:51:55 su[16095]: pam_unix(su:session): session opened for user
postgres(uid=113) by (uid=0)
Apr 24 14:51:55 su[16095]: pam_systemd(su:session): Failed to connect to system
bus: Nie ma takiego pliku ani katalogu
Apr 24 12:51:56 in-target: createuser: error: connection to server on socket
"/var/run/postgresql/.s.PGSQL.5432" failed: Nie ma takiego pliku ani katalogu
Apr 24 12:51:56 in-target: Is the server running locally and accepting
connections on that socket?
Apr 24 14:51:56 su[16095]: pam_unix(su:session): session closed for user
postgres
Apr 24 14:51:56 su[16100]: (to dachsroot) root on none
Apr 24 14:51:56 su[16100]: pam_unix(su:session): session opened for user
dachsroot(uid=1000) by (uid=0)
Apr 24 14:51:56 su[16100]: pam_systemd(su:session): Failed to connect to system
bus: Nie ma takiego pliku ani katalogu
Apr 24 12:51:56 in-target: Traceback (most recent call last):
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/user/cli.py", line 153, in main
Apr 24 12:51:56 in-target: from gavo.user import initdachs
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/user/initdachs.py", line 26, in <module>
Apr 24 12:51:56 in-target: from gavo import base
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/base/__init__.py", line 22, in <module>
Apr 24 12:51:56 in-target: from gavo.base.attrdef import *
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/base/attrdef.py", line 68, in <module>
Apr 24 12:51:56 in-target: from gavo.base import literals
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/base/literals.py", line 28, in <module>
Apr 24 12:51:56 in-target: from gavo.stc import parseSimpleSTCS
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/stc/__init__.py", line 48, in <module>
Apr 24 12:51:56 in-target: from gavo.stc.stcsast import parseSTCS,
parseQSTCS
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/stc/stcsast.py", line 456, in <module>
Apr 24 12:51:56 in-target: _geometryKeyIterators =
_makeGeometryKeyIterators()
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/stc/stcsast.py", line 443, in
_makeGeometryKeyIterators
Apr 24 12:51:56 in-target: return dict(
Apr 24 12:51:56 in-target: (clsName, _makeGeometryKeyIterator(argDesc,
clsName))
Apr 24 12:51:56 in-target: ...<8 lines>...
Apr 24 12:51:56 in-target: ("PositionInterval", [("lowerLimit",
"v"), ("upperLimit", "v")]),
Apr 24 12:51:56 in-target: ])
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/stc/stcsast.py", line 444, in <genexpr>
Apr 24 12:51:56 in-target: (clsName, _makeGeometryKeyIterator(argDesc,
clsName))
Apr 24 12:51:56 in-target:
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
Apr 24 12:51:56 in-target: File
"/usr/lib/python3/dist-packages/gavo/stc/stcsast.py", line 439, in
_makeGeometryKeyIterator
Apr 24 12:51:56 in-target: return locals()["iterKeys"]
Apr 24 12:51:56 in-target: ~~~~~~~~^^^^^^^^^^^^
Apr 24 12:51:56 in-target: KeyError: 'iterKeys'
Apr 24 12:51:56 in-target: Ouch -- Exception escaped from initdachs: 'iterKeys'
Apr 24 14:51:56 su[16100]: pam_unix(su:session): session closed for user
dachsroot
Apr 24 12:51:56 in-target: dpkg: błąd przetwarzania pakietu gavodachs2-server
(--configure):
Apr 24 12:51:56 in-target: podproces zainstalowany pakiet gavodachs2-server
skrypt post-installation zwrócił kod błędu 1
-- System Information:
Debian Release: 13 installer alpha
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Source: gavodachs
Source-Version: 2.11+dfsg-2
Done: Markus Demleitner <g...@ari.uni-heidelberg.de>
We believe that the bug you reported is fixed in the latest version of
gavodachs, 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 1104...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Markus Demleitner <g...@ari.uni-heidelberg.de> (supplier of updated gavodachs
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: Thu, 17 Apr 2025 11:39:53 +0200
Source: gavodachs
Architecture: source
Version: 2.11+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Markus Demleitner <g...@ari.uni-heidelberg.de>
Closes: 1104031
Changes:
gavodachs (2.11+dfsg-2) unstable; urgency=medium
.
* Making DaCHS not fail with PEP 667 (Closes: #1104031)
* DaCHS won't crash with astropy any more on non-writable homes.
* Fix for the removal of unicode_ from numpy2.
Checksums-Sha1:
37f9ac94a56de727a8268d9933135e768acc98a6 2387 gavodachs_2.11+dfsg-2.dsc
c937a41b488dbb101de2c1fc046702602217ea8f 10732
gavodachs_2.11+dfsg-2.debian.tar.xz
Checksums-Sha256:
bedaadf4dacc0011317c0f8073ca14760181af914fb10dd6240c2918b1db1269 2387
gavodachs_2.11+dfsg-2.dsc
4c17036d451a70c0ec7a8009ca4abdf68bceecbba6fb4a960bbf8926790a696c 10732
gavodachs_2.11+dfsg-2.debian.tar.xz
Files:
cbb1aaa3a9c936143d6307dbedd2f70f 2387 python optional gavodachs_2.11+dfsg-2.dsc
79bfb8defa2f3599f71c7300a0973c8c 10732 python optional
gavodachs_2.11+dfsg-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmgZt/MACgkQcRWv0HcQ
3Pe7XBAAg/Yitm/QYqneZBur5Ku0oA808Dy80H+O1IOt7OZxODqPlq/klvJmYWJ0
a9+XJnGVwUjbhRHFh1RUtejl9Esjd0N4vHYaGJAZNhUHnoHaEiayc+4R709Wi4Up
Uc5irHyY0pn2q/+IhDvqTp2Am8BvZcrE+IyKtQlKSmY7JTBK5e1kRau0FKvktuDh
a2VfNeQ6E9pcTyF+Ej4sAYO50evQrJUeeVsFV3DSlKnwMZKEZ/9gN27XygrTzijU
RSwXnVpT6NgUUTASOu7TS6opFwh6+OReW6aXe46gDuJRw86AiDK8mTP/51TXg9Tg
LclH2+z3R7p6TEzX9u4Nuq0ybt+mHBZNMxSLtL8q9UTfH9NvnUeaUciI34wziAha
v6aKr+dLcnw6ACfgwdzsMHWI1UpMmA9DjYTM7ZPQw0fpBOMOE3sz8VAZqQ4kHLTN
t3aFtZ461eD+RZf1Ik1rEREENccccJx3YxbHg1QrwLSlBOMkdWQvB2B4y6vYYv0H
jxhWOT8I+ehsVM1FXtsc8grbgCi/Nwptfl7CmfwfvRXhMlb8iynRrzNbdSTmLjBC
hWk3mdIMrOVCbmooLYguNQS2GXlmsxZCmoIWEKf/igmzy0VHrEkLnKI4nalfRqAq
XWIfaAF/KwqSyMzhyLCpV+UFtydcSeEFU4SH9kxGOQsw6gFA6+Y=
=h6ru
-----END PGP SIGNATURE-----
pgpD1xaJXc2Ar.pgp
Description: PGP signature
--- End Message ---