Question: building libvirt into the buildroot. Error *** No rule to make target `keycodemapdb/data/keymaps.csv'

Komarov Egor komarov at elvis.ru
Wed Mar 25 12:02:11 UTC 2020


Hello!
I'm tying to build libvirt into the  buildroot project.
When I build libvirt  I have an error

make[3]: Entering directory `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/src'
make[3]: *** No rule to make target `keycodemapdb/data/keymaps.csv', needed by `util/virkeycodetable_linux.h'.  Stop.

Please, Help me)
What I do incorrect ?
I tried build branch 6.1 and  master.
Completely build.log in attach.

Thank you!

P.S.
My package/libvirt/libvirt.mk into the buildroot


[zoadmin at BuildPC-SPECOS buildroot-2018.02.2]$ cat package/libvirt/libvirt.mk
######################################################################
#
#
# libvirt
#
#
#####################################################################

LIBVIRT_VERSION = v6.1.0
#LIBVIRT_SOURCE =
LIBVIRT_SITE = https://github.com/libvirt/libvirt
LIBVIRT_SITE_METHOD = git
LIBVIRT_AUTORECONF = YES
LIBVIRT_CONF_OPTS = -prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-storage-mpath=no
LIBVIRT_INSTALL_TARGET = YES
LIBVIRT_DEPENDENCIES = gnutls kvmtool qemu linux libxml2 libpciaccess libxslt libnl host-libxslt host-python-rst2html5 host-python-docutils host-python3

define  LIBVIRT_PRE_CONFIGURE_GNU
        cd $(@D); ./bootstrap
endef

define LIBVIRT_PRE_CONFIGURE_DELETE_STRING
        cd $(@D); sed -i "21,24d" ./configure.ac
#       sed -i "3413,3416d" ./configure
endef
#LIBVIRT_PRE_CONFIGURE_HOOKS += LIBVIRT_PRE_CONFIGURE_GNU
LIBVIRT_PRE_CONFIGURE_HOOKS += LIBVIRT_PRE_CONFIGURE_DELETE_STRING


$(eval $(autotools-package))


fd
______________________________________________________________________________________

С уважением,
Комаров Егор
Инженер Департамента специальных работ (ДСР),
АО <ЭЛВИС-ПЛЮС>
тел. +7 (495) 276-02-11 доб.175
[cid:image003.jpg at 01D602B6.5C6B7D20]
www.elvis.ru<http://www.elvis.ru/>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20200325/2e6bd19b/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 10685 bytes
Desc: image003.jpg
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20200325/2e6bd19b/attachment-0001.jpg>
-------------- next part --------------
[zoadmin at BuildPC-SPECOS buildroot-2018.02.2]$ make libvirt
WARNING: no hash file for libvirt-v6.1.0.tar.gz
>>> libvirt v6.1.0 Extracting
gzip -d -c /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/dl/libvirt-v6.1.0.tar.gz | tar --strip-components=1 -C /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0   -xf -
>>> libvirt v6.1.0 Patching
>>> libvirt v6.1.0 Updating config.sub and config.guess
for file in config.guess config.sub; do for i in $(find /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0 -name $file); do cp support/gnuconfig/$file $i; done; done
>>> libvirt v6.1.0 Configuring
cd /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0; ./bootstrap
/bin/sh: ./bootstrap: Нет такого файла или каталога
make: *** [/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/.stamp_configured] Ошибка 127
[zoadmin at BuildPC-SPECOS buildroot-2018.02.2]$ make libvirt^C
[zoadmin at BuildPC-SPECOS buildroot-2018.02.2]$ vim package/libvirt/libvirt.mk
[zoadmin at BuildPC-SPECOS buildroot-2018.02.2]$ make libvirt
>>> libvirt v6.1.0 Configuring
cd /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0; sed -i "21,24d" ./configure.ac
#       sed -i "3413,3416d" ./configure
>>> libvirt v6.1.0 Autoreconfiguring
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:49: installing 'build-aux/compile'
configure.ac:47: installing 'build-aux/config.guess'
configure.ac:47: installing 'build-aux/config.sub'
configure.ac:28: installing 'build-aux/install-sh'
configure.ac:28: installing 'build-aux/missing'
examples/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
>>> libvirt v6.1.0 Patching libtool
patching file /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/build-aux/ltmain.sh
Hunk #1 succeeded at 2694 (offset 7 lines).
Hunk #2 succeeded at 4284 (offset 7 lines).
Hunk #3 succeeded at 6579 (offset 25 lines).
Hunk #4 succeeded at 6589 (offset 25 lines).
Hunk #5 succeeded at 6882 (offset 25 lines).
Hunk #6 succeeded at 7174 (offset 25 lines).
Hunk #7 succeeded at 8140 (offset 28 lines).
Hunk #8 succeeded at 10769 (offset 59 lines).
(cd /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/ && rm -rf config.cache && PATH="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin:/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/sbin:/home/zoadmin/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/games" AR="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ar" AS="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-as" LD="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ld" NM="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-nm" CC="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc" GCC="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc" CPP="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-cpp" CXX="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-g++" FC="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gfortran" F77="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gfortran" RANLIB="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ranlib" READELF="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/lib -Wl,-rpath,/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/pkg-config" STAGING_DIR="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/x86_64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no   CONFIG_SITE=/dev/null ./configure --target=x86_64-buildroot-linux-gnu --host=x86_64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --enable-nls --disable-static --enable-shared  -prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-storage-mpath=no )
configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for x86_64-buildroot-linux-gnu-strip... /bin/true
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-buildroot-linux-gnu
checking for style of include used by make... GNU
checking for x86_64-buildroot-linux-gnu-gcc... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-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... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc accepts -g... yes
checking for /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc option to accept ISO C89... none needed
checking whether /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc understands -c and -o together... yes
checking dependency style of /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc... none
checking how to run the C preprocessor... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-cpp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 for x86_64-buildroot-linux-gnu-gcc... (cached) /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc accepts -g... (cached) yes
checking for /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking whether /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes
checking dependency style of /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc... (cached) none
checking how to run the C preprocessor... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-cpp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for uid_t in sys/types.h... yes
checking whether sys/types.h defines makedev... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ld
checking if the linker (/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-nm
checking the name lister (/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-nm) 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-buildroot-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 /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ld option to reload object files... -r
checking for x86_64-buildroot-linux-gnu-objdump... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-buildroot-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-buildroot-linux-gnu-ar... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-buildroot-linux-gnu-strip... (cached) /bin/true
checking for x86_64-buildroot-linux-gnu-ranlib... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ranlib
checking command to parse /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-nm output from /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-buildroot-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc static flag -static works... yes
checking if /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc supports -c -o file.o... yes
checking if /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc linker (/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-gcc... (cached) /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ld
checking if the linker (/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/x86_64-buildroot-linux-gnu-ld) is GNU ld... (cached) yes
checking for how to mark DSO non-deletable at runtime... -Wl,-z -Wl,nodelete
checking for how to set DSO symbol versions... -Wl,--version-script=
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking whether gcc gives bogus warnings for -Wlogical-op... yes
checking whether clang gives bogus warnings for -Wdouble-promotion... no
checking whether clang gives bogus warnings for -Wunused-function... no
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... no
checking whether -Wuninitialized is supported... yes
checking max safe object size... 9223372036854775807
checking whether C compiler handles -Wframe-larger-than=262144... yes
checking whether C compiler handles -fno-common... yes
checking whether C compiler handles -W... yes
checking whether C compiler handles -Wabsolute-value... no
checking whether C compiler handles -Waddress... yes
checking whether C compiler handles -Waddress-of-packed-member... no
checking whether C compiler handles -Waggressive-loop-optimizations... yes
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Wattribute-warning... no
checking whether C compiler handles -Wattributes... yes
checking whether C compiler handles -Wbool-compare... yes
checking whether C compiler handles -Wbool-operation... yes
checking whether C compiler handles -Wbuiltin-declaration-mismatch... yes
checking whether C compiler handles -Wbuiltin-macro-redefined... yes
checking whether C compiler handles -Wcannot-profile... no
checking whether C compiler handles -Wcast-align... yes
checking whether C compiler handles -Wcast-align=strict... no
checking whether C compiler handles -Wcast-function-type... no
checking whether C compiler handles -Wchar-subscripts... yes
checking whether C compiler handles -Wclobbered... yes
checking whether C compiler handles -Wcomment... yes
checking whether C compiler handles -Wcomments... yes
checking whether C compiler handles -Wcoverage-mismatch... yes
checking whether C compiler handles -Wcpp... yes
checking whether C compiler handles -Wdangling-else... yes
checking whether C compiler handles -Wdate-time... yes
checking whether C compiler handles -Wdeprecated-declarations... yes
checking whether C compiler handles -Wdesignated-init... yes
checking whether C compiler handles -Wdiscarded-array-qualifiers... yes
checking whether C compiler handles -Wdiscarded-qualifiers... yes
checking whether C compiler handles -Wdiv-by-zero... yes
checking whether C compiler handles -Wdouble-promotion... yes
checking whether C compiler handles -Wduplicated-cond... yes
checking whether C compiler handles -Wduplicate-decl-specifier... yes
checking whether C compiler handles -Wempty-body... yes
checking whether C compiler handles -Wendif-labels... yes
checking whether C compiler handles -Wexpansion-to-defined... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-contains-nul... yes
checking whether C compiler handles -Wformat-extra-args... yes
checking whether C compiler handles -Wformat-nonliteral... yes
checking whether C compiler handles -Wformat-security... yes
checking whether C compiler handles -Wformat-y2k... yes
checking whether C compiler handles -Wformat-zero-length... yes
checking whether C compiler handles -Wframe-address... yes
checking whether C compiler handles -Wfree-nonheap-object... yes
checking whether C compiler handles -Whsa... yes
checking whether C compiler handles -Wif-not-aligned... no
checking whether C compiler handles -Wignored-attributes... yes
checking whether C compiler handles -Wignored-qualifiers... yes
checking whether C compiler handles -Wimplicit... yes
checking whether C compiler handles -Wimplicit-function-declaration... yes
checking whether C compiler handles -Wimplicit-int... yes
checking whether C compiler handles -Wincompatible-pointer-types... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Winline... yes
checking whether C compiler handles -Wint-conversion... yes
checking whether C compiler handles -Wint-in-bool-context... yes
checking whether C compiler handles -Wint-to-pointer-cast... yes
checking whether C compiler handles -Winvalid-memory-model... yes
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wlogical-not-parentheses... yes
checking whether C compiler handles -Wlogical-op... yes
checking whether C compiler handles -Wmain... yes
checking whether C compiler handles -Wmaybe-uninitialized... yes
checking whether C compiler handles -Wmemset-elt-size... yes
checking whether C compiler handles -Wmemset-transposed-args... yes
checking whether C compiler handles -Wmisleading-indentation... yes
checking whether C compiler handles -Wmissing-attributes... no
checking whether C compiler handles -Wmissing-braces... yes
checking whether C compiler handles -Wmissing-declarations... yes
checking whether C compiler handles -Wmissing-field-initializers... yes
checking whether C compiler handles -Wmissing-include-dirs... yes
checking whether C compiler handles -Wmissing-parameter-type... yes
checking whether C compiler handles -Wmissing-profile... no
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wmultichar... yes
checking whether C compiler handles -Wmultistatement-macros... no
checking whether C compiler handles -Wnarrowing... yes
checking whether C compiler handles -Wnested-externs... yes
checking whether C compiler handles -Wnonnull... yes
checking whether C compiler handles -Wnonnull-compare... yes
checking whether C compiler handles -Wnull-dereference... yes
checking whether C compiler handles -Wodr... yes
checking whether C compiler handles -Wold-style-declaration... yes
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... yes
checking whether C compiler handles -Woverflow... yes
checking whether C compiler handles -Woverride-init... yes
checking whether C compiler handles -Wpacked-bitfield-compat... yes
checking whether C compiler handles -Wpacked-not-aligned... no
checking whether C compiler handles -Wparentheses... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wpointer-compare... yes
checking whether C compiler handles -Wpointer-sign... yes
checking whether C compiler handles -Wpointer-to-int-cast... yes
checking whether C compiler handles -Wpragmas... yes
checking whether C compiler handles -Wpsabi... yes
checking whether C compiler handles -Wrestrict... yes
checking whether C compiler handles -Wreturn-local-addr... yes
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wscalar-storage-order... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshadow... yes
checking whether C compiler handles -Wshift-count-negative... yes
checking whether C compiler handles -Wshift-count-overflow... yes
checking whether C compiler handles -Wshift-negative-value... yes
checking whether C compiler handles -Wsizeof-array-argument... yes
checking whether C compiler handles -Wsizeof-pointer-div... no
checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
checking whether C compiler handles -Wstrict-aliasing... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wstringop-truncation... no
checking whether C compiler handles -Wsuggest-attribute=cold... no
checking whether C compiler handles -Wsuggest-attribute=const... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-attribute=pure... yes
checking whether C compiler handles -Wsuggest-final-methods... yes
checking whether C compiler handles -Wsuggest-final-types... yes
checking whether C compiler handles -Wswitch... yes
checking whether C compiler handles -Wswitch-bool... yes
checking whether C compiler handles -Wswitch-unreachable... yes
checking whether C compiler handles -Wsync-nand... yes
checking whether C compiler handles -Wtautological-compare... yes
checking whether C compiler handles -Wtrampolines... yes
checking whether C compiler handles -Wtrigraphs... yes
checking whether C compiler handles -Wtype-limits... yes
checking whether C compiler handles -Wuninitialized... yes
checking whether C compiler handles -Wunknown-pragmas... yes
checking whether C compiler handles -Wunused... yes
checking whether C compiler handles -Wunused-but-set-parameter... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
checking whether C compiler handles -Wunused-function... yes
checking whether C compiler handles -Wunused-label... yes
checking whether C compiler handles -Wunused-local-typedefs... yes
checking whether C compiler handles -Wunused-parameter... yes
checking whether C compiler handles -Wunused-result... yes
checking whether C compiler handles -Wunused-value... yes
checking whether C compiler handles -Wunused-variable... yes
checking whether C compiler handles -Wvarargs... yes
checking whether C compiler handles -Wvariadic-macros... yes
checking whether C compiler handles -Wvector-operation-performance... yes
checking whether C compiler handles -Wvla... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807... yes
checking whether C compiler handles -Warray-bounds=2... yes
checking whether C compiler handles -Wattribute-alias=2... no
checking whether C compiler handles -Wformat-overflow=2... yes
checking whether C compiler handles -Wformat-truncation=2... yes
checking whether C compiler handles -Wimplicit-fallthrough=5... yes
checking whether C compiler handles -Wnormalized=nfc... yes
checking whether C compiler handles -Wshift-overflow=2... yes
checking whether C compiler handles -Wstringop-overflow=2... yes
checking whether C compiler handles -Wunused-const-variable=2... yes
checking whether C compiler handles -Wvla-larger-than=4031... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-cast-function-type... no
checking whether C compiler handles -Wno-typedef-redefinition... no
checking whether C compiler handles -Wjump-misses-init... yes
checking whether C compiler handles -Wswitch-enum... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wno-format-truncation... yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -fstack-protector-strong... yes
checking whether C compiler handles -fexceptions... yes
checking whether C compiler handles -fasynchronous-unwind-tables... yes
checking whether C compiler handles -fipa-pure-const... yes
checking whether C compiler handles -Wno-suggest-attribute=pure... yes
checking whether C compiler handles -Wno-suggest-attribute=const... yes
checking whether C compiler handles -std=gnu99... yes
checking whether C compiler handles -fPIE -DPIE -pie... yes
checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now
checking for how to avoid indirect lib deps... -Wl,--no-copy-dt-needed-entries
checking for how to stop undefined symbols at link time... -Wl,-z -Wl,defs
checking sys/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking for aa_change_profile in -lapparmor... no
checking for getxattr in -lattr... no
checking for audit_encode_nv_string in -laudit... yes
checking libaudit.h usability... yes
checking libaudit.h presence... yes
checking for libaudit.h... yes
checking pkg-config is at least version 0.9.0... yes
checking whether rl_completion_quote_character is declared... yes
checking for readline in -lreadline... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for BASH_COMPLETION... no
checking for BLKID... yes
checking for capng_updatev in -lcap-ng... no
checking for CURL... no
checking for DBUS... no
checking for DEVMAPPER... no
checking for dm_task_run in -ldevmapper... no
checking for dlfcn.h... (cached) yes
checking for library containing dlopen... -ldl
checking for whether to install firewalld libvirt zone... no
checking for FUSE... no
checking for GLIB... yes
checking for GLUSTERFS... no
checking for GNUTLS... yes
checking for HAL... no
checking for LIBISCSI... no
checking whether to compile with macvtap support... yes
checking whether MACVLAN_MODE_PASSTHRU is declared... yes
checking for LIBNL... yes
checking for LIBNL_ROUTE... yes
checking for LIBPARTED... no
checking libpcap pcap-config >= 1.5.0 ... no
checking for LIBSSH... no
checking for LIBXML... yes
checking whether to compile with macvtap support... yes
checking whether MACVLAN_MODE_PASSTHRU is declared... (cached) yes
checking for NETCF... no
checking for gettext... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for xgettext... xgettext
checking for msgfmt... msgfmt
checking for msgmerge... msgmerge
checking msgfmt is GNU tool... yes
checking for numa_available in -lnuma... no
checking for numa_bitmask_isbitset in -lnuma... no
checking for OPENWSMAN... no
checking for PCIACCESS... yes
checking for init script type... none
checking for pkcheck... /usr/bin/pkcheck
checking for library containing pthread_mutexattr_init... -lpthread
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking whether pthread_sigmask does anything... yes
checking whether rl_completion_quote_character is declared... (cached) yes
checking for readline in -lreadline... (cached) yes
checking for readline/readline.h... (cached) yes
checking for sanlock_init in -lsanlock_client... no
checking for SASL... no
checking for fgetfilecon_raw in -lselinux... no
checking for SSH2... yes
checking for UDEV... no
checking whether to compile with virtual port support... yes
checking for WIRESHARK_DISSECTOR... no
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking where to find <rpc/rpc.h>... none
checking for yajl_tree_parse in -lyajl... no
checking size of long... 8
checking for fallocate... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getifaddrs... yes
checking for getmntent_r... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for getuid... yes
checking for getutxid... yes
checking for if_indextoname... yes
checking for mmap... yes
checking for newlocale... yes
checking for posix_fallocate... yes
checking for posix_memalign... yes
checking for pipe2... yes
checking for prlimit... yes
checking for sched_getaffinity... yes
checking for sched_setscheduler... yes
checking for setgroups... yes
checking for setns... yes
checking for setrlimit... yes
checking for symlink... yes
checking for sysctlbyname... no
checking for unshare... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking libtasn1.h usability... yes
checking libtasn1.h presence... yes
checking for libtasn1.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking linux/magic.h usability... yes
checking linux/magic.h presence... yes
checking for linux/magic.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking net/ethernet.h usability... yes
checking net/ethernet.h presence... yes
checking for net/ethernet.h... yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/ucred.h usability... no
checking sys/ucred.h presence... no
checking for sys/ucred.h... no
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking whether htole64 is declared... yes
checking for stat... yes
checking for stat64... yes
checking for __xstat... yes
checking for __xstat64... yes
checking for lstat... yes
checking for lstat64... yes
checking for __lxstat... yes
checking for __lxstat64... yes
checking for struct ifreq... yes
checking for struct sockpeercred... no
checking whether ETH_FLAG_TXVLAN is declared... yes
checking whether ETH_FLAG_NTUPLE is declared... yes
checking whether ETH_FLAG_RXHASH is declared... yes
checking whether ETH_FLAG_LRO is declared... yes
checking whether ETHTOOL_GGSO is declared... yes
checking whether ETHTOOL_GGRO is declared... yes
checking whether ETHTOOL_GFLAGS is declared... yes
checking whether ETHTOOL_GFEATURES is declared... yes
checking whether ETHTOOL_SCOALESCE is declared... yes
checking whether ETHTOOL_GCOALESCE is declared... yes
checking whether SEEK_HOLE is declared... yes
checking for gettext in -lintl... no
checking for openpty in -lutil... yes
checking for rpcgen... /usr/bin/rpcgen
checking for xmllint... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/xmllint
checking for xsltproc... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/xsltproc
checking for rst2html5... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/rst2html5
checking for rst2man... no
checking for rst2man.py... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/rst2man.py
checking for augparse... /usr/bin/augparse
checking whether ln -s works... yes
checking for dmidecode... /usr/sbin/dmidecode
checking for dnsmasq... dnsmasq
checking for radvd... radvd
checking for tc... /usr/bin/tc
checking for udevadm... /sbin/udevadm
checking for modprobe... /sbin/modprobe
checking for rmmod... /sbin/rmmod
checking for mm-ctl... mm-ctl
checking for ovs-vsctl... ovs-vsctl
checking for scrub... scrub
checking for addr2line... /usr/bin/addr2line
checking for ip... /bin/ip
checking for iptables... /sbin/iptables
checking for ip6tables... /sbin/ip6tables
checking for ebtables... /sbin/ebtables
checking for QEMU credentials (root:root)... ok
checking for qemu-bridge-helper... /usr/libexec/qemu-bridge-helper
checking for qemu-pr-helper... /usr/bin/qemu-pr-helper
checking for slirp-helper... /usr/bin/slirp-helper
checking for LIBXL... no
checking whether LIBXL_DOMAIN_TYPE_PVH is declared... no
checking for PARALLELS_SDK... no
checking for bhyve... no
checking for bhyvectl... no
checking for bhyveload... no
checking for dtrace... no
checking for numad... no
checking for init script type... none
checking for whether to install sysctl config... yes
checking linux/kvm.h usability... yes
checking linux/kvm.h presence... yes
checking for linux/kvm.h... yes
checking whether <linux/*.h> and <netinet/*.h> headers are compatible... yes
checking for linux/param.h... yes
checking for linux/sockios.h... yes
checking for linux/if_bridge.h... yes
checking for linux/if_tun.h... yes
checking pkg-config is at least version 0.9.0... yes
checking for mntent.h... (cached) yes
checking for mount... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/mount
checking for umount... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/umount
checking for mkfs... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/sbin/mkfs
checking for showmount... /usr/bin/showmount
checking for pvcreate... /sbin/pvcreate
checking for vgcreate... /sbin/vgcreate
checking for lvcreate... /sbin/lvcreate
checking for pvremove... /sbin/pvremove
checking for vgremove... /sbin/vgremove
checking for lvremove... /sbin/lvremove
checking for lvchange... /sbin/lvchange
checking for vgchange... /sbin/vgchange
checking for vgscan... /sbin/vgscan
checking for pvs... /sbin/pvs
checking for vgs... /sbin/vgs
checking for lvs... /sbin/lvs
checking for iscsiadm... no
checking rbd/librbd.h usability... no
checking rbd/librbd.h presence... no
checking for rbd/librbd.h... no
checking for collie... no
checking for dog... no
checking for zfs... no
checking for zpool... no
checking for vstorage... no
checking for vstorage-mount... no
checking for umount... (cached) /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/umount
checking linux/btrfs.h usability... yes
checking linux/btrfs.h presence... yes
checking for linux/btrfs.h... yes
checking xfs/xfs.h usability... no
checking xfs/xfs.h presence... no
checking for xfs/xfs.h... no
checking linux/devlink.h usability... yes
checking linux/devlink.h presence... yes
checking for linux/devlink.h... yes
checking whether DEVLINK_CMD_ESWITCH_GET is declared... no
checking whether VHOST_VSOCK_SET_GUEST_CID is declared... yes
checking for python3... /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/python3
checking for flake8... no
configure: WARNING: 'flake8' binary is required to check python code style
checking for perl... /usr/bin/perl
checking Whether to build test suite by default... no
checking whether GET_VLAN_VID_CMD is declared... yes
checking for struct ifreq.ifr_newname... yes
checking for struct ifreq.ifr_ifindex... yes
checking for struct ifreq.ifr_index... no
checking for struct ifreq.ifr_hwaddr... yes
checking whether BRDGSFD is declared... no
checking whether BRDGADD is declared... no
checking whether BRDGDEL is declared... no
checking whether cpuset_getaffinity is declared... no
checking for struct if_data.ifi_oqdrops... no
checking whether clock_serv_t is declared... no
checking whether host_get_clock_service is declared... no
checking whether clock_get_time is declared... no
checking whether BPF_PROG_QUERY is declared... no
checking whether BPF_CGROUP_DEVICE is declared... no
checking whether this build is done by a static analysis tool... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating run
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/libvirt/Makefile
config.status: creating docs/Makefile
config.status: creating .color_coded
config.status: creating .ycm_extra_conf.py
config.status: creating libvirt.pc
config.status: creating libvirt-qemu.pc
config.status: creating libvirt-lxc.pc
config.status: creating libvirt-admin.pc
config.status: creating src/libvirt.pc
config.status: creating src/libvirt-qemu.pc
config.status: creating src/libvirt-lxc.pc
config.status: creating libvirt.spec
config.status: creating mingw-libvirt.spec
config.status: creating po/Makefile
config.status: creating include/libvirt/libvirt-common.h
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating tools/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6
configure:
configure: Configuration summary
configure: =====================
configure:
configure: Drivers
configure:
configure:                 QEMU: no
configure:               OpenVZ: yes
configure:               VMware: yes
configure:                 VBox: yes
configure:                libxl: no
configure:                  LXC: yes
configure:                  ESX: no
configure:              Hyper-V: no
configure:                   vz: no
configure:                Bhyve: no
configure:                 Test: yes
configure:               Remote: yes
configure:              Network: yes
configure:             Libvirtd: yes
configure:            Interface: no
configure:
configure: Storage Drivers
configure:
configure:                  Dir: yes
configure:                   FS: yes
configure:                NetFS: yes
configure:                  LVM: yes
configure:                iSCSI: no
configure:         iscsi-direct: no
configure:                 SCSI: yes
configure:                mpath: no
configure:                 Disk: no
configure:                  RBD: no
configure:             Sheepdog: no
configure:              Gluster: no
configure:                  ZFS: no
configure:    Virtuozzo storage: no
configure:
configure: Security Drivers
configure:
configure:              SELinux: no
configure:             AppArmor: no
configure:
configure: Driver Loadable Modules
configure:
configure:       driver_modules: yes (CFLAGS='' LIBS='-ldl')
configure:
configure: Libraries
configure:
configure:                  acl: no
configure:             apparmor: no
configure:                 attr: no
configure:                audit: yes (CFLAGS='' LIBS='-laudit')
configure:      bash_completion: no
configure:                blkid: yes (CFLAGS='-I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/blkid -I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/uuid  ' LIBS='-L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib -lblkid  ')
configure:                capng: no
configure:                 curl: no
configure:                 dbus: no
configure:               dlopen: yes (CFLAGS='' LIBS='-ldl')
configure:            firewalld: no
configure:       firewalld-zone: no
configure:                 fuse: no
configure:                 glib: yes (CFLAGS='-I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0 -I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib/glib-2.0/include -I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include -pthread  ' LIBS='-L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0  ')
configure:            glusterfs: no
configure:               gnutls: yes (CFLAGS='-I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include -I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/p11-kit-1  ' LIBS='-L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib -lgnutls  ')
configure:                  hal: no
configure:             libiscsi: no
configure:                libnl: yes (CFLAGS='-I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/libnl3   -I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/libnl3  ' LIBS='-L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib -lnl-3   -L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib -lnl-route-3 -lnl-3  ')
configure:              libpcap: no
configure:               libssh: no
configure:                libxl: no
configure:               libxml: yes (CFLAGS='-I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/libxml2  ' LIBS='-L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib -lxml2  ')
configure:              macvtap: yes (CFLAGS='' LIBS='')
configure:                netcf: no
configure:                  NLS: yes
configure:                  nss: no
configure:              numactl: no
configure:            openwsman: no
configure:            pciaccess: yes (CFLAGS='-I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include  ' LIBS='-L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib -lpciaccess  ')
configure:             pm_utils: yes (CFLAGS='' LIBS='')
configure:               polkit: no
configure:                  rbd: no
configure:             readline: yes (CFLAGS='-D_FUNCTION_DEF ' LIBS='-lreadline')
configure:              sanlock: no
configure:                 sasl: no
configure:              selinux: no
configure:                 ssh2: yes (CFLAGS='-I/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include  ' LIBS='-L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib -lssh2 -L/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib -lgcrypt -lgpg-error  ')
configure:                 udev: no
configure:          virtualport: yes (CFLAGS='' LIBS='')
configure:                  xdr: yes (CFLAGS='' LIBS='')
configure:                 yajl: no
configure:
configure: Windows
configure:
configure:                MinGW: no
configure:              windres: no
configure:
configure: Test suite
configure:
configure:             Coverage: no
configure:
configure: Miscellaneous
configure:
configure:                Debug: yes
configure:          Use -Werror: no
configure:        Warning Flags:  -fno-common -W -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wcast-align -Wchar-subscripts -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated-declarations -Wdesignated-init -Wdiscarded-array-qualifiers -Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Winline -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wodr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wsuggest-attribute=const -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvla -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wvla-larger-than=4031 -Wno-sign-compare -Wjump-misses-init -Wswitch-enum -Wno-format-nonliteral -Wno-format-truncation -Wframe-larger-than=4096 -fstack-protector-strong -fexceptions -fasynchronous-unwind-tables -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -std=gnu99
configure:               DTrace: no
configure:                numad: no
configure:          Init script: none
configure:    Char device locks: /var/lock
configure:       Default Editor: vi
configure:         Loader/NVRAM:
configure:     virt-login-shell: yes
configure:   virt-host-validate: yes
configure:         TLS priority: NORMAL
configure:
configure: Developer Tools
configure:
configure:  wireshark_dissector: no
configure:
configure: Privileges
configure:
configure:                 QEMU: root:root (!!! running QEMU as root is strongly discouraged !!!)
configure:
>>> libvirt v6.1.0 Building
PATH="/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/bin:/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/host/sbin:/home/zoadmin/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/games"  /usr/bin/make -j5  -C /home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/
make[1]: Вход в каталог `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0'
  GEN      configmake.h
/usr/bin/make  all-recursive
make[2]: Entering directory `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0'
Making all in .
make[3]: Entering directory `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0'
make[3]: Leaving directory `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0'
Making all in include/libvirt
make[3]: Entering directory `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/include/libvirt'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/include/libvirt'
Making all in src
make[3]: Entering directory `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/src'
make[3]: *** No rule to make target `keycodemapdb/data/keymaps.csv', needed by `util/virkeycodetable_linux.h'.  Stop.
make[3]: Leaving directory `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0'
make[1]: *** [all] Ошибка 2
make[1]: Выход из каталога `/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0'
make: *** [/home/zoadmin/BRAIN4NET/buildroot/buildroot-2018.02.2/output/build/libvirt-v6.1.0/.stamp_built] Ошибка 2


More information about the libvir-list mailing list