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

Reply via email to