Actions
Bug #984
closedBinutils binaries contains reference to non-existing libgcc_s.1.dylib
Start date:
06/24/2015
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
CrystaX NDK Version:
Description
$ otool -L /opt/brew/Cellar/crystax-ndk/10.2.0/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-strip /opt/brew/Cellar/crystax-ndk/10.2.0/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-strip: /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11) /tmp/gcc/x86_64-apple-darwin-4.9.2/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
This cause warnings on "@brew install crystax-ndk@":
Warning: Could not fix /tmp/gcc/x86_64-apple-darwin-4.9.2/lib/libgcc_s.1.dylib in /opt/brew/Cellar/crystax-ndk/10.2.0/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-strip
Binaries works fine then, since there is /usr/lib/libgcc_s.1.dylib in system, but those warnings are just useless and confuse peoples.
Please fix.
Updated by Alexander Z. over 9 years ago
- Status changed from Open to In Progress
Updated by Alexander Z. over 9 years ago
- Status changed from In Progress to Completed
- % Done changed from 0 to 100
commit 1b68c265f8606bf792be2490b81fa7d6b5d12fff
Actions