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

How to solve this error? #35

Closed
r0om3 opened this issue Jan 21, 2018 · 5 comments
Closed

How to solve this error? #35

r0om3 opened this issue Jan 21, 2018 · 5 comments
Labels

Comments

@r0om3
Copy link

r0om3 commented Jan 21, 2018

ERROR md5sum mismatch! Setup initialization mismatch! Update your copy of setupTermuxArch.sh. If you have updated it, this kind of error can go away, sort of like magic. Waiting a few minutes before executing again is recommended, especially if you are using a new copy from https://raw.githubusercontent.com/sdrausty/TermuxArch/master/setupTermuxArch.sh on your system. There are many reasons that generate checksum errors. Proxies are one reason. Mirroring and mirrors are another explanation for md5sum errors. Either way this means, "Try again, initialization was not successful." See https://sdrausty.github.io/TermuxArchPlus/md5sums for more information.

    Run setupTermuxArch.sh again. Exiting...

screenshot_2018-01-21-11-25-04-337_com termux

@SDRausty
Copy link
Owner

Thank you for posting this issue. At present the simplest solution is to downgrade wget in Termux. Use apt remove wget to downgrade your wget to https://sdrausty.github.io/TermuxArch/scripts/files/wget_1.19.2-1_aarch64.deb this version. dpkg --install wget_1.19.2-1_aarch64.deb, then bash setupTermuxArch.sh should resolve this issue for the time being. Let us know your outcome.

@SDRausty
Copy link
Owner

SDRausty commented Jan 22, 2018

@SDRausty
Copy link
Owner

#32 (comment) wget might be producing other maladies as well with version 1.19.3.

Automatic x86_64 download from evowise no longer works #32
How to solve this error? #35
Latest wget 1.19.3 produces errors termux/termux-packages#2052
All three(3) of these may be related, including this topic.

All three(3) of these may be related, including this topic to wget 1.19.3 and libunistring.

if [ $(getprop ro.product.cpu.abi) = x86_64 ];then
wget -A tar.gz -m -nd -np http://$mirror$path

From https://raw.githubusercontent.com/sdrausty/TermuxArch/master/scripts/files/stable/necessaryfunctions.sh

@r0om3
Copy link
Author

r0om3 commented Jan 22, 2018

thanks for the solution I think this is running

screenshot_2018-01-21-22-22-21-956_com termux

@r0om3 r0om3 closed this as completed Jan 22, 2018
@SDRausty
Copy link
Owner

Thank you for sharing!

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

No branches or pull requests

2 participants