******************************************************************************** conan install imath/3.1.10@#b9bd82988170b5b57a2e53db60c56830 --build=imath -pr /home/conan/w/prod-v1/bsr/112867/bbcff/profile_linux_5_libstdcpp11_gcc_release_64.imath-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Conan 1 is on a deprecation path, please consider migrating to Conan 2 Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] imath:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True imath/3.1.10: Forced build from source Installing package: imath/3.1.10 Requirements imath/3.1.10 from local cache - Cache Packages imath/3.1.10:4d887c1c2779c63d2cdd81580698d2e22cb35b29 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK imath/3.1.10: Configuring sources in /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/source/src imath/3.1.10: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK imath/3.1.10: Copying sources to build folder imath/3.1.10: Building your package in /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29 imath/3.1.10: Generator txt created conanbuildinfo.txt imath/3.1.10: Calling generate() imath/3.1.10: Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' imath/3.1.10: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' imath/3.1.10: Aggregating env generators [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 imath/3.1.10: Calling build() imath/3.1.10: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src" ----------------- -- Using Conan toolchain: /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release/generators/conan_toolchain.cmake -- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC) -- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - 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: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configure Imath 3.1.10, library API version: 29.9.0 -- Imath pkg-config generation enabled -- Looking for sin in m -- Looking for sin in m - found -- clang-format not found. -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release imath/3.1.10: CMake command: cmake --build "/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release" '--' '-j3' ----------------- Scanning dependencies of target ImathHalfCTest Scanning dependencies of target Imath [ 2%] Building C object src/ImathTest/CMakeFiles/ImathHalfCTest.dir/half_c_main.c.o [ 4%] Building CXX object src/Imath/CMakeFiles/Imath.dir/half.cpp.o [ 6%] Building CXX object src/Imath/CMakeFiles/Imath.dir/ImathColorAlgo.cpp.o [ 8%] Linking C executable ../../bin/ImathHalfCTest [ 11%] Building CXX object src/Imath/CMakeFiles/Imath.dir/ImathFun.cpp.o [ 11%] Built target ImathHalfCTest [ 13%] Building CXX object src/Imath/CMakeFiles/Imath.dir/ImathMatrixAlgo.cpp.o src/Imath/CMakeFiles/Imath.dir/build.make:107: recipe for target 'src/Imath/CMakeFiles/Imath.dir/ImathFun.cpp.o' failed CMakeFiles/Makefile2:942: recipe for target 'src/Imath/CMakeFiles/Imath.dir/all' failed Makefile:159: recipe for target 'all' failed imath/3.1.10: /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp: In function ‘float Imath_3_1::succf(float)’: /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:13:22: error: ‘isfinite’ was not declared in this scope return isfinite(f) ? ^ /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:13:22: note: suggested alternative: In file included from /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:7:0: /usr/include/c++/5/cmath:601:5: note: ‘std::isfinite’ isfinite(_Tp __x) ^ /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp: In function ‘float Imath_3_1::predf(float)’: /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:19:22: error: ‘isfinite’ was not declared in this scope return isfinite(f) ? ^ /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:19:22: note: suggested alternative: In file included from /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:7:0: /usr/include/c++/5/cmath:601:5: note: ‘std::isfinite’ isfinite(_Tp __x) ^ /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp: In function ‘double Imath_3_1::succd(double)’: /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:25:22: error: ‘isfinite’ was not declared in this scope return isfinite(d) ? ^ /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:25:22: note: suggested alternative: In file included from /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:7:0: /usr/include/c++/5/cmath:601:5: note: ‘std::isfinite’ isfinite(_Tp __x) ^ /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp: In function ‘double Imath_3_1::predd(double)’: /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:31:22: error: ‘isfinite’ was not declared in this scope return isfinite(d) ? ^ /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:31:22: note: suggested alternative: In file included from /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/src/Imath/ImathFun.cpp:7:0: /usr/include/c++/5/cmath:601:5: note: ‘std::isfinite’ isfinite(_Tp __x) ^ make[2]: *** [src/Imath/CMakeFiles/Imath.dir/ImathFun.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [src/Imath/CMakeFiles/Imath.dir/all] Error 2 make: *** [all] Error 2 imath/3.1.10: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior imath/3.1.10: ERROR: Package '4d887c1c2779c63d2cdd81580698d2e22cb35b29' build failed imath/3.1.10: WARN: Build folder /home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release ERROR: imath/3.1.10: Error in build() method, line 62 cmake.build() ConanException: Error 2 while executing cmake --build "/home/conan/w/prod-v1/bsr/112867/ebccb/.conan/data/imath/3.1.10/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release" '--' '-j3'