public inbox for nncp-devel@lists.stargrave.org
Atom feed
* Errors building NNCP with Go 1.22
@ 2024-07-23  4:51 John Goerzen
  2024-07-23  6:36 ` Alexis
  2024-07-23 10:38 ` Errors building NNCP with Go 1.22 Sergey Matveev
  0 siblings, 2 replies; 7+ messages in thread
From: John Goerzen @ 2024-07-23  4:51 UTC (permalink / raw)
  To: nncp-devel

Hi Sergey,

I received an email earlier this week about problems building NNCP with
Golang 1.22:

vendor/gvisor.dev/gvisor/pkg/sync/gate_unsafe.go:114:3: undefined: goready
vendor/gvisor.dev/gvisor/pkg/sync/gate_unsafe.go:144:2: undefined: gopark
vendor/gvisor.dev/gvisor/pkg/sync/rwmutex_unsafe.go:76:3: undefined: semacquire
vendor/gvisor.dev/gvisor/pkg/sync/rwmutex_unsafe.go:102:4: undefined: semrelease
vendor/gvisor.dev/gvisor/pkg/sync/rwmutex_unsafe.go:152:3: undefined: semacquire
vendor/gvisor.dev/gvisor/pkg/sync/rwmutex_unsafe.go:179:3: undefined: semrelease
vendor/gvisor.dev/gvisor/pkg/sync/rwmutex_unsafe.go:207:3: undefined: semrelease
vendor/gvisor.dev/gvisor/pkg/sync/seqcount.go:87:6: undefined: canSpin
vendor/gvisor.dev/gvisor/pkg/sync/seqcount.go:89:4: undefined: doSpin

I can confirm that myself.  Maybe the fix would be as easy as updating
the dependencies?

By the way, still going strong with NNCP over here.  The quux.org public
node is slowly adding new peers also.  Thanks for what you do for NNCP!

- John

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-08-15  0:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-23  4:51 Errors building NNCP with Go 1.22 John Goerzen
2024-07-23  6:36 ` Alexis
2024-07-23 10:44   ` Sergey Matveev
2024-08-13  4:37     ` Alexis
2024-08-14 16:13       ` NNCP Gentoo ebuild testing Jonathan Lane
2024-08-15  0:18         ` Alexis
2024-07-23 10:38 ` Errors building NNCP with Go 1.22 Sergey Matveev