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

rpm5.org does not resolve #421

Closed
paulmenzel opened this issue May 27, 2018 · 4 comments
Closed

rpm5.org does not resolve #421

paulmenzel opened this issue May 27, 2018 · 4 comments

Comments

@paulmenzel
Copy link
Contributor

No idea, if this is temporary or not, but currently the build fails, because the Popt download domain is not resolvable.

modules/popt:popt_url := http://rpm5.org/files/popt/$(popt_tar)

$ host rpm5.org
Host rpm5.org not found: 3(NXDOMAIN)
@paulmenzel
Copy link
Contributor Author

The Linux From Scratch server has a copy.

$ grep url modules/popt
popt_url := ftp://anduin.linuxfromscratch.org/BLFS/popt/$(popt_tar)

@osresearch
Copy link
Collaborator

We could also download it from https://github.com/devzero2000/POPT/archive/popt-1_16-release.tar.gz

Is there a more authoritative release?

@osresearch
Copy link
Collaborator

That github link "works", although it is frustrating that the directory name is bonkers and the "1_16-release" does not match the rpm5 "1.16" release. They are almost the same, but differ in some test files and random stuff like .cvsignore.

funnily enough, rpm5 DNS issues caused a macports bug back in 2007, so this is a long standing issue: https://trac.macports.org/ticket/29301

And here is some background on WTF is rpm5? http://www.internetnews.com/dev-news/article.php/3720556/RPM+5+a+Fork+in+The+Linux+Packaging.htm

@osresearch
Copy link
Collaborator

Fixed using the http instead of ftp since my corporate firewall blocks FTP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants