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

Wrong FTP links in 3.5.2 installer #71588

Closed
JarodBrennfleck mannequin opened this issue Jun 27, 2016 · 6 comments
Closed

Wrong FTP links in 3.5.2 installer #71588

JarodBrennfleck mannequin opened this issue Jun 27, 2016 · 6 comments
Assignees
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error

Comments

@JarodBrennfleck
Copy link
Mannequin

JarodBrennfleck mannequin commented Jun 27, 2016

BPO 27401
Nosy @pfmoore, @larryhastings, @tjguk, @zware, @zooba

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/zooba'
closed_at = <Date 2016-06-27.19:38:32.103>
created_at = <Date 2016-06-27.15:57:10.597>
labels = ['type-bug', 'expert-installation', 'OS-windows']
title = 'Wrong FTP links in 3.5.2 installer'
updated_at = <Date 2016-06-27.19:38:32.102>
user = 'https://bugs.python.org/JarodBrennfleck'

bugs.python.org fields:

activity = <Date 2016-06-27.19:38:32.102>
actor = 'zach.ware'
assignee = 'steve.dower'
closed = True
closed_date = <Date 2016-06-27.19:38:32.103>
closer = 'zach.ware'
components = ['Installation', 'Windows']
creation = <Date 2016-06-27.15:57:10.597>
creator = 'Jarod Brennfleck'
dependencies = []
files = []
hgrepos = []
issue_num = 27401
keywords = []
message_count = 6.0
messages = ['269383', '269393', '269396', '269397', '269398', '269399']
nosy_count = 6.0
nosy_names = ['paul.moore', 'larry', 'tim.golden', 'zach.ware', 'steve.dower', 'Jarod Brennfleck']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue27401'
versions = ['Python 3.5']

@JarodBrennfleck
Copy link
Mannequin Author

JarodBrennfleck mannequin commented Jun 27, 2016

So far, the only installers tested is the Python 5.3.2 x86 and x86_64 installers.

When selecting customise install, the installer is unable to gather the files required, because the installer is looking for them in:
https://www.python.org/ftp/python/3.5.2/amd64/

Following the link will result in a 404, as the folder does not exist. This reason has been found thanks to the log file of the installation that is given upon error during the installation. (Cheers for that! :D)

The correct link is:
https://www.python.org/ftp/python/3.5.2/amd64rc1/

@JarodBrennfleck JarodBrennfleck mannequin added type-crash A hard crash of the interpreter, possibly with a core dump topic-installation labels Jun 27, 2016
@zware zware changed the title Wrong FTP links in 5.3.2 installer Wrong FTP links in 3.5.2 installer Jun 27, 2016
@zware zware added type-bug An unexpected behavior, bug, or error and removed type-crash A hard crash of the interpreter, possibly with a core dump labels Jun 27, 2016
@zooba
Copy link
Member

zooba commented Jun 27, 2016

Actually, the correct link is amd64/, but it didn't upload on my second try, apparently. Or somehow disappeared...

Fixing that now.

@zooba
Copy link
Member

zooba commented Jun 27, 2016

Should be good now. Thanks for the heads-up!

@zware
Copy link
Member

zware commented Jun 27, 2016

I'm still getting 404s; I'm not sure if there's cache to be purged or something, but I can't see that the ...amd64/ dir exists yet, at least from a browser. I haven't tried an actual installation.

@larryhastings
Copy link
Contributor

I can independently confirm that the "amd64" directory is in the proper place, and all relevant files & directories look like they have the correct permissions. I did that by logging in to the appropriate server and nosing around.

Also, the web link works fine too, for me:

https://www.python.org/ftp/python/3.5.2/amd64/

If I click on that I see all the various msi and msu files. LGTM

@zware
Copy link
Member

zware commented Jun 27, 2016

Yep, looks fine now. I suspect from a couple of commits that Steve just did he did in fact have to purge cache :)

Thanks, Steve!

@zware zware closed this as completed Jun 27, 2016
@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
OS-windows topic-installation type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants