-
Notifications
You must be signed in to change notification settings - Fork 4
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
Void package fails to build #10
Comments
Hey, I don't currently have a Void install or vm set up but I did a quick test using a Void stratum on my Bedrock Linux installation and the build proceeded correctly without any modification once I had all the correct dependencies installed. Can you provide more information on your build process? |
Thanks for the fast answer. First I tried using the cmake-script void provides to build the project. The current version however, which basically executes the steps outline in the README.md, still runs into the same problem.
The old version used the default
Thanks for your help! |
Just an update, I've been trying to replicate the build environment for Void packages in order to attempt to duplicate your issue however I've been running into problems (As I'm not familiar with Void it's likely I'm doing something wrong). For now I am unsure what exactly is causing libinput to fail to link, everything I can see in those templates seem to match the instructions in the README. The only difference I can see is the |
That's unfortunate, but thanks for trying! Do you know on which distribution it works? Maybe it has something to do with the libinput package itself and by analyzing the differences, I could find the error. |
The build process should be distro agnostic, afaik. If you were to follow the build instructions manually on Void you should be able to install it yourself, I think theres a quirk with Voids templates causing an issue which we need to figure out. There's an Arch package on the aur for another fork of Gebaar which should work with this fork once adapted to use the correct links: https://aur.archlinux.org/packages/gebaar-libinput-git/. Otherwise I could look into automating the build process and adding releases people can download through github. |
I am currently creating a package for void linux of this and I can't get the build to go through. I added
libinput-devel
to the makedepends, but it always fails, like it can't link libinput. The failing output is this:What am I doing wrong? Thanks for any help with this.
The text was updated successfully, but these errors were encountered: