-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[libbeat] Compiling for FreeBSD not working #13400
Labels
Comments
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Aug 29, 2019
Addresses elastic#13400 until moby/moby fixes the issue and we update our vendor copy.
I have open #13402 to temporarily disable the FreeBSD cross-compile until moby/moby fixes the issue and we can update our vendor copy. If it's not fixed soon we could fork moby/moby and fix it ourself. |
andrewkroh
added a commit
that referenced
this issue
Aug 29, 2019
Addresses #13400 until moby/moby fixes the issue and we update our vendor copy.
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Aug 29, 2019
Addresses elastic#13400 until moby/moby fixes the issue and we update our vendor copy. (cherry picked from commit 8a53ab3)
andrewkroh
added a commit
that referenced
this issue
Aug 29, 2019
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Sep 12, 2019
The build tags added in elastic#13509 didn't have an effect because only line comments can precede build tags. This also adds back cross-compilation for freebsd and netbsd that was disabled due to Docker compilation issues. Closes elastic#13400
Build tags have been added in #13509 so that Docker code is only included in the build when targeting windows, linux, darwin. |
andrewkroh
added a commit
that referenced
this issue
Sep 12, 2019
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
Addresses elastic#13400 until moby/moby fixes the issue and we update our vendor copy. (cherry picked from commit a43f720)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some changes were made to Go to support FreeBSD 12 in golang/go#22448 and some of the freebsd syscall APIs changed in an incompatible way with the linux APIs.
One issue this causes is that the vendored Docker library is not compiling for FreeBSD. moby/moby#38818 was a proposed fixed, but not merged.
The text was updated successfully, but these errors were encountered: