Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934308 - bootstrap-prefix.sh fails to run
Summary: bootstrap-prefix.sh fails to run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-14 16:36 UTC by hsk17
Modified: 2024-06-14 20:21 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 hsk17 2024-06-14 16:36:11 UTC
running bootstrap-prefix.sh currently fails for me early in stage1 when download of portage-20240529.tar.bz2 is attempted - the file finally downloaded from  http://rsync.prefix.bitzolder.nl/snapshots/portage-20240529.tar.bz2 "does not look like a tar archive" - it has size 153 bytes and contains a html-decorated "404 Not Found" message.

further info needed?
Comment 1 Fabian Groffen gentoo-dev 2024-06-14 20:03:11 UTC
This is an fsckup.  Long story short, the snapshot disappeared and I don't have a backup/copy.  We must use a new one.  Grbl.
Comment 2 Larry the Git Cow gentoo-dev 2024-06-14 20:13:29 UTC
The bug has been referenced in the following commit(s):

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

commit 990de73f5a0673988dc0644293d3a51452da1458
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2024-06-14 04:30:41 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2024-06-14 04:30:41 +0000

    scripts/rsync-generation/mksnapshot: don't download a crap 404 message
    
    Fail instead of downloading a 404/403/500 whatever message.
    
    Bug: https://bugs.gentoo.org/934308
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 scripts/rsync-generation/mksnapshot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Larry the Git Cow gentoo-dev 2024-06-14 20:21:00 UTC
The bug has been closed via the following commit(s):

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

commit 23620efb918a3fc4b077a79187c157f682d8d213
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2024-06-14 04:37:22 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2024-06-14 04:37:22 +0000

    scripts/bootstrap-prefix: bump snapshot to an existing one
    
    Closes: https://bugs.gentoo.org/934308
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)