******************************************************************************** conan install flex/2.6.4@#0e5b0972ab992ea11f538ff49f8683e6 --build=flex -pr /home/conan/w/prod/BuildSingleReference/129502/fb98bd49-1c3a-4a75-85c9-ba35dc1b61f7/profile_linux_5_libstdcpp11_gcc_release_64.flex-shared-False.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=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] flex:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True m4/1.4.19: Not found in local cache, looking in remotes... m4/1.4.19: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz m4/1.4.19: Downloaded recipe revision 48f6ac19d885b7ce785ee9c24ad9e41b flex/2.6.4: Forced build from source Installing package: flex/2.6.4 Requirements flex/2.6.4 from local cache - Cache m4/1.4.19 from 'conan-center' - Downloaded Packages flex/2.6.4:d4e2c4fda75c443daaf5f26224d0044231fb93f3 - Build m4/1.4.19:24647d9fe8ec489125dfbae4b3ebefaf7581674c - Download Installing (downloading, building) binaries... m4/1.4.19: Retrieving package 24647d9fe8ec489125dfbae4b3ebefaf7581674c from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz m4/1.4.19: Package installed 24647d9fe8ec489125dfbae4b3ebefaf7581674c m4/1.4.19: Downloaded package revision 0b0beb8ed8cafb29c1e6a83014b5f0dd m4/1.4.19: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK flex/2.6.4: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/source flex/2.6.4: [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 flex/2.6.4: Copying sources to build folder flex/2.6.4: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3 flex/2.6.4: Generator txt created conanbuildinfo.txt flex/2.6.4: Calling generate() flex/2.6.4: 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 flex/2.6.4: Calling build() flex/2.6.4: Calling: > "/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--enable-shared=no' '--enable-static=yes' '--disable-nls' '--disable-bootstrap' 'HELP2MAN=/bin/true' 'M4=m4' 'ac_cv_func_malloc_0_nonnull=yes' 'ac_cv_func_realloc_0_nonnull=yes' 'ac_cv_func_reallocarray=no' ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/conanbuild.sh" && "/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--enable-shared=no' '--enable-static=yes' '--disable-nls' '--disable-bootstrap' 'HELP2MAN=/bin/true' 'M4=m4' 'ac_cv_func_malloc_0_nonnull=yes' 'ac_cv_func_realloc_0_nonnull=yes' 'ac_cv_func_reallocarray=no' ----------------- checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... no checking for mawk... mawk checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /usr/bin/gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of /usr/bin/gcc... gcc3 checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for bison... no checking for byacc... no configure: no bison program found: only required for maintainers checking for flex... no checking for lex... no checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking for gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... gcc -E checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking dependency style of /usr/bin/g++... gcc3 checking whether ln -s works... yes checking for gawk... (cached) mawk checking for help2man... /bin/true checking for gtexi2dvi... no checking for texi2dvi... no checking for m4 that supports -P... m4 checking for indent... ${top_srcdir}/build-aux/missing indent checking if ${top_srcdir}/build-aux/missing indent is GNU indent... no checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking for inttypes.h... (cached) yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for pthread_mutex_lock in -lpthread... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for log10 in -lm... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for dup2... yes checking for memset... yes checking for regcomp... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strtol... yes checking for pow... yes checking for setlocale... yes checking for reallocarray... (cached) no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating examples/fastwc/Makefile config.status: creating examples/manual/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating tools/Makefile config.status: creating tests/Makefile config.status: creating src/config.h config.status: executing libtool commands config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/conanbuild.sh" && make -j3 ----------------- Making all in src make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/src' make all-am make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/src' depbase=`echo libmain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT libmain.lo -MD -MP -MF $depbase.Tpo -c -o libmain.lo libmain.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo libyywrap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT libyywrap.lo -MD -MP -MF $depbase.Tpo -c -o libyywrap.lo libyywrap.c &&\ mv -f $depbase.Tpo $depbase.Plo /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-buf.o -MD -MP -MF .deps/flex-buf.Tpo -c -o flex-buf.o `test -f 'buf.c' || echo './'`buf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT libmain.lo -MD -MP -MF .deps/libmain.Tpo -c libmain.c -o libmain.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT libyywrap.lo -MD -MP -MF .deps/libyywrap.Tpo -c libyywrap.c -o libyywrap.o mv -f .deps/flex-buf.Tpo .deps/flex-buf.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-ccl.o -MD -MP -MF .deps/flex-ccl.Tpo -c -o flex-ccl.o `test -f 'ccl.c' || echo './'`ccl.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-dfa.o -MD -MP -MF .deps/flex-dfa.Tpo -c -o flex-dfa.o `test -f 'dfa.c' || echo './'`dfa.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-ecs.o -MD -MP -MF .deps/flex-ecs.Tpo -c -o flex-ecs.o `test -f 'ecs.c' || echo './'`ecs.c mv -f .deps/flex-ccl.Tpo .deps/flex-ccl.Po mv -f .deps/flex-ecs.Tpo .deps/flex-ecs.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-filter.o -MD -MP -MF .deps/flex-filter.Tpo -c -o flex-filter.o `test -f 'filter.c' || echo './'`filter.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-gen.o -MD -MP -MF .deps/flex-gen.Tpo -c -o flex-gen.o `test -f 'gen.c' || echo './'`gen.c mv -f .deps/flex-filter.Tpo .deps/flex-filter.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-main.o -MD -MP -MF .deps/flex-main.Tpo -c -o flex-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/flex-dfa.Tpo .deps/flex-dfa.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-misc.o -MD -MP -MF .deps/flex-misc.Tpo -c -o flex-misc.o `test -f 'misc.c' || echo './'`misc.c mv -f .deps/flex-misc.Tpo .deps/flex-misc.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-nfa.o -MD -MP -MF .deps/flex-nfa.Tpo -c -o flex-nfa.o `test -f 'nfa.c' || echo './'`nfa.c mv -f .deps/flex-gen.Tpo .deps/flex-gen.Po mv -f .deps/flex-main.Tpo .deps/flex-main.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-options.o -MD -MP -MF .deps/flex-options.Tpo -c -o flex-options.o `test -f 'options.c' || echo './'`options.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-parse.o -MD -MP -MF .deps/flex-parse.Tpo -c -o flex-parse.o `test -f 'parse.c' || echo './'`parse.c mv -f .deps/flex-nfa.Tpo .deps/flex-nfa.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-regex.o -MD -MP -MF .deps/flex-regex.Tpo -c -o flex-regex.o `test -f 'regex.c' || echo './'`regex.c mv -f .deps/flex-options.Tpo .deps/flex-options.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-scanflags.o -MD -MP -MF .deps/flex-scanflags.Tpo -c -o flex-scanflags.o `test -f 'scanflags.c' || echo './'`scanflags.c mv -f .deps/flex-regex.Tpo .deps/flex-regex.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-scanopt.o -MD -MP -MF .deps/flex-scanopt.Tpo -c -o flex-scanopt.o `test -f 'scanopt.c' || echo './'`scanopt.c mv -f .deps/flex-scanflags.Tpo .deps/flex-scanflags.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-skel.o -MD -MP -MF .deps/flex-skel.Tpo -c -o flex-skel.o `test -f 'skel.c' || echo './'`skel.c mv -f .deps/flex-skel.Tpo .deps/flex-skel.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-sym.o -MD -MP -MF .deps/flex-sym.Tpo -c -o flex-sym.o `test -f 'sym.c' || echo './'`sym.c mv -f .deps/flex-sym.Tpo .deps/flex-sym.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-tables.o -MD -MP -MF .deps/flex-tables.Tpo -c -o flex-tables.o `test -f 'tables.c' || echo './'`tables.c mv -f .deps/flex-scanopt.Tpo .deps/flex-scanopt.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-tables_shared.o -MD -MP -MF .deps/flex-tables_shared.Tpo -c -o flex-tables_shared.o `test -f 'tables_shared.c' || echo './'`tables_shared.c mv -f .deps/flex-parse.Tpo .deps/flex-parse.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-tblcmp.o -MD -MP -MF .deps/flex-tblcmp.Tpo -c -o flex-tblcmp.o `test -f 'tblcmp.c' || echo './'`tblcmp.c mv -f .deps/flex-tables_shared.Tpo .deps/flex-tables_shared.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-yylex.o -MD -MP -MF .deps/flex-yylex.Tpo -c -o flex-yylex.o `test -f 'yylex.c' || echo './'`yylex.c mv -f .deps/flex-tables.Tpo .deps/flex-tables.Po sed 's|^\(#line .*\)"'`printf %s scan.c | sed 's|[][\\\\.*]|\\\\&|g'`'"|\1"stage1scan.c"|g' scan.c > stage1scan.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -m64 -fPIC -O3 -s -version-info 2:0:0 -m64 -o libfl.la -rpath //lib libmain.lo libyywrap.lo -lm mv -f .deps/flex-yylex.Tpo .deps/flex-yylex.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"//share/locale\" -DNDEBUG -m64 -fPIC -O3 -s -MT flex-stage1scan.o -MD -MP -MF .deps/flex-stage1scan.Tpo -c -o flex-stage1scan.o `test -f 'stage1scan.c' || echo './'`stage1scan.c mv -f .deps/flex-tblcmp.Tpo .deps/flex-tblcmp.Po libtool: link: ar cru .libs/libfl.a libmain.o libyywrap.o libtool: link: ranlib .libs/libfl.a libtool: link: ( cd ".libs" && rm -f "libfl.la" && ln -s "../libfl.la" "libfl.la" ) mv -f .deps/flex-stage1scan.Tpo .deps/flex-stage1scan.Po /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -m64 -fPIC -O3 -s -m64 -o flex flex-buf.o flex-ccl.o flex-dfa.o flex-ecs.o flex-filter.o flex-gen.o flex-main.o flex-misc.o flex-nfa.o flex-options.o flex-parse.o flex-regex.o flex-scanflags.o flex-scanopt.o flex-skel.o flex-sym.o flex-tables.o flex-tables_shared.o flex-tblcmp.o flex-yylex.o flex-stage1scan.o -lm libtool: link: /usr/bin/gcc -m64 -fPIC -O3 -s -m64 -o flex flex-buf.o flex-ccl.o flex-dfa.o flex-ecs.o flex-filter.o flex-gen.o flex-main.o flex-misc.o flex-nfa.o flex-options.o flex-parse.o flex-regex.o flex-scanflags.o flex-scanopt.o flex-skel.o flex-sym.o flex-tables.o flex-tables_shared.o flex-tblcmp.o flex-yylex.o flex-stage1scan.o -lm make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/src' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/src' Making all in doc make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/doc' Making all in examples make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' Making all in manual make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/manual' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/manual' Making all in fastwc make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/fastwc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/fastwc' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' Making all in po make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/po' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/po' Making all in tests make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tests' Making all in tools make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tools' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tools' make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3' flex/2.6.4: Package 'd4e2c4fda75c443daaf5f26224d0044231fb93f3' built flex/2.6.4: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3 flex/2.6.4: Generated conaninfo.txt flex/2.6.4: Generated conanbuildinfo.txt flex/2.6.4: Generating the package flex/2.6.4: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3 flex/2.6.4: Calling package() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/conanbuild.sh" && make install DESTDIR=/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3 -j3 ----------------- Making install in src make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/src' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/src' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//lib' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//include' /bin/bash ../libtool --mode=install /usr/bin/install -c libfl.la '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//lib' /usr/bin/install -c -m 644 FlexLexer.h '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//include' libtool: install: /usr/bin/install -c .libs/libfl.lai /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//lib/libfl.la libtool: install: /usr/bin/install -c .libs/libfl.a /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//lib/libfl.a libtool: install: chmod 644 /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//lib/libfl.a libtool: install: ranlib /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//lib/libfl.a /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//bin' /bin/bash ../libtool --mode=install /usr/bin/install -c flex '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//bin' libtool: install: /usr/bin/install -c flex /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//bin/flex make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/src' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/src' Making install in doc make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/doc' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/doc' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//share/man/man1' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//share/info' /usr/bin/install -c -m 644 flex.1 '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//share/man/man1' /usr/bin/install -c -m 644 ./flex.info ./flex.info-1 ./flex.info-2 '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//share/info' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/doc' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/doc' Making install in examples make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' Making install in manual make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/manual' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/manual' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/manual' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/manual' Making install in fastwc make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/fastwc' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/fastwc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/fastwc' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples/fastwc' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/examples' Making install in po make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/po' if test "flex" = "gettext-tools"; then \ /bin/mkdir -p /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/po' Making install in tests make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tests' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tests' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tests' Making install in tools make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tools' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tools' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tools' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3/tools' make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3' make install-exec-hook /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//share/doc/flex' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3' cd /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//bin && \ ln -s -f flex flex++ /usr/bin/install -c -m 644 AUTHORS COPYING NEWS ONEWS README.md '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3//share/doc/flex' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/build/d4e2c4fda75c443daaf5f26224d0044231fb93f3' [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(): [STATIC ARTIFACTS (KB-H074)] 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 [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK flex/2.6.4 package(): Packaged 3 files: COPYING, flex++, flex flex/2.6.4 package(): Packaged 1 '.a' file: libfl.a flex/2.6.4 package(): Packaged 1 '.h' file: FlexLexer.h flex/2.6.4: Package 'd4e2c4fda75c443daaf5f26224d0044231fb93f3' created flex/2.6.4: Created package revision e9db5f9d3bc8df8277691ac793c096c0 flex/2.6.4: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3/bin flex/2.6.4: Setting LEX environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/flex/2.6.4/_/_/package/d4e2c4fda75c443daaf5f26224d0044231fb93f3/bin/flex flex/2.6.4: Setting FLEX_ROOT environment variable: {flex_root} [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 [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators configure: WARNING: texi2dvi: program not found: building pdf version of manual will not work configure: WARNING: ${top_srcdir}/build-aux/missing indent does not appear to be GNU indent; 'make indent' may not function properly main.c: In function ‘check_options’: main.c:347:14: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] if ((slash = strrchr(M4, '/')) != NULL) { ^ ar: `u' modifier ignored since `D' is the default (see `U') libtool: warning: remember to run 'libtool --finish //lib' flex/2.6.4: 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 flex/2.6.4: 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