-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Description
$ bazel build //third_party/ijar:ijar.stripped
INFO: Found 1 target...
INFO: From Stripping third_party/ijar/ijar.stripped for //third_party/ijar:ijar:
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: unrecognized option: -p
Usage: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o output] file [...]
ERROR: /Users/dmarting/git/toto/bazel-review/third_party/ijar/BUILD:27:1: Stripping third_party/ijar/ijar.stripped for //third_party/ijar:ijar failed: strip failed: error executing command /usr/bin/strip -S -p -o bazel-out/local_darwin-dbg/bin/third_party/ijar/ijar.stripped -R .gnu.switches.text.quote_paths -R .gnu.switches.text.bracket_paths -R .gnu.switches.text.system_paths -R ... (remaining 10 argument(s) skipped): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1.
Target //third_party/ijar:ijar.stripped failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 0.095s, Critical Path: 0.01s