On 2023/02/24 05:00, Pavel Korovin wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   p...@cvs.openbsd.org    2023/02/24 05:00:02
> 
> Modified files:
>       net/mattermost-server: Makefile distinfo 
>       net/mattermost-server/patches: patch-config_config_json 
>       net/mattermost-server/pkg: PLIST 
> 
> Log message:
> Update mattermost-server 7.5.2 -> 7.8.0
> Changelog: https://docs.mattermost.com/install/self-managed-changelog.html

This is failing on i386, and looking at code I think it will only build
on arm64/amd64:

github.com/mattermost/mattermost-server/vendor/modernc.org/sqlite/lib
# github.com/mattermost/mattermost-server/vendor/modernc.org/sqlite/lib
../../vendor/modernc.org/sqlite/lib/mutex.go:19:5: undefined: 
Xsqlite3_threadsafe
../../vendor/modernc.org/sqlite/lib/mutex.go:29:11: undefined: Xsqlite3_config
../../vendor/modernc.org/sqlite/lib/mutex.go:29:32: undefined: 
SQLITE_CONFIG_MUTEX
../../vendor/modernc.org/sqlite/lib/mutex.go:29:122: undefined: SQLITE_OK
../../vendor/modernc.org/sqlite/lib/mutex.go:30:8: undefined: Xsqlite3_errstr
../../vendor/modernc.org/sqlite/lib/mutex.go:40:17: undefined: 
Sqlite3_mutex_methods
../../vendor/modernc.org/sqlite/lib/mutex.go:226:46: undefined: SQLITE_OK
../../vendor/modernc.org/sqlite/lib/mutex.go:229:45: undefined: SQLITE_OK
../../vendor/modernc.org/sqlite/lib/mutex.go:279:7: undefined: SQLITE_MUTEX_FAST
../../vendor/modernc.org/sqlite/lib/mutex.go:281:7: undefined: 
SQLITE_MUTEX_RECURSIVE
../../vendor/modernc.org/sqlite/lib/mutex.go:281:7: too many errors

(It will also have the issue with obsolete the old SYS_MMAP system call
we found in modernc.org/sqlite in gotosocial, though it might get lucky
and not actually follow codepaths that result in using it..)

Reply via email to