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

Install fails with no error #44608

Closed
widgeteye mannequin opened this issue Feb 24, 2007 · 6 comments
Closed

Install fails with no error #44608

widgeteye mannequin opened this issue Feb 24, 2007 · 6 comments

Comments

@widgeteye
Copy link
Mannequin

widgeteye mannequin commented Feb 24, 2007

BPO 1667877
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 2007-03-13.02:20:02.000>
created_at = <Date 2007-02-24.16:10:42.000>
labels = ['expert-installation']
title = 'Install fails with no error'
updated_at = <Date 2007-03-13.02:20:02.000>
user = 'https://bugs.python.org/widgeteye'

bugs.python.org fields:

activity = <Date 2007-03-13.02:20:02.000>
actor = 'sf-robot'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2007-02-24.16:10:42.000>
creator = 'widgeteye'
dependencies = []
files = []
hgrepos = []
issue_num = 1667877
keywords = []
message_count = 6.0
messages = ['31323', '31324', '31325', '31326', '31327', '31328']
nosy_count = 3.0
nosy_names = ['loewis', 'sf-robot', 'widgeteye']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1667877'
versions = []

@widgeteye
Copy link
Mannequin Author

widgeteye mannequin commented Feb 24, 2007

When I built python 2.5 for linux I did the normal:
configure
make
make install

Everything went fine til the "make install" part. It dies with no
error.
just says "install failed" after this:

Compiling /usr/local/lib/python2.5/zipfile.py

That part built fine but the next part failed.
So what I did being the industrious fellow that I am I did:

make -n install > out

Took the out file and did:

sh out

That installed python without failure.

Now if I do "make install" everything works fine.

Weird eh?

@widgeteye widgeteye mannequin closed this as completed Feb 24, 2007
@widgeteye widgeteye mannequin closed this as completed Feb 24, 2007
@loewis
Copy link
Mannequin

loewis mannequin commented Feb 25, 2007

I'm not finding it weird that the shell script completed. I doubt it "works fine", though. Instead, some command in it failed, but the shell doesn't abort in this case - make would abort.

Typically, when byte-compilation fails, it is because you have a file byte-compiled that has a syntax error in it. Scroll through the entire compileall output to see what the actual problem is.

Tentatively closing this as "won't fix".

@widgeteye
Copy link
Mannequin Author

widgeteye mannequin commented Feb 26, 2007

I think you missed the point I was trying to make. When I say "works fine" I mean
that after I installed python using the shell script, then I could run "make install"
and it would complete the install using make without failure.

1 similar comment
@widgeteye
Copy link
Mannequin Author

widgeteye mannequin commented Feb 26, 2007

I think you missed the point I was trying to make. When I say "works fine" I mean
that after I installed python using the shell script, then I could run "make install"
and it would complete the install using make without failure.

@loewis
Copy link
Mannequin

loewis mannequin commented Feb 26, 2007

Can you reproduce the problem on your system? Can you give instructions on how to reproduce it on another system? If not, I see little chance to resolve this problem.

@sf-robot
Copy link
Mannequin

sf-robot mannequin commented Mar 13, 2007

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

@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

0 participants