Skip to content
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

Any plans for updates? #2

Closed
neheb opened this issue Nov 22, 2017 · 6 comments
Closed

Any plans for updates? #2

neheb opened this issue Nov 22, 2017 · 6 comments

Comments

@neheb
Copy link

neheb commented Nov 22, 2017

I recently tried updating usbutils from version 007 to 008 but unfortunately 008 introduces a libudev requirement. The configure script errors out because it needs version 196 while libudev-fbsd provides 143. Even after patching it out, there are a bunch of missing functions that cause the build to fail.

@jiixyj
Copy link
Owner

jiixyj commented Nov 22, 2017

Have you tried libudev-devd (https://github.com/wulf7/libudev-devd/)? It should be more complete than this library. My main use case was to get libinput/wayland to work. I haven't really tried it with anything else.

@jiixyj
Copy link
Owner

jiixyj commented Nov 22, 2017

You could also try this fork here:
https://github.com/FreeBSDDesktop/libudev-devd

This is the version in the FreeBSD ports tree.

@neheb
Copy link
Author

neheb commented Nov 22, 2017 via email

@jiixyj
Copy link
Owner

jiixyj commented Nov 22, 2017

Wow, this is interesting. I didn't even know that this lib would compile under anything that isn't FreeBSD. But it's good to see that people could use this as a base for their own stubs. 👍

@mirko
Copy link
Contributor

mirko commented Dec 13, 2017

It does after some patching - I took the opportunity to create a pull request with the common changes.
There are a couple of more patches which are more OpenWrt specific though - also including some stubs to keep applications happy which might be worth taking over:
https://github.com/openwrt/packages/tree/master/libs/libudev-fbsd/patches

@jiixyj
Copy link
Owner

jiixyj commented Dec 16, 2017

The library should happily compile under Linux/glibc now. I'll try to merge those other patches soon.

@neheb neheb closed this as completed Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants