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

Cross Compiling Python #45242

Closed
yegnesh mannequin opened this issue Jul 25, 2007 · 2 comments
Closed

Cross Compiling Python #45242

yegnesh mannequin opened this issue Jul 25, 2007 · 2 comments
Labels
build The build process and cross-build

Comments

@yegnesh
Copy link
Mannequin

yegnesh mannequin commented Jul 25, 2007

BPO 1760089
Nosy @devdanzin

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 2009-04-07.04:03:43.668>
created_at = <Date 2007-07-25.06:09:40.000>
labels = ['build', 'invalid']
title = 'Cross Compiling Python'
updated_at = <Date 2009-04-07.04:03:43.657>
user = 'https://bugs.python.org/yegnesh'

bugs.python.org fields:

activity = <Date 2009-04-07.04:03:43.657>
actor = 'ajaksu2'
assignee = 'none'
closed = True
closed_date = <Date 2009-04-07.04:03:43.668>
closer = 'ajaksu2'
components = ['Build']
creation = <Date 2007-07-25.06:09:40.000>
creator = 'yegnesh'
dependencies = []
files = []
hgrepos = []
issue_num = 1760089
keywords = ['patch']
message_count = 2.0
messages = ['52943', '85682']
nosy_count = 2.0
nosy_names = ['ajaksu2', 'yegnesh']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1760089'
versions = ['Python 2.4']

@yegnesh
Copy link
Mannequin Author

yegnesh mannequin commented Jul 25, 2007

Hi,

I am cross compiling python 2.4 for powerpc-860.
Steps I followed are :
$ patch -p3 < ./python-patch
$ ./configure --host=powerpc-860-linux-gnu --build=i686-pc-linux-gnu
$ make

Error found is listed below:

ar cr libpython2.4.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
ar: Modules/config.o: No such file or directory
make[1]: *** [libpython2.4.a] Error 1

Though the file is existing in the directory listing.
Can you suggest any reason why this error occurs?

Thanks in advance,
Yegnesh

@devdanzin
Copy link
Mannequin

devdanzin mannequin commented Apr 7, 2009

Closing as invalid, please reopen if you can explain what 'python-patch'
is and how this is a Python issue.

@devdanzin devdanzin mannequin added the build The build process and cross-build label Apr 7, 2009
@devdanzin devdanzin mannequin closed this as completed Apr 7, 2009
@devdanzin devdanzin mannequin added invalid build The build process and cross-build labels Apr 7, 2009
@devdanzin devdanzin mannequin closed this as completed Apr 7, 2009
@devdanzin devdanzin mannequin added the invalid label Apr 7, 2009
@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