-
Notifications
You must be signed in to change notification settings - Fork 5
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
FAIL: test_verify_preconfig #54
Comments
Same problem here; however, putting unpacked tarball to |
Hey guys, I had the same problem with hash mismatch. After some investigation I think that I found the solution. So, there're two possible approaches to solve it:
Before a pull request, to pass the test, either change the constant from CHECKSUM = 'c0452d6addcde172b71cac7b339e074f5f13a7ad83f2ee4736d47025dcbc760e' to CHECKSUM = '17bf9cedc6e694983eb2a49c2add264b0e84c4efd3b1fba307cfcab5e21843e5' or downgrade the
tar xvf tar-1.34.tar.xz
cd ./tar-1.34
mkdir -p $HOME/old-tar
mkdir -p $HOME/tar-1.34
sudo mv /usr/bin/tar $HOME/old-tar
./configure --prefix=$HOME/tar-1.34
make
make install
sudo ln -s $HOME/tar-1.34/bin/tar /usr/bin
make test Actually to solve it permanently it's a little tricky, once it depends of the user system, I have two ideas in mind:
|
Is this a |
I actually don't know if it's a bug, or they just improved their compression algorithm and, because of it, it's causing a hash mismatch. |
Attempting to build using aur/boxtron and aur/boxtron-git.
The text was updated successfully, but these errors were encountered: