Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make check fails with misspell exception on macOS Monterey #1949

Open
ebeahan opened this issue Jun 3, 2022 · 3 comments
Open

make check fails with misspell exception on macOS Monterey #1949

ebeahan opened this issue Jun 3, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ebeahan
Copy link
Member

ebeahan commented Jun 3, 2022

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.

@ebeahan ebeahan added the bug Something isn't working label Jun 3, 2022
@djptek
Copy link
Contributor

djptek commented Jul 6, 2022

@ebeahan how about if I make the misspell task standalone and add a warning that this no longer runs by default & may be deprecated in the future?

@ebeahan
Copy link
Member Author

ebeahan commented Jul 6, 2022

@djptek, makes sense to me 👍

@djptek djptek self-assigned this Jul 6, 2022
@djptek
Copy link
Contributor

djptek commented Jul 8, 2022

@ebeahan PR submitted see: #1993

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants