******************************************************************************** conan test conan-center-index/recipes/yasm/all/test_package/conanfile.py yasm/1.3.0@#fb800a15413dca19bfaef9e4b5d50694 -pr /home/conan/w/prod/BuildSingleReference/177075/73a9a810-8d95-48ec-aafd-2fa2f246f9e4/profile_linux_5_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 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/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=5 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=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True yasm/1.3.0 (test package): Installing package Requirements Packages Build requirements yasm/1.3.0 from local cache - Cache Build requirements packages yasm/1.3.0:cc9f9b2b9f92fc82888026414560bf79d8c3a052 - Download Installing (downloading, building) binaries... yasm/1.3.0: Retrieving package cc9f9b2b9f92fc82888026414560bf79d8c3a052 from remote 'c3i_PR-15925' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz yasm/1.3.0: Package installed cc9f9b2b9f92fc82888026414560bf79d8c3a052 yasm/1.3.0: Downloaded package revision 25da4845ae20cb2de2b7a3cb03e49661 yasm/1.3.0: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/yasm/1.3.0/_/_/package/cc9f9b2b9f92fc82888026414560bf79d8c3a052/bin yasm/1.3.0 (test package): Applying build-requirement: yasm/1.3.0 yasm/1.3.0 (test package): Generator 'VirtualBuildEnv' calling 'generate()' yasm/1.3.0 (test package): Generator txt created conanbuildinfo.txt yasm/1.3.0 (test package): Aggregating env generators yasm/1.3.0 (test package): Generated conaninfo.txt yasm/1.3.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/yasm/all/test_package/build/59a35b998cbd9c94b3be7171da17873e602cd574/conan.lock' Using cached profile from lockfile [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 yasm/1.3.0 (test package): Calling build() yasm/1.3.0 (test package): Running test() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/yasm/all/test_package/build/59a35b998cbd9c94b3be7171da17873e602cd574/conanbuild.sh" && yasm --help ----------------- usage: yasm [option]* file Options: --version show version text --license show license text -h, --help show help text --arch= select architecture (list with -a help) -a --parser= select parser (list with -p help) -p --preproc= select preprocessor (list with -r help) -r --oformat= select object format (list with -f help) -f --dformat= select debugging format (list with -g help) -g --lformat= select list format (list with -L help) -L --list= name of list-file output -l --objfile= name of object-file output -o --mapfile= name of map-file output --machine= select machine (list with -m help) -m --force-strict treat all sized operands as if `strict' was used -w inhibits warning messages -W enables/disables warning -M generate Makefile dependencies on stdout -E redirect error messages to file -s redirect error messages to stdout -e, --preproc-only preprocess only (writes output to stdout by default) -i add include path -I add include path -P pre-include file -d pre-define a macro, optionally to value -D pre-define a macro, optionally to value -u undefine a macro -U undefine a macro -X