Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user@PC ~
- $ cd /cygdrive/c/src/libguestfs
- libguestfs_git/ libguestfs-1.40.2/
- user@PC ~
- $ cd /cygdrive/c/src/libguestfs-1.40.2/
- user@PC /cygdrive/c/src/libguestfs-1.40.2
- $ ls
- aclocal.m4 configure get-kernel ocaml sparsify
- align configure.ac gnulib ocaml-dep.sh.in subdir-rules.mk
- appliance contrib GNUmakefile ocaml-link.sh sysprep
- AUTHORS COPYING gobject ocaml-link.sh.in test-data
- autogen.sh COPYING.LIB golang p2v tests
- bash csharp HACKING perl test-tool
- bindtests customize haskell php tmp
- bootstrap daemon inspector pick-guests.pl.in TODO
- BUGS df installcheck.sh.in po tools
- bugs-in-changelog.sh dib java podcheck.pl update-bugs.sh
- build-aux diff lib po-docs utils
- builder docs libtool-kill-dependency_libs.sh podwrapper.pl.in v2v
- cat edit logo python valgrind-suppressions
- cfg.mk erlang lua README website
- ChangeLog examples m4 RELEASES zanata.xml
- check-mli.sh fish maint.mk rescue zanata-pull.sh
- common format Makefile.am resize
- common-rules.mk fuse Makefile.in ruby
- config.h.in generator make-fs run.in
- user@PC /cygdrive/c/src/libguestfs-1.40.2
- $ CFLAGS=-fPIC ./autogen.sh --disable-daemon --disable-appliance --with-distro=cygwin
- # Ensure that whenever we pull in a gnulib update or otherwise change to a
- # different version (i.e., when switching branches), we also rerun ./bootstrap.
- curr_status=.git-module-status
- t=$(git submodule status|sed 's/^[ +-]//;s/ .*//')
- fatal: not a git repository (or any parent up to mount point /cygdrive)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- if test "$t" = "$(cat $curr_status 2>/dev/null)"; then
- : # good, it's up to date
- else
- echo running bootstrap...
- ./bootstrap && echo "$t" > $curr_status
- fi
- CONFIGUREDIR=.
- # Run configure in BUILDDIR if it's set
- if [ ! -z "$BUILDDIR" ]; then
- mkdir -p $BUILDDIR
- cd $BUILDDIR
- CONFIGUREDIR=..
- fi
- # If no arguments were specified and configure has run before, use the previous
- # arguments
- if test $# -eq 0 && test -x ./config.status; then
- ./config.status --recheck
- else
- $CONFIGUREDIR/configure "$@"
- fi
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.exe
- checking for suffix of executables... .exe
- 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 enable C11 features... none needed
- 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 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 the include directive... yes (GNU style)
- checking whether make supports nested variables... yes
- checking how to create a pax tar archive... gnutar
- checking dependency style of gcc... gcc3
- checking whether make supports nested variables... (cached) yes
- checking build system type... x86_64-unknown-cygwin
- checking host system type... x86_64-unknown-cygwin
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
- checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) 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... 8192
- checking how to convert x86_64-unknown-cygwin file names to x86_64-unknown-cygwin format... func_convert_file_noop
- checking how to convert x86_64-unknown-cygwin file names to toolchain format... func_convert_file_noop
- checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
- checking for dlltool... dlltool
- checking how to associate runtime and link libraries... func_cygming_dll_for_implib
- 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 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 for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
- checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
- checking if gcc static flag -static works... yes
- 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/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... yes
- checking dynamic linker characteristics... Win32 ld.exe
- 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... yes
- checking whether to build static libraries... yes
- checking if 1.40 is a stable or development branch of libguestfs... stable
- configure: libguestfs version 1.40.2
- --- Configuring Gnulib ---
- checking for Minix Amsterdam compiler... no
- checking for ar... (cached) ar
- checking for _LARGEFILE_SOURCE value needed for large files... no
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... no
- checking for sys/socket.h... yes
- checking for arpa/inet.h... yes
- checking for features.h... yes
- checking for unistd.h... (cached) yes
- checking for sys/param.h... yes
- checking for dirent.h... yes
- checking for fnmatch.h... yes
- checking for wctype.h... yes
- checking for stdio_ext.h... yes
- checking for sys/stat.h... (cached) yes
- checking for sys/vfs.h... yes
- checking for netdb.h... yes
- checking for netinet/in.h... yes
- checking for getopt.h... yes
- checking for sys/cdefs.h... yes
- checking for sys/time.h... yes
- checking for glob.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 xlocale.h... no
- checking for sys/mman.h... yes
- checking for sys/types.h... (cached) yes
- checking for sys/select.h... yes
- checking for sys/ioctl.h... yes
- checking for sys/uio.h... yes
- checking for sys/wait.h... yes
- checking for utime.h... yes
- checking for crtdefs.h... yes
- checking for langinfo.h... yes
- checking for semaphore.h... yes
- checking for priv.h... no
- checking for spawn.h... yes
- checking whether the preprocessor supports include_next... yes
- checking whether system header files limit the line length... no
- checking whether <sys/socket.h> is self-contained... yes
- checking for shutdown... yes
- checking whether <sys/socket.h> defines the SHUT_* macros... yes
- checking for struct sockaddr_storage... yes
- checking for sa_family_t... yes
- checking for struct sockaddr_storage.ss_family... yes
- checking for accept4... yes
- checking for readlinkat... yes
- checking for _set_invalid_parameter_handler... no
- checking for fchdir... yes
- checking for dup3... yes
- checking for setdtablesize... yes
- checking for fcntl... yes
- checking for symlink... yes
- checking for fdopendir... yes
- checking for mempcpy... yes
- checking for fnmatch... yes
- checking for btowc... yes
- checking for isblank... yes
- checking for iswctype... yes
- checking for mbsrtowcs... yes
- checking for wmemchr... yes
- checking for wmemcpy... yes
- checking for wmempcpy... yes
- checking for fstatat... yes
- checking for openat... yes
- checking for fstatfs... yes
- checking for futimens... yes
- checking for getdelim... yes
- checking for getdtablesize... yes
- checking for getlogin_r... yes
- checking for getprogname... yes
- checking for getexecname... no
- checking for gettimeofday... yes
- checking for glob... yes
- checking for glob_pattern_p... yes
- checking for getpwnam_r... yes
- checking for lstat... yes
- checking for mbsinit... yes
- checking for mbrtowc... yes
- checking for mprotect... yes
- checking for mkstemps... yes
- checking for strerror_r... yes
- checking for __xpg_strerror_r... yes
- checking for pipe2... yes
- checking for pread... yes
- checking for ptsname_r... yes
- checking for readlink... yes
- checking for setenv... yes
- checking for sleep... yes
- checking for snprintf... yes
- checking for strdup... yes
- checking for catgets... yes
- checking for strndup... yes
- checking for strtoumax... yes
- checking for symlinkat... yes
- checking for pipe... yes
- checking for utime... yes
- checking for futimes... yes
- checking for futimesat... yes
- checking for utimensat... yes
- checking for lutimes... yes
- checking for vasnprintf... yes
- checking for iswcntrl... yes
- checking for ftruncate... yes
- checking for newlocale... yes
- checking for uselocale... yes
- checking for duplocale... yes
- checking for freelocale... yes
- checking for pthread_sigmask... yes
- checking for sigaction... yes
- checking for sigaltstack... yes
- checking for siginterrupt... yes
- checking for shutdown... (cached) yes
- checking for unlinkat... yes
- checking for usleep... yes
- checking for wcrtomb... yes
- checking for wctob... yes
- checking for size_t... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking for C/C++ restrict keyword... __restrict
- checking whether // is distinct from /... yes
- checking if environ is properly declared... yes
- 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 whether fchdir is declared... yes
- checking for working fcntl.h... yes
- checking for pid_t... yes
- checking for mode_t... yes
- checking for promoted mode_t type... mode_t
- checking for mbstate_t... yes
- checking whether stat file-mode macros are broken... no
- checking for nlink_t... yes
- checking whether lstat correctly handles trailing slash... yes
- checking whether stdin defaults to large file offsets... yes
- checking whether ftello is declared... yes
- checking for ftello... yes
- checking whether ftello works... yes
- checking for O_CLOEXEC... yes
- checking for library containing gethostbyname... none required
- checking for gethostbyname... yes
- checking for library containing getservbyname... none required
- checking for getservbyname... yes
- checking for library containing inet_ntop... none required
- checking whether inet_ntop is declared... yes
- checking for IPv4 sockets... yes
- checking for IPv6 sockets... yes
- checking whether getcwd (NULL, 0) allocates memory for result... yes
- checking for getcwd with POSIX signature... yes
- checking whether getcwd is declared... yes
- checking whether getdelim is declared... yes
- checking whether getdtablesize is declared... yes
- checking whether getline is declared... yes
- checking whether getlogin_r is declared... yes
- checking whether getlogin is declared... yes
- 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 struct timeval... yes
- checking for wide-enough struct timeval.tv_sec member... yes
- checking host CPU and C ABI... x86_64
- checking for ld... /usr/x86_64-pc-cygwin/bin/ld.exe
- checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
- checking for shared library run path origin... done
- checking for the common suffixes of directories in the library search path... lib,lib
- checking for iconv... yes
- checking for working iconv... yes
- checking how to link with libiconv... -liconv
- checking for iconv declaration...
- extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
- checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
- checking for wint_t... yes
- checking whether wint_t is too small... no
- checking for unsigned long long int... yes
- checking for long long int... 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.... no
- checking for nl_langinfo and CODESET... yes
- checking for wchar_t... yes
- checking for good max_align_t... yes
- checking whether NULL can be used in arbitrary expressions... yes
- checking whether imported symbols can be declared weak... no
- checking whether the linker supports --as-needed... yes
- checking whether the linker supports --push-state... yes
- checking pthread.h usability... yes
- checking pthread.h presence... yes
- checking for pthread.h... yes
- checking for pthread_kill in -lpthread... yes
- checking for multithread API to use... posix
- checking whether malloc, realloc, calloc are POSIX compliant... yes
- checking for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for a traditional japanese locale... ja_JP.EUC-JP
- checking for a transitional chinese locale... none
- checking for a french Unicode locale... fr_FR.UTF-8
- checking for inline... inline
- checking for a traditional french locale... fr_FR.ISO-8859-1
- checking for mmap... yes
- checking for MAP_ANONYMOUS... yes
- checking whether memchr works... yes
- checking whether memmem is declared... yes
- checking for memmem... yes
- checking whether memmem works... yes
- checking whether memrchr is declared... yes
- checking whether <limits.h> defines MIN and MAX... no
- checking whether <sys/param.h> defines MIN and MAX... yes
- checking whether C symbols are prefixed with underscore at the linker level... no
- 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 sys/mkdev.h usability... no
- checking sys/mkdev.h presence... no
- checking for sys/mkdev.h... no
- checking sys/sysmacros.h usability... yes
- checking sys/sysmacros.h presence... yes
- checking for sys/sysmacros.h... yes
- checking for sigset_t... yes
- checking for ssize_t... yes
- checking whether <sys/select.h> is self-contained... yes
- checking for library containing setsockopt... none needed
- checking whether setenv is declared... yes
- checking search.h usability... yes
- checking search.h presence... yes
- checking for search.h... yes
- checking for tsearch... yes
- checking for uid_t in sys/types.h... yes
- checking whether snprintf returns a byte count as in C99... 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 whether strnlen is declared... yes
- checking whether strtoumax is declared... yes
- checking for struct timespec in <time.h>... yes
- checking whether ttyname_r is declared... yes
- checking whether the utimes function works... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for intmax_t... yes
- checking where to find the exponent in a 'double'... word 1 bit 20
- 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... (cached) yes
- checking whether _snprintf is declared... no
- checking whether <wchar.h> uses 'inline' correctly... yes
- checking for sig_atomic_t... yes
- checking whether ungetc works on arbitrary bytes... yes
- checking for off_t... yes
- checking for inttypes.h... (cached) yes
- checking whether the inttypes.h PRIxNN macros are broken... no
- checking for LC_MESSAGES... yes
- checking for Solaris 11.4 locale system... no
- checking for getlocalename_l... no
- checking for CFPreferencesCopyAppValue... no
- checking for CFLocaleCopyCurrent... no
- checking for CFLocaleCopyPreferredLanguages... no
- checking whether alarm is declared... 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 unsetenv is declared... yes
- checking whether vsnprintf is declared... yes
- checking for alloca as a compiler built-in... yes
- checking for __builtin_expect... yes
- checking byteswap.h usability... yes
- checking byteswap.h presence... yes
- checking for byteswap.h... yes
- checking whether this system has an arbitrary file name length limit... yes
- checking for library containing clock_gettime... none required
- checking for clock_gettime... yes
- checking for clock_settime... yes
- checking for closedir... yes
- checking for d_ino member in directory struct... yes
- checking for d_type member in directory struct... yes
- checking for dirfd... yes
- checking whether dirfd is declared... yes
- checking whether dirfd is a macro... no
- checking whether // is distinct from /... (cached) yes
- checking whether dup works... yes
- checking whether dup2 works... yes
- checking for error_at_line... yes
- checking whether fcntl handles F_DUPFD correctly... no
- checking whether fcntl understands F_DUPFD_CLOEXEC... yes
- checking whether fdopendir is declared... yes
- checking whether fdopendir works... yes
- checking for flexible array member... yes
- checking whether conversion from 'int' to 'long double' works... yes
- checking for working POSIX fnmatch... yes
- checking for __fpending... yes
- checking whether __fpending is declared... yes
- checking whether fstatat (..., 0) works... yes
- checking for ftello... (cached) yes
- checking whether ftello works... (cached) yes
- checking for struct statfs.f_type... yes
- checking for __fsword_t... no
- checking whether futimens works... yes
- checking how to do getaddrinfo, freeaddrinfo and getnameinfo... checking for library containing getaddrinfo... none required
- checking for getaddrinfo... yes
- checking whether gai_strerror is declared... yes
- checking whether gai_strerrorA is declared... no
- checking for gai_strerror with POSIX signature... yes
- checking for struct sockaddr.sa_len... no
- checking whether getaddrinfo is declared... yes
- checking whether freeaddrinfo is declared... yes
- checking whether getnameinfo is declared... yes
- checking for struct addrinfo... yes
- checking whether getcwd handles long file names properly... yes
- checking for getpagesize... yes
- checking whether getcwd aborts when 4k < cwd_length < 16k... no
- checking for working getdelim function... yes
- checking whether getdtablesize works... no
- checking for getline... yes
- checking for working getline function... yes
- checking whether getlogin_r works with small buffers... 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... yes
- checking for GNU glob interface version 1 or 2... no
- checking for library containing gethostbyname... (cached) none required
- checking for gethostbyname... (cached) yes
- checking for library containing inet_ntop... (cached) none required
- checking whether inet_ntop is declared... (cached) yes
- checking for ioctl... yes
- checking for ioctl with POSIX signature... yes
- checking whether the compiler supports the __inline keyword... yes
- checking whether locale.h conforms to POSIX:2001... yes
- checking whether struct lconv is properly defined... yes
- checking for pthread_rwlock_t... yes
- checking whether pthread_rwlock_rdlock prefers a writer to a reader... yes
- checking whether lseek detects pipes... yes
- checking whether mbrtowc handles incomplete characters... yes
- checking whether mbrtowc works as well as mbtowc... guessing 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... guessing 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) guessing yes
- checking whether mbrtowc handles incomplete characters... (cached) yes
- checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
- checking whether mbsrtowcs works... yes
- checking whether memmem works in linear time... yes
- checking for memmem... (cached) yes
- checking whether memmem works... (cached) yes
- checking for mempcpy... (cached) yes
- checking for memrchr... yes
- checking whether mkdir handles trailing slash... yes
- checking whether mkdir handles trailing dot... yes
- checking for mkdtemp... yes
- checking whether <netinet/in.h> is self-contained... yes
- checking whether open recognizes a trailing slash... yes
- checking for opendir... yes
- checking whether perror matches strerror... yes
- checking whether pread works... yes
- checking whether ptsname_r has the same signature as in glibc... yes
- checking for raise... yes
- checking for sigprocmask... yes
- checking for rawmemchr... yes
- checking for readdir... yes
- checking whether readlink signature is correct... yes
- checking whether readlink handles trailing slash correctly... yes
- checking whether readlinkat signature is correct... yes
- checking for rewinddir... yes
- checking whether select supports a 0 argument... yes
- checking whether select detects invalid fds... yes
- checking for library containing getservbyname... (cached) none required
- checking for getservbyname... (cached) yes
- checking whether setenv validates arguments... yes
- checking for volatile sig_atomic_t... yes
- checking for sighandler_t... yes
- checking for stdint.h... (cached) yes
- checking for SIZE_MAX... yes
- checking whether sleep is declared... yes
- checking for working sleep... 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... yes
- checking for socklen_t... yes
- checking for ssize_t... (cached) yes
- checking whether stat handles trailing slashes on files... yes
- checking for struct stat.st_atim.tv_nsec... yes
- checking whether struct stat.st_atim is of type struct timespec... yes
- checking for struct stat.st_birthtimespec.tv_nsec... no
- checking for struct stat.st_birthtimensec... no
- checking for struct stat.st_birthtim.tv_nsec... yes
- checking for working stdalign.h... yes
- checking for va_copy... yes
- checking for good max_align_t... (cached) yes
- checking whether NULL can be used in arbitrary expressions... (cached) yes
- checking which flavor of printf attribute matches inttypes macros... system
- checking for strchrnul... yes
- checking whether strchrnul works... yes
- checking for working strerror function... yes
- checking for working strndup... yes
- checking for working strnlen... yes
- checking for strtoll... yes
- checking for strtoull... yes
- checking whether symlink handles trailing slash correctly... yes
- checking whether symlinkat handles trailing slash correctly... yes
- checking whether <sys/ioctl.h> declares ioctl... yes
- checking for nlink_t... (cached) yes
- checking for ttyname_r... yes
- checking whether ttyname_r is compatible with its POSIX signature... yes
- checking whether ttyname_r works with small buffers... yes
- checking for vasprintf... yes
- checking whether iswcntrl works... yes
- checking for towlower... yes
- checking for wctype_t... yes
- checking for wctrans_t... yes
- checking for stdint.h... (cached) yes
- checking for long long int... (cached) yes
- checking whether btowc(0) is correct... yes
- checking whether btowc(EOF) is correct... yes
- checking for a traditional french locale... (cached) fr_FR.ISO-8859-1
- checking for a french Unicode locale... (cached) fr_FR.UTF-8
- checking for a traditional french locale... (cached) fr_FR.ISO-8859-1
- checking for a turkish Unicode locale... none
- checking whether fdopen sets errno... yes
- checking for getpagesize... (cached) yes
- checking whether getpagesize is declared... yes
- checking whether byte ordering is bigendian... no
- checking for library containing inet_pton... none required
- checking whether inet_pton is declared... yes
- checking whether byte ordering is bigendian... (cached) no
- 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 langinfo.h defines CODESET... yes
- checking whether langinfo.h defines T_FMT_AMPM... yes
- checking whether langinfo.h defines ALTMON_1... no
- checking whether langinfo.h defines ERA... yes
- checking whether langinfo.h defines YESEXPR... yes
- checking for setlocale... yes
- checking for a traditional french locale... (cached) fr_FR.ISO-8859-1
- checking for a french Unicode locale... (cached) fr_FR.UTF-8
- checking for a traditional japanese locale... (cached) ja_JP.EUC-JP
- checking for a transitional chinese locale... (cached) none
- checking for a french Unicode locale... (cached) fr_FR.UTF-8
- checking for a traditional french locale... (cached) fr_FR.ISO-8859-1
- checking for a french Unicode locale... (cached) fr_FR.UTF-8
- checking for a traditional japanese locale... (cached) ja_JP.EUC-JP
- checking for a transitional chinese locale... (cached) none
- checking for mmap... (cached) yes
- checking for MAP_ANONYMOUS... yes
- checking for mmap... (cached) yes
- checking for MAP_ANONYMOUS... yes
- checking for mmap... (cached) yes
- checking for MAP_ANONYMOUS... yes
- checking for library containing nanosleep... none required
- checking for working nanosleep... no (mishandles large arguments)
- checking whether posix_spawn_file_actions_addclose works... no
- checking whether posix_spawn_file_actions_adddup2 works... no
- checking whether posix_spawn_file_actions_addopen works... no
- checking for getppriv... no
- checking whether pthread_sigmask works without -lpthread... yes
- checking whether pthread_sigmask returns error numbers... yes
- checking whether pthread_sigmask unblocks signals correctly... guessing yes
- checking for putenv compatible with GNU and SVID... yes
- checking for mmap... (cached) yes
- checking for MAP_ANONYMOUS... yes
- checking for mmap... (cached) yes
- checking for MAP_ANONYMOUS... yes
- checking whether rmdir works... yes
- checking for a traditional french locale... (cached) fr_FR.ISO-8859-1
- checking for a french Unicode locale... (cached) fr_FR.UTF-8
- checking for a traditional japanese locale... (cached) ja_JP.EUC-JP
- checking for a transitional chinese locale... (cached) none
- checking for struct sigaction.sa_sigaction... yes
- checking for sigprocmask... (cached) yes
- checking for posix_spawnattr_t... yes
- checking for posix_spawn_file_actions_t... yes
- checking for mmap... (cached) yes
- checking for MAP_ANONYMOUS... yes
- checking for pthread_atfork... 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 useconds_t... yes
- checking whether usleep allows large arguments... yes
- checking whether utimensat works... 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 waitid... no
- checking whether mbrtowc handles incomplete characters... (cached) yes
- checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
- checking whether wcrtomb return value is correct... yes
- checking for a traditional french locale... (cached) fr_FR.ISO-8859-1
- checking for a french Unicode locale... (cached) fr_FR.UTF-8
- checking for a traditional japanese locale... (cached) ja_JP.EUC-JP
- checking for a transitional chinese locale... (cached) none
- checking whether wctob works... yes
- checking whether wctob is declared... yes
- checking for sched_yield in -lrt... yes
- --- Checking for external programs ---
- checking for a sed that does not truncate output... (cached) /usr/bin/sed
- checking for gawk... (cached) gawk
- checking whether ln -s works... yes
- checking for cpio... cpio
- checking for gperf... gperf
- checking for genisoimage... /usr/bin/genisoimage
- checking for xmllint... xmllint
- checking for po4a... po4a
- checking for db_dump... /usr/bin/db_dump
- checking for db_load... /usr/bin/db_load
- checking for pbmtext... /usr/bin/pbmtext
- checking for pnmtopng... /usr/bin/pnmtopng
- checking for bmptopnm... /usr/bin/bmptopnm
- checking for pamcut... /usr/bin/pamcut
- checking for wrestool... /usr/bin/wrestool
- checking for xzcat... /usr/bin/xzcat
- checking for flex... flex
- checking lex output file root... lex.yy
- checking lex library... -lfl
- checking whether yytext is a pointer... yes
- checking for bison... bison -y
- checking for zip... no
- checking for unzip... /usr/bin/unzip
- checking for valgrind... no
- checking for fuser... /usr/bin/fuser
- checking for true... /usr/bin/true
- checking for the release date of 1.40.2... 2019-02-07
- --- Checking for the C compiler environment ---
- checking how to run the C preprocessor... gcc -E
- 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 -fno-common... yes
- checking whether C compiler handles -W... yes
- checking whether C compiler handles -Waddress... yes
- checking whether C compiler handles -Waggressive-loop-optimizations... yes
- checking whether C compiler handles -Wall... yes
- checking whether C compiler handles -Wattribute-alias... yes
- checking whether C compiler handles -Wattributes... yes
- checking whether C compiler handles -Wbad-function-cast... 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 -Wcast-align=strict... yes
- checking whether C compiler handles -Wcast-function-type... yes
- 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... yes
- checking whether C compiler handles -Wdeprecated-declarations... yes
- checking whether C compiler handles -Wdesignated-init... yes
- checking whether C compiler handles -Wdisabled-optimization... 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-branches... 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 -Wenum-compare... 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-signedness... 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... yes
- 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 -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... yes
- 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-prototypes... yes
- checking whether C compiler handles -Wmultichar... yes
- checking whether C compiler handles -Wmultistatement-macros... yes
- 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... yes
- 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 -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... yes
- checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
- checking whether C compiler handles -Wstrict-aliasing... yes
- checking whether C compiler handles -Wstrict-overflow... yes
- checking whether C compiler handles -Wstrict-prototypes... yes
- checking whether C compiler handles -Wstringop-truncation... yes
- checking whether C compiler handles -Wsuggest-attribute=cold... 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-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-macros... 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 -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 -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 -Wno-unused-parameter... yes
- checking whether C compiler handles -Wno-missing-field-initializers... yes
- checking whether C compiler handles -fdiagnostics-show-option... yes
- checking whether C compiler handles -Wframe-larger-than=5000... yes
- checking whether C compiler handles -Wstack-usage=10000... yes
- checking whether C compiler handles -Wimplicit-fallthrough=4... yes
- checking whether C compiler handles -Wformat-truncation=1... yes
- checking whether C compiler handles -Wformat-overflow=1... yes
- checking whether C compiler handles -Wno-shift-negative-value... yes
- checking whether C compiler handles -Wno-unused-macros... yes
- checking for special C compiler options needed for large files... (cached) no
- checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
- checking size of long... 8
- checking if __attribute__((cleanup(...))) works with this compiler... yes
- checking if we should run the GNUlib tests... yes
- --- Checking for libraries used by libguestfs ---
- checking for dirent.h that defines DIR... yes
- checking for library containing opendir... none required
- checking for struct dirent.d_type... yes
- checking for struct stat.st_blocks... yes
- checking for struct stat.st_blksize... yes
- checking for struct stat.st_atim.tv_nsec... (cached) yes
- checking for struct stat.st_mtim.tv_nsec... yes
- checking for struct stat.st_ctim.tv_nsec... yes
- checking for byteswap.h... (cached) yes
- checking endian.h usability... yes
- checking endian.h presence... yes
- checking for endian.h... yes
- checking sys/endian.h usability... no
- checking sys/endian.h presence... no
- checking for sys/endian.h... no
- checking errno.h usability... yes
- checking errno.h presence... yes
- checking for errno.h... yes
- checking linux/fs.h usability... no
- checking linux/fs.h presence... no
- checking for linux/fs.h... no
- checking linux/magic.h usability... no
- checking linux/magic.h presence... no
- checking for linux/magic.h... no
- checking linux/raid/md_u.h usability... no
- checking linux/raid/md_u.h presence... no
- checking for linux/raid/md_u.h... no
- checking linux/rtc.h usability... no
- checking linux/rtc.h presence... no
- checking for linux/rtc.h... no
- checking printf.h usability... no
- checking printf.h presence... no
- checking for printf.h... no
- checking sys/inotify.h usability... no
- checking sys/inotify.h presence... no
- checking for sys/inotify.h... no
- checking sys/mount.h usability... yes
- checking sys/mount.h presence... yes
- checking for sys/mount.h... yes
- checking sys/resource.h usability... yes
- checking sys/resource.h presence... yes
- checking for sys/resource.h... yes
- checking for sys/socket.h... (cached) yes
- checking sys/statfs.h usability... yes
- checking sys/statfs.h presence... yes
- checking for sys/statfs.h... yes
- checking sys/statvfs.h usability... yes
- checking sys/statvfs.h presence... yes
- checking for sys/statvfs.h... yes
- checking for sys/time.h... (cached) yes
- checking for sys/types.h... (cached) yes
- checking sys/un.h usability... yes
- checking sys/un.h presence... yes
- checking for sys/un.h... yes
- checking for sys/vfs.h... (cached) yes
- checking for sys/wait.h... (cached) yes
- checking windows.h usability... yes
- checking windows.h presence... yes
- checking for windows.h... yes
- checking sys/xattr.h usability... yes
- checking sys/xattr.h presence... yes
- checking for sys/xattr.h... yes
- checking for be32toh... no
- checking for fsync... yes
- checking for futimens... (cached) yes
- checking for getxattr... yes
- checking for htonl... yes
- checking for htons... yes
- checking for inotify_init1... no
- checking for lgetxattr... yes
- checking for listxattr... yes
- checking for llistxattr... yes
- checking for lsetxattr... yes
- checking for lremovexattr... yes
- checking for mknod... yes
- checking for ntohl... yes
- checking for ntohs... yes
- checking for posix_fallocate... yes
- checking for posix_fadvise... yes
- checking for removexattr... yes
- checking for setitimer... yes
- checking for setrlimit... yes
- checking for setxattr... yes
- checking for sigaction... (cached) yes
- checking for statfs... yes
- checking for statvfs... yes
- checking for sync... yes
- checking for sys/mkdev.h... (cached) no
- checking for sys/sysmacros.h... (cached) yes
- checking for UNIX_PATH_MAX... yes
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for LIBTINFO... no
- checking for LIBTINFO... yes
- checking for xgettext... xgettext
- checking for msgcat... msgcat
- checking for msgfmt... msgfmt
- checking for msgmerge... msgmerge
- checking msgfmt is GNU tool... yes
- 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 CFPreferencesCopyAppValue... (cached) no
- checking for CFLocaleCopyCurrent... (cached) no
- checking for CFLocaleCopyPreferredLanguages... (cached) no
- checking for GNU gettext in libc... no
- checking for iconv... (cached) yes
- checking for working iconv... (cached) yes
- checking how to link with libiconv... -liconv
- checking for GNU gettext in libintl... yes
- checking whether to use NLS... yes
- checking where the gettext function comes from... external libintl
- checking how to link with libintl... -lintl
- checking if the user specified a default backend... direct
- checking for dlopen in -ldl... yes
- checking for dlfcn.h... (cached) yes
- checking for RPC... yes
- checking for rpcgen... no
- checking selinux/selinux.h usability... no
- checking selinux/selinux.h presence... no
- checking for selinux/selinux.h... no
- checking for setexeccon in -lselinux... no
- checking sys/sdt.h usability... no
- checking sys/sdt.h presence... no
- checking for sys/sdt.h... no
- checking for PCRE... yes
- checking for AUGEAS... yes
- checking for aug_source... yes
- checking for magic_file in -lmagic... yes
- checking magic.h usability... yes
- checking magic.h presence... yes
- checking for magic.h... yes
- checking for LIBVIRT... yes
- checking for LIBXML2... yes
- checking for xmlBufferDetach... yes
- checking for JANSSON... yes
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking for g++ option to enable C++11 features... none needed
- checking dependency style of g++... gcc3
- checking how to run the C++ preprocessor... g++ -E
- checking for ld used by g++... /usr/x86_64-pc-cygwin/bin/ld.exe
- checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
- checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
- checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
- checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
- checking if g++ static flag -static works... yes
- 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/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
- checking dynamic linker characteristics... Win32 ld.exe
- checking how to hardcode library paths into programs... immediate
- checking if the C++ compiler really really works... yes
- --- Checking for FUSE ---
- checking for FUSE... yes
- checking for fuse_opt_add_opt_escaped... yes
- --- Checking the daemon and its dependencies ---
- checking if we should build the daemon... no
- checking for acl_from_text in -lacl... yes
- checking sys/acl.h usability... yes
- checking sys/acl.h presence... yes
- checking for sys/acl.h... yes
- checking for cap_from_text in -lcap... no
- configure: WARNING: Linux capabilities library (libcap) not found
- checking for HIVEX... yes
- checking for SD_JOURNAL... no
- checking for SD_JOURNAL... no
- configure: WARNING: systemd journal library not found, some features will be disabled
- checking for tsk_version_print in -ltsk... no
- configure: WARNING: The Sleuth Kit library (libtsk) not found
- checking for YARA... no
- checking for yr_initialize in -lyara... no
- configure: WARNING: Yara library not found
- --- Checking the appliance and its dependencies ---
- checking if we should build the appliance... no
- checking for supermin... no
- checking for --with-supermin-packager-config option... not set
- checking for --with-supermin-extra-options option... not set
- checking which Linux distro for package names... cygwin (manually specified)
- --- Checking for QEMU ---
- checking for qemu-kvm... no
- checking for kvm... no
- checking for qemu-system-x86_64... /cygdrive/c/bin/qemu/qemu-system-x86_64
- checking that /cygdrive/c/bin/qemu/qemu-system-x86_64 -help works... yes
- checking that /cygdrive/c/bin/qemu/qemu-system-x86_64 -version works... yes
- checking for /cygdrive/c/bin/qemu/qemu-system-x86_64 version >= 1... yes
- checking what extra options we need to use for qemu feature tests... -machine accel=kvm:tcg -display none
- checking that /cygdrive/c/bin/qemu/qemu-system-x86_64 -machine accel=kvm:tcg -display none -device ? works... yes
- checking for virtio-serial support in /cygdrive/c/bin/qemu/qemu-system-x86_64... yes
- --- Checking for other libraries ---
- checking for LIBCRYPT... yes
- checking crypt.h usability... yes
- checking crypt.h presence... yes
- checking for crypt.h... yes
- checking for LIBLZMA... yes
- checking for lzma_index_stream_flags... yes
- checking for lzma_index_stream_padding... yes
- checking for main in -lreadline... yes
- checking for append_history... yes
- checking for completion_matches... yes
- checking for rl_completion_matches... yes
- checking for LIBCONFIG... yes
- --- Checking for OCaml ---
- checking for ocamlc... ocamlc
- OCaml version is 4.04.2
- OCaml library path is /usr/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for ocamlfind... ocamlfind
- checking if OCaml version >= 4.01... yes (4, 4)
- checking if OCaml -runtime-variant _pic works... yes
- checking if ocamldep has the -all option... yes
- checking if ocamldep has the -one-line option... yes
- checking for OCaml findlib package gettext... found
- configure: creating common/mlgettext/common_gettext.ml
- checking for OCaml findlib package libvirt... not found
- checking for OCaml findlib package oUnit... found
- checking for OCaml module OUnit.OUnit2... +oUnit
- checking for OCaml module Bytes... yes
- checking for ocaml-gettext... ocaml-gettext
- --- Checking for Perl ---
- checking for perl... perl
- checking for Pod::Man... yes
- checking for Pod::Simple... yes
- checking for Test::More... yes
- checking for Module::Build... no
- configure: WARNING: some Perl modules required to compile or test the Perl bindings are missing
- checking for Pod::Usage... yes
- checking for Getopt::Long... yes
- checking for Sys::Virt... no
- checking for Locale::TextDomain... no
- checking for Win::Hivex... no
- checking for Win::Hivex::Regedit... no
- configure: WARNING: some Perl modules required to compile the Perl virt-* tools are missing
- --- Checking for Python ---
- checking for python... python
- checking Python version... 2.7
- checking for PYTHON... yes
- checking Python prefix... /usr
- checking for Python site-packages path... /usr/lib/python2.7/site-packages
- checking for Python extension suffix (PEP-3149)... .dll
- checking for PyCapsule_New in -lc... no
- checking for PyString_AsString in -lc... no
- --- Checking for Ruby ---
- checking for ruby... no
- checking for rake... no
- checking for C library for Ruby extensions... not found
- --- Checking for Java ---
- checking for 'java' in /usr/lib/jvm/java... not found
- checking for 'java' in /usr/lib64/jvm/java... not found
- checking for 'java' in /usr/lib/jvm/default-java... not found
- checking for 'java' in /usr/lib/jvm/default... not found
- checking for 'java' in /etc/java-config-2/current-system-vm... not found
- checking for 'java' in /usr/lib/jvm/java-8-openjdk... not found
- checking for 'java' in /usr/lib/jvm/java-7-openjdk... not found
- checking for 'java' in /usr/lib/jvm/java-6-openjdk... not found
- --- Checking for Haskell ---
- checking for ghc... no
- --- Checking for PHP ---
- checking for php... no
- checking for phpize... no
- --- Checking for Erlang ---
- checking for erlc... no
- --- Checking for Lua ---
- checking for lua... no
- --- Checking for Go ---
- checking for go... no
- --- Checking for GObject Introspection ---
- checking for GOBJECT... yes
- checking for GIO... yes
- checking for gjs... no
- configure: WARNING: gjs not found, gobject bindtests will not run
- checking for gobject-introspection... yes
- --- Checking the virt-v2v and virt-p2v dependencies ---
- checking for the nbdkit python plugin name... python
- checking for --with-gtk option... not set, will check for installed Gtk
- checking for GTK... no
- checking for GTK... no
- checking for DBUS... no
- configure: WARNING: D-Bus not found, virt-p2v will not be able to inhibit power saving during P2V conversions
- checking if we can build virt-p2v... no
- --- Checking for bash completion ---
- checking for BASH_COMPLETION... yes
- checking for bash-completions directory... /usr/share/bash-completion/completions
- --- Performing additional configuration ---
- --- Generating output files ---
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating appliance/libguestfs-make-fixed-appliance
- config.status: creating inspector/test-xmllint.sh
- config.status: creating inspector/test-virt-inspector.sh
- config.status: creating inspector/test-virt-inspector-luks.sh
- config.status: creating installcheck.sh
- config.status: creating ocaml-dep.sh
- config.status: creating ocaml-link.sh
- config.status: creating p2v/virt-p2v-make-disk
- config.status: WARNING: 'p2v/virt-p2v-make-disk.in' seems to ignore the --datarootdir setting
- config.status: creating p2v/virt-p2v-make-kickstart
- config.status: WARNING: 'p2v/virt-p2v-make-kickstart.in' seems to ignore the --datarootdir setting
- config.status: creating p2v/virt-p2v-make-kiwi
- config.status: WARNING: 'p2v/virt-p2v-make-kiwi.in' seems to ignore the --datarootdir setting
- config.status: creating php/extension/php-for-tests.sh
- config.status: creating pick-guests.pl
- config.status: creating podwrapper.pl
- config.status: creating run
- config.status: creating Makefile
- config.status: creating align/Makefile
- config.status: creating appliance/Makefile
- config.status: creating bash/Makefile
- config.status: creating builder/Makefile
- config.status: creating builder/libguestfs.conf
- config.status: creating builder/opensuse.conf
- config.status: creating builder/templates/Makefile
- config.status: creating builder/test-config/virt-builder/repos.d/test-index.conf
- config.status: creating builder/test-simplestreams/virt-builder/repos.d/cirros.conf
- config.status: creating builder/test-website/virt-builder/repos.d/libguestfs.conf
- config.status: creating cat/Makefile
- config.status: creating common/errnostring/Makefile
- config.status: creating common/edit/Makefile
- config.status: creating common/miniexpect/Makefile
- config.status: creating common/mlaugeas/Makefile
- config.status: creating common/mlgettext/Makefile
- config.status: creating common/mlpcre/Makefile
- config.status: creating common/mlprogress/Makefile
- config.status: creating common/mlstdutils/Makefile
- config.status: creating common/mlstdutils/guestfs_config.ml
- config.status: creating common/mltools/Makefile
- config.status: creating common/mlutils/Makefile
- config.status: creating common/mlvisit/Makefile
- config.status: creating common/mlxml/Makefile
- config.status: creating common/options/Makefile
- config.status: creating common/parallel/Makefile
- config.status: creating common/progress/Makefile
- config.status: creating common/protocol/Makefile
- config.status: creating common/qemuopts/Makefile
- config.status: creating common/structs/Makefile
- config.status: creating common/utils/Makefile
- config.status: creating common/visit/Makefile
- config.status: creating common/windows/Makefile
- config.status: creating csharp/Makefile
- config.status: creating customize/Makefile
- config.status: creating daemon/daemon_config.ml
- config.status: creating daemon/Makefile
- config.status: creating df/Makefile
- config.status: creating dib/Makefile
- config.status: creating diff/Makefile
- config.status: creating docs/Makefile
- config.status: creating edit/Makefile
- config.status: creating erlang/Makefile
- config.status: creating erlang/examples/Makefile
- config.status: creating examples/Makefile
- config.status: creating fish/Makefile
- config.status: creating format/Makefile
- config.status: creating fuse/Makefile
- config.status: creating generator/Makefile
- config.status: creating get-kernel/Makefile
- config.status: creating gnulib/lib/Makefile
- config.status: creating gnulib/tests/Makefile
- config.status: creating gobject/libguestfs-gobject-1.0.pc
- config.status: creating gobject/Makefile
- config.status: creating golang/Makefile
- config.status: creating golang/examples/Makefile
- config.status: creating haskell/Makefile
- config.status: creating inspector/Makefile
- config.status: creating java/Makefile
- config.status: creating java/examples/Makefile
- config.status: creating lib/Makefile
- config.status: creating lib/libguestfs.pc
- config.status: creating lua/Makefile
- config.status: creating lua/examples/Makefile
- config.status: creating make-fs/Makefile
- config.status: creating ocaml/META
- config.status: creating ocaml/Makefile
- config.status: creating ocaml/examples/Makefile
- config.status: creating p2v/Makefile
- config.status: creating perl/Build.PL
- config.status: creating perl/Makefile
- config.status: creating perl/examples/Makefile
- config.status: creating php/Makefile
- config.status: creating po-docs/Makefile
- config.status: creating po-docs/ja/Makefile
- config.status: creating po-docs/uk/Makefile
- config.status: creating po/Makefile
- config.status: creating python/Makefile
- config.status: creating python/examples/Makefile
- config.status: creating python/setup.py
- config.status: creating python/t/tests_helper.py
- config.status: creating rescue/Makefile
- config.status: creating resize/Makefile
- config.status: creating ruby/Makefile
- config.status: creating ruby/Rakefile
- config.status: creating ruby/examples/Makefile
- config.status: creating ruby/ext/guestfs/extconf.rb
- config.status: creating sparsify/Makefile
- config.status: creating sysprep/Makefile
- config.status: creating test-data/Makefile
- config.status: creating test-data/binaries/Makefile
- config.status: creating test-data/blank-disks/Makefile
- config.status: creating test-data/fake-virtio-win/Makefile
- config.status: creating test-data/fake-virt-tools/Makefile
- config.status: creating test-data/files/Makefile
- config.status: creating test-data/phony-guests/Makefile
- config.status: creating test-data/phony-guests/guests.xml
- config.status: creating test-tool/Makefile
- config.status: creating tests/9p/Makefile
- config.status: creating tests/bigdirs/Makefile
- config.status: creating tests/btrfs/Makefile
- config.status: creating tests/c-api/Makefile
- config.status: creating tests/charsets/Makefile
- config.status: creating tests/create/Makefile
- config.status: creating tests/daemon/Makefile
- config.status: creating tests/daemon/captive-daemon.pm
- config.status: creating tests/discard/Makefile
- config.status: creating tests/disks/Makefile
- config.status: creating tests/disks/test-qemu-drive-libvirt.xml
- config.status: creating tests/disk-labels/Makefile
- config.status: creating tests/events/Makefile
- config.status: creating tests/gdisk/Makefile
- config.status: creating tests/hotplug/Makefile
- config.status: creating tests/http/Makefile
- config.status: creating tests/journal/Makefile
- config.status: creating tests/luks/Makefile
- config.status: creating tests/lvm/Makefile
- config.status: creating tests/md/Makefile
- config.status: creating tests/mount-local/Makefile
- config.status: creating tests/mountable/Makefile
- config.status: creating tests/nbd/Makefile
- config.status: creating tests/network/Makefile
- config.status: creating tests/ntfs/Makefile
- config.status: creating tests/parallel/Makefile
- config.status: creating tests/protocol/Makefile
- config.status: creating tests/qemu/Makefile
- config.status: creating tests/regressions/Makefile
- config.status: creating tests/relabel/Makefile
- config.status: creating tests/relative-paths/Makefile
- config.status: creating tests/rsync/Makefile
- config.status: creating tests/selinux/Makefile
- config.status: creating tests/syslinux/Makefile
- config.status: creating tests/tmpdirs/Makefile
- config.status: creating tests/tsk/Makefile
- config.status: creating tests/xfs/Makefile
- config.status: creating tests/xml/Makefile
- config.status: creating tests/yara/Makefile
- config.status: creating tools/Makefile
- config.status: creating utils/boot-analysis/Makefile
- config.status: creating utils/boot-benchmark/Makefile
- config.status: creating utils/max-disks/Makefile
- config.status: creating utils/qemu-boot/Makefile
- config.status: creating utils/qemu-speed-test/Makefile
- config.status: creating v2v/Makefile
- config.status: creating v2v/config.ml
- config.status: creating v2v/test-harness/Makefile
- config.status: creating v2v/test-harness/META
- config.status: creating website/index.html
- config.status: creating config.h
- config.status: executing depfiles commands
- 0 [main] generator 16821 dofork: child -1 - forked process 9280 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
- 0 [main] generator 16858 dofork: child -1 - forked process 8512 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
- 0 [main] generator 18844 dofork: child -1 - forked process 3424 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
- 0 [main] generator 19611 dofork: child -1 - forked process 820 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
- config.status: executing libtool commands
- config.status: executing po-directories commands
- ------------------------------------------------------------
- Thank you for downloading libguestfs 1.40.2
- This is how we have configured the optional components for you today:
- Daemon .............................. no
- Appliance ........................... no
- QEMU ................................ /cygdrive/c/bin/qemu/qemu-system-x86_64
- guestfish and C-based virt tools .... yes
- FUSE filesystem ..................... yes
- Default backend ..................... direct
- GNU gettext for i18n ................ yes
- virt-p2v ............................ no
- OCaml bindings ...................... yes
- OCaml-based virt tools .............. yes
- Perl bindings ....................... no
- Perl-based virt tools ............... no
- Python bindings ..................... yes
- Ruby bindings ....................... no
- Java bindings ....................... no
- Haskell bindings .................... no
- PHP bindings ........................ no
- Erlang bindings ..................... no
- Lua bindings ........................ no
- Go bindings ......................... no
- gobject bindings .................... yes
- gobject introspection ............... yes
- bash completion ..................... yes
- If any optional component is configured 'no' when you expected 'yes'
- then you should check the preceding messages.
- Please report bugs back to the mailing list:
- http://www.redhat.com/mailman/listinfo/libguestfs
- Next you should type 'make' to build the package,
- then 'make check' to run the tests.
- Or run 'make help' to list some common targets.
- ------------------------------------------------------------
- user@PC /cygdrive/c/src/libguestfs-1.40.2
- $
- user@PC /cygdrive/c/src/libguestfs-1.40.2
- $ make -C generator clean
- make: Entering directory '/cygdrive/c/src/libguestfs-1.40.2/generator'
- test -z "*~ *.bak *.orig *.rej *.cmi *.cmo *.cma *.cmx *.cmxa dll*.so *.a *.annot oUnit-*.cache oUnit-*.log *.1 *.3 *.5 *.8 stamp-*.pod bindtests.tmp stamp-generator generator" || rm -f *~ *.bak *.orig *.rej *.cmi *.cmo *.cma *.cmx *.cmxa dll*.so *.a *.annot oUnit-*.cache oUnit-*.log *.1 *.3 *.5 *.8 stamp-*.pod bindtests.tmp stamp-generator generator
- rm -rf .libs _libs
- rm -f *.lo
- make: Leaving directory '/cygdrive/c/src/libguestfs-1.40.2/generator'
- user@PC /cygdrive/c/src/libguestfs-1.40.2
- $ make -C generator
- make: Entering directory '/cygdrive/c/src/libguestfs-1.40.2/generator'
- OCAMLCMI types.cmi
- OCAMLC types.cmo
- OCAMLCMI utils.cmi
- OCAMLC utils.cmo
- OCAMLCMI proc_nr.cmi
- OCAMLC proc_nr.cmo
- OCAMLCMI actions_augeas.cmi
- OCAMLC actions_augeas.cmo
- OCAMLCMI actions_core.cmi
- OCAMLC actions_core.cmo
- OCAMLCMI actions_core_deprecated.cmi
- OCAMLC actions_core_deprecated.cmo
- OCAMLCMI actions_debug.cmi
- OCAMLC actions_debug.cmo
- OCAMLCMI actions_hivex.cmi
- OCAMLC actions_hivex.cmo
- OCAMLCMI actions_hivex_deprecated.cmi
- OCAMLC actions_hivex_deprecated.cmo
- OCAMLCMI actions_inspection.cmi
- OCAMLC actions_inspection.cmo
- OCAMLCMI actions_inspection_deprecated.cmi
- OCAMLC actions_inspection_deprecated.cmo
- OCAMLCMI actions_internal_tests.cmi
- OCAMLC actions_internal_tests.cmo
- OCAMLCMI actions_properties.cmi
- OCAMLC actions_properties.cmo
- OCAMLCMI actions_properties_deprecated.cmi
- OCAMLC actions_properties_deprecated.cmo
- OCAMLCMI actions_tsk.cmi
- OCAMLC actions_tsk.cmo
- OCAMLCMI actions_yara.cmi
- OCAMLC actions_yara.cmo
- OCAMLCMI actions.cmi
- OCAMLC actions.cmo
- OCAMLCMI structs.cmi
- OCAMLC structs.cmo
- OCAMLCMI fish_commands.cmi
- OCAMLC fish_commands.cmo
- OCAMLCMI optgroups.cmi
- OCAMLC optgroups.cmo
- OCAMLCMI prepopts.cmi
- OCAMLC prepopts.cmo
- OCAMLCMI events.cmi
- OCAMLC events.cmo
- OCAMLCMI pr.cmi
- OCAMLC pr.cmo
- OCAMLCMI docstrings.cmi
- OCAMLC docstrings.cmo
- OCAMLCMI authors.cmi
- OCAMLC authors.cmo
- OCAMLCMI checks.cmi
- OCAMLC checks.cmo
- OCAMLCMI c.cmi
- OCAMLC c.cmo
- OCAMLCMI XDR.cmi
- OCAMLC XDR.cmo
- OCAMLCMI daemon.cmi
- OCAMLC daemon.cmo
- OCAMLCMI tests_c_api.cmi
- OCAMLC tests_c_api.cmo
- OCAMLCMI fish.cmi
- OCAMLC fish.cmo
- OCAMLCMI OCaml.cmi
- OCAMLC OCaml.cmo
- OCAMLCMI perl.cmi
- OCAMLC perl.cmo
- OCAMLCMI python.cmi
- OCAMLC python.cmo
- OCAMLCMI ruby.cmi
- OCAMLC ruby.cmo
- OCAMLCMI java.cmi
- OCAMLC java.cmo
- OCAMLCMI haskell.cmi
- OCAMLC haskell.cmo
- OCAMLCMI csharp.cmi
- OCAMLC csharp.cmo
- OCAMLCMI php.cmi
- OCAMLC php.cmo
- OCAMLCMI erlang.cmi
- OCAMLC erlang.cmo
- OCAMLCMI lua.cmi
- OCAMLC lua.cmo
- OCAMLCMI GObject.cmi
- OCAMLC GObject.cmo
- OCAMLCMI golang.cmi
- OCAMLC golang.cmo
- OCAMLCMI bindtests.cmi
- OCAMLC bindtests.cmo
- OCAMLCMI errnostring.cmi
- OCAMLC errnostring.cmo
- OCAMLCMI customize.cmi
- OCAMLC customize.cmo
- OCAMLCMI UEFI.cmi
- OCAMLC UEFI.cmo
- OCAMLCMI p2v_config.cmi
- OCAMLC p2v_config.cmo
- OCAMLCMI main.cmi
- OCAMLC main.cmo
- make -C ../common/mlstdutils mlstdutils.cma
- make[1]: Entering directory '/cygdrive/c/src/libguestfs-1.40.2/common/mlstdutils'
- make[1]: 'mlstdutils.cma' is up to date.
- make[1]: Leaving directory '/cygdrive/c/src/libguestfs-1.40.2/common/mlstdutils'
- ocamlfind ocamlc -g -annot -safe-string -warn-error CDEFLMPSUVYZX+52-3 -ccopt '-fPIC -fno-strict-overflow -Wno-strict-overflow' \
- -package unix,str -I . -I . -I ../common/mlstdutils -I ../common/mlstdutils -linkpkg mlstdutils.cma \
- types.cmo utils.cmo proc_nr.cmo actions_augeas.cmo actions_core.cmo actions_core_deprecated.cmo actions_debug.cmo actions_hivex.cmo actions_hivex_deprecated.cmo actions_inspection.cmo actions_inspection_deprecated.cmo actions_internal_tests.cmo actions_properties.cmo actions_properties_deprecated.cmo actions_tsk.cmo actions_yara.cmo actions.cmo structs.cmo fish_commands.cmo optgroups.cmo prepopts.cmo events.cmo pr.cmo docstrings.cmo authors.cmo checks.cmo c.cmo XDR.cmo daemon.cmo tests_c_api.cmo fish.cmo OCaml.cmo perl.cmo python.cmo ruby.cmo java.cmo haskell.cmo csharp.cmo php.cmo erlang.cmo lua.cmo GObject.cmo golang.cmo bindtests.cmo errnostring.cmo customize.cmo UEFI.cmo p2v_config.cmo main.cmo -o generator
- mkdir -p ../perl/lib/Sys
- mkdir -p ../ruby/ext/guestfs
- mkdir -p ../java/com/redhat/et/libguestfs
- mkdir -p ../csharp
- mkdir -p ../gobject/src
- mkdir -p ../gobject/include
- mkdir -p ../gobject/include/guestfs-gobject
- cd .. && /cygdrive/c/src/libguestfs-1.40.2/generator/generator
- 0 [main] generator 19995 dofork: child -1 - forked process 7060 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
- Fatal error: exception Unix.Unix_error(Unix.EAGAIN, "fork", "")
- make: *** [Makefile:2105: stamp-generator] Error 2
- make: Leaving directory '/cygdrive/c/src/libguestfs-1.40.2/generator'
- user@PC /cygdrive/c/src/libguestfs-1.40.2
- $ make
- fatal: not a git repository (or any parent up to mount point /cygdrive)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make all-recursive
- make[1]: Entering directory '/cygdrive/c/src/libguestfs-1.40.2'
- Making all in common/mlstdutils
- make[2]: Entering directory '/cygdrive/c/src/libguestfs-1.40.2/common/mlstdutils'
- CC libmlstdutils_a-dummy.o
- OCAMLOPT guestfs_config.cmx
- OCAMLOPT stringMap.cmx
- OCAMLOPT stringSet.cmx
- OCAMLOPT std_utils.cmx
- AR libmlstdutils.a
- ocamlfind ocamlopt -package str,unix -I . -a guestfs_config.cmx stringMap.cmx stringSet.cmx std_utils.cmx -o mlstdutils.cmxa
- make[2]: Leaving directory '/cygdrive/c/src/libguestfs-1.40.2/common/mlstdutils'
- Making all in generator
- make[2]: Entering directory '/cygdrive/c/src/libguestfs-1.40.2/generator'
- mkdir -p ../perl/lib/Sys
- mkdir -p ../ruby/ext/guestfs
- mkdir -p ../java/com/redhat/et/libguestfs
- mkdir -p ../csharp
- mkdir -p ../gobject/src
- mkdir -p ../gobject/include
- mkdir -p ../gobject/include/guestfs-gobject
- cd .. && /cygdrive/c/src/libguestfs-1.40.2/generator/generator
- 0 [main] generator 20094 dofork: child -1 - forked process 12992 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
- Fatal error: exception Unix.Unix_error(Unix.EAGAIN, "fork", "")
- make[2]: *** [Makefile:2105: stamp-generator] Error 2
- make[2]: Leaving directory '/cygdrive/c/src/libguestfs-1.40.2/generator'
- make[1]: *** [Makefile:2247: all-recursive] Error 1
- make[1]: Leaving directory '/cygdrive/c/src/libguestfs-1.40.2'
- make: *** [Makefile:2151: all] Error 2
Add Comment
Please, Sign In to add comment