Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555812 - bootstrap-prefix.sh stage3: Fails to emerge sys-apps/man-pages due to broken/incompatible download URLs
Summary: bootstrap-prefix.sh stage3: Fails to emerge sys-apps/man-pages due to broken/...
Status: RESOLVED OBSOLETE
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: 2015-07-24 18:40 UTC by gilad.arnold
Modified: 2020-12-13 17:11 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 gilad.arnold 2015-07-24 18:40:50 UTC
Emerge system fails to install sys-apps/man-pages-4.01, which is part of the default profile. Two of the download URLs (distfiles.gentoo.org and man7.org) fail with 404 (Not Found). The other two (both www.kernel.org) redirect (301 Moved Permanently) to an HTTPS URL, which wget cannot fetch ("HTTPS support not compiled in"). Possible solutions:

1) Fix the URLs in the ebuild to ensure there's a working HTTP one.
2) Emerge wget with HTTPS support.
3) Remove sys-apps/man-pages from the profile or use a different profile for Prefix bootstrap.

In my case, I manually removed man-pages from the default profile in Prefix and it worked fine.

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2020-12-13 17:11:57 UTC
thanks