-
Notifications
You must be signed in to change notification settings - Fork 268
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
Error when installing from source on Arch Linux #110
Comments
It seems curl broke backwards compatibility in some way, and our C++ wrapper hasn't been updated in over a year and starts to make problems on more recent operating systems, including Arch etc. As you correctly found out, the problem lies within zsync2, and there's an open issue for which you might want to subscribe: AppImageCommunity/zsync2#30 |
That's too bad, because it leaves Arch with no AppImage integration. I'm glad you're aware of it, though. I'll subscribe. |
@makeworld-the-better-one the goal is to soon replace the HTTP backend of zsync2 and fix the issues that way. |
This specific issue should be fixed. We still plan to replace the HTTP backend eventually. |
Here's the compiling error I get when installing on Arch Linux.
makeworld
is the username on my system, andyay
is the AUR installer I used, so you can ignore that part in the log below.You can view the AUR package here. The PKGBUILD (file used to install it) is here. The offending section of that PKGBUILD that led to the error is repeated below:
The log seems to suggest the error lies with
zsync2
.The text was updated successfully, but these errors were encountered: