******************************************************************************** conan install lzip/1.21@ --build=lzip --profile=/Users/jenkins/w/BuildSingleReference@8/21068/94537683-298a-4e40-a359-54805ec1ed97/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference@8/.conan/profiles/default) Found apple-clang 10.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=10.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/BuildSingleReference@8/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=10.0 os=Macos os_build=Macos [options] [build_requires] [env] lzip/1.21: Forced build from source Installing package: lzip/1.21 Requirements lzip/1.21 from local cache - Cache Packages lzip/1.21:bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK lzip/1.21: Configuring sources in /Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK lzip/1.21: Copying sources to build folder lzip/1.21: Building your package in /Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583 lzip/1.21: Generator txt created conanbuildinfo.txt [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK lzip/1.21: Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/detectdir' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="10.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583" -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" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/detectdir' ----------------- -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- 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: /Library/Developer/CommandLineTools/usr/bin/c++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- CC=/Library/Developer/CommandLineTools/usr/bin/cc -- CXX=/Library/Developer/CommandLineTools/usr/bin/c++ -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/detectdir lzip/1.21: Calling: > source_subfolder/configure '--prefix=/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583' '--bindir=${prefix}/bin' '--datarootdir=${prefix}/share' ----Running------ > source_subfolder/configure '--prefix=/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583' '--bindir=${prefix}/bin' '--datarootdir=${prefix}/share' ----------------- creating config.status creating Makefile VPATH = source_subfolder prefix = /Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583 exec_prefix = $(prefix) bindir = ${prefix}/bin datarootdir = ${prefix}/share infodir = $(datarootdir)/info mandir = $(datarootdir)/man CXX = /Library/Developer/CommandLineTools/usr/bin/c++ CPPFLAGS = -DNDEBUG CXXFLAGS = -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 LDFLAGS = -m64 OK. Now you can run make. ----Running------ > make -j4 ----------------- /Library/Developer/CommandLineTools/usr/bin/c++ -DNDEBUG -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -c -o arg_parser.o source_subfolder/arg_parser.cc /Library/Developer/CommandLineTools/usr/bin/c++ -DNDEBUG -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -c -o lzip_index.o source_subfolder/lzip_index.cc /Library/Developer/CommandLineTools/usr/bin/c++ -DNDEBUG -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -c -o list.o source_subfolder/list.cc /Library/Developer/CommandLineTools/usr/bin/c++ -DNDEBUG -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -c -o encoder_base.o source_subfolder/encoder_base.cc /Library/Developer/CommandLineTools/usr/bin/c++ -DNDEBUG -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -c -o encoder.o source_subfolder/encoder.cc /Library/Developer/CommandLineTools/usr/bin/c++ -DNDEBUG -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -c -o fast_encoder.o source_subfolder/fast_encoder.cc /Library/Developer/CommandLineTools/usr/bin/c++ -DNDEBUG -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -c -o decoder.o source_subfolder/decoder.cc /Library/Developer/CommandLineTools/usr/bin/c++ -DNDEBUG -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -DPROGVERSION=\"1.21\" -c -o main.o source_subfolder/main.cc /Library/Developer/CommandLineTools/usr/bin/c++ -m64 -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 -o lzip arg_parser.o lzip_index.o list.o encoder_base.o encoder.o fast_encoder.o decoder.o main.o lzip/1.21: Package 'bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583' built lzip/1.21: Build folder /Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583 lzip/1.21: Generated conaninfo.txt lzip/1.21: Generated conanbuildinfo.txt lzip/1.21: Generating the package lzip/1.21: Package folder /Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583 lzip/1.21: Calling package() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/detectdir' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="10.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583" -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" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/detectdir' ----------------- -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- 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: /Library/Developer/CommandLineTools/usr/bin/c++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- CC=/Library/Developer/CommandLineTools/usr/bin/cc -- CXX=/Library/Developer/CommandLineTools/usr/bin/c++ -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/detectdir ----Running------ > make install -j1 ----------------- if [ ! -d "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/bin" ] ; then install -d -m 755 "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/bin" ; fi install -m 755 ./lzip "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/bin/lzip" if [ ! -d "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/info" ] ; then install -d -m 755 "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/info" ; fi rm -f "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/info/lzip.info"* install -m 644 source_subfolder/doc/lzip.info "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/info/lzip.info" if /bin/sh -c "install-info --version" > /dev/null 2>&1 ; then \ install-info --info-dir="/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/info" "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/info/lzip.info" ; \ fi if [ ! -d "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/man/man1" ] ; then install -d -m 755 "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/man/man1" ; fi rm -f "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/man/man1/lzip.1"* install -m 644 source_subfolder/doc/lzip.1 "/Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/share/man/man1/lzip.1" [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 lzip/1.21 package(): Packaged 2 files: lzip, COPYING lzip/1.21: Package 'bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583' created lzip/1.21: Created package revision cef2bbcb79399809e62b43cd95edd3ed lzip/1.21: Appending PATH environment variable: /Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/bin [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 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 CONAN_COMPILER CONAN_COMPILER_VERSION CONAN_CXX_FLAGS CONAN_C_FLAGS CONAN_EXPORTED CONAN_IN_LOCAL_CACHE CONAN_SHARED_LINKER_FLAGS 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 CONAN_COMPILER CONAN_COMPILER_VERSION CONAN_CXX_FLAGS CONAN_C_FLAGS CONAN_EXPORTED CONAN_IN_LOCAL_CACHE CONAN_SHARED_LINKER_FLAGS lzip/1.21: WARN: Lib folder doesn't exist, can't collect libraries: /Users/jenkins/w/BuildSingleReference@8/.conan/data/lzip/1.21/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/lib