Last active
January 27, 2019 13:45
-
-
Save PJK/c3c9bcaf327c402d456c761bd674a0a5 to your computer and use it in GitHub Desktop.
homebrew libcbor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⇒ brew install -v libcbor | |
==> Installing libcbor from pjk/libcbor | |
/usr/bin/sandbox-exec -f /private/tmp/homebrew20190127-85504-ysiouo.sb nice /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby -W0 -I /usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/ruby-macho-2.1.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/rubocop-rspec-1.31.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/rubocop-0.63.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/unicode-display_width-1.4.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/ruby-progressbar-1.10.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/rainbow-3.0.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/powerpack-0.1.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/plist-3.5.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/parser-2.6.0.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/parallel-1.13.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/jaro_winkler-1.5.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/jaro_winkler-1.5.2:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/backports-3.11.4/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/ast-2.4.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/activesupport-5.2.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/tzinfo-1.2.5/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/thread_safe-0.3.6/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/minitest-5.11.3/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/i18n-1.5.3/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/concurrent-ruby-1.1.4/lib:/Library/Ruby/Gems/2.3.0/gems/did_you_mean-1.0.0/lib:/Library/Ruby/Site/2.3.0:/Library/Ruby/Site/2.3.0/x86_64-darwin18:/Library/Ruby/Site/2.3.0/universal-darwin18:/Library/Ruby/Site:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/x86_64-darwin18:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/universal-darwin18:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/x86_64-darwin18:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/universal-darwin18:/usr/local/Homebrew/Library/Homebrew -- /usr/local/Homebrew/Library/Homebrew/build.rb /usr/local/Homebrew/Library/Taps/pjk/homebrew-libcbor/libcbor.rb --verbose | |
==> Downloading https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz | |
Already downloaded: /Users/pavel/Library/Caches/Homebrew/downloads/2b8907b983a708370a5dd6cdb2c7ffe58a2ab110123c048e2131835eeeb21308--libcbor-0.5.0.tar.gz | |
==> Verifying 2b8907b983a708370a5dd6cdb2c7ffe58a2ab110123c048e2131835eeeb21308--libcbor-0.5.0.tar.gz checksum | |
tar xf /Users/pavel/Library/Caches/Homebrew/downloads/2b8907b983a708370a5dd6cdb2c7ffe58a2ab110123c048e2131835eeeb21308--libcbor-0.5.0.tar.gz -C /private/tmp/d20190127-85505-1cy8jne | |
cp -pR /private/tmp/d20190127-85505-1cy8jne/libcbor-0.5.0/. /private/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 | |
chmod -Rf +w /private/tmp/d20190127-85505-1cy8jne | |
==> cmake -G Unix Makefiles .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/libcbor/0.5.0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev | |
-- The C compiler identification is AppleClang 10.0.0.10001044 | |
-- The CXX compiler identification is AppleClang 10.0.0.10001044 | |
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang | |
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ | |
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Looking for include file endian.h | |
-- Looking for include file endian.h - not found | |
-- Check if the system is big endian | |
-- Searching 16 bit integer | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Check size of unsigned short | |
-- Check size of unsigned short - done | |
-- Using unsigned short | |
-- Check if the system is big endian - little endian | |
-- Check size of size_t | |
-- Check size of size_t - done | |
CMake Warning at examples/CMakeLists.txt:16 (find_package): | |
By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has | |
asked CMake to find a package configuration file provided by "cJSON", but | |
CMake did not find one. | |
Could not find a package configuration file provided by "cJSON" with any of | |
the following names: | |
cJSONConfig.cmake | |
cjson-config.cmake | |
Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set | |
"cJSON_DIR" to a directory containing one of the above files. If "cJSON" | |
provides a separate development package or SDK, be sure it has been | |
installed. | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build | |
==> make | |
/usr/local/Cellar/cmake/3.13.3/bin/cmake -S/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 -B/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_progress_start /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/CMakeFiles /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/CMakeFiles/progress.marks | |
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all | |
/Library/Developer/CommandLineTools/usr/bin/make -f src/CMakeFiles/cbor_shared.dir/build.make src/CMakeFiles/cbor_shared.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f src/CMakeFiles/cbor.dir/build.make src/CMakeFiles/cbor.dir/depend | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src/CMakeFiles/cbor.dir/DependInfo.cmake --color= | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src/CMakeFiles/cbor_shared.dir/DependInfo.cmake --color= | |
Scanning dependencies of target cbor | |
Scanning dependencies of target cbor_shared | |
/Library/Developer/CommandLineTools/usr/bin/make -f src/CMakeFiles/cbor.dir/build.make src/CMakeFiles/cbor.dir/build | |
/Library/Developer/CommandLineTools/usr/bin/make -f src/CMakeFiles/cbor_shared.dir/build.make src/CMakeFiles/cbor_shared.dir/build | |
[ 2%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o | |
[ 4%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o | |
[ 8%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/encoders.c | |
[ 8%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o | |
[ 12%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor.c | |
[ 12%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/streaming.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/streaming.c | |
[ 16%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o | |
[ 16%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/builder_callbacks.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/builder_callbacks.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/internal/encoders.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/encoders.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/streaming.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/streaming.c | |
[ 20%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o | |
[ 20%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/internal/loaders.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/loaders.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/loaders.c | |
[ 22%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/memory_utils.c | |
[ 24%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/memory_utils.c | |
[ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/stack.c | |
[ 28%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/internal/stack.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/stack.c | |
[ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/unicode.c | |
[ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/encoding.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/encoding.c | |
[ 42%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o | |
[ 42%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o | |
[ 42%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o | |
[ 42%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o | |
[ 42%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/arrays.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/arrays.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/serialization.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/serialization.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/encoding.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/encoding.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/serialization.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/serialization.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/internal/unicode.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/internal/unicode.c | |
[ 44%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/common.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/common.c | |
[ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/arrays.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/arrays.c | |
[ 48%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/floats_ctrls.c | |
[ 50%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/bytestrings.c | |
[ 52%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/common.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/common.c | |
[ 54%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/callbacks.c | |
[ 56%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/floats_ctrls.c | |
[ 58%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/strings.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/strings.c | |
[ 62%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o | |
[ 62%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/bytestrings.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/bytestrings.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/maps.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/maps.c | |
[ 64%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/tags.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/tags.c | |
[ 66%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/callbacks.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/callbacks.c | |
[ 68%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/strings.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/strings.c | |
[ 70%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o | |
[ 72%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -Dcbor_shared_EXPORTS -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -fPIC -o CMakeFiles/cbor_shared.dir/cbor/ints.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/ints.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/maps.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/maps.c | |
[ 74%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o | |
[ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/tags.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/tags.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/cbor.dir/cbor/ints.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src/cbor/ints.c | |
[ 78%] Linking C shared library libcbor.dylib | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_link_script CMakeFiles/cbor_shared.dir/link.txt --verbose=1 | |
[ 80%] Linking C static library libcbor.a | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Cellar/cmake/3.13.3/bin/cmake -P CMakeFiles/cbor.dir/cmake_clean_target.cmake | |
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -dynamiclib -Wl,-headerpad_max_install_names -o libcbor.0.0.0.dylib -install_name /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src/libcbor.0.dylib CMakeFiles/cbor_shared.dir/cbor.c.o CMakeFiles/cbor_shared.dir/cbor/streaming.c.o CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o CMakeFiles/cbor_shared.dir/cbor/encoding.c.o CMakeFiles/cbor_shared.dir/cbor/serialization.c.o CMakeFiles/cbor_shared.dir/cbor/arrays.c.o CMakeFiles/cbor_shared.dir/cbor/common.c.o CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o CMakeFiles/cbor_shared.dir/cbor/strings.c.o CMakeFiles/cbor_shared.dir/cbor/maps.c.o CMakeFiles/cbor_shared.dir/cbor/tags.c.o CMakeFiles/cbor_shared.dir/cbor/ints.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_link_script CMakeFiles/cbor.dir/link.txt --verbose=1 | |
/usr/bin/ar qc libcbor.a CMakeFiles/cbor.dir/cbor.c.o CMakeFiles/cbor.dir/cbor/streaming.c.o CMakeFiles/cbor.dir/cbor/internal/encoders.c.o CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o CMakeFiles/cbor.dir/cbor/internal/loaders.c.o CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o CMakeFiles/cbor.dir/cbor/internal/stack.c.o CMakeFiles/cbor.dir/cbor/internal/unicode.c.o CMakeFiles/cbor.dir/cbor/encoding.c.o CMakeFiles/cbor.dir/cbor/serialization.c.o CMakeFiles/cbor.dir/cbor/arrays.c.o CMakeFiles/cbor.dir/cbor/common.c.o CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o CMakeFiles/cbor.dir/cbor/bytestrings.c.o CMakeFiles/cbor.dir/cbor/callbacks.c.o CMakeFiles/cbor.dir/cbor/strings.c.o CMakeFiles/cbor.dir/cbor/maps.c.o CMakeFiles/cbor.dir/cbor/tags.c.o CMakeFiles/cbor.dir/cbor/ints.c.o | |
/usr/bin/ranlib libcbor.a | |
[ 80%] Built target cbor | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/create_items.dir/build.make examples/CMakeFiles/create_items.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/streaming_parser.dir/build.make examples/CMakeFiles/streaming_parser.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/sort.dir/build.make examples/CMakeFiles/sort.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/hello.dir/build.make examples/CMakeFiles/hello.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/readfile.dir/build.make examples/CMakeFiles/readfile.dir/depend | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples/CMakeFiles/streaming_parser.dir/DependInfo.cmake --color= | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples/CMakeFiles/create_items.dir/DependInfo.cmake --color= | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples/CMakeFiles/hello.dir/DependInfo.cmake --color= | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples/CMakeFiles/readfile.dir/DependInfo.cmake --color= | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples/CMakeFiles/sort.dir/DependInfo.cmake --color= | |
Scanning dependencies of target streaming_parser | |
Scanning dependencies of target readfile | |
Scanning dependencies of target sort | |
Scanning dependencies of target create_items | |
Scanning dependencies of target hello | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/readfile.dir/build.make examples/CMakeFiles/readfile.dir/build | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/hello.dir/build.make examples/CMakeFiles/hello.dir/build | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/sort.dir/build.make examples/CMakeFiles/sort.dir/build | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/streaming_parser.dir/build.make examples/CMakeFiles/streaming_parser.dir/build | |
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/create_items.dir/build.make examples/CMakeFiles/create_items.dir/build | |
[ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o | |
[ 90%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o | |
[ 90%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o | |
[ 90%] Building C object examples/CMakeFiles/hello.dir/hello.c.o | |
[ 90%] Building C object examples/CMakeFiles/sort.dir/sort.c.o | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/create_items.dir/create_items.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples/create_items.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/streaming_parser.dir/streaming_parser.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples/streaming_parser.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/readfile.dir/readfile.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples/readfile.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/hello.dir/hello.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples/hello.c | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DEIGHT_BYTE_SIZE_T -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/src -I/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -o CMakeFiles/sort.dir/sort.c.o -c /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/examples/sort.c | |
[ 94%] Linking C executable readfile | |
[ 94%] Linking C executable create_items | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_link_script CMakeFiles/readfile.dir/link.txt --verbose=1 | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_link_script CMakeFiles/create_items.dir/link.txt --verbose=1 | |
[ 98%] Linking C executable sort | |
[ 98%] Linking C executable hello | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_link_script CMakeFiles/hello.dir/link.txt --verbose=1 | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_link_script CMakeFiles/sort.dir/link.txt --verbose=1 | |
[100%] Linking C executable streaming_parser | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/examples && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_link_script CMakeFiles/streaming_parser.dir/link.txt --verbose=1 | |
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -flto CMakeFiles/hello.dir/hello.c.o -o hello ../src/libcbor.a | |
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -flto CMakeFiles/create_items.dir/create_items.c.o -o create_items ../src/libcbor.a | |
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -flto CMakeFiles/readfile.dir/readfile.c.o -o readfile ../src/libcbor.a | |
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -flto CMakeFiles/sort.dir/sort.c.o -o sort ../src/libcbor.a | |
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -std=c99 -O3 -flto -Wall -pedantic -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -flto CMakeFiles/streaming_parser.dir/streaming_parser.c.o -o streaming_parser ../src/libcbor.a | |
cd /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/src && /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_symlink_library libcbor.0.0.0.dylib libcbor.0.dylib libcbor.dylib | |
[100%] Built target hello | |
[100%] Built target cbor_shared | |
[100%] Built target sort | |
[100%] Built target streaming_parser | |
[100%] Built target create_items | |
[100%] Built target readfile | |
/usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_progress_start /tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build/CMakeFiles 0 | |
==> make install | |
/usr/local/Cellar/cmake/3.13.3/bin/cmake -S/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0 -B/tmp/libcbor-20190127-85505-17yfgb8/libcbor-0.5.0/build --check-build-system CMakeFiles/Makefile.cmake 0 | |
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall | |
make[1]: Nothing to be done for `preinstall'. | |
Install the project... | |
/usr/local/Cellar/cmake/3.13.3/bin/cmake -P cmake_install.cmake | |
-- Install configuration: "Release" | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/configuration.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/lib/libcbor.a | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/lib/libcbor.0.0.0.dylib | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/lib/libcbor.0.dylib | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/lib/libcbor.dylib | |
-- Up-to-date: /usr/local/Cellar/libcbor/0.5.0/include/cbor | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/streaming.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/floats_ctrls.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/data.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/callbacks.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/serialization.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/internal | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/internal/encoders.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/internal/memory_utils.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/internal/unicode.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/internal/builder_callbacks.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/internal/stack.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/internal/loaders.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/encoding.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/strings.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/arrays.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/common.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/ints.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/bytestrings.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/tags.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor/maps.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/include/cbor.h | |
-- Installing: /usr/local/Cellar/libcbor/0.5.0/lib/pkgconfig/libcbor.pc | |
==> Cleaning | |
==> Finishing up | |
ln -s ../Cellar/libcbor/0.5.0/include/cbor cbor | |
ln -s ../Cellar/libcbor/0.5.0/include/cbor.h cbor.h | |
ln -s ../Cellar/libcbor/0.5.0/lib/libcbor.0.0.0.dylib libcbor.0.0.0.dylib | |
ln -s ../Cellar/libcbor/0.5.0/lib/libcbor.0.dylib libcbor.0.dylib | |
ln -s ../Cellar/libcbor/0.5.0/lib/libcbor.a libcbor.a | |
ln -s ../Cellar/libcbor/0.5.0/lib/libcbor.dylib libcbor.dylib | |
ln -s ../../Cellar/libcbor/0.5.0/lib/pkgconfig/libcbor.pc libcbor.pc | |
/usr/bin/sandbox-exec -f /private/tmp/homebrew20190127-86288-ebrkaq.sb nice /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby -W0 -I /usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/ruby-macho-2.1.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/rubocop-rspec-1.31.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/rubocop-0.63.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/unicode-display_width-1.4.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/ruby-progressbar-1.10.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/rainbow-3.0.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/powerpack-0.1.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/plist-3.5.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/parser-2.6.0.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/parallel-1.13.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/jaro_winkler-1.5.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/jaro_winkler-1.5.2:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/backports-3.11.4/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/ast-2.4.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/activesupport-5.2.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/tzinfo-1.2.5/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/thread_safe-0.3.6/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/minitest-5.11.3/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/i18n-1.5.3/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle-standalone/bundler/../ruby/2.3.0/gems/concurrent-ruby-1.1.4/lib:/Library/Ruby/Gems/2.3.0/gems/did_you_mean-1.0.0/lib:/Library/Ruby/Site/2.3.0:/Library/Ruby/Site/2.3.0/x86_64-darwin18:/Library/Ruby/Site/2.3.0/universal-darwin18:/Library/Ruby/Site:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/x86_64-darwin18:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/universal-darwin18:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/x86_64-darwin18:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/universal-darwin18:/usr/local/Homebrew/Library/Homebrew -- /usr/local/Homebrew/Library/Homebrew/postinstall.rb /usr/local/Homebrew/Library/Taps/pjk/homebrew-libcbor/libcbor.rb -v | |
==> Summary | |
🍺 /usr/local/Cellar/libcbor/0.5.0: 31 files, 273.2KB, built in 12 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment