-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Version 1.0.3 binaries are corrupted for Arch/Artix Linux #23
Comments
That works fine for me: aquarius@oz:~$ wget https://github.com/stuartlangridge/magnus/archive/1.0.3.tar.gz
--2023-01-29 12:37:40-- https://github.com/stuartlangridge/magnus/archive/1.0.3.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/stuartlangridge/magnus/tar.gz/refs/tags/1.0.3 [following]
--2023-01-29 12:37:40-- https://codeload.github.com/stuartlangridge/magnus/tar.gz/refs/tags/1.0.3
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘1.0.3.tar.gz’
1.0.3.tar.gz [ <=> ] 76.08K --.-KB/s in 0.04s
2023-01-29 12:37:40 (1.98 MB/s) - ‘1.0.3.tar.gz’ saved [77904]
aquarius@oz:~$ file 1.0.3.tar.gz
1.0.3.tar.gz: gzip compressed data, from Unix, original size modulo 2^32 112640
aquarius@oz:~$ tar tvfpz 1.0.3.tar.gz
drwxrwxr-x root/root 0 2019-09-22 21:16 magnus-1.0.3/
drwxrwxr-x root/root 0 2019-09-22 21:16 magnus-1.0.3/.github/
-rw-rw-r-- root/root 42 2019-09-22 21:16 magnus-1.0.3/.github/FUNDING.yml
-rw-rw-r-- root/root 37 2019-09-22 21:16 magnus-1.0.3/.gitignore
-rw-rw-r-- root/root 91 2019-09-22 21:16 magnus-1.0.3/.travis.yml
-rw-rw-r-- root/root 1073 2019-09-22 21:16 magnus-1.0.3/LICENSE
-rw-rw-r-- root/root 974 2019-09-22 21:16 magnus-1.0.3/README.md
drwxrwxr-x root/root 0 2019-09-22 21:16 magnus-1.0.3/data/
-rw-rw-r-- root/root 10477 2019-09-22 21:16 magnus-1.0.3/data/logo.png
-rw-rw-r-- root/root 250 2019-09-22 21:16 magnus-1.0.3/data/magnus-autostart.desktop
-rw-rw-r-- root/root 399 2019-09-22 21:16 magnus-1.0.3/data/magnus.1
-rw-rw-r-- root/root 243 2019-09-22 21:16 magnus-1.0.3/data/magnus.desktop
-rw-rw-r-- root/root 62695 2019-09-22 21:16 magnus-1.0.3/data/screenshot.png
-rwxrwxr-x root/root 13232 2019-09-22 21:16 magnus-1.0.3/magnus
-rwxrwxr-x root/root 1967 2019-09-22 21:16 magnus-1.0.3/setup.py
drwxrwxr-x root/root 0 2019-09-22 21:16 magnus-1.0.3/snap/
-rw-rw-r-- root/root 2907 2019-09-22 21:16 magnus-1.0.3/snap/snapcraft.yaml so perhaps it is a problem with the setup on your machine? Does downloading other tarballs from github work? I'm afraid I know nothing about the AUR -- I'm not an Arch user, and I didn't create the AUR listing, so perhaps whoever did can help with this? https://aur.archlinux.org/magnus.git suggests that this is someone called Arthorius, but I don't know who that is or how to contact them. |
When trying to install version 1.0.3 from the AUR, we get a downloading error.
And when trying to install the .tar.gz file using pacman, we get a corrupted file error.
Artix version: 6.1.6
The text was updated successfully, but these errors were encountered: