CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/12/09 07:00:23
Modified files:
www/shiori : Makefile
Log message:
Because of syscall(2) removal www/shiori has this error at runtime:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x8d1dfc]
goroutine 1 [running]:
modernc.org/libc.(*TLS).setErrno(0x16508e0?, {0xb62100?, 0x10aa9a8?})
modernc.org/[email protected]/etc.go:189 +0xdc
modernc.org/libc.Xmalloc(0xc06ca0?, 0x10b2cf8?)
modernc.org/[email protected]/mem.go:34 +0xc5
modernc.org/libc.init()
modernc.org/[email protected]/libc_openbsd.go:49 +0x1db
I'm working with upstream for a fix.
For now, mark www/shiori as BROKEN until upstream merges the fix or Go
ports can be reliably patched.
ok tb@