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

'./get all' Command got wrong #71

Open
Zrzzzz opened this issue Oct 5, 2024 · 5 comments
Open

'./get all' Command got wrong #71

Zrzzzz opened this issue Oct 5, 2024 · 5 comments

Comments

@Zrzzzz
Copy link

Zrzzzz commented Oct 5, 2024

Getting RPM package location: rpm musl musl i586
Retrying...
Retrying...
Retrying...
Failed to get RPM package URL for rpm musl musl i586
Getting RPM package location: rpm musl musl i686
Retrying...
Retrying...
Retrying...
Failed to get RPM package URL for rpm musl musl i686
Downloading/updating centos
Getting package glibc locations
Retrying...

gzip: stdin: unexpected end of file
Retrying...
Retrying...
Failed to get package version

I believe the website structure changed. So may be common/libc.sh should update

@peace-maker
Copy link
Collaborator

https://rpmfind.net/linux/rpm2html/search.php?query=musl the i586 and i686 architectures aren't packaged anymore?
Maybe switch to musl-libc instead? There are i686 packages.
https://rpmfind.net/linux/rpm2html/search.php?query=musl*

@peace-maker
Copy link
Collaborator

Most musl-libc packages only contain the ld.so though

@Zrzzzz
Copy link
Author

Zrzzzz commented Oct 7, 2024

OK thanks, but centos also got error?

 ./get centos                                                     
Will download or update for:
/usr/bin/rpm2cpio
        * centos ; Requirements are met
Downloading/updating centos
Getting package glibc locations
Retrying...
Retrying...
Retrying...
Failed to get package version

@whh4git
Copy link
Contributor

whh4git commented Oct 16, 2024

OK thanks, but centos also got error?好的,谢谢,但 centos 也遇到了错误?

 ./get centos                                                     
Will download or update for:
/usr/bin/rpm2cpio
        * centos ; Requirements are met
Downloading/updating centos
Getting package glibc locations
Retrying...
Retrying...
Retrying...
Failed to get package version

In the "get" file, replace "http://mirror.centos.org/centos/" to "https://vault.centos.org/", or other mirrors.

@peace-maker
Copy link
Collaborator

Can you propose a pull request please?

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

No branches or pull requests

3 participants