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

checksum error #30

Open
githubedu opened this issue May 29, 2019 · 1 comment
Open

checksum error #30

githubedu opened this issue May 29, 2019 · 1 comment

Comments

@githubedu
Copy link

Hi,

I'm getting validation failed when installing from AUR

$ pamac build slurm
Preparing...
Cloning slurm build files...
Checking slurm dependencies...
To build (1):
  slurm  0.4.3-1    AUR

Edit build files ? [y/N] n

Apply transaction ? [y/N] y
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required
Authenticating as: -------
Password:
==== AUTHENTICATION COMPLETE ====

Building slurm...
==> Making package: slurm 0.4.3-1 (Wed 29 May 2019 07:03:16 EEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found 0.4.3.tar.gz
==> Validating source files with md5sums...
    0.4.3.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

Is there any place I can find a new md5sum key?

Thank you

@MikaelFangel
Copy link

MikaelFangel commented Sep 26, 2023

I know it's an old issue, but here comes the answer for others who might look for it. To find the md5sum you could download the tar.gz file from the release and then run md5sum on the tar.gz file.

Example:

$ wget https://github.com/mattthias/slurm/archive/refs/tags/upstream/0.4.3.tar.gz
$ md5sum slurm-upstream-0.4.3.tar.gz 
> ff39b8e1fd31274ba1bb36d4aadc1d48  slurm-upstream-0.4.3.tar.gz

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

2 participants