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

Python2.6 compilation breaking on mips64 bit machine #58192

Closed
shivampythonissues mannequin opened this issue Feb 10, 2012 · 3 comments
Closed

Python2.6 compilation breaking on mips64 bit machine #58192

shivampythonissues mannequin opened this issue Feb 10, 2012 · 3 comments
Labels
build The build process and cross-build

Comments

@shivampythonissues
Copy link
Mannequin

shivampythonissues mannequin commented Feb 10, 2012

BPO 13984
Nosy @loewis

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 2012-02-10.08:14:18.944>
created_at = <Date 2012-02-10.08:07:35.517>
labels = ['build']
title = 'Python2.6 compilation breaking on mips64 bit machine'
updated_at = <Date 2012-02-10.08:16:07.216>
user = 'https://bugs.python.org/shivampythonissues'

bugs.python.org fields:

activity = <Date 2012-02-10.08:16:07.216>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = <Date 2012-02-10.08:14:18.944>
closer = 'loewis'
components = ['None']
creation = <Date 2012-02-10.08:07:35.517>
creator = 'shivam_python_issues'
dependencies = []
files = []
hgrepos = []
issue_num = 13984
keywords = []
message_count = 3.0
messages = ['153031', '153033', '153034']
nosy_count = 2.0
nosy_names = ['loewis', 'shivam_python_issues']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue13984'
versions = ['Python 2.6']

@shivampythonissues
Copy link
Mannequin Author

shivampythonissues mannequin commented Feb 10, 2012

Hi All,
I am getting follwoing error when compiling Python2.6 on mips 64.

"
Failed to find the necessary bits to build these modules:
_bsddb _tkinter bsddb185
bz2 dl imageop
readline sunaudiodev zlib
To find the necessary bits, look in setup.py in detect_modules() for the module's name.

Failed to build these modules:
_ctypes datetime dbm
"

@shivampythonissues shivampythonissues mannequin added the build The build process and cross-build label Feb 10, 2012
@loewis
Copy link
Mannequin

loewis mannequin commented Feb 10, 2012

Python 2.6 is in a mode where only security issues get fixed. Please use Python 2.7 or Python 3.2.

@loewis loewis mannequin closed this as completed Feb 10, 2012
@loewis
Copy link
Mannequin

loewis mannequin commented Feb 10, 2012

Also understand that this output does not indicate an error. It just means that it couldn't build these modules. Python itself works just fine.

@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

0 participants