-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to install amdfand v1.0.12-1 on arch linux #67
Comments
I can confirm the problem on the AUR package
|
Here is a workaround:
|
Hi, this issue originate in rust version used to build crate. For some reason, and I don't know how to fix it, pamac is using stable rust but project requires nightly to be compiled correctly. I'm not the maintainer of this AUR package so I can't fix it. I also don't have too much time right now since I have now 2 small kids and my hands are too occupied in this project. If we have here maintainer of AUR package please try following:
|
Thanks for the insight and for creating this useful tool! I see that you commented on the AUR page as well, so hopefully the maintainer follows your tip and it fixes the issue. I'll leave this issue open for now in case others come here looking for a similar resolution and then close it if/when the package is working again. |
1.0.12 doesn't compile with the latest nightly toolchain, either:
EDIT: From the latest commit:
|
This appears to be due to the ahash dependency, with the fix implemented here: tkaitchuck/aHash#183 Edit: Here's the dependency tree:
|
I'm trying to update egui but Emik changed a lot and there's no support for glium/glow so it must be now rewritten to wgpu |
That's definitely an undertaking. I'd love to help, but I think it would take me awhile to get up to speed with the repo and libraries. Maybe this repo would be a helpful reference for you: https://github.com/ejb004/egui-wgpu-demo |
Hi, I upgraded dependencies for entire project. Please check if anything changed. Major change:
The reason behind this is I don't have enough time to maintain 3 and egui changed to such degree porting my old code is impossible. I hope I fixed all issues, at least for some time |
Thanks so much @Eraden. It's now compiling. I'll go ahead and close this issue since the issue with package on aur is now a matter of the new maintainer updating it. |
I am having issues installing and building amdfand version 1.0.12-1 from the aur on my arch linux build.
When updating the package, I run into the following error message:
My setup:
The text was updated successfully, but these errors were encountered: