./autogen.sh # 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/ .*//') git submodule status|sed 's/^[ +-]//;s/ .*//' 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 cat $curr_status 2>/dev/null running bootstrap... ./bootstrap: getting gnulib files... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: copying file `build-aux/config.guess' libtoolize: copying file `build-aux/config.sub' libtoolize: copying file `build-aux/install-sh' libtoolize: copying file `build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `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' libtoolize: Remember to add `LT_INIT' to configure.ac. Module list with included dependencies (indented): absolute-header accept accept-tests accept4 accept4-tests alloca alloca-opt alloca-opt-tests allocator areadlink areadlink-tests areadlinkat areadlinkat-tests argmatch argmatch-tests arpa_inet arpa_inet-tests assure at-internal base64 base64-tests binary-io binary-io-tests bind bind-tests bitrotate bitrotate-tests btowc btowc-tests byteswap byteswap-tests c-ctype c-ctype-tests c-strcase c-strcase-tests c-strcaseeq careadlinkat chdir chdir-long chdir-tests clock-time cloexec cloexec-tests close close-stream close-tests closedir closeout configmake connect connect-tests cycle-check d-ino d-type dev-ino dirent dirent-safer dirent-safer-tests dirent-tests dirfd dirname-lgpl dosname double-slash-root dup dup-tests dup2 dup2-tests dup3 dup3-tests environ environ-tests errno errno-tests error exitfail extensions extern-inline fchdir fchdir-tests fcntl fcntl-h fcntl-h-tests fcntl-safer fcntl-safer-tests fcntl-tests fd-hook fd-safer-flag fdopen fdopen-tests fdopendir fdopendir-tests fgetc-tests filename filenamecat-lgpl filevercmp filevercmp-tests flexmember float float-tests fnmatch fnmatch-tests fpending fpending-tests fpieee fpucw fputc-tests fread-tests fstat fstat-tests fstatat fstatat-tests fsusage ftell ftell-tests ftello ftello-tests ftruncate ftruncate-tests fts full-read full-write futimens futimens-tests fwrite-tests getaddrinfo getaddrinfo-tests getcwd getcwd-lgpl getcwd-lgpl-tests getcwd-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getline getline-tests getlogin_r getopt-gnu getopt-posix getopt-posix-tests getpagesize gettext gettext-h gettime gettimeofday gettimeofday-tests gitlog-to-changelog glob glob-tests gnu-make gnumakefile hash hash-pjw hash-tests havelib hostent human i-ring i-ring-tests iconv iconv-tests ignore-value ignore-value-tests include_next inet_ntop inet_ntop-tests inet_pton inet_pton-tests intprops intprops-tests inttostr inttostr-tests inttypes inttypes-incomplete inttypes-tests ioctl ioctl-tests isatty isatty-tests langinfo langinfo-tests largefile listen listen-tests localcharset locale locale-tests localeconv localeconv-tests localename localename-tests lock lock-tests lseek lseek-tests lstat lstat-tests maintainer-makefile malloc-posix malloca malloca-tests manywarnings mbrtowc mbrtowc-tests mbsinit mbsinit-tests mbsrtowcs mbsrtowcs-tests mbtowc memchr memchr-tests memmem memmem-simple memmem-tests mempcpy memrchr memrchr-tests mkdtemp mkstemps msvc-inval msvc-nothrow multiarch nanosleep nanosleep-tests netdb netdb-tests netinet_in netinet_in-tests nocrash open open-tests openat openat-die openat-h openat-safer openat-safer-tests openat-tests opendir pathmax pathmax-tests perror perror-tests pipe-posix pipe-posix-tests pipe2 pipe2-tests pread pread-tests priv-set priv-set-tests progname ptsname_r ptsname_r-tests putenv quote quotearg quotearg-simple quotearg-simple-tests raise raise-tests rawmemchr rawmemchr-tests read read-file read-file-tests read-tests readdir readlink readlink-tests readlinkat readlinkat-tests realloc-posix rewinddir rmdir rmdir-tests root-uid safe-read safe-write same-inode save-cwd secure_getenv select select-tests servent setenv setenv-tests setlocale setlocale-tests setsockopt setsockopt-tests sigaction sigaction-tests signal-h signal-h-tests sigprocmask sigprocmask-tests size_max sleep sleep-tests snippet/_Noreturn snippet/arg-nonnull snippet/c++defs snippet/warn-on-use snprintf snprintf-tests socket socketlib sockets sockets-tests socklen ssize_t stat stat-tests stat-time stat-time-tests statat statat-tests stdalign stdalign-tests stdarg stdbool stdbool-tests stddef stddef-tests stdint stdint-tests stdio stdio-tests stdlib stdlib-tests strchrnul strchrnul-tests strdup-posix streq strerror strerror-override strerror-tests strerror_r-posix strerror_r-posix-tests string string-tests strndup strnlen strnlen-tests strnlen1 strtoll strtoll-tests strtoull strtoull-tests strtoumax strtoumax-tests symlink symlink-tests symlinkat symlinkat-tests sys_ioctl sys_ioctl-tests sys_select sys_select-tests sys_socket sys_socket-tests sys_stat sys_stat-tests sys_time sys_time-tests sys_types sys_types-tests sys_uio sys_uio-tests sys_wait sys_wait-tests tempname test-framework-sh test-framework-sh-tests thread thread-tests threadlib time time-tests timespec ttyname_r ttyname_r-tests unistd unistd-safer unistd-safer-tests unistd-tests unlink unlink-tests unlinkat unlinkat-tests unlinkdir unsetenv unsetenv-tests useless-if-before-free utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests vc-list-files vc-list-files-tests verify verify-tests warnings wchar wchar-tests wcrtomb wcrtomb-tests wctob wctomb wctype-h wctype-h-tests write write-tests xalloc xalloc-die xalloc-die-tests xalloc-oversized xgetcwd xsize xstrtol xstrtol-tests xstrtoll xstrtoll-tests xstrtoumax xstrtoumax-tests xvasprintf xvasprintf-tests yield Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice from module localcharset: If your package's tests make use of the locale_charset() function directly or indirectly, you may need to define the CHARSETALIASDIR environment variable, so that "make check" works before "make install". In Makefile.am syntax: TESTS_ENVIRONMENT += @LOCALCHARSET_TESTS_ENVIRONMENT@ Notice from module vasprintf: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=asprintf:2:c-format --flag=vasprintf:2:c-format Notice from module xvasprintf: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=xasprintf:1:c-format File list: build-aux/config.rpath build-aux/gitlog-to-changelog build-aux/snippet/_Noreturn.h build-aux/snippet/arg-nonnull.h build-aux/snippet/c++defs.h build-aux/snippet/warn-on-use.h build-aux/useless-if-before-free build-aux/vc-list-files lib/accept.c lib/accept4.c lib/alloca.c lib/alloca.in.h lib/allocator.c lib/allocator.h lib/areadlink.c lib/areadlink.h lib/areadlinkat.c lib/argmatch.c lib/argmatch.h lib/arpa_inet.in.h lib/asnprintf.c lib/asprintf.c lib/assure.h lib/at-func.c lib/base64.c lib/base64.h lib/basename-lgpl.c lib/binary-io.c lib/binary-io.h lib/bitrotate.c lib/bitrotate.h lib/byteswap.in.h lib/c-ctype.c lib/c-ctype.h lib/c-strcase.h lib/c-strcasecmp.c lib/c-strcaseeq.h lib/c-strncasecmp.c lib/careadlinkat.c lib/careadlinkat.h lib/chdir-long.c lib/chdir-long.h lib/cloexec.c lib/cloexec.h lib/close-stream.c lib/close-stream.h lib/close.c lib/closedir.c lib/closeout.c lib/closeout.h lib/config.charset lib/connect.c lib/creat-safer.c lib/cycle-check.c lib/cycle-check.h lib/dev-ino.h lib/dirent--.h lib/dirent-private.h lib/dirent-safer.h lib/dirent.in.h lib/dirfd.c lib/dirname-lgpl.c lib/dirname.h lib/dosname.h lib/dup-safer.c lib/dup.c lib/dup2.c lib/dup3.c lib/errno.in.h lib/error.c lib/error.h lib/exitfail.c lib/exitfail.h lib/fchdir.c lib/fcntl--.h lib/fcntl-safer.h lib/fcntl.c lib/fcntl.in.h lib/fd-hook.c lib/fd-hook.h lib/fd-safer.c lib/fdopendir.c lib/filename.h lib/filenamecat-lgpl.c lib/filenamecat.h lib/filevercmp.c lib/filevercmp.h lib/float+.h lib/float.c lib/float.in.h lib/fnmatch.c lib/fnmatch.in.h lib/fnmatch_loop.c lib/fpending.c lib/fpending.h lib/fstat.c lib/fstatat.c lib/fsusage.c lib/fsusage.h lib/ftell.c lib/ftello.c lib/fts-cycle.c lib/fts.c lib/fts_.h lib/full-read.c lib/full-read.h lib/full-write.c lib/full-write.h lib/futimens.c lib/gai_strerror.c lib/getaddrinfo.c lib/getcwd-lgpl.c lib/getcwd.c lib/getdelim.c lib/getdtablesize.c lib/getline.c lib/getlogin_r.c lib/getopt.c lib/getopt.in.h lib/getopt1.c lib/getopt_int.h lib/gettext.h lib/gettime.c lib/gettimeofday.c lib/glob-libc.h lib/glob.c lib/glob.in.h lib/glthread/lock.c lib/glthread/lock.h lib/glthread/threadlib.c lib/hash-pjw.c lib/hash-pjw.h lib/hash.c lib/hash.h lib/human.c lib/human.h lib/i-ring.c lib/i-ring.h lib/ignore-value.h lib/inet_ntop.c lib/intprops.h lib/inttypes.in.h lib/isatty.c lib/itold.c lib/localcharset.c lib/localcharset.h lib/locale.in.h lib/localeconv.c lib/lseek.c lib/lstat.c lib/malloc.c lib/malloca.c lib/malloca.h lib/malloca.valgrind lib/mbrtowc.c lib/mbsinit.c lib/mbsrtowcs-impl.h lib/mbsrtowcs-state.c lib/mbsrtowcs.c lib/memchr.c lib/memchr.valgrind lib/memmem.c lib/mempcpy.c lib/memrchr.c lib/mkdtemp.c lib/mkstemps.c lib/msvc-inval.c lib/msvc-inval.h lib/msvc-nothrow.c lib/msvc-nothrow.h lib/netdb.in.h lib/netinet_in.in.h lib/open-safer.c lib/open.c lib/openat-die.c lib/openat-priv.h lib/openat-proc.c lib/openat-safer.c lib/openat.c lib/openat.h lib/opendir-safer.c lib/opendir.c lib/pathmax.h lib/perror.c lib/pipe-safer.c lib/pipe2.c lib/pread.c lib/printf-args.c lib/printf-args.h lib/printf-parse.c lib/printf-parse.h lib/ptsname_r.c lib/quote.h lib/quotearg.c lib/quotearg.h lib/raise.c lib/rawmemchr.c lib/rawmemchr.valgrind lib/read-file.c lib/read-file.h lib/read.c lib/readdir.c lib/readlink.c lib/readlinkat.c lib/realloc.c lib/ref-add.sin lib/ref-del.sin lib/rewinddir.c lib/safe-read.c lib/safe-read.h lib/safe-write.c lib/safe-write.h lib/same-inode.h lib/save-cwd.c lib/save-cwd.h lib/secure_getenv.c lib/select.c lib/setenv.c lib/signal.in.h lib/size_max.h lib/sleep.c lib/snprintf.c lib/socket.c lib/sockets.c lib/sockets.h lib/stat-time.c lib/stat-time.h lib/stat.c lib/stdalign.in.h lib/stdarg.in.h lib/stdbool.in.h lib/stddef.in.h lib/stdint.in.h lib/stdio-impl.h lib/stdio.in.h lib/stdlib.in.h lib/str-two-way.h lib/strchrnul.c lib/strchrnul.valgrind lib/strdup.c lib/streq.h lib/strerror-override.c lib/strerror-override.h lib/strerror.c lib/strerror_r.c lib/string.in.h lib/stripslash.c lib/strndup.c lib/strnlen.c lib/strnlen1.c lib/strnlen1.h lib/strtoimax.c lib/strtol.c lib/strtoll.c lib/strtoul.c lib/strtoull.c lib/strtoumax.c lib/symlink.c lib/symlinkat.c lib/sys_select.in.h lib/sys_socket.c lib/sys_socket.in.h lib/sys_stat.in.h lib/sys_time.in.h lib/sys_types.in.h lib/sys_uio.in.h lib/sys_wait.in.h lib/tempname.c lib/tempname.h lib/time.in.h lib/timespec.c lib/timespec.h lib/ttyname_r.c lib/unistd--.h lib/unistd-safer.h lib/unistd.c lib/unistd.in.h lib/utimens.c lib/utimens.h lib/vasnprintf.c lib/vasnprintf.h lib/vasprintf.c lib/verify.h lib/w32sock.h lib/wchar.in.h lib/wctype-h.c lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc-oversized.h lib/xalloc.h lib/xasprintf.c lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.c lib/xsize.h lib/xstrtol-error.c lib/xstrtol.c lib/xstrtol.h lib/xstrtoll.c lib/xstrtoul.c lib/xstrtoull.c lib/xstrtoumax.c lib/xvasprintf.c lib/xvasprintf.h m4/00gnulib.m4 m4/absolute-header.m4 m4/accept4.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/base64.m4 m4/btowc.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/clock_time.m4 m4/close-stream.m4 m4/close.m4 m4/closedir.m4 m4/closeout.m4 m4/codeset.m4 m4/configmake.m4 m4/cycle-check.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent-safer.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/double-slash-root.m4 m4/dup.m4 m4/dup2.m4 m4/dup3.m4 m4/eealloc.m4 m4/environ.m4 m4/errno_h.m4 m4/error.m4 m4/exponentd.m4 m4/extensions.m4 m4/extern-inline.m4 m4/fchdir.m4 m4/fcntl-o.m4 m4/fcntl-safer.m4 m4/fcntl.m4 m4/fcntl_h.m4 m4/fdopen.m4 m4/fdopendir.m4 m4/filenamecat.m4 m4/flexmember.m4 m4/float_h.m4 m4/fnmatch.m4 m4/fpending.m4 m4/fpieee.m4 m4/fseeko.m4 m4/fstat.m4 m4/fstatat.m4 m4/fsusage.m4 m4/ftell.m4 m4/ftello.m4 m4/ftruncate.m4 m4/fts.m4 m4/futimens.m4 m4/getaddrinfo.m4 m4/getcwd-abort-bug.m4 m4/getcwd-path-max.m4 m4/getcwd.m4 m4/getdelim.m4 m4/getdtablesize.m4 m4/getline.m4 m4/getlogin_r.m4 m4/getopt.m4 m4/getpagesize.m4 m4/gettext.m4 m4/gettime.m4 m4/gettimeofday.m4 m4/glibc2.m4 m4/glibc21.m4 m4/glob.m4 m4/gnu-make.m4 m4/gnulib-common.m4 m4/hostent.m4 m4/human.m4 m4/i-ring.m4 m4/iconv.m4 m4/include_next.m4 m4/inet_ntop.m4 m4/inet_pton.m4 m4/intdiv0.m4 m4/intl.m4 m4/intldir.m4 m4/intlmacosx.m4 m4/intmax.m4 m4/intmax_t.m4 m4/inttostr.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/ioctl.m4 m4/isatty.m4 m4/langinfo_h.m4 m4/largefile.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/localcharset.m4 m4/locale-fr.m4 m4/locale-ja.m4 m4/locale-tr.m4 m4/locale-zh.m4 m4/locale_h.m4 m4/localeconv.m4 m4/localename.m4 m4/lock.m4 m4/longlong.m4 m4/lseek.m4 m4/lstat.m4 m4/malloc.m4 m4/malloca.m4 m4/manywarnings.m4 m4/math_h.m4 m4/mbrtowc.m4 m4/mbsinit.m4 m4/mbsrtowcs.m4 m4/mbstate_t.m4 m4/mbtowc.m4 m4/memchr.m4 m4/memmem.m4 m4/mempcpy.m4 m4/memrchr.m4 m4/mkdtemp.m4 m4/mkstemps.m4 m4/mmap-anon.m4 m4/mode_t.m4 m4/msvc-inval.m4 m4/msvc-nothrow.m4 m4/multiarch.m4 m4/nanosleep.m4 m4/netdb_h.m4 m4/netinet_in_h.m4 m4/nls.m4 m4/nocrash.m4 m4/off_t.m4 m4/onceonly.m4 m4/open.m4 m4/openat.m4 m4/opendir.m4 m4/pathmax.m4 m4/perror.m4 m4/pipe.m4 m4/pipe2.m4 m4/po.m4 m4/pread.m4 m4/printf-posix.m4 m4/printf.m4 m4/priv-set.m4 m4/progtest.m4 m4/ptsname_r.m4 m4/putenv.m4 m4/quote.m4 m4/quotearg.m4 m4/raise.m4 m4/rawmemchr.m4 m4/read-file.m4 m4/read.m4 m4/readdir.m4 m4/readlink.m4 m4/readlinkat.m4 m4/realloc.m4 m4/rewinddir.m4 m4/rmdir.m4 m4/safe-read.m4 m4/safe-write.m4 m4/save-cwd.m4 m4/secure_getenv.m4 m4/select.m4 m4/servent.m4 m4/setenv.m4 m4/setlocale.m4 m4/sigaction.m4 m4/signal_h.m4 m4/signalblocking.m4 m4/size_max.m4 m4/sleep.m4 m4/snprintf.m4 m4/socketlib.m4 m4/sockets.m4 m4/socklen.m4 m4/sockpfaf.m4 m4/ssize_t.m4 m4/stat-time.m4 m4/stat.m4 m4/stdalign.m4 m4/stdarg.m4 m4/stdbool.m4 m4/stddef_h.m4 m4/stdint.m4 m4/stdint_h.m4 m4/stdio_h.m4 m4/stdlib_h.m4 m4/strchrnul.m4 m4/strdup.m4 m4/strerror.m4 m4/strerror_r.m4 m4/string_h.m4 m4/strndup.m4 m4/strnlen.m4 m4/strtoll.m4 m4/strtoull.m4 m4/strtoumax.m4 m4/symlink.m4 m4/symlinkat.m4 m4/sys_ioctl_h.m4 m4/sys_select_h.m4 m4/sys_socket_h.m4 m4/sys_stat_h.m4 m4/sys_time_h.m4 m4/sys_types_h.m4 m4/sys_uio_h.m4 m4/sys_wait_h.m4 m4/tempname.m4 m4/thread.m4 m4/threadlib.m4 m4/time_h.m4 m4/timespec.m4 m4/ttyname_r.m4 m4/uintmax_t.m4 m4/ungetc.m4 m4/unistd-safer.m4 m4/unistd_h.m4 m4/unlink.m4 m4/unlinkat.m4 m4/unlinkdir.m4 m4/utimbuf.m4 m4/utimecmp.m4 m4/utimens.m4 m4/utimes.m4 m4/vasnprintf.m4 m4/vasprintf.m4 m4/visibility.m4 m4/warn-on-use.m4 m4/warnings.m4 m4/wchar_h.m4 m4/wchar_t.m4 m4/wcrtomb.m4 m4/wctob.m4 m4/wctomb.m4 m4/wctype_h.m4 m4/wint_t.m4 m4/write.m4 m4/xalloc.m4 m4/xgetcwd.m4 m4/xsize.m4 m4/xstrtol.m4 m4/xvasprintf.m4 m4/yield.m4 tests/init.sh tests/macros.h tests/nap.h tests/signature.h tests/test-accept.c tests/test-accept4.c tests/test-alloca-opt.c tests/test-areadlink.c tests/test-areadlink.h tests/test-areadlinkat.c tests/test-argmatch.c tests/test-arpa_inet.c tests/test-base64.c tests/test-binary-io.c tests/test-binary-io.sh tests/test-bind.c tests/test-bitrotate.c tests/test-btowc.c tests/test-btowc1.sh tests/test-btowc2.sh tests/test-byteswap.c tests/test-c-ctype.c tests/test-c-strcase.sh tests/test-c-strcasecmp.c tests/test-c-strncasecmp.c tests/test-chdir.c tests/test-cloexec.c tests/test-close.c tests/test-connect.c tests/test-dirent-safer.c tests/test-dirent.c tests/test-dup-safer.c tests/test-dup.c tests/test-dup2.c tests/test-dup3.c tests/test-environ.c tests/test-errno.c tests/test-fchdir.c tests/test-fcntl-h.c tests/test-fcntl-safer.c tests/test-fcntl.c tests/test-fdopen.c tests/test-fdopendir.c tests/test-fgetc.c tests/test-filevercmp.c tests/test-float.c tests/test-fnmatch.c tests/test-fpending.c tests/test-fpending.sh tests/test-fputc.c tests/test-fread.c tests/test-fstat.c tests/test-fstatat.c tests/test-ftell.c tests/test-ftell.sh tests/test-ftell2.sh tests/test-ftell3.c tests/test-ftello.c tests/test-ftello.sh tests/test-ftello2.sh tests/test-ftello3.c tests/test-ftello4.c tests/test-ftello4.sh tests/test-ftruncate.c tests/test-ftruncate.sh tests/test-futimens.c tests/test-futimens.h tests/test-fwrite.c tests/test-getaddrinfo.c tests/test-getcwd-lgpl.c tests/test-getcwd.c tests/test-getcwd.sh tests/test-getdelim.c tests/test-getdtablesize.c tests/test-getline.c tests/test-getopt.c tests/test-getopt.h tests/test-getopt_long.h tests/test-gettimeofday.c tests/test-glob.c tests/test-hash.c tests/test-i-ring.c tests/test-iconv.c tests/test-ignore-value.c tests/test-inet_ntop.c tests/test-inet_pton.c tests/test-init.sh tests/test-intprops.c tests/test-inttostr.c tests/test-inttypes.c tests/test-ioctl.c tests/test-isatty.c tests/test-langinfo.c tests/test-listen.c tests/test-locale.c tests/test-localeconv.c tests/test-localename.c tests/test-lock.c tests/test-lseek.c tests/test-lseek.sh tests/test-lstat.c tests/test-lstat.h tests/test-lutimens.h tests/test-malloca.c tests/test-mbrtowc-w32-1.sh tests/test-mbrtowc-w32-2.sh tests/test-mbrtowc-w32-3.sh tests/test-mbrtowc-w32-4.sh tests/test-mbrtowc-w32-5.sh tests/test-mbrtowc-w32.c tests/test-mbrtowc.c tests/test-mbrtowc1.sh tests/test-mbrtowc2.sh tests/test-mbrtowc3.sh tests/test-mbrtowc4.sh tests/test-mbsinit.c tests/test-mbsinit.sh tests/test-mbsrtowcs.c tests/test-mbsrtowcs1.sh tests/test-mbsrtowcs2.sh tests/test-mbsrtowcs3.sh tests/test-mbsrtowcs4.sh tests/test-memchr.c tests/test-memmem.c tests/test-memrchr.c tests/test-nanosleep.c tests/test-netdb.c tests/test-netinet_in.c tests/test-open.c tests/test-open.h tests/test-openat-safer.c tests/test-openat.c tests/test-pathmax.c tests/test-perror.c tests/test-perror.sh tests/test-perror2.c tests/test-pipe.c tests/test-pipe2.c tests/test-pread.c tests/test-pread.sh tests/test-priv-set.c tests/test-ptsname_r.c tests/test-quotearg-simple.c tests/test-quotearg.h tests/test-raise.c tests/test-rawmemchr.c tests/test-read-file.c tests/test-read.c tests/test-readlink.c tests/test-readlink.h tests/test-readlinkat.c tests/test-rmdir.c tests/test-rmdir.h tests/test-select-fd.c tests/test-select-in.sh tests/test-select-out.sh tests/test-select-stdin.c tests/test-select.c tests/test-select.h tests/test-setenv.c tests/test-setlocale1.c tests/test-setlocale1.sh tests/test-setlocale2.c tests/test-setlocale2.sh tests/test-setsockopt.c tests/test-sigaction.c tests/test-signal-h.c tests/test-sigprocmask.c tests/test-sleep.c tests/test-snprintf.c tests/test-sockets.c tests/test-stat-time.c tests/test-stat.c tests/test-stat.h tests/test-statat.c tests/test-stdalign.c tests/test-stdbool.c tests/test-stddef.c tests/test-stdint.c tests/test-stdio.c tests/test-stdlib.c tests/test-strchrnul.c tests/test-strerror.c tests/test-strerror_r.c tests/test-string.c tests/test-strnlen.c tests/test-strtoll.c tests/test-strtoull.c tests/test-strtoumax.c tests/test-symlink.c tests/test-symlink.h tests/test-symlinkat.c tests/test-sys_ioctl.c tests/test-sys_select.c tests/test-sys_socket.c tests/test-sys_stat.c tests/test-sys_time.c tests/test-sys_types.c tests/test-sys_uio.c tests/test-sys_wait.c tests/test-sys_wait.h tests/test-thread_create.c tests/test-thread_self.c tests/test-time.c tests/test-ttyname_r.c tests/test-unistd.c tests/test-unlink.c tests/test-unlink.h tests/test-unlinkat.c tests/test-unsetenv.c tests/test-utimens-common.h tests/test-utimens.c tests/test-utimens.h tests/test-vasnprintf.c tests/test-vasprintf.c tests/test-vc-list-files-cvs.sh tests/test-vc-list-files-git.sh tests/test-verify.c tests/test-verify.sh tests/test-wchar.c tests/test-wcrtomb-w32-1.sh tests/test-wcrtomb-w32-2.sh tests/test-wcrtomb-w32-3.sh tests/test-wcrtomb-w32-4.sh tests/test-wcrtomb-w32-5.sh tests/test-wcrtomb-w32.c tests/test-wcrtomb.c tests/test-wcrtomb.sh tests/test-wctype-h.c tests/test-write.c tests/test-xalloc-die.c tests/test-xalloc-die.sh tests/test-xstrtol.c tests/test-xstrtol.sh tests/test-xstrtoll.c tests/test-xstrtoll.sh tests/test-xstrtoul.c tests/test-xstrtoull.c tests/test-xstrtoumax.c tests/test-xstrtoumax.sh tests/test-xvasprintf.c tests/zerosize-ptr.h lib/anytostr.c -> tests/anytostr.c lib/at-func.c -> tests/at-func.c lib/bind.c -> tests/bind.c lib/btowc.c -> tests/btowc.c lib/dup-safer-flag.c -> tests/dup-safer-flag.c lib/fd-safer-flag.c -> tests/fd-safer-flag.c lib/fdopen.c -> tests/fdopen.c lib/fpucw.h -> tests/fpucw.h lib/ftruncate.c -> tests/ftruncate.c lib/getpagesize.c -> tests/getpagesize.c lib/glthread/thread.c -> tests/glthread/thread.c lib/glthread/thread.h -> tests/glthread/thread.h lib/glthread/yield.h -> tests/glthread/yield.h lib/imaxtostr.c -> tests/imaxtostr.c lib/inet_pton.c -> tests/inet_pton.c lib/inttostr.c -> tests/inttostr.c lib/inttostr.h -> tests/inttostr.h lib/ioctl.c -> tests/ioctl.c lib/langinfo.in.h -> tests/langinfo.in.h lib/listen.c -> tests/listen.c lib/localename.c -> tests/localename.c lib/localename.h -> tests/localename.h lib/mbtowc-impl.h -> tests/mbtowc-impl.h lib/mbtowc.c -> tests/mbtowc.c lib/nanosleep.c -> tests/nanosleep.c lib/offtostr.c -> tests/offtostr.c lib/pipe.c -> tests/pipe.c lib/priv-set.c -> tests/priv-set.c lib/priv-set.h -> tests/priv-set.h lib/progname.c -> tests/progname.c lib/progname.h -> tests/progname.h lib/putenv.c -> tests/putenv.c lib/rmdir.c -> tests/rmdir.c lib/root-uid.h -> tests/root-uid.h lib/setlocale.c -> tests/setlocale.c lib/setsockopt.c -> tests/setsockopt.c lib/sig-handler.c -> tests/sig-handler.c lib/sig-handler.h -> tests/sig-handler.h lib/sigaction.c -> tests/sigaction.c lib/sigprocmask.c -> tests/sigprocmask.c lib/statat.c -> tests/statat.c lib/sys_ioctl.in.h -> tests/sys_ioctl.in.h lib/uinttostr.c -> tests/uinttostr.c lib/umaxtostr.c -> tests/umaxtostr.c lib/unlink.c -> tests/unlink.c lib/unlinkat.c -> tests/unlinkat.c lib/unlinkdir.c -> tests/unlinkdir.c lib/unlinkdir.h -> tests/unlinkdir.h lib/unsetenv.c -> tests/unsetenv.c lib/utimecmp.c -> tests/utimecmp.c lib/utimecmp.h -> tests/utimecmp.h lib/w32sock.h -> tests/w32sock.h lib/wcrtomb.c -> tests/wcrtomb.c lib/wctob.c -> tests/wctob.c lib/wctomb-impl.h -> tests/wctomb-impl.h lib/wctomb.c -> tests/wctomb.c top/GNUmakefile top/maint.mk Creating directory ./gnulib/lib Creating directory ./gnulib/tests Creating directory ./build-aux/snippet Creating directory ./gnulib/lib/glthread Creating directory ./gnulib/tests/glthread Copying file GNUmakefile Copying file build-aux/config.rpath Copying file build-aux/gitlog-to-changelog Copying file build-aux/snippet/_Noreturn.h Copying file build-aux/snippet/arg-nonnull.h Copying file build-aux/snippet/c++defs.h Copying file build-aux/snippet/warn-on-use.h Copying file build-aux/useless-if-before-free Copying file build-aux/vc-list-files Copying file gnulib/lib/accept.c Copying file gnulib/lib/accept4.c Copying file gnulib/lib/alloca.c Copying file gnulib/lib/alloca.in.h Copying file gnulib/lib/allocator.c Copying file gnulib/lib/allocator.h Copying file gnulib/lib/areadlink.c Copying file gnulib/lib/areadlink.h Copying file gnulib/lib/areadlinkat.c Copying file gnulib/lib/argmatch.c Copying file gnulib/lib/argmatch.h Copying file gnulib/lib/arpa_inet.in.h Copying file gnulib/lib/asnprintf.c Copying file gnulib/lib/asprintf.c Copying file gnulib/lib/assure.h Copying file gnulib/lib/at-func.c Copying file gnulib/lib/base64.c Copying file gnulib/lib/base64.h Copying file gnulib/lib/basename-lgpl.c Copying file gnulib/lib/binary-io.c Copying file gnulib/lib/binary-io.h Copying file gnulib/lib/bitrotate.c Copying file gnulib/lib/bitrotate.h Copying file gnulib/lib/byteswap.in.h Copying file gnulib/lib/c-ctype.c Copying file gnulib/lib/c-ctype.h Copying file gnulib/lib/c-strcase.h Copying file gnulib/lib/c-strcasecmp.c Copying file gnulib/lib/c-strcaseeq.h Copying file gnulib/lib/c-strncasecmp.c Copying file gnulib/lib/careadlinkat.c Copying file gnulib/lib/careadlinkat.h Copying file gnulib/lib/chdir-long.c Copying file gnulib/lib/chdir-long.h Copying file gnulib/lib/cloexec.c Copying file gnulib/lib/cloexec.h Copying file gnulib/lib/close-stream.c Copying file gnulib/lib/close-stream.h Copying file gnulib/lib/close.c Copying file gnulib/lib/closedir.c Copying file gnulib/lib/closeout.c Copying file gnulib/lib/closeout.h Copying file gnulib/lib/config.charset Copying file gnulib/lib/connect.c Copying file gnulib/lib/creat-safer.c Copying file gnulib/lib/cycle-check.c Copying file gnulib/lib/cycle-check.h Copying file gnulib/lib/dev-ino.h Copying file gnulib/lib/dirent--.h Copying file gnulib/lib/dirent-private.h Copying file gnulib/lib/dirent-safer.h Copying file gnulib/lib/dirent.in.h Copying file gnulib/lib/dirfd.c Copying file gnulib/lib/dirname-lgpl.c Copying file gnulib/lib/dirname.h Copying file gnulib/lib/dosname.h Copying file gnulib/lib/dup-safer.c Copying file gnulib/lib/dup.c Copying file gnulib/lib/dup2.c Copying file gnulib/lib/dup3.c Copying file gnulib/lib/errno.in.h Copying file gnulib/lib/error.c Copying file gnulib/lib/error.h Copying file gnulib/lib/exitfail.c Copying file gnulib/lib/exitfail.h Copying file gnulib/lib/fchdir.c Copying file gnulib/lib/fcntl--.h Copying file gnulib/lib/fcntl-safer.h Copying file gnulib/lib/fcntl.c Copying file gnulib/lib/fcntl.in.h Copying file gnulib/lib/fd-hook.c Copying file gnulib/lib/fd-hook.h Copying file gnulib/lib/fd-safer.c Copying file gnulib/lib/fdopendir.c Copying file gnulib/lib/filename.h Copying file gnulib/lib/filenamecat-lgpl.c Copying file gnulib/lib/filenamecat.h Copying file gnulib/lib/filevercmp.c Copying file gnulib/lib/filevercmp.h Copying file gnulib/lib/float+.h Copying file gnulib/lib/float.c Copying file gnulib/lib/float.in.h Copying file gnulib/lib/fnmatch.c Copying file gnulib/lib/fnmatch.in.h Copying file gnulib/lib/fnmatch_loop.c Copying file gnulib/lib/fpending.c Copying file gnulib/lib/fpending.h Copying file gnulib/lib/fstat.c Copying file gnulib/lib/fstatat.c Copying file gnulib/lib/fsusage.c Copying file gnulib/lib/fsusage.h Copying file gnulib/lib/ftell.c Copying file gnulib/lib/ftello.c Copying file gnulib/lib/fts-cycle.c Copying file gnulib/lib/fts.c Copying file gnulib/lib/fts_.h Copying file gnulib/lib/full-read.c Copying file gnulib/lib/full-read.h Copying file gnulib/lib/full-write.c Copying file gnulib/lib/full-write.h Copying file gnulib/lib/futimens.c Copying file gnulib/lib/gai_strerror.c Copying file gnulib/lib/getaddrinfo.c Copying file gnulib/lib/getcwd-lgpl.c Copying file gnulib/lib/getcwd.c Copying file gnulib/lib/getdelim.c Copying file gnulib/lib/getdtablesize.c Copying file gnulib/lib/getline.c Copying file gnulib/lib/getlogin_r.c Copying file gnulib/lib/getopt.c Copying file gnulib/lib/getopt.in.h Copying file gnulib/lib/getopt1.c Copying file gnulib/lib/getopt_int.h Copying file gnulib/lib/gettext.h Copying file gnulib/lib/gettime.c Copying file gnulib/lib/gettimeofday.c Copying file gnulib/lib/glob-libc.h Copying file gnulib/lib/glob.c Copying file gnulib/lib/glob.in.h Copying file gnulib/lib/glthread/lock.c Copying file gnulib/lib/glthread/lock.h Copying file gnulib/lib/glthread/threadlib.c Copying file gnulib/lib/hash-pjw.c Copying file gnulib/lib/hash-pjw.h Copying file gnulib/lib/hash.c Copying file gnulib/lib/hash.h Copying file gnulib/lib/human.c Copying file gnulib/lib/human.h Copying file gnulib/lib/i-ring.c Copying file gnulib/lib/i-ring.h Copying file gnulib/lib/ignore-value.h Copying file gnulib/lib/inet_ntop.c Copying file gnulib/lib/intprops.h Copying file gnulib/lib/inttypes.in.h Copying file gnulib/lib/isatty.c Copying file gnulib/lib/itold.c Copying file gnulib/lib/localcharset.c Copying file gnulib/lib/localcharset.h Copying file gnulib/lib/locale.in.h Copying file gnulib/lib/localeconv.c Copying file gnulib/lib/lseek.c Copying file gnulib/lib/lstat.c Copying file gnulib/lib/malloc.c Copying file gnulib/lib/malloca.c Copying file gnulib/lib/malloca.h Copying file gnulib/lib/malloca.valgrind Copying file gnulib/lib/mbrtowc.c Copying file gnulib/lib/mbsinit.c Copying file gnulib/lib/mbsrtowcs-impl.h Copying file gnulib/lib/mbsrtowcs-state.c Copying file gnulib/lib/mbsrtowcs.c Copying file gnulib/lib/memchr.c Copying file gnulib/lib/memchr.valgrind Copying file gnulib/lib/memmem.c Copying file gnulib/lib/mempcpy.c Copying file gnulib/lib/memrchr.c Copying file gnulib/lib/mkdtemp.c Copying file gnulib/lib/mkstemps.c Copying file gnulib/lib/msvc-inval.c Copying file gnulib/lib/msvc-inval.h Copying file gnulib/lib/msvc-nothrow.c Copying file gnulib/lib/msvc-nothrow.h Copying file gnulib/lib/netdb.in.h Copying file gnulib/lib/netinet_in.in.h Copying file gnulib/lib/open-safer.c Copying file gnulib/lib/open.c Copying file gnulib/lib/openat-die.c Copying file gnulib/lib/openat-priv.h Copying file gnulib/lib/openat-proc.c Copying file gnulib/lib/openat-safer.c Copying file gnulib/lib/openat.c Copying file gnulib/lib/openat.h Copying file gnulib/lib/opendir-safer.c Copying file gnulib/lib/opendir.c Copying file gnulib/lib/pathmax.h Copying file gnulib/lib/perror.c Copying file gnulib/lib/pipe-safer.c Copying file gnulib/lib/pipe2.c Copying file gnulib/lib/pread.c Copying file gnulib/lib/printf-args.c Copying file gnulib/lib/printf-args.h Copying file gnulib/lib/printf-parse.c Copying file gnulib/lib/printf-parse.h Copying file gnulib/lib/ptsname_r.c Copying file gnulib/lib/quote.h Copying file gnulib/lib/quotearg.c Copying file gnulib/lib/quotearg.h Copying file gnulib/lib/raise.c Copying file gnulib/lib/rawmemchr.c Copying file gnulib/lib/rawmemchr.valgrind Copying file gnulib/lib/read-file.c Copying file gnulib/lib/read-file.h Copying file gnulib/lib/read.c Copying file gnulib/lib/readdir.c Copying file gnulib/lib/readlink.c Copying file gnulib/lib/readlinkat.c Copying file gnulib/lib/realloc.c Copying file gnulib/lib/ref-add.sin Copying file gnulib/lib/ref-del.sin Copying file gnulib/lib/rewinddir.c Copying file gnulib/lib/safe-read.c Copying file gnulib/lib/safe-read.h Copying file gnulib/lib/safe-write.c Copying file gnulib/lib/safe-write.h Copying file gnulib/lib/same-inode.h Copying file gnulib/lib/save-cwd.c Copying file gnulib/lib/save-cwd.h Copying file gnulib/lib/secure_getenv.c Copying file gnulib/lib/select.c Copying file gnulib/lib/setenv.c Copying file gnulib/lib/signal.in.h Copying file gnulib/lib/size_max.h Copying file gnulib/lib/sleep.c Copying file gnulib/lib/snprintf.c Copying file gnulib/lib/socket.c Copying file gnulib/lib/sockets.c Copying file gnulib/lib/sockets.h Copying file gnulib/lib/stat-time.c Copying file gnulib/lib/stat-time.h Copying file gnulib/lib/stat.c Copying file gnulib/lib/stdalign.in.h Copying file gnulib/lib/stdarg.in.h Copying file gnulib/lib/stdbool.in.h Copying file gnulib/lib/stddef.in.h Copying file gnulib/lib/stdint.in.h Copying file gnulib/lib/stdio-impl.h Copying file gnulib/lib/stdio.in.h Copying file gnulib/lib/stdlib.in.h Copying file gnulib/lib/str-two-way.h Copying file gnulib/lib/strchrnul.c Copying file gnulib/lib/strchrnul.valgrind Copying file gnulib/lib/strdup.c Copying file gnulib/lib/streq.h Copying file gnulib/lib/strerror-override.c Copying file gnulib/lib/strerror-override.h Copying file gnulib/lib/strerror.c Copying file gnulib/lib/strerror_r.c Copying file gnulib/lib/string.in.h Copying file gnulib/lib/stripslash.c Copying file gnulib/lib/strndup.c Copying file gnulib/lib/strnlen.c Copying file gnulib/lib/strnlen1.c Copying file gnulib/lib/strnlen1.h Copying file gnulib/lib/strtoimax.c Copying file gnulib/lib/strtol.c Copying file gnulib/lib/strtoll.c Copying file gnulib/lib/strtoul.c Copying file gnulib/lib/strtoull.c Copying file gnulib/lib/strtoumax.c Copying file gnulib/lib/symlink.c Copying file gnulib/lib/symlinkat.c Copying file gnulib/lib/sys_select.in.h Copying file gnulib/lib/sys_socket.c Copying file gnulib/lib/sys_socket.in.h Copying file gnulib/lib/sys_stat.in.h Copying file gnulib/lib/sys_time.in.h Copying file gnulib/lib/sys_types.in.h Copying file gnulib/lib/sys_uio.in.h Copying file gnulib/lib/sys_wait.in.h Copying file gnulib/lib/tempname.c Copying file gnulib/lib/tempname.h Copying file gnulib/lib/time.in.h Copying file gnulib/lib/timespec.c Copying file gnulib/lib/timespec.h Copying file gnulib/lib/ttyname_r.c Copying file gnulib/lib/unistd--.h Copying file gnulib/lib/unistd-safer.h Copying file gnulib/lib/unistd.c Copying file gnulib/lib/unistd.in.h Copying file gnulib/lib/utimens.c Copying file gnulib/lib/utimens.h Copying file gnulib/lib/vasnprintf.c Copying file gnulib/lib/vasnprintf.h Copying file gnulib/lib/vasprintf.c Copying file gnulib/lib/verify.h Copying file gnulib/lib/w32sock.h Copying file gnulib/lib/wchar.in.h Copying file gnulib/lib/wctype-h.c Copying file gnulib/lib/wctype.in.h Copying file gnulib/lib/write.c Copying file gnulib/lib/xalloc-die.c Copying file gnulib/lib/xalloc-oversized.h Copying file gnulib/lib/xalloc.h Copying file gnulib/lib/xasprintf.c Copying file gnulib/lib/xgetcwd.c Copying file gnulib/lib/xgetcwd.h Copying file gnulib/lib/xmalloc.c Copying file gnulib/lib/xsize.c Copying file gnulib/lib/xsize.h Copying file gnulib/lib/xstrtol-error.c Copying file gnulib/lib/xstrtol.c Copying file gnulib/lib/xstrtol.h Copying file gnulib/lib/xstrtoll.c Copying file gnulib/lib/xstrtoul.c Copying file gnulib/lib/xstrtoull.c Copying file gnulib/lib/xstrtoumax.c Copying file gnulib/lib/xvasprintf.c Copying file gnulib/lib/xvasprintf.h Copying file gnulib/tests/anytostr.c Copying file gnulib/tests/at-func.c Copying file gnulib/tests/bind.c Copying file gnulib/tests/btowc.c Copying file gnulib/tests/dup-safer-flag.c Copying file gnulib/tests/fd-safer-flag.c Copying file gnulib/tests/fdopen.c Copying file gnulib/tests/fpucw.h Copying file gnulib/tests/ftruncate.c Copying file gnulib/tests/getpagesize.c Copying file gnulib/tests/glthread/thread.c Copying file gnulib/tests/glthread/thread.h Copying file gnulib/tests/glthread/yield.h Copying file gnulib/tests/imaxtostr.c Copying file gnulib/tests/inet_pton.c Copying file gnulib/tests/init.sh Copying file gnulib/tests/inttostr.c Copying file gnulib/tests/inttostr.h Copying file gnulib/tests/ioctl.c Copying file gnulib/tests/langinfo.in.h Copying file gnulib/tests/listen.c Copying file gnulib/tests/localename.c Copying file gnulib/tests/localename.h Copying file gnulib/tests/macros.h Copying file gnulib/tests/mbtowc-impl.h Copying file gnulib/tests/mbtowc.c Copying file gnulib/tests/nanosleep.c Copying file gnulib/tests/nap.h Copying file gnulib/tests/offtostr.c Copying file gnulib/tests/pipe.c Copying file gnulib/tests/priv-set.c Copying file gnulib/tests/priv-set.h Copying file gnulib/tests/progname.c Copying file gnulib/tests/progname.h Copying file gnulib/tests/putenv.c Copying file gnulib/tests/rmdir.c Copying file gnulib/tests/root-uid.h Copying file gnulib/tests/setlocale.c Copying file gnulib/tests/setsockopt.c Copying file gnulib/tests/sig-handler.c Copying file gnulib/tests/sig-handler.h Copying file gnulib/tests/sigaction.c Copying file gnulib/tests/signature.h Copying file gnulib/tests/sigprocmask.c Copying file gnulib/tests/statat.c Copying file gnulib/tests/sys_ioctl.in.h Copying file gnulib/tests/test-accept.c Copying file gnulib/tests/test-accept4.c Copying file gnulib/tests/test-alloca-opt.c Copying file gnulib/tests/test-areadlink.c Copying file gnulib/tests/test-areadlink.h Copying file gnulib/tests/test-areadlinkat.c Copying file gnulib/tests/test-argmatch.c Copying file gnulib/tests/test-arpa_inet.c Copying file gnulib/tests/test-base64.c Copying file gnulib/tests/test-binary-io.c Copying file gnulib/tests/test-binary-io.sh Copying file gnulib/tests/test-bind.c Copying file gnulib/tests/test-bitrotate.c Copying file gnulib/tests/test-btowc.c Copying file gnulib/tests/test-btowc1.sh Copying file gnulib/tests/test-btowc2.sh Copying file gnulib/tests/test-byteswap.c Copying file gnulib/tests/test-c-ctype.c Copying file gnulib/tests/test-c-strcase.sh Copying file gnulib/tests/test-c-strcasecmp.c Copying file gnulib/tests/test-c-strncasecmp.c Copying file gnulib/tests/test-chdir.c Copying file gnulib/tests/test-cloexec.c Copying file gnulib/tests/test-close.c Copying file gnulib/tests/test-connect.c Copying file gnulib/tests/test-dirent-safer.c Copying file gnulib/tests/test-dirent.c Copying file gnulib/tests/test-dup-safer.c Copying file gnulib/tests/test-dup.c Copying file gnulib/tests/test-dup2.c Copying file gnulib/tests/test-dup3.c Copying file gnulib/tests/test-environ.c Copying file gnulib/tests/test-errno.c Copying file gnulib/tests/test-fchdir.c Copying file gnulib/tests/test-fcntl-h.c Copying file gnulib/tests/test-fcntl-safer.c Copying file gnulib/tests/test-fcntl.c Copying file gnulib/tests/test-fdopen.c Copying file gnulib/tests/test-fdopendir.c Copying file gnulib/tests/test-fgetc.c Copying file gnulib/tests/test-filevercmp.c Copying file gnulib/tests/test-float.c Copying file gnulib/tests/test-fnmatch.c Copying file gnulib/tests/test-fpending.c Copying file gnulib/tests/test-fpending.sh Copying file gnulib/tests/test-fputc.c Copying file gnulib/tests/test-fread.c Copying file gnulib/tests/test-fstat.c Copying file gnulib/tests/test-fstatat.c Copying file gnulib/tests/test-ftell.c Copying file gnulib/tests/test-ftell.sh Copying file gnulib/tests/test-ftell2.sh Copying file gnulib/tests/test-ftell3.c Copying file gnulib/tests/test-ftello.c Copying file gnulib/tests/test-ftello.sh Copying file gnulib/tests/test-ftello2.sh Copying file gnulib/tests/test-ftello3.c Copying file gnulib/tests/test-ftello4.c Copying file gnulib/tests/test-ftello4.sh Copying file gnulib/tests/test-ftruncate.c Copying file gnulib/tests/test-ftruncate.sh Copying file gnulib/tests/test-futimens.c Copying file gnulib/tests/test-futimens.h Copying file gnulib/tests/test-fwrite.c Copying file gnulib/tests/test-getaddrinfo.c Copying file gnulib/tests/test-getcwd-lgpl.c Copying file gnulib/tests/test-getcwd.c Copying file gnulib/tests/test-getcwd.sh Copying file gnulib/tests/test-getdelim.c Copying file gnulib/tests/test-getdtablesize.c Copying file gnulib/tests/test-getline.c Copying file gnulib/tests/test-getopt.c Copying file gnulib/tests/test-getopt.h Copying file gnulib/tests/test-getopt_long.h Copying file gnulib/tests/test-gettimeofday.c Copying file gnulib/tests/test-glob.c Copying file gnulib/tests/test-hash.c Copying file gnulib/tests/test-i-ring.c Copying file gnulib/tests/test-iconv.c Copying file gnulib/tests/test-ignore-value.c Copying file gnulib/tests/test-inet_ntop.c Copying file gnulib/tests/test-inet_pton.c Copying file gnulib/tests/test-init.sh Copying file gnulib/tests/test-intprops.c Copying file gnulib/tests/test-inttostr.c Copying file gnulib/tests/test-inttypes.c Copying file gnulib/tests/test-ioctl.c Copying file gnulib/tests/test-isatty.c Copying file gnulib/tests/test-langinfo.c Copying file gnulib/tests/test-listen.c Copying file gnulib/tests/test-locale.c Copying file gnulib/tests/test-localeconv.c Copying file gnulib/tests/test-localename.c Copying file gnulib/tests/test-lock.c Copying file gnulib/tests/test-lseek.c Copying file gnulib/tests/test-lseek.sh Copying file gnulib/tests/test-lstat.c Copying file gnulib/tests/test-lstat.h Copying file gnulib/tests/test-lutimens.h Copying file gnulib/tests/test-malloca.c Copying file gnulib/tests/test-mbrtowc-w32-1.sh Copying file gnulib/tests/test-mbrtowc-w32-2.sh Copying file gnulib/tests/test-mbrtowc-w32-3.sh Copying file gnulib/tests/test-mbrtowc-w32-4.sh Copying file gnulib/tests/test-mbrtowc-w32-5.sh Copying file gnulib/tests/test-mbrtowc-w32.c Copying file gnulib/tests/test-mbrtowc.c Copying file gnulib/tests/test-mbrtowc1.sh Copying file gnulib/tests/test-mbrtowc2.sh Copying file gnulib/tests/test-mbrtowc3.sh Copying file gnulib/tests/test-mbrtowc4.sh Copying file gnulib/tests/test-mbsinit.c Copying file gnulib/tests/test-mbsinit.sh Copying file gnulib/tests/test-mbsrtowcs.c Copying file gnulib/tests/test-mbsrtowcs1.sh Copying file gnulib/tests/test-mbsrtowcs2.sh Copying file gnulib/tests/test-mbsrtowcs3.sh Copying file gnulib/tests/test-mbsrtowcs4.sh Copying file gnulib/tests/test-memchr.c Copying file gnulib/tests/test-memmem.c Copying file gnulib/tests/test-memrchr.c Copying file gnulib/tests/test-nanosleep.c Copying file gnulib/tests/test-netdb.c Copying file gnulib/tests/test-netinet_in.c Copying file gnulib/tests/test-open.c Copying file gnulib/tests/test-open.h Copying file gnulib/tests/test-openat-safer.c Copying file gnulib/tests/test-openat.c Copying file gnulib/tests/test-pathmax.c Copying file gnulib/tests/test-perror.c Copying file gnulib/tests/test-perror.sh Copying file gnulib/tests/test-perror2.c Copying file gnulib/tests/test-pipe.c Copying file gnulib/tests/test-pipe2.c Copying file gnulib/tests/test-pread.c Copying file gnulib/tests/test-pread.sh Copying file gnulib/tests/test-priv-set.c Copying file gnulib/tests/test-ptsname_r.c Copying file gnulib/tests/test-quotearg-simple.c Copying file gnulib/tests/test-quotearg.h Copying file gnulib/tests/test-raise.c Copying file gnulib/tests/test-rawmemchr.c Copying file gnulib/tests/test-read-file.c Copying file gnulib/tests/test-read.c Copying file gnulib/tests/test-readlink.c Copying file gnulib/tests/test-readlink.h Copying file gnulib/tests/test-readlinkat.c Copying file gnulib/tests/test-rmdir.c Copying file gnulib/tests/test-rmdir.h Copying file gnulib/tests/test-select-fd.c Copying file gnulib/tests/test-select-in.sh Copying file gnulib/tests/test-select-out.sh Copying file gnulib/tests/test-select-stdin.c Copying file gnulib/tests/test-select.c Copying file gnulib/tests/test-select.h Copying file gnulib/tests/test-setenv.c Copying file gnulib/tests/test-setlocale1.c Copying file gnulib/tests/test-setlocale1.sh Copying file gnulib/tests/test-setlocale2.c Copying file gnulib/tests/test-setlocale2.sh Copying file gnulib/tests/test-setsockopt.c Copying file gnulib/tests/test-sigaction.c Copying file gnulib/tests/test-signal-h.c Copying file gnulib/tests/test-sigprocmask.c Copying file gnulib/tests/test-sleep.c Copying file gnulib/tests/test-snprintf.c Copying file gnulib/tests/test-sockets.c Copying file gnulib/tests/test-stat-time.c Copying file gnulib/tests/test-stat.c Copying file gnulib/tests/test-stat.h Copying file gnulib/tests/test-statat.c Copying file gnulib/tests/test-stdalign.c Copying file gnulib/tests/test-stdbool.c Copying file gnulib/tests/test-stddef.c Copying file gnulib/tests/test-stdint.c Copying file gnulib/tests/test-stdio.c Copying file gnulib/tests/test-stdlib.c Copying file gnulib/tests/test-strchrnul.c Copying file gnulib/tests/test-strerror.c Copying file gnulib/tests/test-strerror_r.c Copying file gnulib/tests/test-string.c Copying file gnulib/tests/test-strnlen.c Copying file gnulib/tests/test-strtoll.c Copying file gnulib/tests/test-strtoull.c Copying file gnulib/tests/test-strtoumax.c Copying file gnulib/tests/test-symlink.c Copying file gnulib/tests/test-symlink.h Copying file gnulib/tests/test-symlinkat.c Copying file gnulib/tests/test-sys_ioctl.c Copying file gnulib/tests/test-sys_select.c Copying file gnulib/tests/test-sys_socket.c Copying file gnulib/tests/test-sys_stat.c Copying file gnulib/tests/test-sys_time.c Copying file gnulib/tests/test-sys_types.c Copying file gnulib/tests/test-sys_uio.c Copying file gnulib/tests/test-sys_wait.c Copying file gnulib/tests/test-sys_wait.h Copying file gnulib/tests/test-thread_create.c Copying file gnulib/tests/test-thread_self.c Copying file gnulib/tests/test-time.c Copying file gnulib/tests/test-ttyname_r.c Copying file gnulib/tests/test-unistd.c Copying file gnulib/tests/test-unlink.c Copying file gnulib/tests/test-unlink.h Copying file gnulib/tests/test-unlinkat.c Copying file gnulib/tests/test-unsetenv.c Copying file gnulib/tests/test-utimens-common.h Copying file gnulib/tests/test-utimens.c Copying file gnulib/tests/test-utimens.h Copying file gnulib/tests/test-vasnprintf.c Copying file gnulib/tests/test-vasprintf.c Copying file gnulib/tests/test-vc-list-files-cvs.sh Copying file gnulib/tests/test-vc-list-files-git.sh Copying file gnulib/tests/test-verify.c Copying file gnulib/tests/test-verify.sh Copying file gnulib/tests/test-wchar.c Copying file gnulib/tests/test-wcrtomb-w32-1.sh Copying file gnulib/tests/test-wcrtomb-w32-2.sh Copying file gnulib/tests/test-wcrtomb-w32-3.sh Copying file gnulib/tests/test-wcrtomb-w32-4.sh Copying file gnulib/tests/test-wcrtomb-w32-5.sh Copying file gnulib/tests/test-wcrtomb-w32.c Copying file gnulib/tests/test-wcrtomb.c Copying file gnulib/tests/test-wcrtomb.sh Copying file gnulib/tests/test-wctype-h.c Copying file gnulib/tests/test-write.c Copying file gnulib/tests/test-xalloc-die.c Copying file gnulib/tests/test-xalloc-die.sh Copying file gnulib/tests/test-xstrtol.c Copying file gnulib/tests/test-xstrtol.sh Copying file gnulib/tests/test-xstrtoll.c Copying file gnulib/tests/test-xstrtoll.sh Copying file gnulib/tests/test-xstrtoul.c Copying file gnulib/tests/test-xstrtoull.c Copying file gnulib/tests/test-xstrtoumax.c Copying file gnulib/tests/test-xstrtoumax.sh Copying file gnulib/tests/test-xvasprintf.c Copying file gnulib/tests/uinttostr.c Copying file gnulib/tests/umaxtostr.c Copying file gnulib/tests/unlink.c Copying file gnulib/tests/unlinkat.c Copying file gnulib/tests/unlinkdir.c Copying file gnulib/tests/unlinkdir.h Copying file gnulib/tests/unsetenv.c Copying file gnulib/tests/utimecmp.c Copying file gnulib/tests/utimecmp.h Copying file gnulib/tests/w32sock.h Copying file gnulib/tests/wcrtomb.c Copying file gnulib/tests/wctob.c Copying file gnulib/tests/wctomb-impl.h Copying file gnulib/tests/wctomb.c Copying file gnulib/tests/zerosize-ptr.h Copying file m4/00gnulib.m4 Copying file m4/absolute-header.m4 Copying file m4/accept4.m4 Copying file m4/alloca.m4 Copying file m4/arpa_inet_h.m4 Copying file m4/base64.m4 Copying file m4/btowc.m4 Copying file m4/byteswap.m4 Copying file m4/chdir-long.m4 Copying file m4/clock_time.m4 Copying file m4/close-stream.m4 Copying file m4/close.m4 Copying file m4/closedir.m4 Copying file m4/closeout.m4 Copying file m4/codeset.m4 Copying file m4/configmake.m4 Copying file m4/cycle-check.m4 Copying file m4/d-ino.m4 Copying file m4/d-type.m4 Copying file m4/dirent-safer.m4 Copying file m4/dirent_h.m4 Copying file m4/dirfd.m4 Copying file m4/dirname.m4 Copying file m4/double-slash-root.m4 Copying file m4/dup.m4 Copying file m4/dup2.m4 Copying file m4/dup3.m4 Copying file m4/eealloc.m4 Copying file m4/environ.m4 Copying file m4/errno_h.m4 Copying file m4/error.m4 Copying file m4/exponentd.m4 Copying file m4/extensions.m4 Copying file m4/extern-inline.m4 Copying file m4/fchdir.m4 Copying file m4/fcntl-o.m4 Copying file m4/fcntl-safer.m4 Copying file m4/fcntl.m4 Copying file m4/fcntl_h.m4 Copying file m4/fdopen.m4 Copying file m4/fdopendir.m4 Copying file m4/filenamecat.m4 Copying file m4/flexmember.m4 Copying file m4/float_h.m4 Copying file m4/fnmatch.m4 Copying file m4/fpending.m4 Copying file m4/fpieee.m4 Copying file m4/fseeko.m4 Copying file m4/fstat.m4 Copying file m4/fstatat.m4 Copying file m4/fsusage.m4 Copying file m4/ftell.m4 Copying file m4/ftello.m4 Copying file m4/ftruncate.m4 Copying file m4/fts.m4 Copying file m4/futimens.m4 Copying file m4/getaddrinfo.m4 Copying file m4/getcwd-abort-bug.m4 Copying file m4/getcwd-path-max.m4 Copying file m4/getcwd.m4 Copying file m4/getdelim.m4 Copying file m4/getdtablesize.m4 Copying file m4/getline.m4 Copying file m4/getlogin_r.m4 Copying file m4/getopt.m4 Copying file m4/getpagesize.m4 Copying file m4/gettext.m4 Copying file m4/gettime.m4 Copying file m4/gettimeofday.m4 Copying file m4/glibc2.m4 Copying file m4/glibc21.m4 Copying file m4/glob.m4 Copying file m4/gnu-make.m4 Copying file m4/gnulib-common.m4 Copying file m4/gnulib-tool.m4 Copying file m4/hostent.m4 Copying file m4/human.m4 Copying file m4/i-ring.m4 Copying file m4/iconv.m4 Copying file m4/include_next.m4 Copying file m4/inet_ntop.m4 Copying file m4/inet_pton.m4 Copying file m4/intdiv0.m4 Copying file m4/intl.m4 Copying file m4/intldir.m4 Copying file m4/intlmacosx.m4 Copying file m4/intmax.m4 Copying file m4/intmax_t.m4 Copying file m4/inttostr.m4 Copying file m4/inttypes-pri.m4 Copying file m4/inttypes.m4 Copying file m4/inttypes_h.m4 Copying file m4/ioctl.m4 Copying file m4/isatty.m4 Copying file m4/langinfo_h.m4 Copying file m4/largefile.m4 Copying file m4/lcmessage.m4 Copying file m4/lib-ld.m4 Copying file m4/lib-link.m4 Copying file m4/lib-prefix.m4 Copying file m4/localcharset.m4 Copying file m4/locale-fr.m4 Copying file m4/locale-ja.m4 Copying file m4/locale-tr.m4 Copying file m4/locale-zh.m4 Copying file m4/locale_h.m4 Copying file m4/localeconv.m4 Copying file m4/localename.m4 Copying file m4/lock.m4 Copying file m4/longlong.m4 Copying file m4/lseek.m4 Copying file m4/lstat.m4 Copying file m4/malloc.m4 Copying file m4/malloca.m4 Copying file m4/manywarnings.m4 Copying file m4/math_h.m4 Copying file m4/mbrtowc.m4 Copying file m4/mbsinit.m4 Copying file m4/mbsrtowcs.m4 Copying file m4/mbstate_t.m4 Copying file m4/mbtowc.m4 Copying file m4/memchr.m4 Copying file m4/memmem.m4 Copying file m4/mempcpy.m4 Copying file m4/memrchr.m4 Copying file m4/mkdtemp.m4 Copying file m4/mkstemps.m4 Copying file m4/mmap-anon.m4 Copying file m4/mode_t.m4 Copying file m4/msvc-inval.m4 Copying file m4/msvc-nothrow.m4 Copying file m4/multiarch.m4 Copying file m4/nanosleep.m4 Copying file m4/netdb_h.m4 Copying file m4/netinet_in_h.m4 Copying file m4/nls.m4 Copying file m4/nocrash.m4 Copying file m4/off_t.m4 Copying file m4/onceonly.m4 Copying file m4/open.m4 Copying file m4/openat.m4 Copying file m4/opendir.m4 Copying file m4/pathmax.m4 Copying file m4/perror.m4 Copying file m4/pipe.m4 Copying file m4/pipe2.m4 Copying file m4/po.m4 Copying file m4/pread.m4 Copying file m4/printf-posix.m4 Copying file m4/printf.m4 Copying file m4/priv-set.m4 Copying file m4/progtest.m4 Copying file m4/ptsname_r.m4 Copying file m4/putenv.m4 Copying file m4/quote.m4 Copying file m4/quotearg.m4 Copying file m4/raise.m4 Copying file m4/rawmemchr.m4 Copying file m4/read-file.m4 Copying file m4/read.m4 Copying file m4/readdir.m4 Copying file m4/readlink.m4 Copying file m4/readlinkat.m4 Copying file m4/realloc.m4 Copying file m4/rewinddir.m4 Copying file m4/rmdir.m4 Copying file m4/safe-read.m4 Copying file m4/safe-write.m4 Copying file m4/save-cwd.m4 Copying file m4/secure_getenv.m4 Copying file m4/select.m4 Copying file m4/servent.m4 Copying file m4/setenv.m4 Copying file m4/setlocale.m4 Copying file m4/sigaction.m4 Copying file m4/signal_h.m4 Copying file m4/signalblocking.m4 Copying file m4/size_max.m4 Copying file m4/sleep.m4 Copying file m4/snprintf.m4 Copying file m4/socketlib.m4 Copying file m4/sockets.m4 Copying file m4/socklen.m4 Copying file m4/sockpfaf.m4 Copying file m4/ssize_t.m4 Copying file m4/stat-time.m4 Copying file m4/stat.m4 Copying file m4/stdalign.m4 Copying file m4/stdarg.m4 Copying file m4/stdbool.m4 Copying file m4/stddef_h.m4 Copying file m4/stdint.m4 Copying file m4/stdint_h.m4 Copying file m4/stdio_h.m4 Copying file m4/stdlib_h.m4 Copying file m4/strchrnul.m4 Copying file m4/strdup.m4 Copying file m4/strerror.m4 Copying file m4/strerror_r.m4 Copying file m4/string_h.m4 Copying file m4/strndup.m4 Copying file m4/strnlen.m4 Copying file m4/strtoll.m4 Copying file m4/strtoull.m4 Copying file m4/strtoumax.m4 Copying file m4/symlink.m4 Copying file m4/symlinkat.m4 Copying file m4/sys_ioctl_h.m4 Copying file m4/sys_select_h.m4 Copying file m4/sys_socket_h.m4 Copying file m4/sys_stat_h.m4 Copying file m4/sys_time_h.m4 Copying file m4/sys_types_h.m4 Copying file m4/sys_uio_h.m4 Copying file m4/sys_wait_h.m4 Copying file m4/tempname.m4 Copying file m4/thread.m4 Copying file m4/threadlib.m4 Copying file m4/time_h.m4 Copying file m4/timespec.m4 Copying file m4/ttyname_r.m4 Copying file m4/uintmax_t.m4 Copying file m4/ungetc.m4 Copying file m4/unistd-safer.m4 Copying file m4/unistd_h.m4 Copying file m4/unlink.m4 Copying file m4/unlinkat.m4 Copying file m4/unlinkdir.m4 Copying file m4/utimbuf.m4 Copying file m4/utimecmp.m4 Copying file m4/utimens.m4 Copying file m4/utimes.m4 Copying file m4/vasnprintf.m4 Copying file m4/vasprintf.m4 Copying file m4/visibility.m4 Copying file m4/warn-on-use.m4 Copying file m4/warnings.m4 Copying file m4/wchar_h.m4 Copying file m4/wchar_t.m4 Copying file m4/wcrtomb.m4 Copying file m4/wctob.m4 Copying file m4/wctomb.m4 Copying file m4/wctype_h.m4 Copying file m4/wint_t.m4 Copying file m4/write.m4 Copying file m4/xalloc.m4 Copying file m4/xgetcwd.m4 Copying file m4/xsize.m4 Copying file m4/xstrtol.m4 Copying file m4/xvasprintf.m4 Copying file m4/yield.m4 Copying file maint.mk Creating gnulib/lib/Makefile.am Creating m4/gnulib-cache.m4 Creating m4/gnulib-comp.m4 Creating gnulib/tests/Makefile.am Creating ./build-aux/.gitignore Creating ./build-aux/snippet/.gitignore Creating ./gnulib/lib/.gitignore Creating ./gnulib/lib/glthread/.gitignore Creating ./gnulib/tests/.gitignore Creating ./gnulib/tests/glthread/.gitignore Finished. You may need to add #include directives for the following .h files. #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "areadlink.h" #include "base64.h" #include "c-ctype.h" #include "cloexec.h" #include "closeout.h" #include "error.h" #include "filevercmp.h" #include "fsusage.h" #include "fts_.h" #include "full-read.h" #include "full-write.h" #include "glthread/lock.h" #include "hash-pjw.h" #include "hash.h" #include "human.h" #include "ignore-value.h" #include "read-file.h" #include "stat-time.h" #include "xalloc.h" #include "xgetcwd.h" #include "xstrtol.h" #include "xvasprintf.h" #if HAVE_ICONV # include #endif You may need to use the following Makefile variables when linking. Use them in _LDADD when linking a program, or in _a_LDFLAGS or _la_LDFLAGS when linking a library. $(GETADDRINFO_LIB) $(HOSTENT_LIB) $(INET_NTOP_LIB) $(LIBSOCKET) $(LIB_CLOCK_GETTIME) $(LIB_SELECT) $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise $(SERVENT_LIB) Don't forget to - add "gnulib/lib/Makefile" to AC_CONFIG_FILES in ./configure.ac, - add "gnulib/tests/Makefile" to AC_CONFIG_FILES in ./configure.ac, - mention "lib" in SUBDIRS in gnulib/Makefile.am, - mention "tests" in SUBDIRS in gnulib/Makefile.am, - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am, - mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am, - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC, - invoke gl_INIT in ./configure.ac. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION autoreconf: running: true --copy autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:83: installing 'build-aux/compile' configure.ac:35: installing 'build-aux/missing' align/Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' configure.ac: installing 'build-aux/ylwrap' autoreconf: Leaving directory `.' 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 a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking if 1.31 is a stable or development branch of libguestfs... development configure: *** This is a development version of libguestfs. Some APIs may be unstable until they appear in a stable release of libguestfs (at which point the C API and ABI is guaranteed to remain stable forever). For more information about stable and development branches of libguestfs please see the section "LIBGUESTFS VERSION NUMBERS" in guestfs(3). *** configure: libguestfs version 1.31.28 checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib 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 build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu 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 gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking stdio_ext.h usability... yes checking stdio_ext.h presence... yes checking for stdio_ext.h... yes checking for sys/stat.h... (cached) yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking sys/fs_types.h usability... no checking sys/fs_types.h presence... no checking for sys/fs_types.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking priv.h usability... no checking priv.h presence... no checking for priv.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking whether is self-contained... yes checking for shutdown... yes checking whether 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 whether socket is declared without a macro... yes checking whether connect is declared without a macro... yes checking whether accept is declared without a macro... yes checking whether bind is declared without a macro... yes checking whether getpeername is declared without a macro... yes checking whether getsockname is declared without a macro... yes checking whether getsockopt is declared without a macro... yes checking whether listen is declared without a macro... yes checking whether recv is declared without a macro... yes checking whether send is declared without a macro... yes checking whether recvfrom is declared without a macro... yes checking whether sendto is declared without a macro... yes checking whether setsockopt is declared without a macro... yes checking whether shutdown is declared without a macro... yes checking whether accept4 is declared without a macro... yes checking for accept4... yes checking for readlinkat... yes checking for _set_invalid_parameter_handler... no checking for fchdir... yes checking for fdopendir... yes checking for dup3... yes checking for setdtablesize... no checking for fcntl... yes checking for symlink... yes checking for mempcpy... 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 gettimeofday... yes checking for nanotime... no 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 secure_getenv... 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 futimes... yes checking for futimesat... yes checking for utimensat... yes checking for lutimes... yes checking for vasnprintf... no checking for iswcntrl... yes checking for ftruncate... yes checking for newlocale... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for shutdown... (cached) yes checking for unlinkat... 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 /... no 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 fchmodat is declared without a macro... yes checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... yes checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... yes checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... yes checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... 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 whether getaddrinfo is declared without a macro... yes checking whether freeaddrinfo is declared without a macro... yes checking whether gai_strerror is declared without a macro... yes checking whether getnameinfo is declared without a macro... 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 whether getenv is declared... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether gettimeofday is declared without a macro... yes checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for unsigned long long int... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether imaxabs is declared without a macro... yes checking whether imaxdiv is declared without a macro... yes checking whether strtoimax is declared without a macro... yes checking whether strtoumax is declared without a macro... yes checking for nl_langinfo and CODESET... yes checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for wchar_t... yes checking for max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for multithread API to use... posix checking for a sed that does not truncate output... /bin/sed 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... none checking for a transitional chinese locale... none checking for a french Unicode locale... fr_FR.UTF-8 checking for a traditional french locale... none 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 strerror(0) succeeds... yes checking for strerror_r with POSIX signature... no checking whether __xpg_strerror_r works... yes checking whether strerror_r is declared... (cached) yes checking for sigset_t... yes checking for ssize_t... yes checking whether is self-contained... yes checking whether pselect is declared without a macro... yes checking whether select is declared without a macro... yes checking for inline... inline 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 ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... yes checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking whether strndup is declared... (cached) yes checking whether strnlen is declared... (cached) yes checking whether strtoumax is declared... (cached) yes checking for struct timespec in ... yes checking whether ttyname_r is declared... yes checking whether the utimes function works... yes checking for struct utimbuf... yes checking for wint_t... 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 uses 'inline' correctly... 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 CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether alarm is declared... yes checking whether unsetenv is declared... yes checking for alloca as a compiler built-in... yes checking whether inet_ntop is declared without a macro... yes checking whether inet_pton is declared without a macro... 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 whether alphasort is declared without a macro... yes checking whether closedir is declared without a macro... yes checking whether dirfd is declared without a macro... yes checking whether fdopendir is declared without a macro... yes checking whether opendir is declared without a macro... yes checking whether readdir is declared without a macro... yes checking whether rewinddir is declared without a macro... yes checking whether scandir is declared without a macro... yes checking for dirfd... yes checking whether dirfd is declared... (cached) yes checking whether dirfd is a macro... no checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking for error_at_line... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fcntl is declared without a macro... yes checking whether openat is declared without a macro... yes checking whether fdopendir is declared... (cached) 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 sys/mount.h... yes configure: checking how to get file system space usage checking for statvfs function (SVR4)... yes checking whether to use statvfs64... no checking for two-argument statfs with statfs.f_frsize member... yes checking dustat.h usability... no checking dustat.h presence... no checking for dustat.h... no checking sys/fs/s5param.h usability... no checking sys/fs/s5param.h presence... no checking for sys/fs/s5param.h... no checking sys/filsys.h usability... no checking sys/filsys.h presence... no checking for sys/filsys.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking for statfs that truncates block counts... no checking for ftello... (cached) yes checking whether ftello works... (cached) yes checking for struct statfs.f_type... yes checking whether futimens works... needs runtime check configure: 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... (cached) 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... (cached) yes checking whether freeaddrinfo is declared... (cached) yes checking whether getnameinfo is declared... (cached) 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... yes checking for getline... yes checking for working getline function... yes checking whether getlogin_r works with small buffers... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking for GNU glob interface version 1... yes checking whether glob lists broken symlinks... 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 whether locale.h conforms to POSIX:2001... yes checking whether locale.h defines locale_t... yes checking whether struct lconv is properly defined... yes checking whether setlocale is declared without a macro... yes checking whether duplocale is declared without a macro... yes checking for pthread_rwlock_t... yes checking whether lseek detects pipes... yes checking whether mbrtowc handles incomplete characters... guessing 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... no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing 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 for mkdtemp... yes checking whether getaddrinfo is declared without a macro... (cached) yes checking whether freeaddrinfo is declared without a macro... (cached) yes checking whether gai_strerror is declared without a macro... (cached) yes checking whether getnameinfo is declared without a macro... (cached) yes checking whether 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 whether pthread_sigmask is declared without a macro... yes checking whether sigaction is declared without a macro... yes checking whether sigaddset is declared without a macro... yes checking whether sigdelset is declared without a macro... yes checking whether sigemptyset is declared without a macro... yes checking whether sigfillset is declared without a macro... yes checking whether sigismember is declared without a macro... yes checking whether sigpending is declared without a macro... yes checking whether sigprocmask is declared without a macro... 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 directories... 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... no checking for working stdalign.h... yes checking for va_copy... yes checking for 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 whether dprintf is declared without a macro... yes checking whether fpurge is declared without a macro... no checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... yes checking whether getline is declared without a macro... yes checking whether gets is declared without a macro... no checking whether pclose is declared without a macro... yes checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... yes checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... yes checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... yes checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether initstate is declared without a macro... yes checking whether initstate_r is declared without a macro... yes checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... yes checking whether posix_openpt is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether ptsname_r is declared without a macro... yes checking whether random is declared without a macro... yes checking whether random_r is declared without a macro... yes checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... yes checking whether secure_getenv is declared without a macro... yes checking whether setenv is declared without a macro... yes checking whether setstate is declared without a macro... yes checking whether setstate_r is declared without a macro... yes checking whether srandom is declared without a macro... yes checking whether srandom_r is declared without a macro... yes checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes 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 is self-contained... (cached) yes checking whether pselect is declared without a macro... (cached) yes checking whether select is declared without a macro... (cached) yes checking for nlink_t... (cached) yes checking whether fchmodat is declared without a macro... (cached) yes checking whether fstat is declared without a macro... (cached) yes checking whether fstatat is declared without a macro... (cached) yes checking whether futimens is declared without a macro... (cached) yes checking whether lchmod is declared without a macro... (cached) yes checking whether lstat is declared without a macro... (cached) yes checking whether mkdirat is declared without a macro... (cached) yes checking whether mkfifo is declared without a macro... (cached) yes checking whether mkfifoat is declared without a macro... (cached) yes checking whether mknod is declared without a macro... (cached) yes checking whether mknodat is declared without a macro... (cached) yes checking whether stat is declared without a macro... (cached) yes checking whether utimensat is declared without a macro... (cached) yes checking whether waitpid is declared without a macro... 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 whether chdir is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... yes checking whether euidaccess is declared without a macro... yes checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fdatasync is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... yes checking whether isatty is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking for ptrdiff_t... yes checking for vasprintf... yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking whether wmemchr is declared without a macro... yes checking whether wmemcmp is declared without a macro... yes checking whether wmemcpy is declared without a macro... yes checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... yes checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... yes checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether wctype is declared without a macro... yes checking whether iswctype is declared without a macro... yes checking whether wctrans is declared without a macro... yes checking whether towctrans is declared without a macro... 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... guessing yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional french locale... (cached) none checking for a turkish Unicode locale... none checking whether fdopen sets errno... yes checking for getpagesize... (cached) yes checking whether getpagesize is declared... (cached) yes checking whether byte ordering is bigendian... no checking for library containing inet_pton... none required checking whether inet_pton is declared... (cached) 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 for ioctl... yes checking for ioctl with POSIX signature... no checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking whether nl_langinfo is declared without a macro... yes checking for setlocale... yes checking for uselocale... yes checking for getlocalename_l... no checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) none 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) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) none 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 for getppriv... no checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... 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) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for struct sigaction.sa_sigaction... yes checking for sigprocmask... (cached) yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether declares ioctl... yes checking whether ioctl is declared without a macro... 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 whether mbrtowc handles incomplete characters... (cached) guessing 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) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether wctob works... guessing yes checking whether wctob is declared... (cached) yes checking for sched_yield in -lrt... yes checking for a sed that does not truncate output... (cached) /bin/sed checking for gawk... (cached) gawk checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt 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... -fPIC -DPIC checking if gcc PIC flag -fPIC -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/bin/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... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes 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... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for valgrind... valgrind checking for gcc option to accept ISO C99... (cached) none needed checking for gcc option to accept ISO Standard C... (cached) none needed 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 whether C compiler handles -W... yes checking whether C compiler handles -Wabi... 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 -Wattributes... yes checking whether C compiler handles -Wbad-function-cast... yes checking whether C compiler handles -Wbool-compare... yes checking whether C compiler handles -Wbuiltin-macro-redefined... yes checking whether C compiler handles -Wcast-align... yes checking whether C compiler handles -Wchar-subscripts... yes checking whether C compiler handles -Wchkp... 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 -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 -Wempty-body... yes checking whether C compiler handles -Wendif-labels... yes checking whether C compiler handles -Wenum-compare... 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 -Wfree-nonheap-object... 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-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 -Wjump-misses-init... 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-transposed-args... 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 -Wnarrowing... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnonnull... 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 -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... 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 -Wreturn-local-addr... yes checking whether C compiler handles -Wreturn-type... 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 -Wsizeof-array-argument... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstack-protector... 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 -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 -Wsync-nand... 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 -Warray-bounds=2... yes checking whether C compiler handles -Wnormalized=nfc... 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=10000... yes checking for function prototypes... 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 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 whether program_invocation_short_name is declared... (cached) yes checking attr/xattr.h usability... yes checking attr/xattr.h presence... yes checking for attr/xattr.h... 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... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/raid/md_u.h usability... yes checking linux/raid/md_u.h presence... yes checking for linux/raid/md_u.h... yes checking printf.h usability... yes checking printf.h presence... yes checking for printf.h... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.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/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/wait.h... (cached) yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no 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 getprogname... no checking for getxattr... yes checking for htonl... yes checking for htons... yes checking for inotify_init1... yes 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 statvfs... yes checking for sync... yes checking for UNIX_PATH_MAX... no checking for size of sockaddr_un.sun_path... 108 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes 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 GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking if the user specified a default backend... direct checking for dlopen in -ldl... yes checking for dlfcn.h... (cached) yes checking for rpcgen... rpcgen checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... none required checking for library containing xdr_u_int64_t... no checking for library containing xdr_uint64_t... none required checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking for setexeccon in -lselinux... yes checking for setcon... yes checking for getcon... yes checking sys/sdt.h usability... yes checking sys/sdt.h presence... yes checking for sys/sdt.h... yes checking for PCRE... yes checking for AUGEAS... 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 YAJL... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... 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/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if the C++ compiler really really works... yes checking for FUSE... yes checking for fuse_opt_add_opt_escaped... yes checking if we should build the daemon... yes checking if we should install the daemon... no checking which of /sbin /usr/sbin /bin /usr/bin is a real directory... /sbin checking for register_printf_specifier... yes 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... yes checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking for HIVEX... yes checking for SD_JOURNAL... yes checking if we should build the appliance... yes checking for supermin... /usr/bin/supermin checking for --with-supermin-packager-config option... not set checking for --with-supermin-extra-options option... not set checking supermin is new enough... 5.1 checking which Linux distro for package names... UBUNTU checking for qemu-kvm... no checking for kvm... /usr/bin/kvm checking if the user specified extra options for qemu command line... no checking that /usr/bin/kvm -help works... yes checking that /usr/bin/kvm -version works... yes checking for /usr/bin/kvm version >= 1... yes checking what extra options we need to use for qemu feature tests... -machine accel=kvm:tcg -display none checking that /usr/bin/kvm -machine accel=kvm:tcg -display none -device ? works... yes checking for virtio-serial support in /usr/bin/kvm... yes checking for library containing crypt... -lcrypt 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 GTK2... yes checking for ocamlc... ocamlc OCaml version is 4.01.0 OCaml library path is /usr/lib/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... no checking for ocamlopt.opt... no checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlbuild... ocamlbuild checking for ocamlfind... ocamlfind checking if OCaml version >= 3.11... yes checking for caml/unixsupport.h... yes checking for OCaml findlib package gettext... found configure: creating mllib/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-gettext... ocaml-gettext checking for perl... perl checking for Pod::Man... yes checking for Pod::Simple... yes checking for Test::More... yes checking for Module::Build... yes checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Locale::TextDomain... yes checking for Win::Hivex... yes checking for Win::Hivex::Regedit... yes 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/dist-packages checking for Python extension suffix (PEP-3149)... .so checking for PyCapsule_New in -lc... yes checking for PyString_AsString in -lc... yes checking for ruby... ruby checking for rake... rake checking for C library for Ruby extensions... -lruby-2.1 checking for ruby_init in -lruby-2.1... yes checking for ghc... ghc checking for php... php checking for phpize... phpize checking for erlc... /usr/bin/erlc checking for erl... /usr/bin/erl checking for Erlang/OTP 'erl_interface' library subdirectory... /usr/lib/erlang/lib/erl_interface-3.8 checking for Erlang/OTP 'erl_interface' library version... 3.8 checking for erlc... /usr/bin/erlc checking for erl... /usr/bin/erl checking for Erlang/OTP library base directory... /usr/lib/erlang/lib checking for lua... lua checking for Lua version... 5.2 checking for LUA... yes checking for go... go checking if go is usable... yes checking for GOBJECT... yes checking for GIO... yes checking for gjs... gjs checking for gobject-introspection... yes checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking for BASH_COMPLETION... yes checking for bash-completions directory... /usr/share/bash-completion/completions 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 installcheck.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 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/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 builder/website/Makefile config.status: creating cat/Makefile config.status: creating csharp/Makefile config.status: creating customize/Makefile 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 gobject/docs/Makefile config.status: creating gobject/docs/guestfs-docs.sgml 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 lua/Makefile config.status: creating lua/examples/Makefile config.status: creating make-fs/Makefile config.status: creating mllib/Makefile config.status: creating mllib/guestfs_config.ml 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 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 src/Makefile config.status: creating src/libguestfs.pc 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/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/ntfsclone/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/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/xfs/Makefile config.status: creating tests/xml/Makefile config.status: creating tools/Makefile config.status: creating v2v/Makefile 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 config.status: executing libtool commands config.status: executing po-directories commands ------------------------------------------------------------ Thank you for downloading libguestfs 1.31.28 This is how we have configured the optional components for you today: Daemon .............................. yes Appliance ........................... yes QEMU ................................ /usr/bin/kvm guestfish and C-based virt tools .... yes FUSE filesystem ..................... yes GNU gettext for i18n ................ yes virt-p2v ............................ yes OCaml bindings ...................... yes OCaml-based virt tools .............. yes Perl bindings ....................... yes Perl-based virt tools ............... yes Python bindings ..................... yes Ruby bindings ....................... yes Java bindings ....................... no Haskell bindings .................... yes PHP bindings ........................ yes Erlang bindings ..................... yes Lua bindings ........................ yes Go bindings ......................... yes 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. ./configure --enable-fuse \ --prefix=/usr --sysconfdir=/etc --localstatedir=/var ------------------------------------------------------------ checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking if 1.31 is a stable or development branch of libguestfs... development configure: *** This is a development version of libguestfs. Some APIs may be unstable until they appear in a stable release of libguestfs (at which point the C API and ABI is guaranteed to remain stable forever). For more information about stable and development branches of libguestfs please see the section "LIBGUESTFS VERSION NUMBERS" in guestfs(3). *** configure: libguestfs version 1.31.28 checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib 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 build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu 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 gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking stdio_ext.h usability... yes checking stdio_ext.h presence... yes checking for stdio_ext.h... yes checking for sys/stat.h... (cached) yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking sys/fs_types.h usability... no checking sys/fs_types.h presence... no checking for sys/fs_types.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking priv.h usability... no checking priv.h presence... no checking for priv.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking whether is self-contained... yes checking for shutdown... yes checking whether 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 whether socket is declared without a macro... yes checking whether connect is declared without a macro... yes checking whether accept is declared without a macro... yes checking whether bind is declared without a macro... yes checking whether getpeername is declared without a macro... yes checking whether getsockname is declared without a macro... yes checking whether getsockopt is declared without a macro... yes checking whether listen is declared without a macro... yes checking whether recv is declared without a macro... yes checking whether send is declared without a macro... yes checking whether recvfrom is declared without a macro... yes checking whether sendto is declared without a macro... yes checking whether setsockopt is declared without a macro... yes checking whether shutdown is declared without a macro... yes checking whether accept4 is declared without a macro... yes checking for accept4... yes checking for readlinkat... yes checking for _set_invalid_parameter_handler... no checking for fchdir... yes checking for fdopendir... yes checking for dup3... yes checking for setdtablesize... no checking for fcntl... yes checking for symlink... yes checking for mempcpy... 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 gettimeofday... yes checking for nanotime... no 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 secure_getenv... 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 futimes... yes checking for futimesat... yes checking for utimensat... yes checking for lutimes... yes checking for vasnprintf... no checking for iswcntrl... yes checking for ftruncate... yes checking for newlocale... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for shutdown... (cached) yes checking for unlinkat... 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 /... no 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 fchmodat is declared without a macro... yes checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... yes checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... yes checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... yes checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... 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 whether getaddrinfo is declared without a macro... yes checking whether freeaddrinfo is declared without a macro... yes checking whether gai_strerror is declared without a macro... yes checking whether getnameinfo is declared without a macro... 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 whether getenv is declared... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether gettimeofday is declared without a macro... yes checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for unsigned long long int... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether imaxabs is declared without a macro... yes checking whether imaxdiv is declared without a macro... yes checking whether strtoimax is declared without a macro... yes checking whether strtoumax is declared without a macro... yes checking for nl_langinfo and CODESET... yes checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for wchar_t... yes checking for max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for multithread API to use... posix checking for a sed that does not truncate output... /bin/sed 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... none checking for a transitional chinese locale... none checking for a french Unicode locale... fr_FR.UTF-8 checking for a traditional french locale... none 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 strerror(0) succeeds... yes checking for strerror_r with POSIX signature... no checking whether __xpg_strerror_r works... yes checking whether strerror_r is declared... (cached) yes checking for sigset_t... yes checking for ssize_t... yes checking whether is self-contained... yes checking whether pselect is declared without a macro... yes checking whether select is declared without a macro... yes checking for inline... inline 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 ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... yes checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking whether strndup is declared... (cached) yes checking whether strnlen is declared... (cached) yes checking whether strtoumax is declared... (cached) yes checking for struct timespec in ... yes checking whether ttyname_r is declared... yes checking whether the utimes function works... yes checking for struct utimbuf... yes checking for wint_t... 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 uses 'inline' correctly... 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 CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether alarm is declared... yes checking whether unsetenv is declared... yes checking for alloca as a compiler built-in... yes checking whether inet_ntop is declared without a macro... yes checking whether inet_pton is declared without a macro... 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 whether alphasort is declared without a macro... yes checking whether closedir is declared without a macro... yes checking whether dirfd is declared without a macro... yes checking whether fdopendir is declared without a macro... yes checking whether opendir is declared without a macro... yes checking whether readdir is declared without a macro... yes checking whether rewinddir is declared without a macro... yes checking whether scandir is declared without a macro... yes checking for dirfd... yes checking whether dirfd is declared... (cached) yes checking whether dirfd is a macro... no checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking for error_at_line... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fcntl is declared without a macro... yes checking whether openat is declared without a macro... yes checking whether fdopendir is declared... (cached) 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 sys/mount.h... yes configure: checking how to get file system space usage checking for statvfs function (SVR4)... yes checking whether to use statvfs64... no checking for two-argument statfs with statfs.f_frsize member... yes checking dustat.h usability... no checking dustat.h presence... no checking for dustat.h... no checking sys/fs/s5param.h usability... no checking sys/fs/s5param.h presence... no checking for sys/fs/s5param.h... no checking sys/filsys.h usability... no checking sys/filsys.h presence... no checking for sys/filsys.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking for statfs that truncates block counts... no checking for ftello... (cached) yes checking whether ftello works... (cached) yes checking for struct statfs.f_type... yes checking whether futimens works... needs runtime check configure: 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... (cached) 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... (cached) yes checking whether freeaddrinfo is declared... (cached) yes checking whether getnameinfo is declared... (cached) 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... yes checking for getline... yes checking for working getline function... yes checking whether getlogin_r works with small buffers... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking for GNU glob interface version 1... yes checking whether glob lists broken symlinks... 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 whether locale.h conforms to POSIX:2001... yes checking whether locale.h defines locale_t... yes checking whether struct lconv is properly defined... yes checking whether setlocale is declared without a macro... yes checking whether duplocale is declared without a macro... yes checking for pthread_rwlock_t... yes checking whether lseek detects pipes... yes checking whether mbrtowc handles incomplete characters... guessing 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... no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing 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 for mkdtemp... yes checking whether getaddrinfo is declared without a macro... (cached) yes checking whether freeaddrinfo is declared without a macro... (cached) yes checking whether gai_strerror is declared without a macro... (cached) yes checking whether getnameinfo is declared without a macro... (cached) yes checking whether 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 whether pthread_sigmask is declared without a macro... yes checking whether sigaction is declared without a macro... yes checking whether sigaddset is declared without a macro... yes checking whether sigdelset is declared without a macro... yes checking whether sigemptyset is declared without a macro... yes checking whether sigfillset is declared without a macro... yes checking whether sigismember is declared without a macro... yes checking whether sigpending is declared without a macro... yes checking whether sigprocmask is declared without a macro... 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 directories... 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... no checking for working stdalign.h... yes checking for va_copy... yes checking for 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 whether dprintf is declared without a macro... yes checking whether fpurge is declared without a macro... no checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... yes checking whether getline is declared without a macro... yes checking whether gets is declared without a macro... no checking whether pclose is declared without a macro... yes checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... yes checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... yes checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... yes checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether initstate is declared without a macro... yes checking whether initstate_r is declared without a macro... yes checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... yes checking whether posix_openpt is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether ptsname_r is declared without a macro... yes checking whether random is declared without a macro... yes checking whether random_r is declared without a macro... yes checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... yes checking whether secure_getenv is declared without a macro... yes checking whether setenv is declared without a macro... yes checking whether setstate is declared without a macro... yes checking whether setstate_r is declared without a macro... yes checking whether srandom is declared without a macro... yes checking whether srandom_r is declared without a macro... yes checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes 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 is self-contained... (cached) yes checking whether pselect is declared without a macro... (cached) yes checking whether select is declared without a macro... (cached) yes checking for nlink_t... (cached) yes checking whether fchmodat is declared without a macro... (cached) yes checking whether fstat is declared without a macro... (cached) yes checking whether fstatat is declared without a macro... (cached) yes checking whether futimens is declared without a macro... (cached) yes checking whether lchmod is declared without a macro... (cached) yes checking whether lstat is declared without a macro... (cached) yes checking whether mkdirat is declared without a macro... (cached) yes checking whether mkfifo is declared without a macro... (cached) yes checking whether mkfifoat is declared without a macro... (cached) yes checking whether mknod is declared without a macro... (cached) yes checking whether mknodat is declared without a macro... (cached) yes checking whether stat is declared without a macro... (cached) yes checking whether utimensat is declared without a macro... (cached) yes checking whether waitpid is declared without a macro... 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 whether chdir is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... yes checking whether euidaccess is declared without a macro... yes checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fdatasync is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... yes checking whether isatty is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking for ptrdiff_t... yes checking for vasprintf... yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking whether wmemchr is declared without a macro... yes checking whether wmemcmp is declared without a macro... yes checking whether wmemcpy is declared without a macro... yes checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... yes checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... yes checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether wctype is declared without a macro... yes checking whether iswctype is declared without a macro... yes checking whether wctrans is declared without a macro... yes checking whether towctrans is declared without a macro... 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... guessing yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional french locale... (cached) none checking for a turkish Unicode locale... none checking whether fdopen sets errno... yes checking for getpagesize... (cached) yes checking whether getpagesize is declared... (cached) yes checking whether byte ordering is bigendian... no checking for library containing inet_pton... none required checking whether inet_pton is declared... (cached) 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 for ioctl... yes checking for ioctl with POSIX signature... no checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking whether nl_langinfo is declared without a macro... yes checking for setlocale... yes checking for uselocale... yes checking for getlocalename_l... no checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) none 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) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) none 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 for getppriv... no checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... 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) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for struct sigaction.sa_sigaction... yes checking for sigprocmask... (cached) yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether declares ioctl... yes checking whether ioctl is declared without a macro... 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 whether mbrtowc handles incomplete characters... (cached) guessing 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) none checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether wctob works... guessing yes checking whether wctob is declared... (cached) yes checking for sched_yield in -lrt... yes checking for a sed that does not truncate output... (cached) /bin/sed checking for gawk... (cached) gawk checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt 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... -fPIC -DPIC checking if gcc PIC flag -fPIC -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/bin/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... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes 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... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for valgrind... valgrind checking for gcc option to accept ISO C99... (cached) none needed checking for gcc option to accept ISO Standard C... (cached) none needed 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 whether C compiler handles -W... yes checking whether C compiler handles -Wabi... 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 -Wattributes... yes checking whether C compiler handles -Wbad-function-cast... yes checking whether C compiler handles -Wbool-compare... yes checking whether C compiler handles -Wbuiltin-macro-redefined... yes checking whether C compiler handles -Wcast-align... yes checking whether C compiler handles -Wchar-subscripts... yes checking whether C compiler handles -Wchkp... 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 -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 -Wempty-body... yes checking whether C compiler handles -Wendif-labels... yes checking whether C compiler handles -Wenum-compare... 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 -Wfree-nonheap-object... 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-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 -Wjump-misses-init... 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-transposed-args... 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 -Wnarrowing... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnonnull... 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 -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... 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 -Wreturn-local-addr... yes checking whether C compiler handles -Wreturn-type... 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 -Wsizeof-array-argument... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstack-protector... 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 -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 -Wsync-nand... 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 -Warray-bounds=2... yes checking whether C compiler handles -Wnormalized=nfc... 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=10000... yes checking for function prototypes... 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 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 whether program_invocation_short_name is declared... (cached) yes checking attr/xattr.h usability... yes checking attr/xattr.h presence... yes checking for attr/xattr.h... 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... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/raid/md_u.h usability... yes checking linux/raid/md_u.h presence... yes checking for linux/raid/md_u.h... yes checking printf.h usability... yes checking printf.h presence... yes checking for printf.h... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.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/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/wait.h... (cached) yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no 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 getprogname... no checking for getxattr... yes checking for htonl... yes checking for htons... yes checking for inotify_init1... yes 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 statvfs... yes checking for sync... yes checking for UNIX_PATH_MAX... no checking for size of sockaddr_un.sun_path... 108 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes 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 GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking if the user specified a default backend... direct checking for dlopen in -ldl... yes checking for dlfcn.h... (cached) yes checking for rpcgen... rpcgen checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... none required checking for library containing xdr_u_int64_t... no checking for library containing xdr_uint64_t... none required checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking for setexeccon in -lselinux... yes checking for setcon... yes checking for getcon... yes checking sys/sdt.h usability... yes checking sys/sdt.h presence... yes checking for sys/sdt.h... yes checking for PCRE... yes checking for AUGEAS... 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 YAJL... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... 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/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if the C++ compiler really really works... yes checking for FUSE... yes checking for fuse_opt_add_opt_escaped... yes checking if we should build the daemon... yes checking if we should install the daemon... no checking which of /sbin /usr/sbin /bin /usr/bin is a real directory... /sbin checking for register_printf_specifier... yes 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... yes checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking for HIVEX... yes checking for SD_JOURNAL... yes checking if we should build the appliance... yes checking for supermin... /usr/bin/supermin checking for --with-supermin-packager-config option... not set checking for --with-supermin-extra-options option... not set checking supermin is new enough... 5.1 checking which Linux distro for package names... UBUNTU checking for qemu-kvm... no checking for kvm... /usr/bin/kvm checking if the user specified extra options for qemu command line... no checking that /usr/bin/kvm -help works... yes checking that /usr/bin/kvm -version works... yes checking for /usr/bin/kvm version >= 1... yes checking what extra options we need to use for qemu feature tests... -machine accel=kvm:tcg -display none checking that /usr/bin/kvm -machine accel=kvm:tcg -display none -device ? works... yes checking for virtio-serial support in /usr/bin/kvm... yes checking for library containing crypt... -lcrypt 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 GTK2... yes checking for ocamlc... ocamlc OCaml version is 4.01.0 OCaml library path is /usr/lib/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... no checking for ocamlopt.opt... no checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlbuild... ocamlbuild checking for ocamlfind... ocamlfind checking if OCaml version >= 3.11... yes checking for caml/unixsupport.h... yes checking for OCaml findlib package gettext... found configure: creating mllib/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-gettext... ocaml-gettext checking for perl... perl checking for Pod::Man... yes checking for Pod::Simple... yes checking for Test::More... yes checking for Module::Build... yes checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Locale::TextDomain... yes checking for Win::Hivex... yes checking for Win::Hivex::Regedit... yes 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/dist-packages checking for Python extension suffix (PEP-3149)... .so checking for PyCapsule_New in -lc... yes checking for PyString_AsString in -lc... yes checking for ruby... ruby checking for rake... rake checking for C library for Ruby extensions... -lruby-2.1 checking for ruby_init in -lruby-2.1... yes checking for ghc... ghc checking for php... php checking for phpize... phpize checking for erlc... /usr/bin/erlc checking for erl... /usr/bin/erl checking for Erlang/OTP 'erl_interface' library subdirectory... /usr/lib/erlang/lib/erl_interface-3.8 checking for Erlang/OTP 'erl_interface' library version... 3.8 checking for erlc... /usr/bin/erlc checking for erl... /usr/bin/erl checking for Erlang/OTP library base directory... /usr/lib/erlang/lib checking for lua... lua checking for Lua version... 5.2 checking for LUA... yes checking for go... go checking if go is usable... yes checking for GOBJECT... yes checking for GIO... yes checking for gjs... gjs checking for gobject-introspection... yes checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking for BASH_COMPLETION... yes checking for bash-completions directory... /usr/share/bash-completion/completions 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 installcheck.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 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/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 builder/website/Makefile config.status: creating cat/Makefile config.status: creating csharp/Makefile config.status: creating customize/Makefile 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 gobject/docs/Makefile config.status: creating gobject/docs/guestfs-docs.sgml 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 lua/Makefile config.status: creating lua/examples/Makefile config.status: creating make-fs/Makefile config.status: creating mllib/Makefile config.status: creating mllib/guestfs_config.ml 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 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 src/Makefile config.status: creating src/libguestfs.pc 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/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/ntfsclone/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/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/xfs/Makefile config.status: creating tests/xml/Makefile config.status: creating tools/Makefile config.status: creating v2v/Makefile 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: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands ------------------------------------------------------------ Thank you for downloading libguestfs 1.31.28 This is how we have configured the optional components for you today: Daemon .............................. yes Appliance ........................... yes QEMU ................................ /usr/bin/kvm guestfish and C-based virt tools .... yes FUSE filesystem ..................... yes GNU gettext for i18n ................ yes virt-p2v ............................ yes OCaml bindings ...................... yes OCaml-based virt tools .............. yes Perl bindings ....................... yes Perl-based virt tools ............... yes Python bindings ..................... yes Ruby bindings ....................... yes Java bindings ....................... no Haskell bindings .................... yes PHP bindings ........................ yes Erlang bindings ..................... yes Lua bindings ........................ yes Go bindings ......................... yes 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. make ------------------------------------------------------------ make all-recursive make[1]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs' Making all in generator make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/prepopts.mli /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/pr.mli /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/structs.mli /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/utils.mli /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/actions.mli /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/php.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/python.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/tests_c_api.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/errnostring.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/events.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/java.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/customize.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/prepopts.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/erlang.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/lua.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/daemon.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/optgroups.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/csharp.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/main.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/golang.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/gobject.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/fish.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/docstrings.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/pr.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/ocaml.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/structs.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/checks.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/c.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/utils.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/ruby.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/actions.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/types.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/xdr.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/bindtests.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/haskell.ml /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/perl.ml | \ /bin/sed 's/ *$//' | \ /bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /bin/sed -e 's,/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/,./,g' | \ sort > .depend-t mv .depend-t .depend ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c types.ml -o types.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c utils.mli -o utils.cmi ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c utils.ml -o utils.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c actions.mli -o actions.cmi ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c actions.ml -o actions.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c structs.mli -o structs.cmi ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c structs.ml -o structs.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c optgroups.ml -o optgroups.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c prepopts.mli -o prepopts.cmi ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c prepopts.ml -o prepopts.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c events.ml -o events.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c pr.mli -o pr.cmi ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c pr.ml -o pr.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c docstrings.ml -o docstrings.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c checks.ml -o checks.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c c.ml -o c.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c xdr.ml -o xdr.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c daemon.ml -o daemon.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c tests_c_api.ml -o tests_c_api.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c fish.ml -o fish.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c ocaml.ml -o ocaml.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c perl.ml -o perl.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c python.ml -o python.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c ruby.ml -o ruby.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c java.ml -o java.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c haskell.ml -o haskell.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c csharp.ml -o csharp.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c php.ml -o php.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c erlang.ml -o erlang.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c lua.ml -o lua.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c gobject.ml -o gobject.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c golang.ml -o golang.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c bindtests.ml -o bindtests.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c errnostring.ml -o errnostring.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c customize.ml -o customize.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -c main.ml -o main.cmo ocamlfind ocamlc -warn-error CDEFLMPSUVYZX-3 -I . -I . -package unix,str -linkpkg types.cmo utils.cmo actions.cmo structs.cmo optgroups.cmo prepopts.cmo events.cmo pr.cmo docstrings.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 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 .. && /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator/generator written src/guestfs_protocol.x written src/guestfs.h written src/guestfs-internal-actions.h written src/guestfs-internal-frontend-cleanups.h written src/bindtests.c written src/guestfs-structs.pod written src/guestfs-actions.pod written src/guestfs-availability.pod written src/errnostring-gperf.gperf written src/errnostring.c written src/errnostring.h written src/event-string.c written src/libguestfs.syms written src/structs-compare.c written src/structs-copy.c written src/structs-free.c written src/structs-cleanup.c written src/actions-variants.c written src/actions-0.c written src/actions-1.c written src/actions-2.c written src/actions-3.c written src/actions-4.c written src/actions-5.c written src/actions-6.c written daemon/actions.h written daemon/stubs.c written daemon/names.c written daemon/optgroups.c written daemon/optgroups.h written tests/c-api/tests.c written fish/cmds-gperf.gperf written fish/cmds.c written fish/completion.c written fish/event-names.c written fish/fish-cmds.h written fish/guestfish-commands.pod written fish/guestfish-actions.pod written fish/prepopts.c written fish/prepopts.h written fish/guestfish-prepopts.pod written ocaml/guestfs.mli written ocaml/guestfs.ml written ocaml/guestfs-c-actions.c written ocaml/guestfs-c-errnos.c written ocaml/bindtests.ml written perl/lib/Sys/Guestfs.xs written perl/lib/Sys/Guestfs.pm written perl/bindtests.pl written python/guestfs-py.c written python/guestfs.py written python/bindtests.py written ruby/ext/guestfs/_guestfs.c written ruby/bindtests.rb written java/com/redhat/et/libguestfs/GuestFS.java written java/com/redhat/et/libguestfs/Application.java written java/com/redhat/et/libguestfs/Application2.java written java/com/redhat/et/libguestfs/BTRFSBalance.java written java/com/redhat/et/libguestfs/BTRFSQgroup.java written java/com/redhat/et/libguestfs/BTRFSScrub.java written java/com/redhat/et/libguestfs/BTRFSSubvolume.java written java/com/redhat/et/libguestfs/Dirent.java written java/com/redhat/et/libguestfs/HivexNode.java written java/com/redhat/et/libguestfs/HivexValue.java written java/com/redhat/et/libguestfs/INotifyEvent.java written java/com/redhat/et/libguestfs/IntBool.java written java/com/redhat/et/libguestfs/ISOInfo.java written java/com/redhat/et/libguestfs/LV.java written java/com/redhat/et/libguestfs/PV.java written java/com/redhat/et/libguestfs/VG.java written java/com/redhat/et/libguestfs/MDStat.java written java/com/redhat/et/libguestfs/Partition.java written java/com/redhat/et/libguestfs/Stat.java written java/com/redhat/et/libguestfs/StatNS.java written java/com/redhat/et/libguestfs/StatVFS.java written java/com/redhat/et/libguestfs/UTSName.java written java/com/redhat/et/libguestfs/Version.java written java/com/redhat/et/libguestfs/XAttr.java written java/com/redhat/et/libguestfs/XFSInfo.java written java/com_redhat_et_libguestfs_GuestFS.c written java/Bindtests.java written haskell/Guestfs.hs written haskell/Bindtests.hs written csharp/Libguestfs.cs written php/extension/php_guestfs_php.h written php/extension/guestfs_php.c written php/extension/tests/guestfs_php_bindtests.phpt written erlang/guestfs.erl written erlang/erl-guestfs.c written erlang/bindtests.erl written lua/lua-guestfs.c written lua/bindtests.lua written golang/src/libguestfs.org/guestfs/guestfs.go written golang/bindtests.go written gobject/bindtests.js written gobject/include/guestfs-gobject.h written gobject/docs/guestfs-title.sgml written gobject/include/guestfs-gobject/struct-application.h written gobject/src/struct-application.c written gobject/include/guestfs-gobject/struct-application2.h written gobject/src/struct-application2.c written gobject/include/guestfs-gobject/struct-btrfsbalance.h written gobject/src/struct-btrfsbalance.c written gobject/include/guestfs-gobject/struct-btrfsqgroup.h written gobject/src/struct-btrfsqgroup.c written gobject/include/guestfs-gobject/struct-btrfsscrub.h written gobject/src/struct-btrfsscrub.c written gobject/include/guestfs-gobject/struct-btrfssubvolume.h written gobject/src/struct-btrfssubvolume.c written gobject/include/guestfs-gobject/struct-dirent.h written gobject/src/struct-dirent.c written gobject/include/guestfs-gobject/struct-hivex_node.h written gobject/src/struct-hivex_node.c written gobject/include/guestfs-gobject/struct-hivex_value.h written gobject/src/struct-hivex_value.c written gobject/include/guestfs-gobject/struct-inotify_event.h written gobject/src/struct-inotify_event.c written gobject/include/guestfs-gobject/struct-int_bool.h written gobject/src/struct-int_bool.c written gobject/include/guestfs-gobject/struct-isoinfo.h written gobject/src/struct-isoinfo.c written gobject/include/guestfs-gobject/struct-lvm_lv.h written gobject/src/struct-lvm_lv.c written gobject/include/guestfs-gobject/struct-lvm_pv.h written gobject/src/struct-lvm_pv.c written gobject/include/guestfs-gobject/struct-lvm_vg.h written gobject/src/struct-lvm_vg.c written gobject/include/guestfs-gobject/struct-mdstat.h written gobject/src/struct-mdstat.c written gobject/include/guestfs-gobject/struct-partition.h written gobject/src/struct-partition.c written gobject/include/guestfs-gobject/struct-stat.h written gobject/src/struct-stat.c written gobject/include/guestfs-gobject/struct-statns.h written gobject/src/struct-statns.c written gobject/include/guestfs-gobject/struct-statvfs.h written gobject/src/struct-statvfs.c written gobject/include/guestfs-gobject/struct-utsname.h written gobject/src/struct-utsname.c written gobject/include/guestfs-gobject/struct-version.h written gobject/src/struct-version.c written gobject/include/guestfs-gobject/struct-xattr.h written gobject/src/struct-xattr.c written gobject/include/guestfs-gobject/struct-xfsinfo.h written gobject/src/struct-xfsinfo.c written gobject/include/guestfs-gobject/optargs-add_domain.h written gobject/src/optargs-add_domain.c written gobject/include/guestfs-gobject/optargs-add_drive.h written gobject/src/optargs-add_drive.c written gobject/include/guestfs-gobject/optargs-add_drive_scratch.h written gobject/src/optargs-add_drive_scratch.c written gobject/include/guestfs-gobject/optargs-add_libvirt_dom.h written gobject/src/optargs-add_libvirt_dom.c written gobject/include/guestfs-gobject/optargs-btrfs_filesystem_defragment.h written gobject/src/optargs-btrfs_filesystem_defragment.c written gobject/include/guestfs-gobject/optargs-btrfs_filesystem_resize.h written gobject/src/optargs-btrfs_filesystem_resize.c written gobject/include/guestfs-gobject/optargs-btrfs_fsck.h written gobject/src/optargs-btrfs_fsck.c written gobject/include/guestfs-gobject/optargs-btrfs_image.h written gobject/src/optargs-btrfs_image.c written gobject/include/guestfs-gobject/optargs-btrfs_subvolume_create.h written gobject/src/optargs-btrfs_subvolume_create.c written gobject/include/guestfs-gobject/optargs-btrfs_subvolume_snapshot.h written gobject/src/optargs-btrfs_subvolume_snapshot.c written gobject/include/guestfs-gobject/optargs-compress_device_out.h written gobject/src/optargs-compress_device_out.c written gobject/include/guestfs-gobject/optargs-compress_out.h written gobject/src/optargs-compress_out.c written gobject/include/guestfs-gobject/optargs-copy_attributes.h written gobject/src/optargs-copy_attributes.c written gobject/include/guestfs-gobject/optargs-copy_device_to_device.h written gobject/src/optargs-copy_device_to_device.c written gobject/include/guestfs-gobject/optargs-copy_device_to_file.h written gobject/src/optargs-copy_device_to_file.c written gobject/include/guestfs-gobject/optargs-copy_file_to_device.h written gobject/src/optargs-copy_file_to_device.c written gobject/include/guestfs-gobject/optargs-copy_file_to_file.h written gobject/src/optargs-copy_file_to_file.c written gobject/include/guestfs-gobject/optargs-cpio_out.h written gobject/src/optargs-cpio_out.c written gobject/include/guestfs-gobject/optargs-disk_create.h written gobject/src/optargs-disk_create.c written gobject/include/guestfs-gobject/optargs-e2fsck.h written gobject/src/optargs-e2fsck.c written gobject/include/guestfs-gobject/optargs-fstrim.h written gobject/src/optargs-fstrim.c written gobject/include/guestfs-gobject/optargs-grep.h written gobject/src/optargs-grep.c written gobject/include/guestfs-gobject/optargs-hivex_open.h written gobject/src/optargs-hivex_open.c written gobject/include/guestfs-gobject/optargs-inspect_get_icon.h written gobject/src/optargs-inspect_get_icon.c written gobject/include/guestfs-gobject/optargs-internal_test.h written gobject/src/optargs-internal_test.c written gobject/include/guestfs-gobject/optargs-internal_test_63_optargs.h written gobject/src/optargs-internal_test_63_optargs.c written gobject/include/guestfs-gobject/optargs-internal_test_only_optargs.h written gobject/src/optargs-internal_test_only_optargs.c written gobject/include/guestfs-gobject/optargs-is_blockdev.h written gobject/src/optargs-is_blockdev.c written gobject/include/guestfs-gobject/optargs-is_chardev.h written gobject/src/optargs-is_chardev.c written gobject/include/guestfs-gobject/optargs-is_dir.h written gobject/src/optargs-is_dir.c written gobject/include/guestfs-gobject/optargs-is_fifo.h written gobject/src/optargs-is_fifo.c written gobject/include/guestfs-gobject/optargs-is_file.h written gobject/src/optargs-is_file.c written gobject/include/guestfs-gobject/optargs-is_socket.h written gobject/src/optargs-is_socket.c written gobject/include/guestfs-gobject/optargs-md_create.h written gobject/src/optargs-md_create.c written gobject/include/guestfs-gobject/optargs-mke2fs.h written gobject/src/optargs-mke2fs.c written gobject/include/guestfs-gobject/optargs-mkfs.h written gobject/src/optargs-mkfs.c written gobject/include/guestfs-gobject/optargs-mkfs_btrfs.h written gobject/src/optargs-mkfs_btrfs.c written gobject/include/guestfs-gobject/optargs-mkswap.h written gobject/src/optargs-mkswap.c written gobject/include/guestfs-gobject/optargs-mktemp.h written gobject/src/optargs-mktemp.c written gobject/include/guestfs-gobject/optargs-mount_9p.h written gobject/src/optargs-mount_9p.c written gobject/include/guestfs-gobject/optargs-mount_local.h written gobject/src/optargs-mount_local.c written gobject/include/guestfs-gobject/optargs-ntfsclone_out.h written gobject/src/optargs-ntfsclone_out.c written gobject/include/guestfs-gobject/optargs-ntfsfix.h written gobject/src/optargs-ntfsfix.c written gobject/include/guestfs-gobject/optargs-ntfsresize.h written gobject/src/optargs-ntfsresize.c written gobject/include/guestfs-gobject/optargs-remount.h written gobject/src/optargs-remount.c written gobject/include/guestfs-gobject/optargs-rsync.h written gobject/src/optargs-rsync.c written gobject/include/guestfs-gobject/optargs-rsync_in.h written gobject/src/optargs-rsync_in.c written gobject/include/guestfs-gobject/optargs-rsync_out.h written gobject/src/optargs-rsync_out.c written gobject/include/guestfs-gobject/optargs-set_e2attrs.h written gobject/src/optargs-set_e2attrs.c written gobject/include/guestfs-gobject/optargs-syslinux.h written gobject/src/optargs-syslinux.c written gobject/include/guestfs-gobject/optargs-tar_in.h written gobject/src/optargs-tar_in.c written gobject/include/guestfs-gobject/optargs-tar_out.h written gobject/src/optargs-tar_out.c written gobject/include/guestfs-gobject/optargs-tune2fs.h written gobject/src/optargs-tune2fs.c written gobject/include/guestfs-gobject/optargs-umount.h written gobject/src/optargs-umount.c written gobject/include/guestfs-gobject/optargs-umount_local.h written gobject/src/optargs-umount_local.c written gobject/include/guestfs-gobject/optargs-xfs_admin.h written gobject/src/optargs-xfs_admin.c written gobject/include/guestfs-gobject/optargs-xfs_growfs.h written gobject/src/optargs-xfs_growfs.c written gobject/include/guestfs-gobject/optargs-xfs_repair.h written gobject/src/optargs-xfs_repair.c written gobject/include/guestfs-gobject/tristate.h written gobject/src/tristate.c written gobject/include/guestfs-gobject/session.h written gobject/src/session.c written customize/customize_cmdline.mli written customize/customize_cmdline.ml written customize/customize-synopsis.pod written customize/customize-options.pod generated 479670 lines of code written generator/files-generated.txt touch stamp-generator make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/generator' Making all in tests/qemu make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/tests/qemu' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/tests/qemu' Making all in test-data make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data' Making all in binaries make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/binaries' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/binaries' Making all in blank-disks make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/blank-disks' rm -f blank-disk-1s.raw truncate -s 512 blank-disk-1s.raw qemu-img create -f qcow2 -o preallocation=metadata blank-disk-1s.qcow2 512 Formatting 'blank-disk-1s.qcow2', fmt=qcow2 size=512 encryption=off cluster_size=65536 preallocation='metadata' lazy_refcounts=off refcount_bits=16 rm -f blank-disk-1K.raw truncate -s 1K blank-disk-1K.raw qemu-img create -f qcow2 -o preallocation=metadata blank-disk-1K.qcow2 1K Formatting 'blank-disk-1K.qcow2', fmt=qcow2 size=1024 encryption=off cluster_size=65536 preallocation='metadata' lazy_refcounts=off refcount_bits=16 rm -f blank-disk-1M.raw truncate -s 1M blank-disk-1M.raw qemu-img create -f qcow2 -o preallocation=metadata blank-disk-1M.qcow2 1M Formatting 'blank-disk-1M.qcow2', fmt=qcow2 size=1048576 encryption=off cluster_size=65536 preallocation='metadata' lazy_refcounts=off refcount_bits=16 qemu-img create -f qcow2 -b blank-disk-1M.raw blank-disk-with-backing.qcow2 Formatting 'blank-disk-with-backing.qcow2', fmt=qcow2 size=1048576 backing_file='blank-disk-1M.raw' encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/blank-disks' Making all in phony-guests make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/phony-guests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/phony-guests' Making all in fake-virtio-win make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/fake-virtio-win' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/fake-virtio-win' Making all in fake-virt-tools make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/fake-virt-tools' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/fake-virt-tools' Making all in files make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/files' rm -f 100kallzeroes 100kallzeroes-t dd if=/dev/zero of=100kallzeroes-t bs=1024 count=100 100+0 records in 100+0 records out 102400 bytes (102 kB) copied, 0.000332538 s, 308 MB/s mv 100kallzeroes-t 100kallzeroes rm -f 100kallnewlines 100kallnewlines-t tr '\0' '\n' < 100kallzeroes > 100kallnewlines-t mv 100kallnewlines-t 100kallnewlines rm -f 100kallspaces 100kallspaces-t tr '\0' ' ' < 100kallzeroes > 100kallspaces-t mv 100kallspaces-t 100kallspaces rm -f 100krandom 100krandom-t dd if=/dev/urandom of=100krandom-t bs=1024 count=100 100+0 records in 100+0 records out 102400 bytes (102 kB) copied, 0.00745384 s, 13.7 MB/s mv 100krandom-t 100krandom rm -f 10klines 10klines-t i=0; \ while [ $i -lt 10000 ]; do \ echo "${i}abcdefghijklmnopqrstuvwxyz"; \ i=$(($i+1)); \ done > 10klines-t mv 10klines-t 10klines rm -f bin-x86_64-dynamic.gz bin-x86_64-dynamic.gz-t gzip --best -c ../../test-data/binaries/bin-x86_64-dynamic > bin-x86_64-dynamic.gz-t mv bin-x86_64-dynamic.gz-t bin-x86_64-dynamic.gz echo "hello" | base64 > hello.b64 rm -rf init.tmp initrd initrd-t mkdir -p init.tmp cp empty known-1 known-2 known-3 known-4 known-5 init.tmp (cd init.tmp; ls -1 * | cpio -o -H newc | gzip --best) > initrd-t 4 blocks rm -r init.tmp mv initrd-t initrd rm -rf bin initrd-x86_64.img initrd-x86_64.img-t mkdir bin cp ../../test-data/binaries/bin-x86_64-dynamic bin/nash echo bin/nash | cpio -o -H newc > initrd-x86_64.img-t 14 blocks mv initrd-x86_64.img-t initrd-x86_64.img rm -rf bin initrd-x86_64.img-t rm -f initrd-x86_64.img.gz initrd-x86_64.img.gz-t gzip --best -c initrd-x86_64.img > initrd-x86_64.img.gz-t mv initrd-x86_64.img.gz-t initrd-x86_64.img.gz rm -f lib-i586.so.xz lib-i586.so.xz-t xz -c ../../test-data/binaries/lib-i586.so > lib-i586.so.xz-t mv lib-i586.so.xz-t lib-i586.so.xz rm -f test-grep.txt.gz test-grep.txt.gz-t gzip --best -c test-grep.txt > test-grep.txt.gz-t mv test-grep.txt.gz-t test-grep.txt.gz make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data/files' Making all in . make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data' rm -rf d rm -f test.iso test.iso-t mkdir d cp ./binaries/bin-aarch64-dynamic ./binaries/bin-armv7-dynamic ./binaries/bin-i586-dynamic ./binaries/bin-ia64-dynamic ./binaries/bin-mipsel-dynamic ./binaries/bin-ppc64-dynamic ./binaries/bin-ppc64le-dynamic ./binaries/bin-sparc-dynamic ./binaries/bin-win32.exe ./binaries/bin-win64.exe ./binaries/bin-x86_64-dynamic ./binaries/lib-aarch64.so ./binaries/lib-armv7.so ./binaries/lib-i586.so ./binaries/lib-ia64.so ./binaries/lib-mipsel.so ./binaries/lib-ppc64.so ./binaries/lib-ppc64le.so ./binaries/lib-sparc.so ./binaries/lib-win32.dll ./binaries/lib-win64.dll ./binaries/lib-x86_64.so ./files/helloworld.tar ./files/helloworld.tar.gz ./files/helloworld.tar.xz ./files/empty ./files/known-1 ./files/known-2 ./files/known-3 ./files/known-4 ./files/known-5 ./files/test-grep.txt ./files/minimal blank-disks/blank-disk-1s.raw blank-disks/blank-disk-1s.qcow2 blank-disks/blank-disk-1K.raw blank-disks/blank-disk-1K.qcow2 blank-disks/blank-disk-1M.raw blank-disks/blank-disk-1M.qcow2 blank-disks/blank-disk-with-backing.qcow2 files/100kallzeroes files/100kallnewlines files/100kallspaces files/100krandom files/10klines files/bin-x86_64-dynamic.gz files/hello.b64 files/initrd files/initrd-x86_64.img files/initrd-x86_64.img.gz files/lib-i586.so.xz files/test-grep.txt.gz d/ mkdir -p d/directory cd d && ln -sf /10klines abssymlink cd d && /usr/bin/genisoimage -J -r -o ../test.iso-t . Using BLANK000.RAW;1 for /blank-disk-1K.raw (blank-disk-1s.raw) Using BLANK000.QCO;1 for /blank-disk-1K.qcow2 (blank-disk-1s.qcow2) Using LIB_P000.SO;1 for /lib-ppc64.so (lib-ppc64le.so) Using BLANK001.RAW;1 for /blank-disk-1s.raw (blank-disk-1M.raw) Using BLANK001.QCO;1 for /blank-disk-1s.qcow2 (blank-disk-1M.qcow2) Using BIN_P000.;1 for /bin-ppc64le-dynamic (bin-ppc64-dynamic) Using BLANK002.QCO;1 for /blank-disk-1M.qcow2 (blank-disk-with-backing.qcow2) Total translation table size: 0 Total rockridge attributes bytes: 4955 Total directory bytes: 2048 Path table size(bytes): 26 Max brk space used 0 2475 extents written (4 MB) rm -rf d mv test.iso-t test.iso make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data' make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/test-data' Making all in gnulib/lib make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/lib' GEN alloca.h GEN c++defs.h GEN warn-on-use.h GEN arg-nonnull.h GEN arpa/inet.h GEN configmake.h GEN dirent.h GEN fcntl.h GEN glob.h GEN inttypes.h GEN locale.h GEN netdb.h GEN signal.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/select.h GEN sys/socket.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN sys/uio.h GEN sys/wait.h GEN time.h GEN unistd.h GEN wchar.h GEN wctype.h make all-recursive make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/lib' make[4]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/lib' CC accept4.lo CC allocator.lo CC areadlink.lo CC areadlinkat.lo CC argmatch.lo CC base64.lo CC binary-io.lo CC bitrotate.lo CC c-ctype.lo CC c-strcasecmp.lo CC c-strncasecmp.lo CC careadlinkat.lo CC cloexec.lo CC close-stream.lo CC closeout.lo CC cycle-check.lo CC opendir-safer.lo CC dirname-lgpl.lo CC basename-lgpl.lo CC stripslash.lo CC dup3.lo CC exitfail.lo CC creat-safer.lo CC open-safer.lo CC fd-hook.lo CC filenamecat-lgpl.lo CC filevercmp.lo CC full-read.lo CC full-write.lo CC gettime.lo CC hash.lo CC hash-pjw.lo CC human.lo CC i-ring.lo CC localcharset.lo CC glthread/lock.lo CC malloca.lo CC openat-die.lo CC openat-safer.lo CC pipe2.lo CC quotearg.lo CC read-file.lo CC safe-read.lo CC safe-write.lo CC save-cwd.lo CC sockets.lo CC stat-time.lo CC strnlen1.lo CC sys_socket.lo CC tempname.lo CC glthread/threadlib.lo CC timespec.lo CC unistd.lo CC dup-safer.lo CC fd-safer.lo CC pipe-safer.lo CC utimens.lo CC wctype-h.lo CC xmalloc.lo CC xalloc-die.lo CC xgetcwd.lo CC xsize.lo CC xstrtol.lo CC xstrtoul.lo CC xstrtol-error.lo CC xstrtoumax.lo CC xvasprintf.lo CC xasprintf.lo CC asnprintf.lo CC chdir-long.lo CC fcntl.lo CC fsusage.lo CC fts.lo CC futimens.lo CC glob.lo CC mbrtowc.lo CC openat-proc.lo CC printf-args.lo CC printf-parse.lo CC strerror_r.lo CC vasnprintf.lo CC xstrtoll.lo CC xstrtoull.lo CCLD libgnu.la ar: `u' modifier ignored since `D' is the default (see `U') GEN charset.alias GEN ref-add.sed GEN ref-del.sed make[4]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/lib' make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/lib' make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/lib' Making all in gnulib/tests make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/tests' GEN c++defs.h GEN warn-on-use.h GEN langinfo.h GEN arg-nonnull.h GEN sys/ioctl.h make all-recursive make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/tests' Making all in . make[4]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/tests' make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/tests' make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/gnulib/tests' Making all in src make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' rm -f guestfs_protocol.c-t guestfs_protocol.c-t2 rpcgen -DHAVE_XDR_UINT64_T=1 -c -o guestfs_protocol.c-t guestfs_protocol.x /bin/sed 's,\.\./\(\.\./\)*src,.,' < guestfs_protocol.c-t > guestfs_protocol.c-t2 rm guestfs_protocol.c-t mv guestfs_protocol.c-t2 guestfs_protocol.c rm -f guestfs_protocol.h-t rpcgen -DHAVE_XDR_UINT64_T=1 -h -o guestfs_protocol.h-t guestfs_protocol.x mv guestfs_protocol.h-t guestfs_protocol.h rm -f errnostring-gperf.c gperf -t errnostring-gperf.gperf > errnostring-gperf.c-t mv errnostring-gperf.c-t errnostring-gperf.c make all-am make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' CC libguestfs_la-actions-0.lo CC libguestfs_la-actions-1.lo CC libguestfs_la-actions-2.lo CC libguestfs_la-actions-3.lo CC libguestfs_la-actions-4.lo CC libguestfs_la-actions-5.lo CC libguestfs_la-actions-6.lo CC libguestfs_la-actions-support.lo CC libguestfs_la-actions-variants.lo CC libguestfs_la-alloc.lo CC libguestfs_la-appliance.lo CC libguestfs_la-available.lo CC libguestfs_la-bindtests.lo CC libguestfs_la-canonical-name.lo CC libguestfs_la-command.lo CC libguestfs_la-conn-socket.lo CC libguestfs_la-copy-in-out.lo CC libguestfs_la-create.lo CC libguestfs_la-dbdump.lo CC libguestfs_la-drives.lo CC libguestfs_la-errors.lo CC libguestfs_la-event-string.lo CC libguestfs_la-events.lo CC libguestfs_la-file.lo CC libguestfs_la-filearch.lo CC libguestfs_la-fuse.lo CC libguestfs_la-guid.lo CC libguestfs_la-handle.lo CC libguestfs_la-info.lo CC libguestfs_la-inspect.lo CC libguestfs_la-inspect-apps.lo CC libguestfs_la-inspect-fs.lo CC libguestfs_la-inspect-fs-cd.lo CC libguestfs_la-inspect-fs-unix.lo CC libguestfs_la-inspect-fs-windows.lo CC libguestfs_la-inspect-icon.lo CC libguestfs_la-journal.lo CC libguestfs_la-launch.lo CC libguestfs_la-launch-direct.lo CC libguestfs_la-launch-libvirt.lo CC libguestfs_la-launch-uml.lo CC libguestfs_la-launch-unix.lo CC libguestfs_la-libvirt-auth.lo CC libguestfs_la-libvirt-domain.lo CC libguestfs_la-listfs.lo CC libguestfs_la-lpj.lo CC libguestfs_la-match.lo CC libguestfs_la-osinfo.lo CC libguestfs_la-private-data.lo CC libguestfs_la-proto.lo CC libguestfs_la-stringsbuf.lo CC libguestfs_la-structs-compare.lo CC libguestfs_la-structs-copy.lo CC libguestfs_la-structs-free.lo CC libguestfs_la-tmpdirs.lo CC libguestfs_la-whole-file.lo CC liberrnostring_la-errnostring-gperf.lo CC liberrnostring_la-errnostring.lo CCLD liberrnostring.la ar: `u' modifier ignored since `D' is the default (see `U') CC libprotocol_la-guestfs_protocol.lo CCLD libprotocol.la ar: `u' modifier ignored since `D' is the default (see `U') CC libutils_la-cleanup.lo CC libutils_la-structs-cleanup.lo CC libutils_la-utils.lo CCLD libutils.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD libguestfs.la ar: `u' modifier ignored since `D' is the default (see `U') CC libvirt_is_version-libvirt-is-version.o CCLD libvirt-is-version perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 3 \ --man guestfs.3 \ --html ../website/guestfs.3.html \ --insert ./guestfs-actions.pod:__ACTIONS__ \ --insert ./guestfs-availability.pod:__AVAILABILITY__ \ --insert ./guestfs-structs.pod:__STRUCTS__ \ --license LGPLv2+ \ guestfs.pod podwrapper.pl: wrote guestfs.3 podwrapper.pl: wrote ../website/guestfs.3.html touch stamp-guestfs.pod make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' Making all in docs make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/docs' perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 1 \ --man guestfs-faq.1 \ --html ../website/guestfs-faq.1.html \ --license LGPLv2+ \ guestfs-faq.pod podwrapper.pl: wrote guestfs-faq.1 podwrapper.pl: wrote ../website/guestfs-faq.1.html touch stamp-guestfs-faq.pod perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 1 \ --man guestfs-hacking.1 \ --html ../website/guestfs-hacking.1.html \ --license LGPLv2+ \ guestfs-hacking.pod podwrapper.pl: wrote guestfs-hacking.1 podwrapper.pl: wrote ../website/guestfs-hacking.1.html touch stamp-guestfs-hacking.pod perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 1 \ --man guestfs-internals.1 \ --html ../website/guestfs-internals.1.html \ --license LGPLv2+ \ guestfs-internals.pod podwrapper.pl: wrote guestfs-internals.1 podwrapper.pl: wrote ../website/guestfs-internals.1.html touch stamp-guestfs-internals.pod perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 1 \ --man guestfs-performance.1 \ --html ../website/guestfs-performance.1.html \ --license LGPLv2+ \ guestfs-performance.pod podwrapper.pl: wrote guestfs-performance.1 podwrapper.pl: wrote ../website/guestfs-performance.1.html touch stamp-guestfs-performance.pod perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 1 \ --man guestfs-recipes.1 \ --html ../website/guestfs-recipes.1.html \ --license examples \ guestfs-recipes.pod podwrapper.pl: wrote guestfs-recipes.1 podwrapper.pl: wrote ../website/guestfs-recipes.1.html touch stamp-guestfs-recipes.pod perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 1 \ --man guestfs-release-notes.1 \ --html ../website/guestfs-release-notes.1.html \ --license GPLv2+ \ guestfs-release-notes.pod podwrapper.pl: wrote guestfs-release-notes.1 podwrapper.pl: wrote ../website/guestfs-release-notes.1.html touch stamp-guestfs-release-notes.pod perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 1 \ --man guestfs-security.1 \ --html ../website/guestfs-security.1.html \ --license LGPLv2+ \ guestfs-security.pod podwrapper.pl: wrote guestfs-security.1 podwrapper.pl: wrote ../website/guestfs-security.1.html touch stamp-guestfs-security.pod perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 1 \ --man guestfs-testing.1 \ --html ../website/guestfs-testing.1.html \ --license LGPLv2+ \ guestfs-testing.pod podwrapper.pl: wrote guestfs-testing.1 podwrapper.pl: wrote ../website/guestfs-testing.1.html touch stamp-guestfs-testing.pod make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/docs' Making all in examples make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/examples' CC create_disk-create-disk.o CCLD create-disk CC debug_logging-debug-logging.o CCLD debug-logging CC display_icon-display-icon.o CCLD display-icon CC inspect_vm-inspect-vm.o CCLD inspect-vm CC copy_over-copy-over.o CCLD copy-over CC libvirt_auth-libvirt-auth.o CCLD libvirt-auth CC virt_dhcp_address-virt-dhcp-address.o CCLD virt-dhcp-address CC mount_local-mount-local.o CCLD mount-local perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 3 \ --man guestfs-examples.3 \ --html ../website/guestfs-examples.3.html \ --verbatim ./copy-over.c:@COPY_OVER@ \ --verbatim ./create-disk.c:@CREATE_DISK@ \ --verbatim ./debug-logging.c:@DEBUG_LOGGING@ \ --verbatim ./display-icon.c:@DISPLAY_ICON@ \ --verbatim ./inspect-vm.c:@INSPECT_VM@ \ --verbatim ./libvirt-auth.c:@LIBVIRT_AUTH@ \ --verbatim ./mount-local.c:@MOUNT_LOCAL@ \ --verbatim ./virt-dhcp-address.c:@VIRT_DHCP_ADDRESS@ \ --license examples \ guestfs-examples.pod podwrapper.pl: wrote guestfs-examples.3 podwrapper.pl: wrote ../website/guestfs-examples.3.html touch stamp-guestfs-examples.pod make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/examples' Making all in po make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/po' Making all in daemon make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/daemon' make -C ../src guestfs_protocol.c make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' make[3]: 'guestfs_protocol.c' is up to date. make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' rm -f guestfs_protocol.c ln ../src/guestfs_protocol.c guestfs_protocol.c make -C ../src guestfs_protocol.h make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' make[3]: 'guestfs_protocol.h' is up to date. make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' rm -f guestfs_protocol.h ln ../src/guestfs_protocol.h guestfs_protocol.h rm -f errnostring-gperf.gperf ln ../src/errnostring-gperf.gperf errnostring-gperf.gperf rm -f errnostring.c ln ../src/errnostring.c errnostring.c rm -f errnostring.h ln ../src/errnostring.h errnostring.h rm -f errnostring-gperf.c gperf -t errnostring-gperf.gperf > errnostring-gperf.c-t mv errnostring-gperf.c-t errnostring-gperf.c make all-am make[3]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/daemon' make -C ../src guestfs_protocol.c make[4]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' make[4]: 'guestfs_protocol.c' is up to date. make[4]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/src' CC libprotocol_a-guestfs_protocol.o AR libprotocol.a CC liberrnostring_a-errnostring-gperf.o CC liberrnostring_a-errnostring.o AR liberrnostring.a CC guestfsd-stubs.o CC guestfsd-9p.o CC guestfsd-acl.o CC guestfsd-available.o CC guestfsd-augeas.o CC guestfsd-base64.o CC guestfsd-blkdiscard.o CC guestfsd-blkid.o CC guestfsd-blockdev.o CC guestfsd-btrfs.o CC guestfsd-cap.o CC guestfsd-checksum.o CC guestfsd-cmp.o CC guestfsd-command.o CC guestfsd-compress.o CC guestfsd-copy.o CC guestfsd-cpio.o CC guestfsd-cpmv.o CC guestfsd-dd.o CC guestfsd-debug.o CC guestfsd-debug-bmap.o CC guestfsd-devsparts.o CC guestfsd-df.o CC guestfsd-dir.o CC guestfsd-dmesg.o CC guestfsd-dropcaches.o CC guestfsd-du.o CC guestfsd-echo-daemon.o CC guestfsd-ext2.o CC guestfsd-fallocate.o CC guestfsd-file.o CC guestfsd-findfs.o CC guestfsd-fill.o CC guestfsd-find.o CC guestfsd-format.o CC guestfsd-fs-min-size.o CC guestfsd-fsck.o CC guestfsd-fstrim.o CC guestfsd-glob.o CC guestfsd-grep.o CC guestfsd-grub.o CC guestfsd-guestfsd.o CC guestfsd-headtail.o CC guestfsd-hexdump.o CC guestfsd-hotplug.o CC guestfsd-hivex.o CC guestfsd-htonl.o CC guestfsd-initrd.o CC guestfsd-inotify.o CC guestfsd-internal.o CC guestfsd-is.o CC guestfsd-isoinfo.o CC guestfsd-journal.o CC guestfsd-labels.o CC guestfsd-ldm.o CC guestfsd-link.o CC guestfsd-ls.o CC guestfsd-luks.o CC guestfsd-lvm.o CC guestfsd-lvm-filter.o CC guestfsd-md.o CC guestfsd-mkfs.o CC guestfsd-mknod.o CC guestfsd-mktemp.o CC guestfsd-modprobe.o CC guestfsd-mount.o CC guestfsd-mountable.o CC guestfsd-names.o CC guestfsd-ntfs.o CC guestfsd-ntfsclone.o CC guestfsd-optgroups.o CC guestfsd-parted.o CC guestfsd-pingdaemon.o CC guestfsd-proto.o CC guestfsd-readdir.o CC guestfsd-realpath.o CC guestfsd-rename.o CC guestfsd-rsync.o CC guestfsd-scrub.o CC guestfsd-selinux.o CC guestfsd-sfdisk.o CC guestfsd-sleep.o CC guestfsd-stat.o CC guestfsd-statvfs.o CC guestfsd-strings.o CC guestfsd-swap.o CC guestfsd-sync.o CC guestfsd-syslinux.o CC guestfsd-tar.o CC guestfsd-truncate.o CC guestfsd-umask.o CC guestfsd-upload.o CC guestfsd-utimens.o CC guestfsd-utsname.o CC guestfsd-uuids.o CC guestfsd-wc.o CC guestfsd-xattr.o CC guestfsd-xfs.o CC guestfsd-zero.o CC guestfsd-zerofree.o CCLD guestfsd perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --section 8 \ --man guestfsd.8 \ --html ../website/guestfsd.8.html \ --license GPLv2+ \ guestfsd.pod podwrapper.pl: wrote guestfsd.8 podwrapper.pl: wrote ../website/guestfsd.8.html touch stamp-guestfsd.pod make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/daemon' make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/daemon' Making all in tests/daemon make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/tests/daemon' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/tests/daemon' Making all in appliance make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/appliance' perl /home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/podwrapper.pl \ --man libguestfs-make-fixed-appliance.1 \ --html ../website/libguestfs-make-fixed-appliance.1.html \ --license GPLv2+ \ libguestfs-make-fixed-appliance.pod podwrapper.pl: wrote libguestfs-make-fixed-appliance.1 podwrapper.pl: wrote ../website/libguestfs-make-fixed-appliance.1.html touch stamp-libguestfs-make-fixed-appliance.pod cd .. && \ ./config.status --file=appliance/make.sh-t:appliance/make.sh.in config.status: creating appliance/make.sh-t chmod +x make.sh-t cmp -s make.sh make.sh-t || mv make.sh-t make.sh rm -f make.sh-t m4 -DUBUNTU=1 -DEXTRA_PACKAGES="" packagelist.in | \ grep -v '^[[:space:]]*$' | grep -v '^#' > packagelist-t cmp -s packagelist packagelist-t || mv packagelist-t packagelist rm -f packagelist-t m4 -DUBUNTU=1 -DEXTRA_PACKAGES="" excludefiles.in | \ grep -v '^[[:space:]]*$' | grep -v '^#' > excludefiles-t cmp -s supermin.d/excludefiles excludefiles-t || mv excludefiles-t supermin.d/excludefiles rm -f excludefiles-t rm -f stamp-supermin supermin.d/base.tar.gz supermin.d/packages ./make.sh /usr/bin/supermin --prepare -v -o supermin.d bsdmainutils btrfs-tools cryptsetup extlinux genisoimage gfs-tools gfs2-tools gfs2-utils grub2-common hfsplus iproute iproute2 iputils-ping iputils-arping iputils-tracepath isc-dhcp-client libaugeas0 libc-bin libcap2 libhivex0 libpcre3 libsystemd0 libsystemd-id128-0 libsystemd-journal0 libyajl2 linux-image mtools nilfs-tools ntfs-3g openssh-client reiserfsprogs sysvinit systemd ufsutils vim-tiny xz-utils zfs-fuse uuid-runtime acl attr bash binutils bzip2 coreutils cpio diffutils dosfstools e2fsprogs file findutils gawk gdisk grep gzip jfsutils kmod less libxml2 lsof lsscsi lvm2 lzop mdadm module-init-tools parted procps procps-ng psmisc rsync scrub sed strace syslinux tar udev util-linux util-linux-ng xfsprogs zerofree qemu-utils curl debootstrap supermin: version: 5.1.9 supermin: package handler: debian/dpkg supermin: prepare: bsdmainutils btrfs-tools cryptsetup extlinux genisoimage gfs-tools gfs2-tools gfs2-utils grub2-common hfsplus iproute iproute2 iputils-ping iputils-arping iputils-tracepath isc-dhcp-client libaugeas0 libc-bin libcap2 libhivex0 libpcre3 libsystemd0 libsystemd-id128-0 libsystemd-journal0 libyajl2 linux-image mtools nilfs-tools ntfs-3g openssh-client reiserfsprogs sysvinit systemd ufsutils vim-tiny xz-utils zfs-fuse uuid-runtime acl attr bash binutils bzip2 coreutils cpio diffutils dosfstools e2fsprogs file findutils gawk gdisk grep gzip jfsutils kmod less libxml2 lsof lsscsi lvm2 lzop mdadm module-init-tools parted procps procps-ng psmisc rsync scrub sed strace syslinux tar udev util-linux util-linux-ng xfsprogs zerofree qemu-utils curl debootstrap supermin: packages specified on the command line: - bsdmainutils_9.0.6ubuntu1_amd64 - btrfs-tools_4.0-2_amd64 - cryptsetup_2:1.6.6-5ubuntu2_amd64 - extlinux_3:6.03+dfsg-8ubuntu2_amd64 - genisoimage_9:1.1.11-3ubuntu1_amd64 - gfs2-utils_3.1.6-0ubuntu2_amd64 - grub2-common_2.02~beta2-29_amd64 - hfsplus_1.0.4-13_amd64 - iproute_1:4.1.1-1ubuntu1_all - iproute2_4.1.1-1ubuntu1_amd64 - iputils-ping_3:20121221-5ubuntu2_amd64 - iputils-arping_3:20121221-5ubuntu2_amd64 - iputils-tracepath_3:20121221-5ubuntu2_amd64 - isc-dhcp-client_4.3.1-5ubuntu3_amd64 - libaugeas0_1.3.0-0ubuntu1_amd64 - libc-bin_2.21-0ubuntu4_amd64 - libcap2_1:2.24-9_amd64 - libhivex0_1.3.11-1build1_amd64 - libpcre3_2:8.35-7.1ubuntu1_amd64 - libsystemd0_225-1ubuntu9_amd64 - libyajl2_2.1.0-2_amd64 - mtools_4.0.18-2_amd64 - nilfs-tools_2.2.3-2_amd64 - ntfs-3g_1:2014.2.15AR.3-3_amd64 - openssh-client_1:6.9p1-2_amd64 - reiserfsprogs_1:3.6.24-3_amd64 - systemd_225-1ubuntu9_amd64 - vim-tiny_2:7.4.712-2ubuntu4_amd64 - xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64 - zfs-fuse_0.7.0-12ubuntu1_amd64 - uuid-runtime_2.26.2-6ubuntu3_amd64 - acl_2.2.52-2_amd64 - attr_1:2.4.47-2_amd64 - bash_4.3-14ubuntu1_amd64 - binutils_2.25.1-6ubuntu1_amd64 - bzip2_1.0.6-8_amd64 - coreutils_8.23-4ubuntu2_amd64 - cpio_2.11+dfsg-4.1ubuntu1_amd64 - diffutils_1:3.3-1_amd64 - dosfstools_3.0.28-1_amd64 - e2fsprogs_1.42.12-1ubuntu2_amd64 - file_1:5.22+15-2ubuntu1_amd64 - findutils_4.4.2-9build1_amd64 - gawk_1:4.1.1+dfsg-1_amd64 - gdisk_1.0.0-3_amd64 - grep_2.21-2_amd64 - gzip_1.6-4ubuntu1_amd64 - jfsutils_1.1.15-2.1_amd64 - kmod_21-1ubuntu1_amd64 - less_458-3_amd64 - libxml2_2.9.2+zdfsg1-4ubuntu0.1_amd64 - lsof_4.86+dfsg-1ubuntu2_amd64 - lsscsi_0.27-3_amd64 - lvm2_2.02.122-1ubuntu1_amd64 - lzop_1.03-3_amd64 - mdadm_3.3-2ubuntu2_amd64 - module-init-tools_21-1ubuntu1_all - parted_3.2-7ubuntu1_amd64 - procps_1:3.3.9-1ubuntu8_amd64 - psmisc_22.21-2build1_amd64 - rsync_3.1.1-3_amd64 - scrub_2.6.1-1_amd64 - sed_4.2.2-6.1_amd64 - strace_4.8-1ubuntu5_amd64 - syslinux_3:6.03+dfsg-8ubuntu2_amd64 - tar_1.27.1-2_amd64 - udev_225-1ubuntu9_amd64 - util-linux_2.26.2-6ubuntu3_amd64 - xfsprogs_3.2.1ubuntu1_amd64 - zerofree_1.0.3-1_amd64 - curl_7.43.0-1ubuntu2_amd64 - debootstrap_1.0.72ubuntu1_all supermin: writing supermin.d.aod7jwug/packages supermin: after resolving dependencies there are 213 packages: - acl_2.2.52-2_amd64 - adduser_3.113+nmu3ubuntu4_all - attr_1:2.4.47-2_amd64 - augeas-lenses_1.3.0-0ubuntu1_all - base-files_7.2ubuntu11_amd64 - base-passwd_3.5.38_amd64 - bash_4.3-14ubuntu1_amd64 - binutils_2.25.1-6ubuntu1_amd64 - bsdmainutils_9.0.6ubuntu1_amd64 - bsdutils_1:2.26.2-6ubuntu3_amd64 - btrfs-tools_4.0-2_amd64 - busybox-initramfs_1:1.22.0-15ubuntu1_amd64 - bzip2_1.0.6-8_amd64 - coreutils_8.23-4ubuntu2_amd64 - cpio_2.11+dfsg-4.1ubuntu1_amd64 - cryptsetup-bin_2:1.6.6-5ubuntu2_amd64 - cryptsetup_2:1.6.6-5ubuntu2_amd64 - curl_7.43.0-1ubuntu2_amd64 - dash_0.5.7-4ubuntu2_amd64 - debconf_1.5.57ubuntu1_all - debianutils_4.5.1_amd64 - debootstrap_1.0.72ubuntu1_all - diffutils_1:3.3-1_amd64 - dmeventd_2:1.02.99-1ubuntu1_amd64 - dmsetup_2:1.02.99-1ubuntu1_amd64 - dosfstools_3.0.28-1_amd64 - dpkg_1.18.2ubuntu5_amd64 - e2fslibs_1.42.12-1ubuntu2_amd64 - e2fsprogs_1.42.12-1ubuntu2_amd64 - extlinux_3:6.03+dfsg-8ubuntu2_amd64 - file_1:5.22+15-2ubuntu1_amd64 - findutils_4.4.2-9build1_amd64 - fuse_2.9.4-1ubuntu1_amd64 - gawk_1:4.1.1+dfsg-1_amd64 - gcc-5-base_5.2.1-22ubuntu2_amd64 - gdisk_1.0.0-3_amd64 - genisoimage_9:1.1.11-3ubuntu1_amd64 - gettext-base_0.19.4-1ubuntu3_amd64 - gfs2-utils_3.1.6-0ubuntu2_amd64 - grep_2.21-2_amd64 - grub-common_2.02~beta2-29_amd64 - grub2-common_2.02~beta2-29_amd64 - gzip_1.6-4ubuntu1_amd64 - hfsplus_1.0.4-13_amd64 - init-system-helpers_1.23ubuntu3_all - initramfs-tools-bin_0.120ubuntu6_amd64 - initramfs-tools_0.120ubuntu6_all - initscripts_2.88dsf-59.2ubuntu2_amd64 - insserv_1.14.0-5ubuntu3_amd64 - iproute2_4.1.1-1ubuntu1_amd64 - iproute_1:4.1.1-1ubuntu1_all - iputils-arping_3:20121221-5ubuntu2_amd64 - iputils-ping_3:20121221-5ubuntu2_amd64 - iputils-tracepath_3:20121221-5ubuntu2_amd64 - isc-dhcp-client_4.3.1-5ubuntu3_amd64 - isc-dhcp-common_4.3.1-5ubuntu3_amd64 - jfsutils_1.1.15-2.1_amd64 - klibc-utils_2.0.3-0ubuntu1_amd64 - kmod_21-1ubuntu1_amd64 - less_458-3_amd64 - libacl1_2.2.52-2_amd64 - libaio1_0.3.110-1_amd64 - libapparmor1_2.10-0ubuntu6_amd64 - libasn1-8-heimdal_1.6~rc2+dfsg-10ubuntu1_amd64 - libasprintf0v5_0.19.4-1ubuntu3_amd64 - libattr1_1:2.4.47-2_amd64 - libaudit-common_1:2.4.2-1ubuntu1_all - libaudit1_1:2.4.2-1ubuntu1_amd64 - libaugeas0_1.3.0-0ubuntu1_amd64 - libblkid1_2.26.2-6ubuntu3_amd64 - libbsd0_0.7.0-2_amd64 - libbz2-1.0_1.0.6-8_amd64 - libc-bin_2.21-0ubuntu4_amd64 - libc6_2.21-0ubuntu4_amd64 - libcap2-bin_1:2.24-9_amd64 - libcap2_1:2.24-9_amd64 - libcomerr2_1.42.12-1ubuntu2_amd64 - libcryptsetup4_2:1.6.6-5ubuntu2_amd64 - libcurl3-gnutls_7.43.0-1ubuntu2_amd64 - libdb5.3_5.3.28-11_amd64 - libdbus-1-3_1.10.0-1ubuntu1_amd64 - libdebconfclient0_0.192ubuntu1_amd64 - libdevmapper-event1.02.1_2:1.02.99-1ubuntu1_amd64 - libdevmapper1.02.1_2:1.02.99-1ubuntu1_amd64 - libdns-export100_1:9.9.5.dfsg-11ubuntu1_amd64 - libdrm2_2.4.64-1_amd64 - libedit2_3.1-20150325-1ubuntu1_amd64 - libfdisk1_2.26.2-6ubuntu3_amd64 - libffi6_3.2.1-3_amd64 - libfreetype6_2.5.2-4ubuntu2_amd64 - libfuse2_2.9.4-1ubuntu1_amd64 - libgcc1_1:5.2.1-22ubuntu2_amd64 - libgcrypt20_1.6.3-2ubuntu1_amd64 - libgmp10_2:6.0.0+dfsg-7_amd64 - libgnutls-deb0-28_3.3.15-5ubuntu2_amd64 - libgnutls-openssl27_3.3.15-5ubuntu2_amd64 - libgpg-error0_1.19-2_amd64 - libgssapi-krb5-2_1.13.2+dfsg-2ubuntu0.1_amd64 - libgssapi3-heimdal_1.6~rc2+dfsg-10ubuntu1_amd64 - libhcrypto4-heimdal_1.6~rc2+dfsg-10ubuntu1_amd64 - libheimbase1-heimdal_1.6~rc2+dfsg-10ubuntu1_amd64 - libheimntlm0-heimdal_1.6~rc2+dfsg-10ubuntu1_amd64 - libhfsp0_1.0.4-13_amd64 - libhivex0_1.3.11-1build1_amd64 - libhogweed4_3.1.1-4_amd64 - libhx509-5-heimdal_1.6~rc2+dfsg-10ubuntu1_amd64 - libicu55_55.1-4ubuntu1_amd64 - libidn11_1.28-1ubuntu2_amd64 - libirs-export91_1:9.9.5.dfsg-11ubuntu1_amd64 - libisc-export95_1:9.9.5.dfsg-11ubuntu1_amd64 - libisccfg-export90_1:9.9.5.dfsg-11ubuntu1_amd64 - libk5crypto3_1.13.2+dfsg-2ubuntu0.1_amd64 - libkeyutils1_1.5.9-5ubuntu1_amd64 - libklibc_2.0.3-0ubuntu1_amd64 - libkmod2_21-1ubuntu1_amd64 - libkrb5-26-heimdal_1.6~rc2+dfsg-10ubuntu1_amd64 - libkrb5-3_1.13.2+dfsg-2ubuntu0.1_amd64 - libkrb5support0_1.13.2+dfsg-2ubuntu0.1_amd64 - libldap-2.4-2_2.4.41+dfsg-1ubuntu2_amd64 - liblvm2cmd2.02_2.02.122-1ubuntu1_amd64 - liblzma5_5.1.1alpha+20120614-2ubuntu2_amd64 - liblzo2-2_2.08-1.2_amd64 - libmagic1_1:5.22+15-2ubuntu1_amd64 - libmount1_2.26.2-6ubuntu3_amd64 - libmpfr4_3.1.3-1_amd64 - libncurses5_5.9+20150516-2ubuntu1_amd64 - libncursesw5_5.9+20150516-2ubuntu1_amd64 - libnettle6_3.1.1-4_amd64 - libnih-dbus1_1.0.3-4ubuntu27_amd64 - libnih1_1.0.3-4ubuntu27_amd64 - libp11-kit0_0.23.1-3_amd64 - libpam-modules-bin_1.1.8-3.1ubuntu3_amd64 - libpam-modules_1.1.8-3.1ubuntu3_amd64 - libpam0g_1.1.8-3.1ubuntu3_amd64 - libparted2_3.2-7ubuntu1_amd64 - libpcre3_2:8.35-7.1ubuntu1_amd64 - libplymouth4_0.9.0-0ubuntu9_amd64 - libpng12-0_1.2.51-0ubuntu3.15.10.1_amd64 - libpopt0_1.16-10_amd64 - libprocps3_1:3.3.9-1ubuntu8_amd64 - libreadline5_5.2+dfsg-3_amd64 - libreadline6_6.3-8ubuntu1_amd64 - libroken18-heimdal_1.6~rc2+dfsg-10ubuntu1_amd64 - librtmp1_2.4+20150115.gita107cef-1build1_amd64 - libsasl2-2_2.1.26.dfsg1-14_amd64 - libsasl2-modules-db_2.1.26.dfsg1-14_amd64 - libseccomp2_2.2.3-2ubuntu1_amd64 - libselinux1_2.3-2build1_amd64 - libsemanage-common_2.3-1build2_all - libsemanage1_2.3-1build2_amd64 - libsepol1_2.3-2_amd64 - libsigsegv2_2.10-4_amd64 - libslang2_2.3.0-2ubuntu1_amd64 - libsmartcols1_2.26.2-6ubuntu3_amd64 - libsqlite3-0_3.8.11.1-1_amd64 - libss2_1.42.12-1ubuntu2_amd64 - libssl1.0.0_1.0.2d-0ubuntu1_amd64 - libstdc++6_5.2.1-22ubuntu2_amd64 - libsystemd0_225-1ubuntu9_amd64 - libtasn1-6_4.5-2_amd64 - libtinfo5_5.9+20150516-2ubuntu1_amd64 - libudev1_225-1ubuntu9_amd64 - libustr-1.0-1_1.0.4-5_amd64 - libuuid1_2.26.2-6ubuntu3_amd64 - libwind0-heimdal_1.6~rc2+dfsg-10ubuntu1_amd64 - libxml2_2.9.2+zdfsg1-4ubuntu0.1_amd64 - libyajl2_2.1.0-2_amd64 - lsb-base_4.1+Debian11ubuntu8_all - lsof_4.86+dfsg-1ubuntu2_amd64 - lsscsi_0.27-3_amd64 - lvm2_2.02.122-1ubuntu1_amd64 - lzop_1.03-3_amd64 - makedev_2.3.1-93ubuntu1_all - mdadm_3.3-2ubuntu2_amd64 - module-init-tools_21-1ubuntu1_all - mount_2.26.2-6ubuntu3_amd64 - mountall_2.54ubuntu1_amd64 - mtools_4.0.18-2_amd64 - multiarch-support_2.21-0ubuntu4_amd64 - nilfs-tools_2.2.3-2_amd64 - ntfs-3g_1:2014.2.15AR.3-3_amd64 - openssh-client_1:6.9p1-2_amd64 - parted_3.2-7ubuntu1_amd64 - passwd_1:4.1.5.1-1.1ubuntu7_amd64 - perl-base_5.20.2-6_amd64 - plymouth_0.9.0-0ubuntu9_amd64 - procps_1:3.3.9-1ubuntu8_amd64 - psmisc_22.21-2build1_amd64 - readline-common_6.3-8ubuntu1_all - reiserfsprogs_1:3.6.24-3_amd64 - rsync_3.1.1-3_amd64 - scrub_2.6.1-1_amd64 - sed_4.2.2-6.1_amd64 - sensible-utils_0.0.9_all - strace_4.8-1ubuntu5_amd64 - syslinux_3:6.03+dfsg-8ubuntu2_amd64 - systemd_225-1ubuntu9_amd64 - sysv-rc_2.88dsf-59.2ubuntu2_all - sysvinit-utils_2.88dsf-59.2ubuntu2_amd64 - tar_1.27.1-2_amd64 - tzdata_2015g-1_all - udev_225-1ubuntu9_amd64 - util-linux_2.26.2-6ubuntu3_amd64 - uuid-runtime_2.26.2-6ubuntu3_amd64 - vim-common_2:7.4.712-2ubuntu4_amd64 - vim-tiny_2:7.4.712-2ubuntu4_amd64 - watershed_7_amd64 - wget_1.16.1-1ubuntu1_amd64 - xfsprogs_3.2.1ubuntu1_amd64 - xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64 - zerofree_1.0.3-1_amd64 - zfs-fuse_0.7.0-12ubuntu1_amd64 - zlib1g_1:1.2.8.dfsg-2ubuntu4_amd64 WARNING: The following packages cannot be authenticated! adduser base-files bash bsdmainutils cryptsetup debconf dpkg e2fsprogs fuse grub-common initramfs-tools initscripts insserv iproute2 isc-dhcp-client kmod libaudit-common libc-bin libc6 libldap-2.4-2 libmagic1 libpam-modules libsemanage-common lvm2 mdadm mountall mtools openssh-client passwd plymouth procps reiserfsprogs rsync systemd sysv-rc tar udev util-linux uuid-runtime vim-common vim-tiny wget nilfs-tools zfs-fuse libgssapi-krb5-2 E: Some packages could not be authenticated supermin: cd '/tmp/supermin914bdc.tmpdir/hg0zbxz3' && /usr/bin/apt-get download 'bsdmainutils' 'cryptsetup' 'iproute2' 'isc-dhcp-client' 'libc-bin' 'mtools' 'nilfs-tools' 'openssh-client' 'reiserfsprogs' 'systemd' 'vim-tiny' 'zfs-fuse' 'uuid-runtime' 'bash' 'e2fsprogs' 'kmod' 'lvm2' 'mdadm' 'procps' 'rsync' 'tar' 'udev' 'util-linux' 'libc6' 'debconf' 'initramfs-tools' 'plymouth' 'libmagic1' 'grub-common' 'dpkg' 'fuse' 'libgssapi-krb5-2' 'adduser' 'passwd' 'sysv-rc' 'vim-common' 'base-files' 'initscripts' 'wget' 'mountall' 'libpam-modules' 'libaudit-common' 'insserv' 'libldap-2.4-2' 'libsemanage-common': command failed, see earlier errors Makefile:1906: recipe for target 'stamp-supermin' failed make[2]: *** [stamp-supermin] Error 1 make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/appliance' Makefile:1843: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs' Makefile:1754: recipe for target 'all' failed make: *** [all] Error 2