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

Failure to build _dbm with ndbm on Arch Linux #58393

Closed
westleymartinez mannequin opened this issue Mar 3, 2012 · 3 comments
Closed

Failure to build _dbm with ndbm on Arch Linux #58393

westleymartinez mannequin opened this issue Mar 3, 2012 · 3 comments
Labels
build The build process and cross-build

Comments

@westleymartinez
Copy link
Mannequin

westleymartinez mannequin commented Mar 3, 2012

BPO 14185
Nosy @iritkatriel

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 = None
closed_at = <Date 2021-10-19.15:39:36.371>
created_at = <Date 2012-03-03.19:00:55.264>
labels = ['build']
title = 'Failure to build _dbm with ndbm on Arch Linux'
updated_at = <Date 2021-10-19.15:39:36.370>
user = 'https://bugs.python.org/westleymartinez'

bugs.python.org fields:

activity = <Date 2021-10-19.15:39:36.370>
actor = 'iritkatriel'
assignee = 'none'
closed = True
closed_date = <Date 2021-10-19.15:39:36.371>
closer = 'iritkatriel'
components = []
creation = <Date 2012-03-03.19:00:55.264>
creator = 'westley.martinez'
dependencies = []
files = []
hgrepos = []
issue_num = 14185
keywords = []
message_count = 3.0
messages = ['154845', '162476', '404310']
nosy_count = 3.0
nosy_names = ['westley.martinez', 'append116', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue14185'
versions = ['Python 3.3']

@westleymartinez
Copy link
Mannequin Author

westleymartinez mannequin commented Mar 3, 2012

When building Python I get this:

"building dbm using ndbm
*** WARNING: renaming "_dbm" since importing it failed: build/lib.linux-i686-3.3-pydebug/_dbm.cpython-33dm.so: undefined symbol: dbm_nextkey

Failed to build these modules:
_dbm "

I'm running Arch and I have gdbm installed so shouldn't it be building dbm with gdbm?

@westleymartinez westleymartinez mannequin added the build The build process and cross-build label Mar 3, 2012
@append116
Copy link
Mannequin

append116 mannequin commented Jun 7, 2012

Same thing happens with pyhton-3.2.3 on fedora 17

*** WARNING: renaming "_dbm" since importing it failed: build/lib.linux-x86_64-3.2/_dbm.cpython-32m.so: undefined symbol: dbm_nextkey

Failed to build these modules:
_dbm

@iritkatriel
Copy link
Member

Python 3.3 is not longer maintained. Please create a new issue if you are having problems building a current version (3.9+).

@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
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

1 participant