-
Notifications
You must be signed in to change notification settings - Fork 441
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Running make check
on MacOS Monterey results in an except from misspell
:
./build/misspell/bin/misspell -error README.md CONTRIBUTING.md schemas/* docs/* experimental/schemas/*
fatal error: runtime: bsdthread_register error
runtime stack:
runtime.throw(0x13b111d, 0x21)
/home/travis/.gimme/versions/go1.10.linux.amd64/src/runtime/panic.go:619 +0x81 fp=0x7ff7bfefedf8 sp=0x7ff7bfefedd8 pc=0x1029051
runtime.goenvs()
/home/travis/.gimme/versions/go1.10.linux.amd64/src/runtime/os_darwin.go:129 +0x83 fp=0x7ff7bfefee28 sp=0x7ff7bfefedf8 pc=0x1026bd3
runtime.schedinit()
/home/travis/.gimme/versions/go1.10.linux.amd64/src/runtime/proc.go:496 +0xa4 fp=0x7ff7bfefee80 sp=0x7ff7bfefee28 pc=0x102b914
runtime.rt0_go(0x7ff7bfefeeb8, 0x3e, 0x7ff7bfefeeb8, 0x0, 0x1000000, 0x3e, 0x7ff7bfeff2a0, 0x7ff7bfeff2be, 0x7ff7bfeff2c5, 0x7ff7bfeff2cf, ...)
/home/travis/.gimme/versions/go1.10.linux.amd64/src/runtime/asm_amd64.s:252 +0x1f4 fp=0x7ff7bfefee88 sp=0x7ff7bfefee80 pc=0x10515e4
make: *** [misspell] Error 2
The prebuilt misspell
binaries are using a now unsupported version of Go using unsupported syscalls. There's an open misspell issue, but it appears that the project is no longer actively maintained.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working