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

Can´t find symbols in compiled binaries on MacOS 10.12 #451

Closed
shamuku opened this issue Nov 26, 2019 · 4 comments
Closed

Can´t find symbols in compiled binaries on MacOS 10.12 #451

shamuku opened this issue Nov 26, 2019 · 4 comments

Comments

@shamuku
Copy link

shamuku commented Nov 26, 2019

$ hfst-lexc huv.lexc -o huv.lexc.hfst
hfst-lexc: warning: Defaulting to OpenFst tropical type
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /Users/labolingu/Downloads/hfst/bin/../lib/libhfst.52.dylib
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /Users/labolingu/Downloads/hfst/bin/../lib/libhfst.52.dylib
  Expected in: /usr/lib/libSystem.B.dylib

Abort trap: 6

MacOS Version: 10.12.6 (16G29)

Using hfst-latest

@ftyers
Copy link
Contributor

ftyers commented Nov 26, 2019

@TinoDidriksen could you check this out ?

@TinoDidriksen
Copy link
Member

macOS 10.12 is ancient. Apple only supports last two releases, so currently 10.15 and 10.14. The build machine is kept up to date. From testing, the solution for now is to upgrade to at least 10.14.

@ftyers
Copy link
Contributor

ftyers commented Nov 27, 2019

@TinoDidriksen is there a time when the HFST binaries supported 10.12 ? Could we potentially use an older version? -- The stuff we're doing lexc/twol hasn't really changed much in years.

@unhammer
Copy link
Member

unhammer commented Feb 24, 2020

Travis runs 10.13.6 :(

EDIT: at least on travis one can put osx_image: xcode11.3 in .travis.yml to get 10.14.4 https://docs.travis-ci.com/user/reference/osx/#macos-version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants