[Bug 236094] sysutils/beats: fails to build with Go 1.12

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 28 15:06:29 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236094

Dmitri Goutnik <dg at syrec.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dg at syrec.org

--- Comment #3 from Dmitri Goutnik <dg at syrec.org> ---
syscall.Mknod was changed to take uint64 dev in Go 1.12 [1]

This will need to be either patched locally or moby/moby persuaded to add
pkg/system/mknod_freebsd.go because even their current version [2] will require
patching on our side too (unix.Mknod also takes uint64 dev on FreeBSD).

[1]
https://github.com/golang/go/commit/dc6eb200dd59dfedaa5259565b8ef1aa96a39271
[2] https://github.com/moby/moby/blob/master/pkg/system/mknod.go

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-elastic mailing list