On 2021/08/26 19:01, Joel Sing wrote: > On 21-08-25 23:13:37, Stuart Henderson wrote: > > On 2021/08/24 16:13, Aaron Bieber wrote: > > > On Wed, 25 Aug 2021 at 04:10:43 +1000, Joel Sing wrote: > > > > The below diff updates lang/go to Go 1.17. > > > > > > > > Tested on amd64 and arm64, still need to retest on arm, i386 and mips64. > > > > > > > > ok? > > > > > > > > > > Mini-bulk finished: > > > > > > Elapsed time=02:26:32 > > > I=433 B=10 Q=0 T=105 F=0 !=1 > > > E=net/termshark math/blas textproc/py-stemmer,python3 > > > > > > I was surprised by the termshark failure!: > > > > It did that with earlier go too, but the workaround in do-build was enough > > before. > > If I roll back to 20210601, net/termshark builds fine with Go 1.17, so it > appears > to be something that has changed more recently, combined with Go 1.17. There > is > a new copy of pty_openbsd.go in a different package which is seemingly now > triggering > the issue - removing that file results in other problems :)
Oh well, I can't figure out what to do with that. Mark it BROKEN I guess. Even a "go get" build fails with github.com/gcla/termshark/v2/cmd/termshark@HEAD (either with 1.16 or 1.17). (Semi-related, the lack of packages for go-bootstrap is still quite annoying when testing updates to lang/go..)
