Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902091 - windows/cygwin bootstrap-prefix stage1: 404 sources not found of cygwin python
Summary: windows/cygwin bootstrap-prefix stage1: 404 sources not found of cygwin python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-18 21:01 UTC by APN-Pucky
Modified: 2023-03-19 01:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description APN-Pucky 2023-03-18 21:01:52 UTC
The directory https://mirrors.kernel.org/sourceware/cygwin/x86_64/release/python39/ no longer has the python version used in windows/cygwin prefix 3.9.9-1.

Reproducible: Always

Actual Results:  
wget --no-check-certificate https://mirrors.kernel.org/sourceware/cygwin/x86_64/release/python39/python39-3.9.9-1-src.tar.xz
--2023-03-18 20:53:15--  https://mirrors.kernel.org/sourceware/cygwin/x86_64/release/python39/python39-3.9.9-1-src.tar.xz
Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99, 2604:1380:45e3:2400::1
Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-03-18 20:53:15 ERROR 404: Not Found.

]2;downloading https://mirrors.kernel.org/sourceware/cygwin/x86_64/release/python39/python39-3.9.9-1-src.tar.xz failed!!!! downloading https://mirrors.kernel.org/sourceware/cygwin/x86_64/release/python39/python39-3.9.9-1-src.tar.xz failed!

I tried running
  bootstrap_stage1_log
but that failed :(  I have no clue, really.  Please find friendly folks
in #gentoo-prefix on irc.gentoo.org, gentoo-alt@lists.gentoo.org mailing list,
or file a bug at bugs.gentoo.org under Gentoo/Alt, Prefix Support.
Sorry that I have failed you master.  I shall now return to my humble cave.
You can find a log of what happened in /cygdrive/d/a/gentoo-prefix-tester/gentoo-prefix-tester/tmp-gentoo-prefix-20230318202000/gentoo-prefix/stage1.log

Expected Results:  
Should probably use a later python version.
Comment 1 Larry the Git Cow gentoo-dev 2023-03-19 01:03:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a2d6d90f481821f7d5a10aadd40b86810f845f1e

commit a2d6d90f481821f7d5a10aadd40b86810f845f1e
Author:     Tom Gillespie <tgbugs@gmail.com>
AuthorDate: 2023-03-18 00:42:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-19 01:03:47 +0000

    scripts/bootstrap-prefix.sh: bump cygwin python version
    
    3.9.9 is no longer in the cygwin tree so replace it with 3.9.10
    
    Closes: https://bugs.gentoo.org/902091
    Signed-off-by: Tom Gillespie <tgbugs@gmail.com>
    Closes: https://github.com/gentoo/prefix/pull/25
    Signed-off-by: Sam James <sam@gentoo.org>

 scripts/bootstrap-prefix.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)