******************************************************************************** conan install tz/2022g@#2eac119f743df6644850b7584c42d3fe --build=tz -pr /home/conan/w/prod/BuildSingleReference/189711/785da119-5d5d-436b-b06d-77276c557c8d/profile_linux_9_libstdcpp11_gcc_debug_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 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/BuildSingleReference/.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=9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tz/2022g: Forced build from source Installing package: tz/2022g Requirements tz/2022g from local cache - Cache Packages tz/2022g:23b828d52c0630e6b0b96d2945419feb7843c4f8 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK tz/2022g: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/source/src tz/2022g: [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 tz/2022g: Copying sources to build folder tz/2022g: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/build/23b828d52c0630e6b0b96d2945419feb7843c4f8 tz/2022g: Generator txt created conanbuildinfo.txt tz/2022g: Calling generate() tz/2022g: 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 tz/2022g: Calling build() tz/2022g: Package '23b828d52c0630e6b0b96d2945419feb7843c4f8' built tz/2022g: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/build/23b828d52c0630e6b0b96d2945419feb7843c4f8/build-debug tz/2022g: Generated conaninfo.txt tz/2022g: Generated conanbuildinfo.txt tz/2022g: Generating the package tz/2022g: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8 tz/2022g: Calling package() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/build/23b828d52c0630e6b0b96d2945419feb7843c4f8/build-debug/conan/conanbuild.sh" && make install DESTDIR=/home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8 -C /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/build/23b828d52c0630e6b0b96d2945419feb7843c4f8/src -j3 ----------------- make: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/build/23b828d52c0630e6b0b96d2945419feb7843c4f8/src' { (type git) >/dev/null 2>&1 && \ V=`git describe --match '[0-9][0-9][0-9][0-9][a-z]*' \ --abbrev=7 --dirty` || \ if test 'unknown' = unknown && V=`cat version`; then \ case $V in *-dirty);; *) V=$V-dirty;; esac; \ else \ V='unknown'; \ fi; } && \ printf '%s\n' "$V" >version.out cc -DTZDIR='"/usr/share/zoneinfo"' -c -o localtime.o localtime.c mv version.out version cc -DTZDIR='"/usr/share/zoneinfo"' -c -o asctime.o asctime.c cc -DTZDIR='"/usr/share/zoneinfo"' -c -o strftime.o strftime.c cc -DTZDIR='"/usr/share/zoneinfo"' -c -o difftime.o difftime.c awk -v EXPIRES_LINE=0 \ -f leapseconds.awk leap-seconds.list >leapseconds.out mv leapseconds.out leapseconds awk \ -v DATAFORM=`expr main.zi : '\(.*\).zi'` \ -v PACKRATDATA='' \ -v PACKRATLIST='' \ -f ziguard.awk \ africa antarctica asia australasia europe northamerica southamerica etcetera factory backward >main.zi.out make: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/build/23b828d52c0630e6b0b96d2945419feb7843c4f8/src' fatal: not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). cat: version: No such file or directory malloc(): unsorted double linked list corrupted Aborted make: *** [Makefile:641: main.zi] Error 134 make: *** Waiting for unfinished jobs.... tz/2022g: 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 tz/2022g: WARN: This conanfile has no build step ERROR: tz/2022g: Error in package() method, line 48 autotools.install(args=["-C", self.source_folder]) ConanException: Error 2 while executing make install DESTDIR=/home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8 -C /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2022g/_/_/build/23b828d52c0630e6b0b96d2945419feb7843c4f8/src -j3