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

Signed build has link to system lib not found on 10.9 (Mavericks) #83

Closed
evoskuil opened this issue Jun 5, 2015 · 2 comments
Closed
Labels

Comments

@evoskuil
Copy link
Member

evoskuil commented Jun 5, 2015

dyld: Symbol not found: _fchmodat
Referenced from: /usr/local/bin/bs
Expected in: /usr/lib/libSystem.B.dylib
in /usr/local/bin/bs
Trace/BPT trap: 5 

Works in 10.10 (Yosemite).

$ otool -L bs
bs:
    /opt/local/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)
    /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0)
@evoskuil
Copy link
Member Author

evoskuil commented Jun 5, 2015

The function _fcmodat is only referenced from boost filesystem here

@evoskuil
Copy link
Member Author

evoskuil commented Jun 5, 2015

Good explanation of the problem and affected environments here. This confirms that the current static binary will not work on OSX 10.9 but will work on OSX 10.10.

@evoskuil evoskuil added the build label Jun 5, 2015
@evoskuil evoskuil closed this as completed Jun 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant