Your message dated Wed, 12 Dec 2018 12:58:23 +0100
with message-id <e6d7c298-43ad-bce2-2f13-17e08b913...@debian.org>
and subject line Re: Bug#916257: python3-gdbm: Python3 module doesn't load
has caused the Debian Bug report #916257,
regarding python3-gdbm: Python3 module doesn't load
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.)


-- 
916257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-gdbm
Version: 3.7.1-1
Severity: serious
Justification: doesn't work

Does not import with either py3.6 or py3.7.
strace shows that it doesn't even try to load the library.

smurf@dev:~$ sudo aptitude install python3-gdbm
[sudo] password for smurf: 
The following NEW packages will be installed:
  libgdbm6{a} 
The following packages will be upgraded:
  python3-gdbm 
1 packages upgraded, 1 newly installed, 0 to remove and 298 not upgraded.
Need to get 0 B/79,9 kB of archives. After unpacking 136 kB will be used.
Do you want to continue? [Y/n/?] 
[master 22871f5] saving uncommitted changes in /etc prior to apt run
 Author: Matthias Urlichs <matth...@urlichs.de>
 1 file changed, 4 insertions(+)
Selecting previously unselected package libgdbm6:amd64.
(Reading database ... 163593 files and directories currently installed.)
Preparing to unpack .../libgdbm6_1.18.1-2_amd64.deb ...
Unpacking libgdbm6:amd64 (1.18.1-2) ...
Preparing to unpack .../python3-gdbm_3.7.1-1_amd64.deb ...
Unpacking python3-gdbm:amd64 (3.7.1-1) over (3.6.6-1) ...
Setting up libgdbm6:amd64 (1.18.1-2) ...
Processing triggers for libc-bin (2.27-5) ...
Setting up python3-gdbm:amd64 (3.7.1-1) ...
                                         
Current status: 298 (-1) upgradable.
smurf@dev:~$ python3.7
Python 3.7.0+ (default, Aug  2 2018, 06:46:56) 
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gdbm
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'gdbm'
>>> 
smurf@dev:~$ dpkg -L python3-gdbm
[…]
/usr/lib/python3.6/lib-dynload/_gdbm.cpython-36m-x86_64-linux-gnu.so
/usr/lib/python3.7/lib-dynload/_gdbm.cpython-37m-x86_64-linux-gnu.so
/usr/share/doc […]


-- System Information:
Debian Release: 9.5
  APT prefers stable
  APT policy: (800, 'stable'), (750, 'testing'), (700, 'unstable'), (200, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.17.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-gdbm depends on:
ii  libc6     2.27-5
ii  libgdbm6  1.18.1-2
ii  python3   3.6.7-1

python3-gdbm recommends no packages.

Versions of packages python3-gdbm suggests:
pn  python3-gdbm-dbg  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
On 12.12.18 08:56, Matthias Urlichs wrote:
> Package: python3-gdbm
> Version: 3.7.1-1
> Severity: serious
> Justification: doesn't work
> 
> Does not import with either py3.6 or py3.7.
> strace shows that it doesn't even try to load the library.

yes, there is no gdbm module. Closing as invalid.

--- End Message ---

Reply via email to