Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Jul 2023 11:09:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        go@FreeBSD.org
Subject:   [Bug 272421] lang/go120: Go-1.20 fails saying that unsafe.Slice requires go1.17 or later
Message-ID:  <bug-272421-42334-YAst7sfuCQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272421-42334@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272421-42334@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=272421

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello yuri!

That's a go.mod upstream problem.
If you switch back to "gomod-vendor" to fetch modules it builds ok:

---
<snip>
github.com/wagoodman/dive
===>  Staging for dive-0.11.0
===>   Generating temporary packing list
<snip>
===>  Installing dive as
/home/nunotex/Work/freebsd/ports/main/misc/dive/work/stage/usr/local/bin/dive
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)
---

I remember having this problem from time to time. To fix it I advert upstream
about it and in the meanwhile I used gomod-vendor.

Cheers

-- 
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-272421-42334-YAst7sfuCQ>