******************************************************************************** conan install json-c/0.13.1@ --build=json-c --profile=/Users/jenkins/w/BuildSingleReference/19462/73570a13-3a49-4146-b8c6-32903494afea/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference/.conan/profiles/default) Found apple-clang 12.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=12.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] json-c:shared=False [build_requires] [env] json-c/0.13.1: Forced build from source Installing package: json-c/0.13.1 Requirements json-c/0.13.1 from local cache - Cache Packages json-c/0.13.1:d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK json-c/0.13.1: Configuring sources in /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK json-c/0.13.1: Copying sources to build folder json-c/0.13.1: Building your package in /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 json-c/0.13.1: Generator cmake created conanbuildinfo.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK json-c/0.13.1: Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="12.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2' ----------------- -- The C compiler identification is AppleClang 12.0.0.12000032 -- The CXX compiler identification is AppleClang 12.0.0.12000032 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Looking for strtoll -- Looking for strtoll - found /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-apple-darwin20.3.0 checking host system type... x86_64-apple-darwin20.3.0 Multi-threaded support disabled. Use --enable-threading to enable. RDRAND Hardware RNG Hash Seed disabled. Use --enable-rdrand to enable checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /Library/Developer/CommandLineTools/usr/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /Library/Developer/CommandLineTools/usr/bin/cc accepts -g... yes checking for /Library/Developer/CommandLineTools/usr/bin/cc option to accept ISO C89... none needed checking whether /Library/Developer/CommandLineTools/usr/bin/cc understands -c and -o together... yes checking dependency style of /Library/Developer/CommandLineTools/usr/bin/cc... gcc3 checking for /Library/Developer/CommandLineTools/usr/bin/cc option to accept ISO C99... none needed checking how to run the C preprocessor... /Library/Developer/CommandLineTools/usr/bin/cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for strings.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking for inttypes.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for __thread support... no checking for vprintf... yes checking for _doprnt... no checking for working memcmp... yes checking for realloc... yes checking for strcasecmp... yes checking for strdup... yes checking for strerror... yes checking for snprintf... yes checking for vsnprintf... yes checking for vasprintf... yes checking for open... yes checking for vsyslog... yes checking for strncasecmp... yes checking for setlocale... yes checking whether INFINITY is declared... yes checking whether nan is declared... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether _isnan is declared... no checking whether _finite is declared... no checking for GCC atomic builtins... yes checking if .gnu.warning accepts long strings... no checking for -Bsymbolic-functions linker flag... no checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Werror... yes checking whether C compiler accepts -Wcast-qual... yes checking whether C compiler accepts -Wno-error=deprecated-declarations... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wwrite-string... no checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -D_GNU_SOURCE... yes checking for compatibility with _REENTRANT and toolchain headers... yes checking whether C compiler accepts -D_REENTRANT... yes checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of size_t... 8 checking size of int64_t... 8 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating json-c.pc config.status: creating tests/Makefile config.status: creating json-c-uninstalled.pc config.status: creating config.h config.status: creating json_config.h config.status: executing depfiles commands -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/build_subfolder ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/build_subfolder' '--' '-j4' ----------------- Scanning dependencies of target json-c [ 7%] Building C object source_subfolder/CMakeFiles/json-c.dir/arraylist.c.o [ 21%] Building C object source_subfolder/CMakeFiles/json-c.dir/debug.c.o [ 21%] Building C object source_subfolder/CMakeFiles/json-c.dir/json_c_version.c.o [ 28%] Building C object source_subfolder/CMakeFiles/json-c.dir/json_object.c.o [ 35%] Building C object source_subfolder/CMakeFiles/json-c.dir/json_object_iterator.c.o [ 42%] Building C object source_subfolder/CMakeFiles/json-c.dir/json_pointer.c.o [ 50%] Building C object source_subfolder/CMakeFiles/json-c.dir/json_tokener.c.o [ 57%] Building C object source_subfolder/CMakeFiles/json-c.dir/json_util.c.o [ 64%] Building C object source_subfolder/CMakeFiles/json-c.dir/json_visit.c.o [ 71%] Building C object source_subfolder/CMakeFiles/json-c.dir/linkhash.c.o [ 78%] Building C object source_subfolder/CMakeFiles/json-c.dir/printbuf.c.o [ 85%] Building C object source_subfolder/CMakeFiles/json-c.dir/random_seed.c.o [ 92%] Building C object source_subfolder/CMakeFiles/json-c.dir/strerror_override.c.o [100%] Linking C static library ../lib/libjson-c.a [100%] Built target json-c json-c/0.13.1: Package 'd98fae1010d1fb9e7f79a1e8a72bbf129d8660a2' built json-c/0.13.1: Build folder /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 json-c/0.13.1: Generated conaninfo.txt json-c/0.13.1: Generated conanbuildinfo.txt json-c/0.13.1: Generating the package json-c/0.13.1: Package folder /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 json-c/0.13.1: Calling package() ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/build_subfolder' '--target' 'install' '--' '-j4' ----------------- [100%] Built target json-c Install the project... -- Install configuration: "Debug" -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/lib/libjson-c.a -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/config.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json_config.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/arraylist.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/debug.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json_c_version.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json_inttypes.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json_object.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json_object_iterator.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json_pointer.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json_tokener.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json_util.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/json_visit.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/linkhash.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/include/json-c/printbuf.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/json-c/0.13.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/lib/pkgconfig/json-c.pc [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK json-c/0.13.1 package(): Packaged 1 file: COPYING json-c/0.13.1 package(): Packaged 15 '.h' files json-c/0.13.1 package(): Packaged 1 '.a' file: libjson-c.a json-c/0.13.1: Package 'd98fae1010d1fb9e7f79a1e8a72bbf129d8660a2' created json-c/0.13.1: Created package revision d92289530ac036776164b146401075a8 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force Makefile.am:15: error: Libtool library used but 'LIBTOOL' is undefined Makefile.am:15: The usual way to define 'LIBTOOL' is to add 'LT_INIT' Makefile.am:15: to 'configure.ac' and run 'aclocal' and 'autoconf' again. Makefile.am:15: If 'LT_INIT' is in 'configure.ac', make sure Makefile.am:15: its definition is in aclocal's search path. autoreconf: automake failed with exit status: 1 ./configure: line 5132: LT_INIT: command not found CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR