public inbox for nncp-devel@lists.stargrave.org
Atom feed
From: John Goerzen <jgoerzen@complete•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Errors building NNCP with Go 1.22
Date: Mon, 22 Jul 2024 23:51:31 -0500	[thread overview]
Message-ID: <87sew04soc.fsf@complete.org> (raw)

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

             reply	other threads:[~2024-07-23  5:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-23  4:51 John Goerzen [this message]
2024-07-23  6:36 ` Errors building NNCP with Go 1.22 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