We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> Holy thread revival Batman!
It appears that whilst building easyconfigs/n/ncurses/ncurses-6.5-GCCcore-13.3.0.eb - It attempts to download from https://ftpmirror.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz which fails repeatedly... ...Downloading from https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz works first time. Does this need changing now?
It appears that whilst building easyconfigs/n/ncurses/ncurses-6.5-GCCcore-13.3.0.eb - It attempts to download from https://ftpmirror.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz which fails repeatedly...
...Downloading from https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz works first time.
Does this need changing now?
This also now breaks on easyconfigs/m/make/make-4.4.1-GCCcore-13.3.0.eb which tries to get make from: https://ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.gz - Which also fails.
Originally posted by @CJCShadowsan in #4653 (comment)
The text was updated successfully, but these errors were encountered:
@CJCShadowsan This may be highly dependent on which mirror you're hitting when ftpmirror is being used...
ftpmirror
See also https://www.gnu.org/server/mirror.html, which mentions:
We recommend using this generic ftpmirror.gnu.org address wherever possible in links, documentation, etc., to reduce load on the main GNU server.
So using ftp.gnu.org instead would make us a bad citizen...
ftp.gnu.org
Sorry, something went wrong.
No branches or pull requests
This also now breaks on easyconfigs/m/make/make-4.4.1-GCCcore-13.3.0.eb which tries to get make from: https://ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.gz - Which also fails.
Originally posted by @CJCShadowsan in #4653 (comment)
The text was updated successfully, but these errors were encountered: