Bug 1533246 - Cannot import dbm.gnu
Summary: Cannot import dbm.gnu
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python3
Version: rawhide
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Charalampos Stratakis
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-10 20:15 UTC by Randy Barlow
Modified: 2018-01-23 21:45 UTC (History)
12 users (show)

Fixed In Version: python3-3.6.4-3.fc27
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-23 21:45:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Python 32484 0 None None None 2018-01-11 10:44:45 UTC

Description Randy Barlow 2018-01-10 20:15:22 UTC
Description of problem:
I noticed today that a script I wrote could not open a shelve it had previously created, with this error:

dbm.error: db type is dbm.gnu, but the module is not available

I found that I am not able to import dbm.gnu:

$ python3 -c "import dbm.gnu"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib64/python3.6/dbm/gnu.py", line 3, in <module>
    from _gdbm import *
ImportError: /usr/lib64/python3.6/lib-dynload/_gdbm.cpython-36m-x86_64-linux-gnu.so: undefined symbol: gdbm_errno


Version-Release number of selected component (if applicable):
python3-3.6.3-4.fc28.x86_64

Comment 1 Charalampos Stratakis 2018-01-11 10:44:45 UTC
It seems a rebuild is required due to the gdbm update.

As I am currently working on rebasing python3 to the latest version (3.6.4) it should be taken care soon.

Comment 2 Fedora Update System 2018-01-15 21:36:54 UTC
python3-3.6.4-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-084ebafb44

Comment 3 Fedora Update System 2018-01-17 06:47:20 UTC
python3-3.6.4-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-084ebafb44

Comment 4 Fedora Update System 2018-01-17 09:28:24 UTC
python3-3.6.4-2.fc27 python3-docs-3.6.4-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-084ebafb44

Comment 5 Fedora Update System 2018-01-18 02:09:31 UTC
python3-3.6.4-3.fc27, python3-docs-3.6.4-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-084ebafb44

Comment 6 Fedora Update System 2018-01-23 21:45:43 UTC
python3-3.6.4-3.fc27, python3-docs-3.6.4-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.