******************************************************************************** conan install gdbm/1.18.1@ --profile=/home/conan/w/BuildSingleReference/4804/6e698e4d-531f-4f39-b739-b51267e06257/profile.txt --build=gdbm ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang compiler.libcxx=libstdc++ compiler.version=11 os=Linux os_build=Linux [options] gdbm:shared=False [build_requires] [env] gdbm/1.18.1: Forced build from source Installing package: gdbm/1.18.1 Requirements gdbm/1.18.1 from 'conan-upstream' - Cache Packages gdbm/1.18.1:b7eb96a25acec8074ddf4b57f387b78f4d39a4e3 - Build Build requirements bison/3.5.3 from 'conan-center' - Cache flex/2.6.4 from 'conan-upstream' - Cache m4/1.4.18 from 'conan-center' - Cache Build requirements packages bison/3.5.3:f77399f1804facb3809032c4ca2257c4681933c6 - Cache flex/2.6.4:f77399f1804facb3809032c4ca2257c4681933c6 - Cache m4/1.4.18:46159c96620b5c49b59cb58971516f2543807cb9 - Cache Installing (downloading, building) binaries... m4/1.4.18: Already installed! m4/1.4.18: Appending PATH environment variable: /home/conan/w/BuildSingleReference/.conan/data/m4/1.4.18/_/_/package/46159c96620b5c49b59cb58971516f2543807cb9/bin m4/1.4.18: Setting M4 environment variable: /home/conan/w/BuildSingleReference/.conan/data/m4/1.4.18/_/_/package/46159c96620b5c49b59cb58971516f2543807cb9/bin/m4 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK bison/3.5.3: Already installed! bison/3.5.3: Setting BISON_ROOT environment variable: /home/conan/w/BuildSingleReference/.conan/data/bison/3.5.3/_/_/package/f77399f1804facb3809032c4ca2257c4681933c6 bison/3.5.3: Appending PATH environment variable: /home/conan/w/BuildSingleReference/.conan/data/bison/3.5.3/_/_/package/f77399f1804facb3809032c4ca2257c4681933c6/bin bison/3.5.3: Setting the BISON_PKGDATADIR environment variable: /home/conan/w/BuildSingleReference/.conan/data/bison/3.5.3/_/_/package/f77399f1804facb3809032c4ca2257c4681933c6/bin/share/bison [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK flex/2.6.4: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK gdbm/1.18.1: Applying build-requirement: bison/3.5.3 gdbm/1.18.1: Applying build-requirement: flex/2.6.4 gdbm/1.18.1: Applying build-requirement: m4/1.4.18 gdbm/1.18.1: Copying sources to build folder gdbm/1.18.1: Building your package in /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3 gdbm/1.18.1: Generator txt created conanbuildinfo.txt [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK gdbm/1.18.1: Calling build() gdbm/1.18.1: Calling: > ./configure '--disable-debug' '--without-readline' '--disable-libgdbm-compat' '--enable-gdbmtool-debug' '--disable-rpath' '--disable-shared' '--enable-static' '--with-pic' '--without-libiconv-prefix' '--without-libintl-prefix' '--prefix=/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/package/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > ./configure '--disable-debug' '--without-readline' '--disable-libgdbm-compat' '--enable-gdbmtool-debug' '--disable-rpath' '--disable-shared' '--enable-static' '--with-pic' '--without-libiconv-prefix' '--without-libintl-prefix' '--prefix=/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/package/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3' '--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... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... clang 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 clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking how to run the C preprocessor... clang -E checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by clang... /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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-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 command to parse /usr/bin/nm -B output from clang object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no 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 clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fPIC -DPIC checking if clang PIC flag -fPIC -DPIC works... yes checking if clang static flag -static works... yes checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang 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 bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for gzip... /bin/gzip checking for base64... /usr/bin/base64 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for an ANSI C-conforming const... yes checking for unsigned long long int... yes checking for TLS qualifier... __thread checking whether NLS is requested... yes 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 for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/termios.h usability... yes checking sys/termios.h presence... yes checking for sys/termios.h... yes checking for string.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for main in -ldbm... no checking for main in -lndbm... no checking for ftruncate... yes checking for flock... yes checking for lockf... yes checking for fsync... yes checking for setlocale... yes checking for getopt_long... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for msync... yes checking for off_t... yes checking size of off_t... 8 checking for struct stat.st_blksize... yes checking for tputs in -lncurses... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating po/Makefile.in config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/gdbm.h config.status: creating doc/Makefile config.status: creating compat/Makefile config.status: creating autoconf.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing tests/atconfig commands config.status: executing status commands ******************************************************************* GDBM settings summary: Compatibility library ......................... no Memory mapped I/O ............................. yes GNU Readline .................................. no Debugging support ............................. no ******************************************************************* NOTE: You used the --enable-gdbmtool-debug option. In order for your changes NOTE: to take effect, please run the following command prior to building the NOTE: package: NOTE: NOTE: make -C src maintainer-clean-generic NOTE: ----Running------ > make maintainer-clean-generic -j3 ----------------- This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f gram.c rm -f lex.c test -z "gdbm.h gram.h" || rm -f gdbm.h gram.h ----Running------ > make -j3 ----------------- make all-recursive make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder' Making all in po make[2]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/po' make[2]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/po' Making all in src make[2]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src' cd .. && /bin/bash ./config.status src/gdbm.h YACC gram.c updating gram.output updating gram.h config.status: creating src/gdbm.h make all-am make[3]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src' CC err.o CC mem.o CC parseopt.o CC progname.o CC gdbmclose.lo CC gdbmcount.lo CC gdbmdelete.lo CC gdbmdump.lo CC gdbmerrno.lo CC gdbmexists.lo CC gdbmexp.lo CC gdbmfdesc.lo CC gdbmfetch.lo CC gdbmload.lo CC gdbmopen.lo CC gdbmimp.lo CC gdbmreorg.lo CC gdbmseq.lo CC gdbmsetopt.lo CC gdbmstore.lo CC gdbmsync.lo CC base64.lo CC bucket.lo CC falloc.lo CC findkey.lo CC fullio.lo CC hash.lo CC lock.lo CC mmap.lo CC recover.lo CC update.lo CC version.lo CC datconv.o CC gram.o CC input-argv.o CC input-file.o LEX lex.c CC gdbmtool.o CC var.o CC util.o CC input-std.o CC gdbm_load.o CC gdbm_dump.o AR libgdbmapp.a CCLD libgdbm.la CC lex.o CCLD gdbm_load CCLD gdbm_dump Makefile:647: recipe for target 'gdbm_dump' failed Makefile:651: recipe for target 'gdbm_load' failed make[3]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src' Makefile:499: recipe for target 'all' failed make[2]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src' Makefile:464: recipe for target 'all-recursive' failed make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder' Makefile:396: recipe for target 'all' failed gdbm/1.18.1: /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:26.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc] 26 | %error-verbose | ^~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:26.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’ [-Wdeprecated] 26 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:30.14-18: warning: POSIX Yacc does not support string literals [-Wyacc] 30 | %token T_OFF "off" | ^~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:31.14-18: warning: POSIX Yacc does not support string literals [-Wyacc] 31 | T_PAD "pad" | ^~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:32.14-21: warning: POSIX Yacc does not support string literals [-Wyacc] 32 | T_DEF "define" | ^~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:33.14-18: warning: POSIX Yacc does not support string literals [-Wyacc] 33 | T_SET "set" | ^~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:34.16-22: warning: POSIX Yacc does not support string literals [-Wyacc] 34 | T_UNSET "unset" | ^~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:37.20-33: warning: POSIX Yacc does not support string literals [-Wyacc] 37 | %token T_CMD "command verb" | ^~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:38.20-27: warning: POSIX Yacc does not support string literals [-Wyacc] 38 | %token T_NUM "number" | ^~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:39.25-36: warning: POSIX Yacc does not support string literals [-Wyacc] 39 | %token T_IDENT "identifier" T_WORD "word" | ^~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y:39.45-50: warning: POSIX Yacc does not support string literals [-Wyacc] 39 | %token T_IDENT "identifier" T_WORD "word" | ^~~~~~ /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3/source_subfolder/src/gram.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ./libgdbmapp.a(parseopt.o):(.bss+0x60): multiple definition of `parseopt_program_args' gdbm_dump.o:(.data+0x8): first defined here ./libgdbmapp.a(parseopt.o):(.bss+0x68): multiple definition of `parseopt_program_doc' gdbm_dump.o:(.data+0x0): first defined here ./libgdbmapp.a(parseopt.o):(.bss+0x60): multiple definition of `parseopt_program_args' gdbm_load.o:(.data+0x8): first defined here ./libgdbmapp.a(parseopt.o):(.bss+0x68): multiple definition of `parseopt_program_doc' gdbm_load.o:(.data+0x0): first defined here clang: error: linker command failed with exit code 1 (use -v to see invocation) clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [gdbm_dump] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [gdbm_load] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 gdbm/1.18.1: WARN: Build folder is dirty, removing it: /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3 gdbm/1.18.1: ERROR: Package 'b7eb96a25acec8074ddf4b57f387b78f4d39a4e3' build failed gdbm/1.18.1: WARN: Build folder /home/conan/w/BuildSingleReference/.conan/data/gdbm/1.18.1/_/_/build/b7eb96a25acec8074ddf4b57f387b78f4d39a4e3 ERROR: gdbm/1.18.1: Error in build() method, line 114 autotools.make() ConanException: Error 2 while executing make -j3