-
Notifications
You must be signed in to change notification settings - Fork 1
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
gui-apps/wluma build fail #4
Comments
OK, I thought that clang is a dependency of rust, but it looks like that's not always the case (but was on all of my systems, but maybe because of something else). But I'll add The weird thing is now, I also can't build it anymore because I now also have the second error. I last built it successfully 3 weeks ago, but now it doesn't build anymore and I have no idea why yet. I didn't change anything on the ebuild, but I guess something else on my system must have changed, which now breaks the build. |
OK, I found the issue, there is a dependency of wluma (v4l-sys, visible in your logs) which isn't compatible with clang 16 (see rust-lang/rust-bindgen#2312). Limiting the build to use clang/llvm <16 worked for me, so I hope it also works for you now. I also created an upstream PR to update the dependency to be compatible with clang 16, so that should fix the problem with future versions of wluma: maximbaz/wluma#75 |
Yea that got it to build. There was an issue, however the default configuration was set it was looking for the iio sensor and iio-sensor-proxy won't install by default without systemd apparently, but I just copied and edited the one from upstream for now, and I'll figure out the rest later. Thanks. |
I was trying to build gui-apps/wluma and it fails during the build phase. I'm a little new to this, so it could be I have something configured wrong.
It was asking for libclang.so originally, so I installed sys-devel/clang in case that was the issue, but now it's having another issue.
emerge --info gui-apps/wluma - https://bpa.st/JLN24
first try before sys-devel/clang - https://bpa.st/PRC2U
after sys-devel/clang - https://bpa.st/VOBYQ
The text was updated successfully, but these errors were encountered: