******************************************************************************** conan install peg/0.1.18@ --build=peg --profile=/home/conan/w/BuildSingleReference/20525/afd0cfcc-d742-4ea4-9fcf-3bc6873ee31d/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 7 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/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=7 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux os_build=Linux [options] [build_requires] [env] peg/0.1.18: Forced build from source Installing package: peg/0.1.18 Requirements peg/0.1.18 from local cache - Cache Packages peg/0.1.18:6ae331b72e7e265ca2a3d1d8246faf73aa030238 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK peg/0.1.18: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/peg/0.1.18/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK peg/0.1.18: Copying sources to build folder peg/0.1.18: Building your package in /home/conan/w/BuildSingleReference/.conan/data/peg/0.1.18/_/_/build/6ae331b72e7e265ca2a3d1d8246faf73aa030238 peg/0.1.18: 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 peg/0.1.18: Calling build() ----Running------ > make ----------------- /usr/bin/gcc -g -Wall -O3 -DNDEBUG -Isrc -c -o peg.o src/peg.c /usr/bin/gcc -g -Wall -O3 -DNDEBUG -Isrc -c -o tree.o src/tree.c /usr/bin/gcc -g -Wall -O3 -DNDEBUG -Isrc -c -o compile.o src/compile.c /usr/bin/gcc -g -Wall -O3 -DNDEBUG -Isrc -o peg-new peg.o tree.o compile.o mv peg-new peg /usr/bin/gcc -g -Wall -O3 -DNDEBUG -Isrc -c -o leg.o src/leg.c /usr/bin/gcc -g -Wall -O3 -DNDEBUG -Isrc -o leg-new leg.o tree.o compile.o mv leg-new leg peg/0.1.18: Package '6ae331b72e7e265ca2a3d1d8246faf73aa030238' built peg/0.1.18: Build folder /home/conan/w/BuildSingleReference/.conan/data/peg/0.1.18/_/_/build/6ae331b72e7e265ca2a3d1d8246faf73aa030238 peg/0.1.18: Generated conaninfo.txt peg/0.1.18: Generated conanbuildinfo.txt peg/0.1.18: Generating the package peg/0.1.18: Package folder /home/conan/w/BuildSingleReference/.conan/data/peg/0.1.18/_/_/package/6ae331b72e7e265ca2a3d1d8246faf73aa030238 peg/0.1.18: Calling package() [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 peg/0.1.18 package(): Packaged 2 files: leg, peg peg/0.1.18 package(): Packaged 1 '.txt' file: LICENSE.txt peg/0.1.18: Package '6ae331b72e7e265ca2a3d1d8246faf73aa030238' created peg/0.1.18: Created package revision 588b6495f4452050b025b4ab26d81fb2 peg/0.1.18: Appending PATH environment variable: /home/conan/w/BuildSingleReference/.conan/data/peg/0.1.18/_/_/package/6ae331b72e7e265ca2a3d1d8246faf73aa030238/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 In file included from src/peg.c:49:0: src/peg.peg-c: In function ‘yy_Sequence’: src/peg.peg-c:380:3: warning: label ‘l77’ defined but not used [-Wunused-label] #define __ yy->__ ^~~ In file included from src/peg.c:49:0: At top level: src/peg.peg-c:269:16: warning: ‘yySet’ defined but not used [-Wunused-function] YY_LOCAL(void) yySet(yycontext *yy, char *text, int count) { yy->__val[count]= yy->__; } ^~~~~ src/peg.peg-c:268:16: warning: ‘yyPop’ defined but not used [-Wunused-function] YY_LOCAL(void) yyPop(yycontext *yy, char *text, int count) { yy->__val -= count; } ^~~~~ src/peg.peg-c:257:16: warning: ‘yyPush’ defined but not used [-Wunused-function] YY_LOCAL(void) yyPush(yycontext *yy, char *text, int count) ^~~~~~ src/leg.leg: In function ‘main’: src/leg.leg:314:23: warning: too many arguments for format [-Wformat-extra-args] fprintf(output, "#line %i \"%s\"\n", trailerLine, fileName, trailer); ^~~~~~~~~~~~~~~~~~~ At top level: src/leg.leg:329:16: warning: ‘yySet’ defined but not used [-Wunused-function] src/leg.leg:328:16: warning: ‘yyPop’ defined but not used [-Wunused-function] src/leg.leg:317:16: warning: ‘yyPush’ defined but not used [-Wunused-function] ^ src/leg.leg:302:15: warning: ‘yyAccept’ defined but not used [-Wunused-function] Rule_print(n); ^~~~~~ peg/0.1.18: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/BuildSingleReference/.conan/data/peg/0.1.18/_/_/package/6ae331b72e7e265ca2a3d1d8246faf73aa030238/lib