-
Notifications
You must be signed in to change notification settings - Fork 291
Build fails on macOS 10.13 with Xcode 9 #97
Comments
I'm having a similar issue. Reduced example: #!/bin/sh
echo 'int main(void) { return 0; }' > test.c
clang -c test.c
SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool \
-v -dynamic -o test.dylib test.o ➝
After up to a few dozen runs, it eventually executes successfully. It randomly (and frequently) happens with any local projects as well when building dylibs. I remember a similar issue after upgrading to Sierra, which was resolved by disabling parallel builds. Parallel builds are still disabled, and the issue came back right after upgrading to High Sierra. Ref: Apple Radar 34944562 |
I received a reply from Apple, where this was confirmed to be a |
On MacOS 11 I had to also remove |
We already are patching this formula to fix issues that @fxcodert hit on 10.13, this just does more of the same: spotify/echoprint-codegen#97 I'm going ahead and marking this formula deprecated: * Upstream repo has been quiet for over 5 years now * The last tagged release 4.12 release came out almost 9 years ago (all changes since then have just been build/docs tweaks). * The original project site is long-gone (but still referenced on github project page) It really looks like this is long-dead so probably time to start the long goodbye.
We already are patching this formula to fix issues that @fxcodert hit on 10.13, this just does more of the same: spotify/echoprint-codegen#97 I'm going ahead and marking this formula deprecated: * Upstream repo has been quiet for over 5 years now * The last tagged release 4.12 release came out almost 9 years ago (all changes since then have just been build/docs tweaks). * The original project site is long-gone (but still referenced on github project page) It really looks like this is long-dead so probably time to start the long goodbye. Closes #70782. Signed-off-by: Sean Molenaar <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
Building on macOS 10.13 with Xcode 9 fails with:
when running
make -C src install
The text was updated successfully, but these errors were encountered: