gron icon indicating copy to clipboard operation
gron copied to clipboard

gron will fail to link at runtime once OpenBSD removes syscall(2)

Open jrick opened this issue 2 years ago • 0 comments

I currently see this running gron's master branch on a patched OpenBSD without syscall(2):

$ ./gron
gron:./gron: undefined symbol 'syscall'
ld.so: gron: lazy binding failed!
Killed 

The necessary fixes to use the proper libc stubs instead of the syscall(2) interface have already made their way to gron's dependencies, but gron is not requiring new enough versions yet. Bumping the color module to its latest version (1.15.0) resolves the issue.

jrick avatar Oct 24 '23 20:10 jrick