Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bsddb not completely removed #48041

Closed
amauryfa opened this issue Sep 6, 2008 · 8 comments
Closed

bsddb not completely removed #48041

amauryfa opened this issue Sep 6, 2008 · 8 comments
Assignees

Comments

@amauryfa
Copy link
Member

amauryfa commented Sep 6, 2008

BPO 3791
Nosy @loewis, @birkenfeld, @ronaldoussoren, @amauryfa, @karlcow
Files
  • remove-bsddb.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/amauryfa'
    closed_at = <Date 2009-06-04.09:30:47.046>
    created_at = <Date 2008-09-06.00:32:25.038>
    labels = ['expert-installation']
    title = 'bsddb not completely removed'
    updated_at = <Date 2009-06-04.09:30:47.044>
    user = 'https://github.com/amauryfa'

    bugs.python.org fields:

    activity = <Date 2009-06-04.09:30:47.044>
    actor = 'georg.brandl'
    assignee = 'amaury.forgeotdarc'
    closed = True
    closed_date = <Date 2009-06-04.09:30:47.046>
    closer = 'georg.brandl'
    components = ['Installation']
    creation = <Date 2008-09-06.00:32:25.038>
    creator = 'amaury.forgeotdarc'
    dependencies = []
    files = ['11404']
    hgrepos = []
    issue_num = 3791
    keywords = ['patch']
    message_count = 8.0
    messages = ['72654', '72656', '72753', '72824', '84743', '84744', '88091', '88871']
    nosy_count = 5.0
    nosy_names = ['loewis', 'georg.brandl', 'ronaldoussoren', 'amaury.forgeotdarc', 'karlcow']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue3791'
    versions = ['Python 2.5']

    @amauryfa
    Copy link
    Member Author

    amauryfa commented Sep 6, 2008

    Some remnants of the defunct bsddb module, on windows:

    • _bsddb44.lib is still compiled (but never used anywhere)
    • _bsddb.py is still referenced by the msi installer

    This is a release blocker: the installer won't work.

    @amauryfa
    Copy link
    Member Author

    amauryfa commented Sep 6, 2008

    There are many other places with bsddb. I tried to list all the files here:

    Doc\library\collections.rst
    Doc\library\dbm.rst
    Doc\library\shelve.rst
    Doc\reference\datamodel.rst
    Lib\pydoc_topics.py
    Lib\shelve.py
    Lib\test\regrtest.py
    Makefile.pre.in
    Misc\developers.txt
    Misc\RPM\python-3.0.spec
    Misc\valgrind-python.supp
    Modules\Setup.dist
    PC\VS8.0\pyproject.vsprops
    PCbuild\pyproject.vsprops
    PCbuild\readme.txt
    PCbuild\vs9to8.py
    Tools\scripts\db2pickle.py
    Tools\scripts\pickle2db.py

    And some files that don't seem well maintained anyway:
    PC\os2emx\README.os2emx
    PC\os2vacpp\makefile
    PC\os2vacpp\makefile.omk
    PC\VC6\readme.txt
    PC\VS7.1\python.build
    PC\VS7.1\python.iss
    PC\VS7.1\python20.wse
    PC\VS7.1\readme.txt

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Sep 7, 2008

    The patch looks fine to me, please apply.

    @loewis loewis mannequin assigned amauryfa Sep 7, 2008
    @amauryfa
    Copy link
    Member Author

    amauryfa commented Sep 9, 2008

    Committed patch as r66330.
    Lower priority, but let the item open: more "bsddb" should be removed.

    @karlcow
    Copy link
    Mannequin

    karlcow mannequin commented Mar 31, 2009

    On the mac version there is an issue with the python version installed
    by default.

    Python 2.5.1 (r251:54863, Jan 13 2009, 10:26:13)
    [GCC 4.0.1 (Apple Inc. build 5465)] on darwin

    File
    "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/dbhash.py",
    line 5, in <module>
    import bsddb
    File
    "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/bsddb/init.py",
    line 51, in <module>
    import _bsddb
    ImportError: No module named _bsddb

    @karlcow karlcow mannequin added OS-mac and removed OS-windows labels Mar 31, 2009
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Mar 31, 2009

    Python 2.5 is completed; no further changes will be made to it.

    @ronaldoussoren
    Copy link
    Contributor

    The mac issue mentioned by "karlcow" is not relevant for this discussion
    and refers to the system install of Python.

    The python.org maintainers cannot influence the behaviour of that
    installation, especially not w.r.t. the installation of optional extras
    like bsddb.

    BTW. Can this issue be closed?

    BTW2. Switching "components" from Macintosh to "Installation" because
    this is not related to the macos port.

    @birkenfeld
    Copy link
    Member

    Removed the last traces of bsddb in r73208.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants