btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.09k stars 2.31k forks source link

pledge breaks on OpenBSD 7.5 and current #2192

Open toddfries opened 4 weeks ago

toddfries commented 4 weeks ago

ossec/ossec_openbsd.go was added on Feb 22, 2022 via commit 67aad53f5eb1c696c5c1a8fb5c61fa54aebc5960 It works through OpenBSD 7.4 On OpeBSD 7.5 amd64 ...go version go1.22.1 openbsd/amd64 .. as of d2d286f6830136aab3fd298018138c13c3b4ea1d this breaks as below:

$ git pull $ go generate ./... $ GO111MODULE=on go install -v . ./... $ ./go/bin/btcd --testnet pledge failed: function not implemented

Same result with OpenBSD 7.5 amd64 -current with go1.22.3