Skip to content

Instantly share code, notes, and snippets.

@Fohlen
Created December 31, 2018 15:57
Show Gist options
  • Save Fohlen/9956fc1e9b1d75a8a2d1755ab3fd51a9 to your computer and use it in GitHub Desktop.
Save Fohlen/9956fc1e9b1d75a8a2d1755ab3fd51a9 to your computer and use it in GitHub Desktop.
conan-grpc issue
package info:
grpc/1.14.1@inexorgame/stable from https://bintray.com/inexorgame/inexor-conan/grpc%3Ainexorgame
system info:
OSX Mojave (10.14.2 (18C54)
c++ -v
Apple LLVM version 10.0.0 (clang-1000.10.44.4)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
cmake --version
cmake version 3.13.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
build log:
(compiles successfully but then)
[ 99%] Built target grpc++_cronet
make: *** [all] Error 2
grpc/1.14.1@inexorgame/stable:
grpc/1.14.1@inexorgame/stable: ERROR: Package '998f1168b9d95ab3b37af34148c830546d795125' build failed
grpc/1.14.1@inexorgame/stable: WARN: Build folder /Users/fohlen/.conan/data/grpc/1.14.1/inexorgame/stable/build/998f1168b9d95ab3b37af34148c830546d795125
ERROR: grpc/1.14.1@inexorgame/stable: Error in build() method, line 111
cmake.build()
ConanException: Error 512 while executing cmake --build '/Users/fohlen/.conan/data/grpc/1.14.1/inexorgame/stable/build/998f1168b9d95ab3b37af34148c830546d795125/build_subfolder' '--' '-j8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment