Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2025 09:00:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        elastic@FreeBSD.org
Subject:   [Bug 287103] sysutils/beats7: doesn't build with Go version > 1.21
Message-ID:  <bug-287103-37421-9T3QQTRpuO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-287103-37421@https.bugs.freebsd.org/bugzilla/>
References:  <bug-287103-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=287103

--- Comment #6 from Palle Girgensohn <girgen@FreeBSD.org> ---
adamw@, just read you commit message about go versions (8cb04a4d7a4e76c9ff).
This little bugger won't build with go-1.23+ and I believe the reason is that
syscall.(send|recv)msg was moved from syscall to golang.org/x/sys/unix. Just
downgrading to use go-1.22 fixed the problem. Perhaps the proper fix is to
patch the broken vendor modules och perhaps upgrade them?

-- 
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-287103-37421-9T3QQTRpuO>