Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Cannot build on FreeBSD 11-CURRENT #60
Comments
|
You're correct on a couple of fronts.
Let me fix 2. then apply your patch (which looks OK from a quick scan), test and then I'll commit. Thanks for taking the time and effort. |
|
Code based mostly on mkushnir's patch has been committed to my tree and will flow upsteam in due course (including to github). |
kmcdonell
closed this
Jan 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mkushnir commentedJan 12, 2016
When building on a not so old 11-CURRENT, I'm getting this:
After some digging into it, looks like FreeBSD's
kvm(3)was used, directly interpreting kernel memory structures. The interface turns out to be quite unstable. I would suggest to re-implement it usinggetifaddrs(3)API. The attached patch worked for me.out.txt