bincrafters / community

Central repository for issues and recipes
http://bincrafters.readthedocs.io/en/latest/
MIT License
217 stars 36 forks source link

[flex] Flex cannot be found by CMake #852

Closed wouterbeek closed 5 years ago

wouterbeek commented 5 years ago

While I'm able to install Flex using Conan, the built-in CMake Flex feature (link) does not pick up on it, resulting in an error.

When I install Flex through the OS package manager (dnf on Fedora), CMake is able to find Flex correctly.

Package and Environment Details (include every applicable attribute)

Conan profile

[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=9
compiler.libcxx=libstdc++11
build_type=Release
[options]
[build_requires]
[env]

Steps to reproduce

With the following conanfile.txt:

[requires]
flex/2.6.4@bincrafters/stable
[generators]
cmake

and the following CMakeLists.txt:

cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(conan-cmake-test)
find_package(FLEX)

running the following commands results in the below log, including an error at the end:

mkdir Debug && cd Debug
conan install .. --build missing
cmake ..

Logs

$ conan install .. --build missing
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=9
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

flex/2.6.4@bincrafters/stable: Not found in local cache, looking in remotes...
flex/2.6.4@bincrafters/stable: Trying with 'conan-center'...
flex/2.6.4@bincrafters/stable: Trying with 'bincrafters'...
Downloading conanmanifest.txt
[==================================================] 839B/839B        
Downloading conanfile.py
[==================================================] 816B/816B        
Downloading conan_export.tgz
[==================================================] 2.4KB/2.4KB      
Decompressing conan_export.tgz: 100%|██████████| 2.37k/2.37k [00:00<00:00, 551kB/s]
flex/2.6.4@bincrafters/stable: Downloaded recipe revision 0
m4_installer/1.4.18@bincrafters/stable: Not found in local cache, looking in remotes...
m4_installer/1.4.18@bincrafters/stable: Trying with 'conan-center'...
Downloading conanmanifest.txt
[==================================================] 173B/173B        
Downloading conanfile.py
[==================================================] 2.1KB/2.1KB      
Downloading conan_export.tgz
[==================================================] 758B/758B        
Decompressing conan_export.tgz: 100%|██████████| 758/758 [00:00<00:00, 387kB/s]
m4_installer/1.4.18@bincrafters/stable: Downloaded recipe revision 0
conanfile.txt: Installing package
Requirements
    flex/2.6.4@bincrafters/stable from 'bincrafters' - Downloaded
    m4_installer/1.4.18@bincrafters/stable from 'conan-center' - Downloaded
Packages
    flex/2.6.4@bincrafters/stable:f5c0da38017c8a91100d19609495e7be9d33f80a - Build
    m4_installer/1.4.18@bincrafters/stable:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Download

m4_installer/1.4.18@bincrafters/stable: Retrieving package 44fcf6b9a7fb86b2586303e3db40189d3b511830 from remote 'conan-center' 
Downloading conanmanifest.txt
[==================================================] 417B/417B        
Downloading conaninfo.txt
[==================================================] 300B/300B        
Downloading conan_package.tgz
[==================================================] 191.4KB/191.4KB  
Decompressing conan_package.tgz: 100%|██████████| 187k/187k [00:00<00:00, 7.20MB/s]
m4_installer/1.4.18@bincrafters/stable: Package installed 44fcf6b9a7fb86b2586303e3db40189d3b511830
m4_installer/1.4.18@bincrafters/stable: Downloaded package revision 0
Downloading conan_sources.tgz
[==================================================] 10.1KB/10.1KB    
Decompressing conan_sources.tgz: 100%|██████████| 9.88k/9.88k [00:00<00:00, 1.33MB/s]
flex/2.6.4@bincrafters/stable: Configuring sources in /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/source
[==================================================] 1.4MB/1.4MB      
flex/2.6.4@bincrafters/stable: Copying sources to build folder
flex/2.6.4@bincrafters/stable: Building your package in /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a
flex/2.6.4@bincrafters/stable: Generator txt created conanbuildinfo.txt
flex/2.6.4@bincrafters/stable: Calling build()
flex/2.6.4@bincrafters/stable: Calling:
 > ./configure '--disable-nls' 'HELP2MAN=/bin/true' 'M4=m4' '--disable-shared' '--enable-static' 'ac_cv_func_malloc_0_nonnull=yes' 'ac_cv_func_realloc_0_nonnull=yes' 'ac_cv_func_reallocarray=no' '--prefix=/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' 
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... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by 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... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... 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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the 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... /usr/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 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) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether 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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by 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 g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the 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 g++... gcc3
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking for help2man... /bin/true
checking for gtexi2dvi... no
checking for texi2dvi... no
configure: WARNING: texi2dvi: program not found: building pdf version of manual will not work
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
configure: WARNING: ${top_srcdir}/build-aux/missing indent does not appear to be GNU indent; 'make indent' may not function properly
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
Making all in src
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/src'
make  all-am
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/src'
depbase=`echo libmain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT libyywrap.lo -MD -MP -MF $depbase.Tpo -c -o libyywrap.lo libyywrap.c &&\
mv -f $depbase.Tpo $depbase.Plo
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT flex-buf.o -MD -MP -MF .deps/flex-buf.Tpo -c -o flex-buf.o `test -f 'buf.c' || echo './'`buf.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT flex-ccl.o -MD -MP -MF .deps/flex-ccl.Tpo -c -o flex-ccl.o `test -f 'ccl.c' || echo './'`ccl.c
mv -f .deps/flex-buf.Tpo .deps/flex-buf.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT flex-dfa.o -MD -MP -MF .deps/flex-dfa.Tpo -c -o flex-dfa.o `test -f 'dfa.c' || echo './'`dfa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT libmain.lo -MD -MP -MF .deps/libmain.Tpo -c libmain.c -o libmain.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT libyywrap.lo -MD -MP -MF .deps/libyywrap.Tpo -c libyywrap.c -o libyywrap.o
mv -f .deps/flex-ccl.Tpo .deps/flex-ccl.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT flex-ecs.o -MD -MP -MF .deps/flex-ecs.Tpo -c -o flex-ecs.o `test -f 'ecs.c' || echo './'`ecs.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT flex-filter.o -MD -MP -MF .deps/flex-filter.Tpo -c -o flex-filter.o `test -f 'filter.c' || echo './'`filter.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-ecs.Tpo .deps/flex-ecs.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-filter.Tpo .deps/flex-filter.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-dfa.Tpo .deps/flex-dfa.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT flex-nfa.o -MD -MP -MF .deps/flex-nfa.Tpo -c -o flex-nfa.o `test -f 'nfa.c' || echo './'`nfa.c
In function ‘sko_push’,
    inlined from ‘skelout’ at misc.c:693:5:
misc.c:69:21: warning: argument 2 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
   69 |         sko_stack = realloc(sko_stack,
      |                     ^~~~~~~~~~~~~~~~~~
   70 |    sizeof(struct sko_state) * (size_t) sko_sz);
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from flexdef.h:43,
                 from misc.c:33:
misc.c: In function ‘skelout’:
/usr/include/stdlib.h:549:14: note: in a call to allocation function ‘realloc’ declared here
  549 | extern void *realloc (void *__ptr, size_t __size)
      |              ^~~~~~~
mv -f .deps/flex-misc.Tpo .deps/flex-misc.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT flex-options.o -MD -MP -MF .deps/flex-options.Tpo -c -o flex-options.o `test -f 'options.c' || echo './'`options.c
mv -f .deps/flex-main.Tpo .deps/flex-main.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-options.Tpo .deps/flex-options.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-nfa.Tpo .deps/flex-nfa.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-gen.Tpo .deps/flex-gen.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-regex.Tpo .deps/flex-regex.Po
mv -f .deps/flex-scanflags.Tpo .deps/flex-scanflags.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT flex-skel.o -MD -MP -MF .deps/flex-skel.Tpo -c -o flex-skel.o `test -f 'skel.c' || echo './'`skel.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-skel.Tpo .deps/flex-skel.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-sym.Tpo .deps/flex-sym.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-tables_shared.Tpo .deps/flex-tables_shared.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-scanopt.Tpo .deps/flex-scanopt.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-scan.o -MD -MP -MF .deps/stage1flex-scan.Tpo -c -o stage1flex-scan.o `test -f 'scan.c' || echo './'`scan.c
mv -f .deps/flex-yylex.Tpo .deps/flex-yylex.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-buf.o -MD -MP -MF .deps/stage1flex-buf.Tpo -c -o stage1flex-buf.o `test -f 'buf.c' || echo './'`buf.c
mv -f .deps/flex-parse.Tpo .deps/flex-parse.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-ccl.o -MD -MP -MF .deps/stage1flex-ccl.Tpo -c -o stage1flex-ccl.o `test -f 'ccl.c' || echo './'`ccl.c
mv -f .deps/stage1flex-buf.Tpo .deps/stage1flex-buf.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-dfa.o -MD -MP -MF .deps/stage1flex-dfa.Tpo -c -o stage1flex-dfa.o `test -f 'dfa.c' || echo './'`dfa.c
mv -f .deps/flex-tblcmp.Tpo .deps/flex-tblcmp.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-ecs.o -MD -MP -MF .deps/stage1flex-ecs.Tpo -c -o stage1flex-ecs.o `test -f 'ecs.c' || echo './'`ecs.c
mv -f .deps/stage1flex-ccl.Tpo .deps/stage1flex-ccl.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-filter.o -MD -MP -MF .deps/stage1flex-filter.Tpo -c -o stage1flex-filter.o `test -f 'filter.c' || echo './'`filter.c
mv -f .deps/stage1flex-ecs.Tpo .deps/stage1flex-ecs.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-gen.o -MD -MP -MF .deps/stage1flex-gen.Tpo -c -o stage1flex-gen.o `test -f 'gen.c' || echo './'`gen.c
mv -f .deps/stage1flex-filter.Tpo .deps/stage1flex-filter.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-main.o -MD -MP -MF .deps/stage1flex-main.Tpo -c -o stage1flex-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/stage1flex-dfa.Tpo .deps/stage1flex-dfa.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-misc.o -MD -MP -MF .deps/stage1flex-misc.Tpo -c -o stage1flex-misc.o `test -f 'misc.c' || echo './'`misc.c
In function ‘sko_push’,
    inlined from ‘skelout’ at misc.c:693:5:
misc.c:69:21: warning: argument 2 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
   69 |         sko_stack = realloc(sko_stack,
      |                     ^~~~~~~~~~~~~~~~~~
   70 |    sizeof(struct sko_state) * (size_t) sko_sz);
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from flexdef.h:43,
                 from misc.c:33:
misc.c: In function ‘skelout’:
/usr/include/stdlib.h:549:14: note: in a call to allocation function ‘realloc’ declared here
  549 | extern void *realloc (void *__ptr, size_t __size)
      |              ^~~~~~~
mv -f .deps/stage1flex-main.Tpo .deps/stage1flex-main.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-nfa.o -MD -MP -MF .deps/stage1flex-nfa.Tpo -c -o stage1flex-nfa.o `test -f 'nfa.c' || echo './'`nfa.c
mv -f .deps/stage1flex-misc.Tpo .deps/stage1flex-misc.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-options.o -MD -MP -MF .deps/stage1flex-options.Tpo -c -o stage1flex-options.o `test -f 'options.c' || echo './'`options.c
mv -f .deps/stage1flex-options.Tpo .deps/stage1flex-options.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-parse.o -MD -MP -MF .deps/stage1flex-parse.Tpo -c -o stage1flex-parse.o `test -f 'parse.c' || echo './'`parse.c
mv -f .deps/stage1flex-gen.Tpo .deps/stage1flex-gen.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-regex.o -MD -MP -MF .deps/stage1flex-regex.Tpo -c -o stage1flex-regex.o `test -f 'regex.c' || echo './'`regex.c
mv -f .deps/stage1flex-nfa.Tpo .deps/stage1flex-nfa.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-scanflags.o -MD -MP -MF .deps/stage1flex-scanflags.Tpo -c -o stage1flex-scanflags.o `test -f 'scanflags.c' || echo './'`scanflags.c
mv -f .deps/stage1flex-regex.Tpo .deps/stage1flex-regex.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-scanopt.o -MD -MP -MF .deps/stage1flex-scanopt.Tpo -c -o stage1flex-scanopt.o `test -f 'scanopt.c' || echo './'`scanopt.c
mv -f .deps/stage1flex-scanflags.Tpo .deps/stage1flex-scanflags.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-skel.o -MD -MP -MF .deps/stage1flex-skel.Tpo -c -o stage1flex-skel.o `test -f 'skel.c' || echo './'`skel.c
mv -f .deps/stage1flex-skel.Tpo .deps/stage1flex-skel.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-sym.o -MD -MP -MF .deps/stage1flex-sym.Tpo -c -o stage1flex-sym.o `test -f 'sym.c' || echo './'`sym.c
mv -f .deps/stage1flex-sym.Tpo .deps/stage1flex-sym.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-tables.o -MD -MP -MF .deps/stage1flex-tables.Tpo -c -o stage1flex-tables.o `test -f 'tables.c' || echo './'`tables.c
mv -f .deps/stage1flex-scanopt.Tpo .deps/stage1flex-scanopt.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-tables_shared.o -MD -MP -MF .deps/stage1flex-tables_shared.Tpo -c -o stage1flex-tables_shared.o `test -f 'tables_shared.c' || echo './'`tables_shared.c
mv -f .deps/stage1flex-tables_shared.Tpo .deps/stage1flex-tables_shared.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-tblcmp.o -MD -MP -MF .deps/stage1flex-tblcmp.Tpo -c -o stage1flex-tblcmp.o `test -f 'tblcmp.c' || echo './'`tblcmp.c
mv -f .deps/stage1flex-parse.Tpo .deps/stage1flex-parse.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -MT stage1flex-yylex.o -MD -MP -MF .deps/stage1flex-yylex.Tpo -c -o stage1flex-yylex.o `test -f 'yylex.c' || echo './'`yylex.c
mv -f .deps/stage1flex-tables.Tpo .deps/stage1flex-tables.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -version-info 2:0:0 -m64 -m64 -o libfl.la -rpath /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/lib libmain.lo libyywrap.lo  -lm 
mv -f .deps/stage1flex-yylex.Tpo .deps/stage1flex-yylex.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/stage1flex-tblcmp.Tpo .deps/stage1flex-tblcmp.Po
mv -f .deps/stage1flex-scan.Tpo .deps/stage1flex-scan.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC  -m64 -m64 -o stage1flex stage1flex-scan.o stage1flex-buf.o stage1flex-ccl.o stage1flex-dfa.o stage1flex-ecs.o stage1flex-filter.o stage1flex-gen.o stage1flex-main.o stage1flex-misc.o stage1flex-nfa.o stage1flex-options.o stage1flex-parse.o stage1flex-regex.o stage1flex-scanflags.o stage1flex-scanopt.o stage1flex-skel.o stage1flex-sym.o stage1flex-tables.o stage1flex-tables_shared.o stage1flex-tblcmp.o stage1flex-yylex.o    -lm 
libtool: link: gcc -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -m64 -m64 -o stage1flex stage1flex-scan.o stage1flex-buf.o stage1flex-ccl.o stage1flex-dfa.o stage1flex-ecs.o stage1flex-filter.o stage1flex-gen.o stage1flex-main.o stage1flex-misc.o stage1flex-nfa.o stage1flex-options.o stage1flex-parse.o stage1flex-regex.o stage1flex-scanflags.o stage1flex-scanopt.o stage1flex-skel.o stage1flex-sym.o stage1flex-tables.o stage1flex-tables_shared.o stage1flex-tblcmp.o stage1flex-yylex.o  -lm
./stage1flex   -o stage1scan.c ./scan.l
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/locale\" -DNDEBUG -DNDEBUG   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -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-stage1scan.Tpo .deps/flex-stage1scan.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc   -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC  -m64 -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: gcc -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -m64 -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/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/src'
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/src'
Making all in doc
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/doc'
Making all in examples
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples'
Making all in manual
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/manual'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/manual'
Making all in fastwc
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/fastwc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/fastwc'
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples'
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples'
Making all in po
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/po'
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/po'
Making all in tests
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tests'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tests'
Making all in tools
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tools'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tools'
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder'
Making install in src
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/src'
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/src'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/lib'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/include'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libfl.la '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/lib'
 /usr/bin/install -c -m 644 FlexLexer.h '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/include'
libtool: install: /usr/bin/install -c .libs/libfl.lai /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/lib/libfl.la
libtool: install: /usr/bin/install -c .libs/libfl.a /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/lib/libfl.a
libtool: install: chmod 644 /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/lib/libfl.a
libtool: install: ranlib /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/lib/libfl.a
libtool: finish: PATH="/home/wbeek/.conan/data/m4_installer/1.4.18/bincrafters/stable/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin:/home/wbeek/.local/bin:/home/wbeek/bin:/home/wbeek/.local/bin:/home/wbeek/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/wbeek/triply/hdt-cpp/libhdt/tools:/home/wbeek/triply/docker/config/bin:/home/wbeek/triply/hdt-cpp/libhdt/tools:/home/wbeek/triply/docker/bin:/home/wbeek/triply/core/bin:/home/wbeek/.composer/vendor/bin:/home/wbeek/triply/hdt-cpp/libhdt/tools:/home/wbeek/triply/docker/config/bin:/home/wbeek/triply/hdt-cpp/libhdt/tools:/home/wbeek/triply/docker/bin:/home/wbeek/triply/core/bin:/sbin" ldconfig -n /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c flex '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/bin'
libtool: install: /usr/bin/install -c flex /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/bin/flex
make[2]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/src'
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/src'
Making install in doc
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/doc'
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/man/man1'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/info'
 /usr/bin/install -c -m 644 flex.1 '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/man/man1'
 /usr/bin/install -c -m 644 ./flex.info ./flex.info-1 ./flex.info-2 '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/info'
 install-info --info-dir='/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/info' '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/info/flex.info'
make[2]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/doc'
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/doc'
Making install in examples
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples'
Making install in manual
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/manual'
make[3]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/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/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/manual'
make[2]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/manual'
Making install in fastwc
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/fastwc'
make[3]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/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/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/fastwc'
make[2]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples/fastwc'
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples'
make[3]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/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/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples'
make[2]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples'
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/examples'
Making install in po
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/po'
if test "flex" = "gettext-tools"; then \
  /usr/bin/mkdir -p /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/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/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/po'
Making install in tests
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tests'
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/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/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tests'
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tests'
Making install in tools
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tools'
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/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/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tools'
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder/tools'
make[1]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder'
make[2]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder'
make  install-exec-hook
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/doc/flex'
make[3]: Entering directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder'
cd /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/bin && \
    ln -s -f flex flex++
make[3]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder'
 /usr/bin/install -c -m 644 AUTHORS COPYING NEWS ONEWS README.md '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a/share/doc/flex'
make[2]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder'
make[1]: Leaving directory '/home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a/source_subfolder'
flex/2.6.4@bincrafters/stable: Package 'f5c0da38017c8a91100d19609495e7be9d33f80a' built
flex/2.6.4@bincrafters/stable: Build folder /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/build/f5c0da38017c8a91100d19609495e7be9d33f80a
flex/2.6.4@bincrafters/stable: Generated conaninfo.txt
flex/2.6.4@bincrafters/stable: Generated conanbuildinfo.txt
flex/2.6.4@bincrafters/stable: Generating the package
flex/2.6.4@bincrafters/stable: Package folder /home/wbeek/.conan/data/flex/2.6.4/bincrafters/stable/package/f5c0da38017c8a91100d19609495e7be9d33f80a
flex/2.6.4@bincrafters/stable: Calling package()
flex/2.6.4@bincrafters/stable package(): Packaged 1 '.h' file: FlexLexer.h
flex/2.6.4@bincrafters/stable package(): Packaged 1 '.a' file: libfl.a
flex/2.6.4@bincrafters/stable package(): Packaged 1 '.la' file: libfl.la
flex/2.6.4@bincrafters/stable package(): Packaged 6 files
flex/2.6.4@bincrafters/stable package(): Packaged 1 '.md' file: README.md
flex/2.6.4@bincrafters/stable package(): Packaged 1 '.info' file: flex.info
flex/2.6.4@bincrafters/stable package(): Packaged 1 '.info-1' file: flex.info-1
flex/2.6.4@bincrafters/stable package(): Packaged 1 '.info-2' file: flex.info-2
flex/2.6.4@bincrafters/stable package(): Packaged 1 '.1' file: flex.1
flex/2.6.4@bincrafters/stable: Package 'f5c0da38017c8a91100d19609495e7be9d33f80a' created
flex/2.6.4@bincrafters/stable: Created package revision bf2ac4c35f412a849a9af6ef5eea57b6
conanfile.txt: Generator cmake created conanbuildinfo.cmake
conanfile.txt: Generator txt created conanbuildinfo.txt
conanfile.txt: Generated conaninfo.txt
conanfile.txt: Generated graphinfo
[wbeek@wbeek Debug]$ cmake .. -DCMAKE_BUILD_TYPE=Debug
-- The C compiler identification is GNU 9.1.1
-- The CXX compiler identification is GNU 9.1.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find FLEX (missing: FLEX_EXECUTABLE) 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/wbeek/tmp/conan-cmake-test/Debug
SSE4 commented 5 years ago

hi @wouterbeek the flex package doesn't contain an executable, only libraries. you have to use flex_installer package instead. please give a try and lemme know if it works for you.

wouterbeek commented 5 years ago

@SSE4 Thanks for the feedback. I'm not sure yet how I can select a non-default Conanfile: https://github.com/bincrafters/conan-flex/blob/testing/2.6.4/conanfile_installer.py

Is this something I can do from within conanfile.py?

SSE4 commented 5 years ago

just change your conanfile.txt:

[requires]
flex_installer/2.6.4@bincrafters/stable
[generators]
cmake
wouterbeek commented 5 years ago

Thanks, I get a little bit further now, but still an error:

$ cmake .. -DCMAKE_BUILD_TYPE=Debug
-- The CXX compiler identification is GNU 9.1.1
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: Automatic detection of conan settings from cmake
-- Conan: Settings= -s;build_type=Debug;-s;compiler=gcc;-s;compiler.version=9;-s;compiler.libcxx=libstdc++11
-- Conan executing: conan install /home/wbeek/triply/conan-cmake-bison-calcpp/conanfile.py -s build_type=Debug -s compiler=gcc -s compiler.version=9 -s compiler.libcxx=libstdc++11 -g=cmake --build=missing
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Debug
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=9
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

bison/3.3.2@bincrafters/stable: Not found in local cache, looking in remotes...
bison/3.3.2@bincrafters/stable: Trying with 'conan-center'...
Downloading conanmanifest.txt

Downloading conanfile.py

Downloading conan_export.tgz

....
bison/3.3.2@bincrafters/stable: Downloaded recipe revision 0
m4_installer/1.4.18@bincrafters/stable: Not found in local cache, looking in remotes...
m4_installer/1.4.18@bincrafters/stable: Trying with 'conan-center'...
Downloading conanmanifest.txt

Downloading conanfile.py

Downloading conan_export.tgz

....
m4_installer/1.4.18@bincrafters/stable: Downloaded recipe revision 0
flex_installer/2.6.4@bincrafters/stable: Not found in local cache, looking in remotes...
flex_installer/2.6.4@bincrafters/stable: Trying with 'conan-center'...
flex_installer/2.6.4@bincrafters/stable: Trying with 'bincrafters'...
Downloading conanmanifest.txt

Downloading conanfile.py

Downloading conan_export.tgz

....
flex_installer/2.6.4@bincrafters/stable: Downloaded recipe revision 0
conanfile.py: Installing package
Requirements
    bison/3.3.2@bincrafters/stable from 'conan-center' - Downloaded
    flex_installer/2.6.4@bincrafters/stable from 'bincrafters' - Downloaded
    m4_installer/1.4.18@bincrafters/stable from 'conan-center' - Downloaded
Packages
    bison/3.3.2@bincrafters/stable:7e924ee4fb46c796a19516dcf956dd2bc0171a91 - Build
    flex_installer/2.6.4@bincrafters/stable:c17db19d786917a1779273d4956bf89c4f0c653e - Download
    m4_installer/1.4.18@bincrafters/stable:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Download

m4_installer/1.4.18@bincrafters/stable: Retrieving package 44fcf6b9a7fb86b2586303e3db40189d3b511830 from remote 'conan-center' 
Downloading conanmanifest.txt

Downloading conaninfo.txt

Downloading conan_package.tgz

....
m4_installer/1.4.18@bincrafters/stable: Package installed 44fcf6b9a7fb86b2586303e3db40189d3b511830
m4_installer/1.4.18@bincrafters/stable: Downloaded package revision 0
Downloading conan_sources.tgz

....
bison/3.3.2@bincrafters/stable: Configuring sources in /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/source

bison/3.3.2@bincrafters/stable: Copying sources to build folder
bison/3.3.2@bincrafters/stable: Building your package in /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91
bison/3.3.2@bincrafters/stable: Generator txt created conanbuildinfo.txt
bison/3.3.2@bincrafters/stable: Calling build()
bison/3.3.2@bincrafters/stable: applying patch "patches/0001-use-gnu_printf.patch"
bison/3.3.2@bincrafters/stable: applying patch "patches/0002-add-relocation-support.patch"
bison/3.3.2@bincrafters/stable: applying patch "patches/0003-create_pipe-uses-O_TEXT-not-O_BINARY-mode.patch"
bison/3.3.2@bincrafters/stable: applying patch "patches/0004-open-source-file-in-binary-mode-MS-ftell-bug-ks-68337.patch"
bison/3.3.2@bincrafters/stable: applying patch "patches/0005-apply-changes-from-winflexbison.patch"
bison/3.3.2@bincrafters/stable: Calling:
 > ./configure 'HELP2MAN=/usr/bin/true' 'MAKEINFO=/usr/bin/true' '--disable-nls' '--prefix=/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/c++ accepts -g... yes
checking dependency style of /usr/bin/c++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether pragma GCC diagnostic push works... yes
checking whether C++ compiler handles -Werror -Wunknown-warning-option... no
checking whether C++ compiler handles -fno-exceptions... yes
checking whether C++ compiler accepts -std=c++98... yes
checking whether C++ compiler accepts -std=c++03... yes
checking whether C++ compiler accepts -std=c++11... yes
checking whether C++ compiler accepts -std=c++14... yes
checking whether C++ compiler accepts -std=c++17... yes
checking whether C++ compiler accepts -std=c++2a... yes
checking whether gcc supports POSIXLY_CORRECT=1... yes
checking whether /usr/bin/c++ builds executables that work... yes
checking whether /usr/bin/c++ supports POSIXLY_CORRECT=1... yes
checking for dmd... no
checking for Java compiler... javac -target 1.7 -source 1.7
checking for Java virtual machine... java
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... no
checking for ranlib... (cached) ranlib
checking for GNU M4 that supports accurate traces... /home/wbeek/.conan/data/m4_installer/1.4.18/bincrafters/stable/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/m4
checking whether /home/wbeek/.conan/data/m4_installer/1.4.18/bincrafters/stable/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
checking for perl... /usr/bin/perl
checking for xsltproc... /usr/bin/xsltproc
checking for locale.h... yes
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for stdio_ext.h... yes
checking for features.h... yes
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for math.h... yes
checking for sys/mman.h... yes
checking for spawn.h... yes
checking for sys/resource.h... yes
checking for sys/times.h... yes
checking for sys/wait.h... yes
checking for crtdefs.h... no
checking for wctype.h... yes
checking for sys/stat.h... (cached) yes
checking for inline... inline
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for canonicalize_file_name... yes
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for _set_invalid_parameter_handler... no
checking for fcntl... yes
checking for symlink... yes
checking for vasnprintf... no
checking for snprintf... yes
checking for microuptime... no
checking for nanouptime... no
checking for getprogname... no
checking for getexecname... no
checking for getrusage... yes
checking for gettimeofday... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for isascii... yes
checking for mprotect... yes
checking for obstack_printf... yes
checking for lstat... yes
checking for strerror_r... yes
checking for __xpg_strerror_r... yes
checking for pipe2... yes
checking for setenv... yes
checking for link... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for strdup... yes
checking for strndup... yes
checking for pipe... yes
checking for iswcntrl... yes
checking for wcwidth... yes
checking for __fseterr... no
checking for getdtablesize... yes
checking for catgets... yes
checking for setlocale... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking if environ is properly declared... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... (cached) yes
checking whether strerror_r returns char *... yes
checking for sig_atomic_t... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for mode_t... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking whether printf supports size specifiers as in C99... yes
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether byte ordering is bigendian... no
checking whether long double and double are the same... no
checking whether printf supports infinite 'long double' arguments... yes
checking whether printf supports the 'a' and 'A' directives... yes
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'n' directive... yes
checking whether printf supports the 'ls' directive... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... yes
checking whether printf supports large precisions... yes
checking whether printf survives out-of-memory conditions... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking whether wint_t is too small... no
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking for arithmetic hrtime_t... no
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... yes
checking whether ldexp() can be used without linking with libm... yes
checking for nl_langinfo and CODESET... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for mbstate_t... yes
checking for a traditional japanese locale... ja_JP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether obstack_printf is declared... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... mode_t
checking whether strerror(0) succeeds... yes
checking for strerror_r with POSIX signature... no
checking whether __xpg_strerror_r works... yes
checking whether strerror_r is declared... (cached) yes
checking for library containing posix_spawn... none required
checking for posix_spawn... yes
checking whether posix_spawn works... yes
checking whether posix_spawnattr_setschedpolicy is supported... yes
checking whether posix_spawnattr_setschedparam is supported... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking for sigset_t... yes
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library path variable... LD_LIBRARY_PATH
checking whether to activate relocatable installation... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether setenv is declared... yes
checking for uid_t in sys/types.h... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether strdup is declared... yes
checking whether strndup is declared... yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether unsetenv is declared... yes
checking whether vsnprintf is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking whether frexp() can be used without linking with libm... yes
checking whether alarm is declared... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether getdtablesize is declared... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for the common suffixes of directories in the library search path... lib64,lib64
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for multithread API to use... posix
checking whether lstat correctly handles trailing slash... yes
checking whether strnlen is declared... yes
checking for alloca as a compiler built-in... yes
checking whether to enable assertions... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether conversion from 'int' to 'long double' works... yes
checking whether fopen recognizes a trailing slash... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking whether gethrtime is declared... no
checking whether CLOCK_MONOTONIC or CLOCK_REALTIME is defined... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether __argv is declared... no
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether isnan macro works... yes
checking whether isnan(double) can be used without linking with libm... (cached) yes
checking whether isnan(float) can be used without linking with libm... (cached) yes
checking whether isnan(float) works... (cached) yes
checking whether isnan(long double) can be used without linking with libm... (cached) yes
checking whether isnanl works... (cached) yes
checking whether ldexpl is declared... yes
checking whether ldexpl() can be used without linking with libm... yes
checking whether ldexpl works... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for obstacks that work with any size object... no
checking whether open recognizes a trailing slash... yes
checking whether perror matches strerror... yes
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_short_name is declared... (cached) yes
checking for raise... yes
checking for sigprocmask... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking whether rename honors trailing slash on destination... yes
checking whether rename honors trailing slash on source... yes
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking for snprintf... (cached) yes
checking whether snprintf truncates the result as in C99... yes
checking whether snprintf fully supports the 'n' directive... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether vsnprintf respects a zero size as in C99... yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... yes
checking for ssize_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for stpcpy... yes
checking for working strerror function... yes
checking for working strndup... yes
checking for strverscmp... yes
checking for struct tms... yes
checking whether unlink honors trailing slashes... yes
checking whether unlink of a parent directory fails as it should... guessing yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for ptrdiff_t... yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking for vsnprintf... (cached) yes
checking whether snprintf truncates the result as in C99... (cached) yes
checking whether snprintf fully supports the 'n' directive... (cached) yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether vsnprintf respects a zero size as in C99... (cached) yes
checking for waitid... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking for stdint.h... (cached) yes
checking whether getdtablesize works... yes
checking if malloc debugging is wanted... no
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 CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for CFLocaleCopyPreferredLanguages... no
checking whether to use NLS... no
checking for valgrind... valgrind
checking Valgrind suppression file... build-aux/Linux.valgrind
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/yacc
config.status: creating javacomp.sh
config.status: creating javaexec.sh
config.status: creating runtime-po/Makefile.in
config.status: creating etc/bench.pl
config.status: creating tests/atlocal
config.status: creating tests/bison
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating doc/yacc.1
config.status: creating lib/config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating runtime-po/POTFILES
config.status: creating runtime-po/Makefile
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing tests/atconfig commands
  GEN      lib/alloca.h
  GEN      lib/fcntl.h
  GEN      lib/configmake.h
  GEN      lib/inttypes.h
  GEN      lib/limits.h
  GEN      lib/signal.h
  GEN      lib/math.h
  GEN      lib/spawn.h
  GEN      lib/stdio.h
  GEN      lib/stdlib.h
  GEN      lib/string.h
  GEN      lib/sys/resource.h
  GEN      lib/sys/time.h
  GEN      lib/sys/times.h
  GEN      lib/sys/types.h
  GEN      lib/time.h
  GEN      lib/sys/wait.h
  GEN      lib/unistd.h
  GEN      lib/unitypes.h
  GEN      lib/uniwidth.h
  GEN      lib/wchar.h
  GEN      lib/wctype.h
make  all-recursive
make[1]: Entering directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
Making all in po
make[2]: Entering directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder/po'
Making all in runtime-po
make[2]: Entering directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder/runtime-po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder/runtime-po'
Making all in .
make[2]: Entering directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
  CC       lib/wctype-h.o
  CC       lib/wait-process.o
  CC       lib/xmalloc.o
  CC       lib/xalloc-die.o
  CC       lib/xconcat-filename.o
  CC       lib/gl_xlist.o
  CC       lib/xreadlink.o
  CC       lib/xsize.o
  CC       lib/xstrndup.o
  CC       lib/get-errno.o
  CC       lib/path-join.o
  CC       lib/asnprintf.o
  CC       lib/fcntl.o
  CC       lib/mbrtowc.o
  CC       lib/obstack.o
  CC       lib/printf-args.o
  CC       lib/printf-parse.o
  CC       lib/vasnprintf.o
  CC       lib/xmemdup0.o
  CC       lib/main.o
  CC       lib/yyerror.o
  CC       src/bison-AnnotationList.o
  CC       src/bison-InadequacyList.o
  CC       src/bison-LR0.o
  CC       src/bison-Sbitset.o
  CC       src/bison-assoc.o
  CC       src/bison-closure.o
  CC       src/bison-complain.o
  CC       src/bison-conflicts.o
  CC       src/bison-derives.o
  CC       src/bison-files.o
  CC       src/bison-fixits.o
  CC       src/bison-getargs.o
  CC       src/bison-gram.o
  CC       src/bison-graphviz.o
  CC       src/bison-lalr.o
  CC       src/bison-ielr.o
  CC       src/bison-location.o
  CC       src/bison-main.o
  CC       src/bison-muscle-tab.o
  CC       src/bison-named-ref.o
  CC       src/bison-nullable.o
  CC       src/bison-output.o
  CC       src/bison-pathtools.o
src/pathtools.c: In function 'pathlist_relocation':
src/pathtools.c:538:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  538 |   return (to_path_list);
      |          ^
  CC       src/bison-parse-gram.o
  CC       src/bison-print-xml.o
  CC       src/bison-print.o
  CC       src/bison-print_graph.o
  CC       src/bison-reader.o
  CC       src/bison-reduce.o
  CC       src/bison-relation.o
  CC       src/bison-scan-code-c.o
  CC       src/bison-scan-gram-c.o
  CC       src/bison-scan-skel-c.o
  CC       src/bison-state.o
  CC       src/bison-symlist.o
  CC       src/bison-symtab.o
  CC       src/bison-tables.o
  CC       src/bison-uniqstr.o
  CC       lib/allocator.o
  CC       lib/areadlink.o
  CC       lib/argmatch.o
  CC       lib/gl_array_list.o
  CC       lib/binary-io.o
  CC       lib/bitrotate.o
  CC       lib/bitset.o
  CC       lib/bitset/array.o
  CC       lib/bitset/stats.o
  CC       lib/bitset/table.o
  CC       lib/bitset/list.o
  CC       lib/bitset/vector.o
  CC       lib/bitsetv.o
  CC       lib/c-ctype.o
  CC       lib/c-strcasecmp.o
  CC       lib/c-strncasecmp.o
  CC       lib/careadlinkat.o
  CC       lib/cloexec.o
  CC       lib/close-stream.o
  CC       lib/closeout.o
  CC       lib/concat-filename.o
  CC       lib/dirname.o
  CC       lib/basename.o
  CC       lib/dirname-lgpl.o
  CC       lib/basename-lgpl.o
  CC       lib/stripslash.o
  CC       lib/exitfail.o
  CC       lib/fatal-signal.o
  CC       lib/fd-safer-flag.o
  CC       lib/dup-safer-flag.o
  CC       lib/fopen-safer.o
  CC       lib/gethrxtime.o
  CC       lib/xtime.o
  CC       lib/getprogname.o
  CC       lib/gettime.o
  CC       lib/hard-locale.o
  CC       lib/hash.o
  CC       lib/gl_list.o
  CC       lib/localcharset.o
  CC       lib/math.o
  CC       lib/mbswidth.o
  CC       lib/pipe2.o
  CC       lib/pipe2-safer.o
  CC       lib/progname.o
  CC       lib/quotearg.o
  CC       lib/sig-handler.o
  CC       lib/spawn-pipe.o
  CC       lib/timespec.o
  CC       lib/timevar.o
  CC       lib/unistd.o
  CC       lib/dup-safer.o
  CC       lib/fd-safer.o
  CC       lib/pipe-safer.o
  CC       lib/uniwidth/width.o
  AR       lib/liby.a
  AR       lib/libbison.a
  CCLD     src/bison
  GEN      doc/bison.help
  GEN      doc/cross-options.texi
  MAKEINFO doc/bison.info
make[2]: Leaving directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
make[1]: Leaving directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
make  install-recursive
make[1]: Entering directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
Making install in po
make[2]: Entering directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder/po'
if test "bison" = "gettext-tools"; then \
  /usr/bin/mkdir -p /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/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/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder/po'
Making install in runtime-po
make[2]: Entering directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder/runtime-po'
if test "bison" = "gettext-tools"; then \
  /usr/bin/mkdir -p /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/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/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder/runtime-po'
Making install in .
make[2]: Entering directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
  MAKEINFO doc/bison.info
make[3]: Entering directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/bin'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/aclocal'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c++'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c++/calc++'
 /usr/bin/install -c -m 644 examples/c++/simple.yy '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c++'
 /usr/bin/install -c -m 644 m4/bison-i18n.m4 '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/aclocal'
 /usr/bin/install -c -m 644 examples/c++/calc++/driver.cc examples/c++/calc++/driver.hh examples/c++/calc++/scanner.ll examples/c++/calc++/calc++.cc examples/c++/calc++/parser.yy '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c++/calc++'
 /usr/bin/install -c src/yacc '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/bin'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c++/calc++'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c++'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/d'
 /usr/bin/install -c -m 644 examples/c++/calc++/README.md examples/c++/calc++/Makefile '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c++/calc++'
 /usr/bin/install -c -m 644 examples/c++/README.md examples/c++/Makefile examples/c++/variant.yy examples/c++/variant-11.yy '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c++'
 /usr/bin/install -c -m 644 examples/d/calc.y examples/d/Makefile examples/d/README.md '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/d'
 /usr/bin/install -c -m 644 examples/c/README.md '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/java'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/lexcalc'
 /usr/bin/install -c -m 644 AUTHORS COPYING NEWS README THANKS TODO '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison'
 /usr/bin/install -c -m 644 examples/README.md '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples'
 /usr/bin/install -c -m 644 examples/java/Calc.y examples/java/Makefile examples/java/README.md '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/java'
 /usr/bin/install -c -m 644 examples/c/lexcalc/parse.y examples/c/lexcalc/scan.l examples/c/lexcalc/Makefile examples/c/lexcalc/README.md '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/lexcalc'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/bison/m4sugar'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/mfcalc'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/bison'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/rpcalc'
 /usr/bin/install -c -m 644 data/m4sugar/foreach.m4 data/m4sugar/m4sugar.m4 '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/bison/m4sugar'
 /usr/bin/install -c -m 644 examples/c/mfcalc/Makefile '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/mfcalc'
 /usr/bin/install -c -m 644 data/README '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/bison'
 /usr/bin/install -c -m 644 examples/c/rpcalc/Makefile '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/rpcalc'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/bison/skeletons'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/bison/xslt'
 /usr/bin/install -c -m 644 data/skeletons/bison.m4 data/skeletons/c++-skel.m4 data/skeletons/c++.m4 data/skeletons/c-like.m4 data/skeletons/c-skel.m4 data/skeletons/c.m4 data/skeletons/glr.c data/skeletons/glr.cc data/skeletons/java-skel.m4 data/skeletons/java.m4 data/skeletons/lalr1.cc data/skeletons/lalr1.java data/skeletons/location.cc data/skeletons/stack.hh data/skeletons/variant.hh data/skeletons/yacc.c data/skeletons/README-D.txt data/skeletons/d-skel.m4 data/skeletons/d.m4 data/skeletons/lalr1.d '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/bison/skeletons'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/man/man1'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/mfcalc'
 /usr/bin/install -c -m 644 data/xslt/bison.xsl data/xslt/xml2dot.xsl data/xslt/xml2text.xsl data/xslt/xml2xhtml.xsl '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/bison/xslt'
 /usr/bin/install -c -m 644 examples/c/mfcalc/calc.h examples/c/mfcalc/mfcalc.y '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/mfcalc'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/rpcalc'
 /usr/bin/install -c -m 644 doc/yacc.1 '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/man/man1'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/bin'
 /usr/bin/install -c -m 644 examples/c/rpcalc/rpcalc.y '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/doc/bison/examples/c/rpcalc'
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/lib'
  /usr/bin/install -c src/bison '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/bin'
  MAKEINFO doc/bison.info
 /usr/bin/install -c -m 644  lib/liby.a '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/lib'
 ( cd '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/lib' && ranlib liby.a )
 /usr/bin/mkdir -p '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/info'
 install-info --info-dir='/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/info' '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/info/bison.info'
install-info: No such file or directory for /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/share/info/bison.info
make[3]: Leaving directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
make[2]: Leaving directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
make[1]: Leaving directory '/home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91/source_subfolder'
bison/3.3.2@bincrafters/stable: Package '7e924ee4fb46c796a19516dcf956dd2bc0171a91' built
bison/3.3.2@bincrafters/stable: Build folder /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/build/7e924ee4fb46c796a19516dcf956dd2bc0171a91
bison/3.3.2@bincrafters/stable: Generated conaninfo.txt
bison/3.3.2@bincrafters/stable: Generated conanbuildinfo.txt
bison/3.3.2@bincrafters/stable: Generating the package
bison/3.3.2@bincrafters/stable: Package folder /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91
bison/3.3.2@bincrafters/stable: Calling package()
bison/3.3.2@bincrafters/stable package(): Packaged 18 files
bison/3.3.2@bincrafters/stable package(): Packaged 1 '.a' file: liby.a
bison/3.3.2@bincrafters/stable package(): Packaged 13 '.m4' files
bison/3.3.2@bincrafters/stable package(): Packaged 1 '.txt' file: README-D.txt
bison/3.3.2@bincrafters/stable package(): Packaged 2 '.c' files: glr.c, yacc.c
bison/3.3.2@bincrafters/stable package(): Packaged 5 '.cc' files
bison/3.3.2@bincrafters/stable package(): Packaged 1 '.d' file: lalr1.d
bison/3.3.2@bincrafters/stable package(): Packaged 1 '.java' file: lalr1.java
bison/3.3.2@bincrafters/stable package(): Packaged 3 '.hh' files: stack.hh, variant.hh, driver.hh
bison/3.3.2@bincrafters/stable package(): Packaged 4 '.xsl' files: bison.xsl, xml2dot.xsl, xml2text.xsl, xml2xhtml.xsl
bison/3.3.2@bincrafters/stable package(): Packaged 7 '.md' files
bison/3.3.2@bincrafters/stable package(): Packaged 4 '.yy' files: parser.yy, simple.yy, variant-11.yy, variant.yy
bison/3.3.2@bincrafters/stable package(): Packaged 1 '.ll' file: scanner.ll
bison/3.3.2@bincrafters/stable package(): Packaged 5 '.y' files
bison/3.3.2@bincrafters/stable package(): Packaged 1 '.l' file: scan.l
bison/3.3.2@bincrafters/stable package(): Packaged 1 '.h' file: calc.h
bison/3.3.2@bincrafters/stable package(): Packaged 1 '.1' file: yacc.1
bison/3.3.2@bincrafters/stable: Package '7e924ee4fb46c796a19516dcf956dd2bc0171a91' created
bison/3.3.2@bincrafters/stable: Created package revision 914a7ce648cfa89dda70a3fd56de2c73
bison/3.3.2@bincrafters/stable: Setting BISON_ROOT environment variable: /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91
flex_installer/2.6.4@bincrafters/stable: Retrieving package c17db19d786917a1779273d4956bf89c4f0c653e from remote 'bincrafters' 
Downloading conanmanifest.txt

Downloading conaninfo.txt

Downloading conan_package.tgz

....
flex_installer/2.6.4@bincrafters/stable: Package installed c17db19d786917a1779273d4956bf89c4f0c653e
flex_installer/2.6.4@bincrafters/stable: Downloaded package revision 0
flex_installer/2.6.4@bincrafters/stable: Appending PATH environment variable: /home/wbeek/.conan/data/flex_installer/2.6.4/bincrafters/stable/package/c17db19d786917a1779273d4956bf89c4f0c653e/bin
conanfile.py: Generator cmake created conanbuildinfo.cmake
conanfile.py: Generator txt created conanbuildinfo.txt
conanfile.py: Generated conaninfo.txt
conanfile.py: Generated graphinfo
WARN: patches/0002-add-relocation-support.patch: error: absolute paths are not allowed - file no.3
WARN: patches/0002-add-relocation-support.patch: stripping absolute path from source name 'b'/dev/null''
WARN: patches/0002-add-relocation-support.patch: error: absolute paths are not allowed - file no.4
WARN: patches/0002-add-relocation-support.patch: stripping absolute path from source name 'b'/dev/null''
-- Conan: Loading conanbuildinfo.cmake
-- Conan: Adjusting output directories
-- Conan: Using cmake targets configuration
-- Library y found /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/lib/liby.a
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Current conanbuildinfo.cmake directory: /home/wbeek/triply/conan-cmake-bison-calcpp/Debug
-- Conan: Compiler GCC>=5, checking major version 9
-- Conan: Checking correct version: 9
-- Found BISON: /home/wbeek/.conan/data/bison/3.3.2/bincrafters/stable/package/7e924ee4fb46c796a19516dcf956dd2bc0171a91/bin/bison (found version "3.3.2") 
-- Found FLEX: /home/wbeek/.conan/data/flex_installer/2.6.4/bincrafters/stable/package/c17db19d786917a1779273d4956bf89c4f0c653e/bin/flex (found version "2.6.4") 
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FL_LIBRARY (ADVANCED)
    linked by target "calc++" in directory /home/wbeek/triply/conan-cmake-bison-calcpp

-- Configuring incomplete, errors occurred!
See also "/home/wbeek/triply/conan-cmake-bison-calcpp/Debug/CMakeFiles/CMakeOutput.log".
SSE4 commented 5 years ago

great. I'll take a look and try to fix it.

madebr commented 5 years ago

flex_installer contains the executable. flex contains the library. So you'll have to include both in your requirements.

SSE4 commented 5 years ago

@wouterbeek does it work for you with both flex & flex_installer?

wouterbeek commented 5 years ago

Thanks @SSE4 and @madebr , by including both dependencies the issue is now fixed.