Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 15:06:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        elastic@FreeBSD.org
Subject:   [Bug 236094] sysutils/beats: fails to build with Go 1.12
Message-ID:  <bug-236094-37421-oQnKXWUDNM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236094-37421@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236094-37421@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236094

Dmitri Goutnik <dg@syrec.org> changed:

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

--- Comment #3 from Dmitri Goutnik <dg@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 req=
uire
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236094-37421-oQnKXWUDNM>