Open nevdelap opened 1 month ago
This matches the PKGBUILD.
17:25:08 zen ~ cd /tmp
17:25:17 zen /tmp wget https://raw.githubusercontent.com/Sharktheone/arch-mojo/676397111f633adab2580c87d4b031d7282541c7/src/install_libs.py
--2024-09-04 17:25:19-- https://raw.githubusercontent.com/Sharktheone/arch-mojo/676397111f633adab2580c87d4b031d7282541c7/src/install_libs.py
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8001::154, 2606:50c0:8002::154, 2606:50c0:8003::154, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8001::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6287 (6.1K) [text/plain]
Saving to: ‘install_libs.py’
install_libs.py 100%[======================================================================================================================>] 6.14K --.-KB/s in 0s
2024-09-04 17:25:25 (38.3 MB/s) - ‘install_libs.py’ saved [6287/6287]
17:25:25 zen /tmp shasum -a 256 install_libs.py
bed33dcf5cc71021ab39d62fe5f2c7e9f880035de57f9de5583a46c5ec87cfed install_libs.py
17:25:35 zen /tmp
Yeah I don't really understand why that happens, but you can fix it by deleting the old cache directory in ~/.cache/yay/
or I think a clean build should also work.
Now when I think about it again, it might be the fact that it always downloads install_libs.py
and it sees that it has the same file, even if it is not the same url, I thought yay way smarter 😅
Maybe I need to let it download the file with a suffix of try to delete the file before upgrading / installing
I've just tried to update and then tried removing and installing and had this happening. Manjaro with everything up-to-date. Had always been working just fine previously.
Please let me know if there is anything I can add to help diagnose the problem.