Richard W.M. Jones
2017-Jul-07 12:00 UTC
[Libguestfs] [PATCH] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 --- v2v/virt-v2v.pod | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..93d1a9ecd 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,33 @@ that guest through the RHV-M UI, you may encounter an import failure. Diagnosing these failures is infuriatingly difficult as the UI generally hides the true reason for the failure. -There are two log files of interest. The first is stored on the -RHV-M server itself, and is called -F</var/log/ovirt-engine/engine.log> - -The second file, which is the most useful, is found on the SPM host -(SPM stands for "Storage Pool Manager"). This is a RHV node that is -elected to do all metadata modifications in the data center, such as -image or snapshot creation. You can find out which host is the -current SPM from the "Hosts" tab "Spm Status" column. Once you have -located the SPM, log into it and grab the file -F</var/log/vdsm/vdsm.log> which will contain detailed error messages -from low-level commands. +There are three log files of interest: + +=over 4 + +=item F</var/log/vdsm/import/> + +In oVirt E<ge> 4.1.0, vdsm preserves the virt-v2v log file for +30 days in this directory. + +This directory is found on the SPM host (SPM stands for "Storage Pool +Manager"). This is a RHV node that is elected to do all metadata +modifications in the data center, such as image or snapshot creation. +You can find out which host is the current SPM from the "Hosts" tab +"Spm Status" column. + +=item F</var/log/vdsm/vdsm.log> + +As above, this file is present on the SPM host. It contains detailed +error messages from low-level operations executed by VDSM, and is +useful if the error was not caused by virt-v2v, but by VDSM or the +oVirt GUI. + +=item F</var/log/ovirt-engine/engine.log> + +This log file is stored on the RHV-M server. + +=back =head1 MINIMAL XML FOR -i libvirtxml OPTION -- 2.13.2
Pino Toscano
2017-Jul-07 12:34 UTC
Re: [Libguestfs] [PATCH] v2v: docs: VDSM location of virt-v2v log file.
On Friday, 7 July 2017 14:00:22 CEST Richard W.M. Jones wrote:> See this bug for background information: > https://bugzilla.redhat.com/show_bug.cgi?id=1350465 > --- > v2v/virt-v2v.pod | 39 +++++++++++++++++++++++++++------------ > 1 file changed, 27 insertions(+), 12 deletions(-) > > diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod > index e68d75cf8..93d1a9ecd 100644 > --- a/v2v/virt-v2v.pod > +++ b/v2v/virt-v2v.pod > @@ -1909,18 +1909,33 @@ that guest through the RHV-M UI, you may encounter an import failure. > Diagnosing these failures is infuriatingly difficult as the UI > generally hides the true reason for the failure. > > -There are two log files of interest. The first is stored on the > -RHV-M server itself, and is called > -F</var/log/ovirt-engine/engine.log> > - > -The second file, which is the most useful, is found on the SPM host > -(SPM stands for "Storage Pool Manager"). This is a RHV node that is > -elected to do all metadata modifications in the data center, such as > -image or snapshot creation. You can find out which host is the > -current SPM from the "Hosts" tab "Spm Status" column. Once you have > -located the SPM, log into it and grab the file > -F</var/log/vdsm/vdsm.log> which will contain detailed error messages > -from low-level commands. > +There are three log files of interest:Since the first is actually a directory with logs, what about something like "there are different log files of interest"? (so there is no need to change the number, in case more files/places are added later on)> + > +=over 4 > + > +=item F</var/log/vdsm/import/> > + > +In oVirt E<ge> 4.1.0, vdsm preserves the virt-v2v log file for > +30 days in this directory.s/vdsm/VDSM/?> + > +This directory is found on the SPM host (SPM stands for "Storage Pool > +Manager"). This is a RHV node that is elected to do all metadata > +modifications in the data center, such as image or snapshot creation. > +You can find out which host is the current SPM from the "Hosts" tab > +"Spm Status" column.Hmm, "in the "Host" tab, "Spm Status" column"? LGTM otherwise. Thanks, -- Pino Toscano
Tomáš Golembiovský
2017-Jul-07 12:43 UTC
Re: [Libguestfs] [PATCH] v2v: docs: VDSM location of virt-v2v log file.
Hi, On Fri, 7 Jul 2017 13:00:22 +0100 "Richard W.M. Jones" <rjones@redhat.com> wrote:> See this bug for background information: > https://bugzilla.redhat.com/show_bug.cgi?id=1350465 > --- > v2v/virt-v2v.pod | 39 +++++++++++++++++++++++++++------------ > 1 file changed, 27 insertions(+), 12 deletions(-) > > diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod > index e68d75cf8..93d1a9ecd 100644 > --- a/v2v/virt-v2v.pod > +++ b/v2v/virt-v2v.pod > @@ -1909,18 +1909,33 @@ that guest through the RHV-M UI, you may encounter an import failure. > Diagnosing these failures is infuriatingly difficult as the UI > generally hides the true reason for the failure. > > -There are two log files of interest. The first is stored on the > -RHV-M server itself, and is called > -F</var/log/ovirt-engine/engine.log> > - > -The second file, which is the most useful, is found on the SPM host > -(SPM stands for "Storage Pool Manager"). This is a RHV node that is > -elected to do all metadata modifications in the data center, such as > -image or snapshot creation. You can find out which host is the > -current SPM from the "Hosts" tab "Spm Status" column. Once you have > -located the SPM, log into it and grab the file > -F</var/log/vdsm/vdsm.log> which will contain detailed error messages > -from low-level commands. > +There are three log files of interest: > + > +=over 4 > + > +=item F</var/log/vdsm/import/> > + > +In oVirt E<ge> 4.1.0, vdsm preserves the virt-v2v log file for > +30 days in this directory. > + > +This directory is found on the SPM host (SPM stands for "Storage Pool > +Manager"). This is a RHV node that is elected to do all metadata > +modifications in the data center, such as image or snapshot creation. > +You can find out which host is the current SPM from the "Hosts" tab > +"Spm Status" column.This is not correct. The logs are stored on the host performing the conversion. This is completely unrelated to the SPM role and which host it is can be even specified by the user in the import dialog. Maybe the default host (unless changed by the user) is the same as the SPM host, but that would have to be checked and even than I would refrain from mentioning it in the docs. Which host is performing the conversion can be checked under 'Events' tab in the oVirt administration.> +=item F</var/log/vdsm/vdsm.log> > + > +As above, this file is present on the SPM host. It contains detailed > +error messages from low-level operations executed by VDSM, and is > +useful if the error was not caused by virt-v2v, but by VDSM or theSame as above. These two logs are on the same machine. Actually it can get little bit complex and two VDSM hosts can be involved. But I don't think we should complicate the matters here.> +oVirt GUI.These errors would be in the engine.log mentioned below. Tomas> + > +=item F</var/log/ovirt-engine/engine.log> > + > +This log file is stored on the RHV-M server. > + > +=back > > =head1 MINIMAL XML FOR -i libvirtxml OPTION > > -- > 2.13.2 > > _______________________________________________ > Libguestfs mailing list > Libguestfs@redhat.com > https://www.redhat.com/mailman/listinfo/libguestfs-- Tomáš Golembiovský <tgolembi@redhat.com>
Richard Jones
2017-Jul-07 13:04 UTC
[Libguestfs] check-release success (was: Re: [PATCH] v2v: docs: VDSM location of virt-v2v log file.)
Checking out sources from https://github.com/libguestfs/libguestfs ... /var/tmp/tmpE7NtPf/libguestfs /var/tmp/tmpE7NtPf Reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. Already up-to-date. /var/tmp/tmpE7NtPf Applying patches ... /var/tmp/tmpE7NtPf/libguestfs /var/tmp/tmpE7NtPf Applying: v2v: docs: VDSM location of virt-v2v log file. /var/tmp/tmpE7NtPf /var/tmp/tmpE7NtPf/libguestfs /var/tmp/tmpE7NtPf /var/tmp/tmpE7NtPf # 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/ .*//') 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 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_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' 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 builtin-expect 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 ctype ctype-tests cycle-check d-ino d-type dev-ino dirent dirent-safer dirent-safer-tests dirent-tests dirfd dirname-lgpl dosname double-slash-root dtotimespec dup dup-tests dup2 dup2-tests dup3 dup3-tests environ environ-tests errno errno-tests error exitfail extensions extern-inline fatal-signal 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-gnu-tests getopt-posix getopt-posix-tests getpagesize getprogname getprogname-tests getsockname getsockname-tests getsockopt getsockopt-tests gettext-h gettime gettimeofday gettimeofday-tests gitlog-to-changelog glob glob-tests gnu-make gnumakefile hard-locale 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 isblank isblank-tests langinfo langinfo-tests largefile limits-h limits-h-tests listen listen-tests localcharset locale locale-tests localeconv localeconv-tests localename localename-tests localtime-buffer 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 minmax mkdtemp mkstemps msvc-inval msvc-nothrow multiarch nanosleep nanosleep-tests netdb netdb-tests netinet_in netinet_in-tests nocrash nonblocking nonblocking-pipe-tests nonblocking-socket-tests nonblocking-tests 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 posix_spawn-internal posix_spawn_file_actions_addclose posix_spawn_file_actions_addclose-tests posix_spawn_file_actions_adddup2 posix_spawn_file_actions_adddup2-tests posix_spawn_file_actions_addopen posix_spawn_file_actions_addopen-tests posix_spawn_file_actions_destroy posix_spawn_file_actions_init posix_spawnattr_destroy posix_spawnattr_init posix_spawnattr_setflags posix_spawnattr_setsigmask posix_spawnp posix_spawnp-tests pread pread-tests priv-set priv-set-tests 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 sched sched-tests 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 spawn spawn-tests 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 timespec-add timespec-sub timespec-tests 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 usleep usleep-tests utime utime-h utime-h-tests utime-tests utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests vc-list-files vc-list-files-tests verify verify-tests vsnprintf vsnprintf-tests wait-process waitpid 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/useless-if-before-free build-aux/vc-list-files lib/_Noreturn.h 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/arg-nonnull.h 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++defs.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/flexmember.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-cdefs.in.h lib/getopt-core.h lib/getopt-ext.h lib/getopt-pfx-core.h lib/getopt-pfx-ext.h lib/getopt.c lib/getopt.in.h lib/getopt1.c lib/getopt_int.h lib/getprogname.c lib/getprogname.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/hard-locale.c lib/hard-locale.h 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/ioctl.c lib/isatty.c lib/itold.c lib/limits.in.h lib/localcharset.c lib/localcharset.h lib/locale.in.h lib/localeconv.c lib/localtime-buffer.c lib/localtime-buffer.h 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/minmax.h 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/nonblocking.c lib/nonblocking.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-w32.c lib/stat-w32.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-read.c lib/stdio-write.c 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_ioctl.in.h 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/utime.c lib/utime.in.h lib/utimens.c lib/utimens.h lib/vasnprintf.c lib/vasnprintf.h lib/vasprintf.c lib/verify.h lib/w32sock.h lib/warn-on-use.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/asm-underscore.m4 m4/base64.m4 m4/btowc.m4 m4/builtin-expect.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/ctype.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/fatal-signal.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.m4 m4/getlogin_r.m4 m4/getopt.m4 m4/getpagesize.m4 m4/getprogname.m4 m4/gettime.m4 m4/gettimeofday.m4 m4/glibc21.m4 m4/glob.m4 m4/gnu-make.m4 m4/gnulib-common.m4 m4/hard-locale.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/intlmacosx.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/isblank.m4 m4/langinfo_h.m4 m4/largefile.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/limits-h.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/localtime-buffer.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/minmax.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/nocrash.m4 m4/nonblocking.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/posix_spawn.m4 m4/pread.m4 m4/printf.m4 m4/priv-set.m4 m4/pthread_rwlock_rdlock.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/sched_h.m4 m4/secure_getenv.m4 m4/select.m4 m4/servent.m4 m4/setenv.m4 m4/setlocale.m4 m4/sig_atomic_t.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/spawn_h.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/ungetc.m4 m4/unistd-safer.m4 m4/unistd_h.m4 m4/unlink.m4 m4/unlinkat.m4 m4/unlinkdir.m4 m4/usleep.m4 m4/utime.m4 m4/utime_h.m4 m4/utimecmp.m4 m4/utimens.m4 m4/utimes.m4 m4/vasnprintf.m4 m4/vasprintf.m4 m4/vsnprintf.m4 m4/wait-process.m4 m4/waitpid.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/null-ptr.h tests/signature.h tests/socket-client.h tests/socket-server.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-ctype.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-gnu.c tests/test-getopt-main.h tests/test-getopt-posix.c tests/test-getopt.h tests/test-getopt_long.h tests/test-getprogname.c tests/test-getsockname.c tests/test-getsockopt.c 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-isblank.c tests/test-langinfo.c tests/test-limits-h.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-mbrtowc5.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-nonblocking-misc.h tests/test-nonblocking-pipe-child.c tests/test-nonblocking-pipe-main.c tests/test-nonblocking-pipe.h tests/test-nonblocking-pipe.sh tests/test-nonblocking-reader.h tests/test-nonblocking-socket-child.c tests/test-nonblocking-socket-main.c tests/test-nonblocking-socket.h tests/test-nonblocking-socket.sh tests/test-nonblocking-writer.h tests/test-nonblocking.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-posix_spawn1.c tests/test-posix_spawn1.in.sh tests/test-posix_spawn2.c tests/test-posix_spawn2.in.sh tests/test-posix_spawn_file_actions_addclose.c tests/test-posix_spawn_file_actions_adddup2.c tests/test-posix_spawn_file_actions_addopen.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-rwlock1.c tests/test-sched.c 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-spawn.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-timespec.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-usleep.c tests/test-utime-h.c tests/test-utime.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-try.c tests/test-verify.c tests/test-verify.sh tests/test-vsnprintf.c 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/_Noreturn.h -> tests/_Noreturn.h lib/anytostr.c -> tests/anytostr.c lib/arg-nonnull.h -> tests/arg-nonnull.h lib/at-func.c -> tests/at-func.c lib/bind.c -> tests/bind.c lib/btowc.c -> tests/btowc.c lib/c++defs.h -> tests/c++defs.h lib/ctype.in.h -> tests/ctype.in.h lib/dtotimespec.c -> tests/dtotimespec.c lib/dup-safer-flag.c -> tests/dup-safer-flag.c lib/fatal-signal.c -> tests/fatal-signal.c lib/fatal-signal.h -> tests/fatal-signal.h 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/getsockname.c -> tests/getsockname.c lib/getsockopt.c -> tests/getsockopt.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/isblank.c -> tests/isblank.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/putenv.c -> tests/putenv.c lib/rmdir.c -> tests/rmdir.c lib/root-uid.h -> tests/root-uid.h lib/sched.in.h -> tests/sched.in.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/spawn.in.h -> tests/spawn.in.h lib/spawn_faction_addclose.c -> tests/spawn_faction_addclose.c lib/spawn_faction_adddup2.c -> tests/spawn_faction_adddup2.c lib/spawn_faction_addopen.c -> tests/spawn_faction_addopen.c lib/spawn_faction_destroy.c -> tests/spawn_faction_destroy.c lib/spawn_faction_init.c -> tests/spawn_faction_init.c lib/spawn_int.h -> tests/spawn_int.h lib/spawnattr_destroy.c -> tests/spawnattr_destroy.c lib/spawnattr_init.c -> tests/spawnattr_init.c lib/spawnattr_setflags.c -> tests/spawnattr_setflags.c lib/spawnattr_setsigmask.c -> tests/spawnattr_setsigmask.c lib/spawni.c -> tests/spawni.c lib/spawnp.c -> tests/spawnp.c lib/statat.c -> tests/statat.c lib/timespec-add.c -> tests/timespec-add.c lib/timespec-sub.c -> tests/timespec-sub.c 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/usleep.c -> tests/usleep.c lib/utimecmp.c -> tests/utimecmp.c lib/utimecmp.h -> tests/utimecmp.h lib/vsnprintf.c -> tests/vsnprintf.c lib/w32sock.h -> tests/w32sock.h lib/wait-process.c -> tests/wait-process.c lib/wait-process.h -> tests/wait-process.h lib/waitpid.c -> tests/waitpid.c lib/warn-on-use.h -> tests/warn-on-use.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 ./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/useless-if-before-free Copying file build-aux/vc-list-files Copying file gnulib/lib/_Noreturn.h 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/arg-nonnull.h 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++defs.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/flexmember.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-cdefs.in.h Copying file gnulib/lib/getopt-core.h Copying file gnulib/lib/getopt-ext.h Copying file gnulib/lib/getopt-pfx-core.h Copying file gnulib/lib/getopt-pfx-ext.h 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/getprogname.c Copying file gnulib/lib/getprogname.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/hard-locale.c Copying file gnulib/lib/hard-locale.h 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/ioctl.c Copying file gnulib/lib/isatty.c Copying file gnulib/lib/itold.c Copying file gnulib/lib/limits.in.h 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/localtime-buffer.c Copying file gnulib/lib/localtime-buffer.h 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/minmax.h 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/nonblocking.c Copying file gnulib/lib/nonblocking.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-w32.c Copying file gnulib/lib/stat-w32.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-read.c Copying file gnulib/lib/stdio-write.c 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_ioctl.in.h 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/utime.c Copying file gnulib/lib/utime.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/warn-on-use.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/_Noreturn.h Copying file gnulib/tests/anytostr.c Copying file gnulib/tests/arg-nonnull.h Copying file gnulib/tests/at-func.c Copying file gnulib/tests/bind.c Copying file gnulib/tests/btowc.c Copying file gnulib/tests/c++defs.h Copying file gnulib/tests/ctype.in.h Copying file gnulib/tests/dtotimespec.c Copying file gnulib/tests/dup-safer-flag.c Copying file gnulib/tests/fatal-signal.c Copying file gnulib/tests/fatal-signal.h 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/getsockname.c Copying file gnulib/tests/getsockopt.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/isblank.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/null-ptr.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/putenv.c Copying file gnulib/tests/rmdir.c Copying file gnulib/tests/root-uid.h Copying file gnulib/tests/sched.in.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/socket-client.h Copying file gnulib/tests/socket-server.h Copying file gnulib/tests/spawn.in.h Copying file gnulib/tests/spawn_faction_addclose.c Copying file gnulib/tests/spawn_faction_adddup2.c Copying file gnulib/tests/spawn_faction_addopen.c Copying file gnulib/tests/spawn_faction_destroy.c Copying file gnulib/tests/spawn_faction_init.c Copying file gnulib/tests/spawn_int.h Copying file gnulib/tests/spawnattr_destroy.c Copying file gnulib/tests/spawnattr_init.c Copying file gnulib/tests/spawnattr_setflags.c Copying file gnulib/tests/spawnattr_setsigmask.c Copying file gnulib/tests/spawni.c Copying file gnulib/tests/spawnp.c Copying file gnulib/tests/statat.c 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-ctype.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-gnu.c Copying file gnulib/tests/test-getopt-main.h Copying file gnulib/tests/test-getopt-posix.c Copying file gnulib/tests/test-getopt.h Copying file gnulib/tests/test-getopt_long.h Copying file gnulib/tests/test-getprogname.c Copying file gnulib/tests/test-getsockname.c Copying file gnulib/tests/test-getsockopt.c 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-isblank.c Copying file gnulib/tests/test-langinfo.c Copying file gnulib/tests/test-limits-h.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-mbrtowc5.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-nonblocking-misc.h Copying file gnulib/tests/test-nonblocking-pipe-child.c Copying file gnulib/tests/test-nonblocking-pipe-main.c Copying file gnulib/tests/test-nonblocking-pipe.h Copying file gnulib/tests/test-nonblocking-pipe.sh Copying file gnulib/tests/test-nonblocking-reader.h Copying file gnulib/tests/test-nonblocking-socket-child.c Copying file gnulib/tests/test-nonblocking-socket-main.c Copying file gnulib/tests/test-nonblocking-socket.h Copying file gnulib/tests/test-nonblocking-socket.sh Copying file gnulib/tests/test-nonblocking-writer.h Copying file gnulib/tests/test-nonblocking.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-posix_spawn1.c Copying file gnulib/tests/test-posix_spawn1.in.sh Copying file gnulib/tests/test-posix_spawn2.c Copying file gnulib/tests/test-posix_spawn2.in.sh Copying file gnulib/tests/test-posix_spawn_file_actions_addclose.c Copying file gnulib/tests/test-posix_spawn_file_actions_adddup2.c Copying file gnulib/tests/test-posix_spawn_file_actions_addopen.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-rwlock1.c Copying file gnulib/tests/test-sched.c 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-spawn.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-timespec.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-usleep.c Copying file gnulib/tests/test-utime-h.c Copying file gnulib/tests/test-utime.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-try.c Copying file gnulib/tests/test-verify.c Copying file gnulib/tests/test-verify.sh Copying file gnulib/tests/test-vsnprintf.c 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/timespec-add.c Copying file gnulib/tests/timespec-sub.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/usleep.c Copying file gnulib/tests/utimecmp.c Copying file gnulib/tests/utimecmp.h Copying file gnulib/tests/vsnprintf.c Copying file gnulib/tests/w32sock.h Copying file gnulib/tests/wait-process.c Copying file gnulib/tests/wait-process.h Copying file gnulib/tests/waitpid.c Copying file gnulib/tests/warn-on-use.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/asm-underscore.m4 Copying file m4/base64.m4 Copying file m4/btowc.m4 Copying file m4/builtin-expect.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/ctype.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/fatal-signal.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.m4 Copying file m4/getlogin_r.m4 Copying file m4/getopt.m4 Copying file m4/getpagesize.m4 Copying file m4/getprogname.m4 Copying file m4/gettime.m4 Copying file m4/gettimeofday.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/hard-locale.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/intlmacosx.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/isblank.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/limits-h.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/localtime-buffer.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/minmax.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/nocrash.m4 Copying file m4/nonblocking.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/posix_spawn.m4 Copying file m4/pread.m4 Copying file m4/printf.m4 Copying file m4/priv-set.m4 Copying file m4/pthread_rwlock_rdlock.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/sched_h.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/sig_atomic_t.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/spawn_h.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/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/usleep.m4 Copying file m4/utime.m4 Copying file m4/utime_h.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/vsnprintf.m4 Copying file m4/wait-process.m4 Copying file m4/waitpid.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 ./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 <arpa/inet.h> #include <byteswap.h> #include <fcntl.h> #include <glob.h> #include <netdb.h> #include <netinet/in.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/select.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #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 "getprogname.h" #include "glthread/lock.h" #include "hash-pjw.h" #include "hash.h" #include "human.h" #include "ignore-value.h" #include "intprops.h" #include "nonblocking.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 <iconv.h> #endif You may need to use the following Makefile variables when linking. Use them in <program>_LDADD when linking a program, or in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library. $(GETADDRINFO_LIB) $(HOSTENT_LIB) $(INET_NTOP_LIB) $(LIBSOCKET) $(LIB_CLOCK_GETTIME) $(LIB_GETLOGIN) $(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:79: installing 'build-aux/compile' configure.ac:31: 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 configure: loading site script /usr/share/config.site configure: creating cache config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking if 1.37 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.37.16 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... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for _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/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.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 for sys/types.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.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 crtdefs.h usability... no checking crtdefs.h presence... no checking for crtdefs.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking priv.h usability... no checking priv.h presence... no checking for priv.h... no checking spawn.h usability... yes checking spawn.h presence... yes checking for spawn.h... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking whether <sys/socket.h> is self-contained... yes checking for shutdown... yes checking whether <sys/socket.h> defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes checking 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 getprogname... no checking for getexecname... no 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 getuid... yes checking for geteuid... yes checking for getgid... yes checking for getegid... yes checking for setenv... yes checking for sleep... yes checking for snprintf... yes checking for strdup... yes checking for catgets... yes checking for strndup... yes checking for strtoumax... yes checking for symlinkat... yes checking for pipe... yes checking for utime... yes checking for futimes... yes checking for futimesat... yes checking for utimensat... yes checking for lutimes... yes checking for vasnprintf... 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 usleep... yes checking for wcrtomb... yes checking for wctob... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for C/C++ restrict keyword... __restrict checking whether // is distinct from /... 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 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 the common suffixes of directories in the library search path... lib64,lib64 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 whether limits.h has ULLONG_WIDTH etc.... yes checking for wint_t... yes checking whether wint_t is too small... no checking for unsigned long long int... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h predates C++11... no checking whether stdint.h has UINTMAX_WIDTH etc.... 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... /usr/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... ja_JP checking for a transitional chinese locale... zh_CN.GB18030 checking for a french Unicode locale... fr_FR.UTF-8 checking for a traditional french locale... fr_FR checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether memmem is declared... yes checking for memmem... yes checking whether memmem works... yes checking whether memrchr is declared... yes checking whether <limits.h> defines MIN and MAX... no checking whether <sys/param.h> defines MIN and MAX... yes checking whether C symbols are prefixed with underscore at the linker level... no checking whether strerror(0) succeeds... yes checking for strerror_r with POSIX signature... no checking whether __xpg_strerror_r works... yes checking whether strerror_r is declared... (cached) yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for sigset_t... yes checking for ssize_t... yes checking whether <sys/select.h> is self-contained... yes checking 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 <time.h>... yes checking whether ttyname_r is declared... yes checking whether the utimes function works... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking where to find the exponent in a 'double'... word 1 bit 20 checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no checking whether <wchar.h> uses 'inline' correctly... yes checking for sig_atomic_t... yes checking whether ungetc works on arbitrary bytes... yes checking for off_t... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether alarm is declared... yes checking for library containing posix_spawn... none required checking for posix_spawn... yes checking whether posix_spawn works... yes checking whether posix_spawnattr_setschedpolicy is supported... yes checking whether posix_spawnattr_setschedparam is supported... yes checking whether unsetenv is declared... yes checking whether vsnprintf is declared... yes checking for alloca as a compiler built-in... yes checking whether inet_ntop is declared without a macro... yes checking whether inet_pton is declared without a macro... yes checking for __builtin_expect... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking whether this system has an arbitrary file name length limit... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking for closedir... yes checking for d_ino member in directory struct... yes checking for d_type member in directory struct... yes checking 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 dup works... yes 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 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... yes checking how to do getaddrinfo, freeaddrinfo and getnameinfo... checking for library containing getaddrinfo... none required checking for getaddrinfo... yes checking whether gai_strerror is declared... (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 program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether __argv is declared... no checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking 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 for ioctl... yes checking for ioctl with POSIX signature... no 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 pthread_rwlock_rdlock prefers a writer to a reader... no checking whether lseek detects pipes... yes checking whether mbrtowc handles incomplete characters... yes checking whether mbrtowc works as well as mbtowc... yes checking whether mbrtowc handles a NULL pwc argument... yes checking whether mbrtowc handles a NULL string argument... yes checking whether mbrtowc has a correct return value... yes checking whether mbrtowc returns 0 when parsing a NUL character... yes checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... no checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) 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 <netinet/in.h> is self-contained... yes checking whether open recognizes a trailing slash... yes checking for opendir... yes checking whether perror matches strerror... yes checking whether pread works... yes checking whether ptsname_r has the same signature as in glibc... yes checking for raise... yes checking for sigprocmask... yes checking for rawmemchr... yes checking for readdir... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlinkat signature is correct... yes checking for rewinddir... yes checking whether select supports a 0 argument... yes checking whether select detects invalid fds... yes checking for library containing getservbyname... (cached) none required checking for getservbyname... (cached) yes checking whether setenv validates arguments... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking 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 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 qsort_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 <sys/ioctl.h> declares ioctl... yes checking whether ioctl is declared without a macro... 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 truncate 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 whether utime 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 wcsftime 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... yes checking for a traditional french locale... (cached) fr_FR checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional french locale... (cached) fr_FR checking for a turkish Unicode locale... tr_TR.UTF-8 checking whether isblank is declared without a macro... yes 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 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) fr_FR checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional french locale... (cached) fr_FR checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for library containing nanosleep... none required checking for working nanosleep... no (mishandles large arguments) checking whether posix_spawn_file_actions_addclose works... yes checking whether posix_spawn_file_actions_adddup2 works... yes checking whether posix_spawn_file_actions_addopen works... yes checking for getppriv... no checking for putenv compatible with GNU and SVID... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether rmdir works... yes checking for a traditional french locale... (cached) fr_FR checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for struct sigaction.sa_sigaction... yes checking for sigprocmask... (cached) yes checking for posix_spawnattr_t... yes checking for posix_spawn_file_actions_t... yes checking whether posix_spawn is declared without a macro... yes checking whether posix_spawnp is declared without a macro... yes checking whether posix_spawnattr_init is declared without a macro... yes checking whether posix_spawnattr_destroy is declared without a macro... yes checking whether posix_spawnattr_getsigdefault is declared without a macro... yes checking whether posix_spawnattr_setsigdefault is declared without a macro... yes checking whether posix_spawnattr_getsigmask is declared without a macro... yes checking whether posix_spawnattr_setsigmask is declared without a macro... yes checking whether posix_spawnattr_getflags is declared without a macro... yes checking whether posix_spawnattr_setflags is declared without a macro... yes checking whether posix_spawnattr_getpgroup is declared without a macro... yes checking whether posix_spawnattr_setpgroup is declared without a macro... yes checking whether posix_spawnattr_getschedpolicy is declared without a macro... yes checking whether posix_spawnattr_setschedpolicy is declared without a macro... yes checking whether posix_spawnattr_getschedparam is declared without a macro... yes checking whether posix_spawnattr_setschedparam is declared without a macro... yes checking whether posix_spawn_file_actions_init is declared without a macro... yes checking whether posix_spawn_file_actions_destroy is declared without a macro... yes checking whether posix_spawn_file_actions_addopen is declared without a macro... yes checking whether posix_spawn_file_actions_addclose is declared without a macro... yes checking whether posix_spawn_file_actions_adddup2 is declared without a macro... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for pthread_atfork... yes checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails as it should... guessing yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for useconds_t... yes checking whether usleep allows large arguments... yes checking for vsnprintf... yes checking whether snprintf respects a size of 1... (cached) yes checking whether printf supports POSIX/XSI format strings with positions... (cached) yes checking for waitid... yes checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) yes checking whether wcrtomb return value is correct... yes checking for a traditional french locale... (cached) fr_FR checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking whether wctob works... 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) /usr/bin/sed checking for gawk... (cached) gawk checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for 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 a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -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... no 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... none needed checking whether yytext is a pointer... no checking for bison... bison -y checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for valgrind... valgrind checking for fuser... /usr/sbin/fuser checking for true... /usr/bin/true checking for the release date of 1.37.16... 2017-06-22 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 C compiler handles -Werror -Wunknown-warning-option... no checking whether C compiler handles -Werror... yes 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 -fno-common... 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 -Wbool-operation... yes checking whether C compiler handles -Wbuiltin-declaration-mismatch... yes checking whether C compiler handles -Wbuiltin-macro-redefined... yes checking whether C compiler handles -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 -Wdangling-else... yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdeprecated... yes checking whether C compiler handles -Wdeprecated-declarations... yes checking whether C compiler handles -Wdesignated-init... yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdiscarded-array-qualifiers... yes checking whether C compiler handles -Wdiscarded-qualifiers... yes checking whether C compiler handles -Wdiv-by-zero... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wduplicated-branches... yes checking whether C compiler handles -Wduplicated-cond... yes checking whether C compiler handles -Wduplicate-decl-specifier... yes checking whether C compiler handles -Wempty-body... yes checking whether C compiler handles -Wendif-labels... yes checking whether C compiler handles -Wenum-compare... yes checking whether C compiler handles -Wexpansion-to-defined... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-contains-nul... yes checking whether C compiler handles -Wformat-extra-args... yes checking whether C compiler handles -Wformat-nonliteral... yes checking whether C compiler handles -Wformat-security... yes checking whether C compiler handles -Wformat-signedness... yes checking whether C compiler handles -Wformat-y2k... yes checking whether C compiler handles -Wformat-zero-length... yes checking whether C compiler handles -Wframe-address... yes checking whether C compiler handles -Wfree-nonheap-object... yes checking whether C compiler handles -Whsa... yes checking whether C compiler handles -Wignored-attributes... yes checking whether C compiler handles -Wignored-qualifiers... yes checking whether C compiler handles -Wimplicit... yes checking whether C compiler handles -Wimplicit-function-declaration... yes checking whether C compiler handles -Wimplicit-int... yes checking whether C compiler handles -Wincompatible-pointer-types... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Wint-conversion... yes checking whether C compiler handles -Wint-in-bool-context... yes checking whether C compiler handles -Wint-to-pointer-cast... yes checking whether C compiler handles -Winvalid-memory-model... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -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-elt-size... yes checking whether C compiler handles -Wmemset-transposed-args... yes checking whether C compiler handles -Wmisleading-indentation... yes checking whether C compiler handles -Wmissing-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 -Wnonnull-compare... yes checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Wodr... yes checking whether C compiler handles -Wold-style-declaration... yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... yes checking whether C compiler handles -Woverflow... yes checking whether C compiler handles -Woverride-init... yes checking whether C compiler handles -Wpacked-bitfield-compat... yes checking whether C compiler handles -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wpointer-compare... yes checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Wpragmas... yes checking whether C compiler handles -Wpsabi... yes checking whether C compiler handles -Wrestrict... yes checking whether C compiler handles -Wreturn-local-addr... yes checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Wscalar-storage-order... yes checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshift-count-negative... yes checking whether C compiler handles -Wshift-count-overflow... yes checking whether C compiler handles -Wshift-negative-value... yes checking whether C compiler handles -Wsizeof-array-argument... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-overflow... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-final-methods... yes checking whether C compiler handles -Wsuggest-final-types... yes checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wswitch-bool... yes checking whether C compiler handles -Wswitch-unreachable... yes checking whether C compiler handles -Wsync-nand... yes checking whether C compiler handles -Wtautological-compare... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... yes checking whether C compiler handles -Wunused-but-set-variable... yes checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Wunused-macros... yes checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807... yes checking whether C compiler handles -Warray-bounds=2... yes checking whether C compiler handles -Wformat-overflow=2... yes checking whether C compiler handles -Wformat-truncation=2... yes checking whether C compiler handles -Wimplicit-fallthrough=5... yes checking whether C compiler handles -Wnormalized=nfc... yes checking whether C compiler handles -Wshift-overflow=2... yes checking whether C compiler handles -Wstringop-overflow=2... yes checking whether C compiler handles -Wunused-const-variable=2... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -fdiagnostics-show-option... yes checking whether C compiler handles -Wframe-larger-than=5000... yes checking whether C compiler handles -Wstack-usage=10000... yes checking whether C compiler handles -Wimplicit-fallthrough=4... yes checking whether C compiler handles -Wformat-truncation=1... yes checking 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 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 linux/rtc.h usability... yes checking linux/rtc.h presence... yes checking for linux/rtc.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 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 sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) 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 RPC... no checking rpc/xdr.h usability... yes checking rpc/xdr.h presence... yes checking for rpc/xdr.h... yes checking for library containing xdrmem_create... none required checking for rpcgen... rpcgen 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... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking 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 /usr/sbin /sbin /usr/bin /bin is a real directory... /usr/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 for tsk_version_print in -ltsk... no configure: WARNING: The Sleuth Kit library (libtsk) not found checking for YARA... no checking for yr_initialize in -lyara... no configure: WARNING: Yara library not found checking 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... REDHAT checking for qemu-kvm... /usr/bin/qemu-kvm checking that /usr/bin/qemu-kvm -help works... yes checking that /usr/bin/qemu-kvm -version works... yes checking for /usr/bin/qemu-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/qemu-kvm -machine accel=kvm:tcg -display none -device ? works... yes checking for virtio-serial support in /usr/bin/qemu-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 --with-gtk option... not set, will check for installed Gtk checking for GTK... yes checking for DBUS... yes checking if we can build virt-p2v... yes, with Gtk 3 checking for ocamlc... ocamlc OCaml version is 4.04.2 OCaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... ocamlc.opt checking for ocamlopt.opt... ocamlopt.opt checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlbuild... 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... found checking for OCaml findlib package oUnit... found checking for OCaml module OUnit.OUnit2... +oUnit checking for OCaml module Bytes... yes checking for ocaml-gettext... ocaml-gettext checking for perl... 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/lib64/python2.7/site-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 checking for ruby_init in -lruby... yes checking for JDK in /usr/lib/jvm/java... found 1.8.0_131 in /usr/lib/jvm/java checking for jni.h... -I/usr/lib/jvm/java/include checking for jni_md.h... -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux checking extra javac lint flags... -Xlint:all checking for ghc... no 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/lib64/erlang/lib/erl_interface-3.9.3 checking for Erlang/OTP 'erl_interface' library version... 3.9.3 checking for erlc... /usr/bin/erlc checking for erl... /usr/bin/erl checking for Erlang/OTP library base directory... /usr/lib64/erlang/lib checking for lua... lua checking for Lua version... 5.3 checking for LUA... no checking for LUA... 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 configure: updating cache config.cache checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating appliance/libguestfs-make-fixed-appliance config.status: creating inspector/test-xmllint.sh config.status: creating inspector/test-virt-inspector.sh config.status: creating 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 p2v/virt-p2v-make-kiwi config.status: WARNING: 'p2v/virt-p2v-make-kiwi.in' seems to ignore the --datarootdir setting config.status: creating php/extension/php-for-tests.sh config.status: creating pick-guests.pl config.status: creating podwrapper.pl config.status: creating run config.status: creating Makefile config.status: creating align/Makefile config.status: creating appliance/Makefile config.status: creating bash/Makefile config.status: creating builder/Makefile config.status: creating builder/libguestfs.conf config.status: creating builder/opensuse.conf config.status: creating builder/templates/Makefile config.status: creating builder/test-config/virt-builder/repos.d/test-index.conf config.status: creating builder/test-simplestreams/virt-builder/repos.d/cirros.conf config.status: creating builder/test-website/virt-builder/repos.d/libguestfs.conf config.status: creating cat/Makefile config.status: creating common/errnostring/Makefile config.status: creating common/edit/Makefile config.status: creating common/miniexpect/Makefile config.status: creating common/options/Makefile config.status: creating common/parallel/Makefile config.status: creating common/progress/Makefile config.status: creating common/protocol/Makefile config.status: creating common/qemuopts/Makefile config.status: creating common/utils/Makefile config.status: creating common/visit/Makefile config.status: creating common/windows/Makefile config.status: creating csharp/Makefile config.status: creating customize/Makefile config.status: creating daemon/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 lib/Makefile config.status: creating lib/libguestfs.pc config.status: creating lua/Makefile config.status: creating lua/examples/Makefile config.status: creating make-fs/Makefile config.status: creating 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 python/t/tests_helper.py config.status: creating rescue/Makefile config.status: creating resize/Makefile config.status: creating ruby/Makefile config.status: creating ruby/Rakefile config.status: creating ruby/examples/Makefile config.status: creating ruby/ext/guestfs/extconf.rb config.status: creating sparsify/Makefile config.status: creating sysprep/Makefile config.status: creating test-data/Makefile config.status: creating test-data/binaries/Makefile config.status: creating test-data/blank-disks/Makefile config.status: creating test-data/fake-virtio-win/Makefile config.status: creating test-data/fake-virt-tools/Makefile config.status: creating test-data/files/Makefile config.status: creating test-data/phony-guests/Makefile config.status: creating test-data/phony-guests/guests.xml config.status: creating test-tool/Makefile config.status: creating tests/9p/Makefile config.status: creating tests/bigdirs/Makefile config.status: creating tests/btrfs/Makefile config.status: creating tests/c-api/Makefile config.status: creating tests/charsets/Makefile config.status: creating tests/create/Makefile config.status: creating tests/daemon/Makefile config.status: creating tests/daemon/captive-daemon.pm config.status: creating tests/discard/Makefile config.status: creating tests/disks/Makefile config.status: creating tests/disks/test-qemu-drive-libvirt.xml config.status: creating tests/disk-labels/Makefile config.status: creating tests/events/Makefile config.status: creating tests/gdisk/Makefile config.status: creating tests/hotplug/Makefile config.status: creating tests/http/Makefile config.status: creating tests/journal/Makefile config.status: creating tests/luks/Makefile config.status: creating tests/lvm/Makefile config.status: creating tests/md/Makefile config.status: creating tests/mount-local/Makefile config.status: creating tests/mountable/Makefile config.status: creating tests/nbd/Makefile config.status: creating tests/network/Makefile config.status: creating tests/ntfs/Makefile config.status: creating tests/parallel/Makefile config.status: creating tests/protocol/Makefile config.status: creating tests/qemu/Makefile config.status: creating tests/regressions/Makefile config.status: creating tests/relabel/Makefile config.status: creating tests/relative-paths/Makefile config.status: creating tests/rsync/Makefile config.status: creating tests/selinux/Makefile config.status: creating tests/syslinux/Makefile config.status: creating tests/tmpdirs/Makefile config.status: creating tests/tsk/Makefile config.status: creating tests/xfs/Makefile config.status: creating tests/xml/Makefile config.status: creating tests/yara/Makefile config.status: creating tools/Makefile config.status: creating utils/boot-analysis/Makefile config.status: creating utils/boot-benchmark/Makefile config.status: creating utils/qemu-boot/Makefile config.status: creating utils/qemu-speed-test/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.37.16 This is how we have configured the optional components for you today: Daemon .............................. yes Appliance ........................... yes QEMU ................................ /usr/bin/qemu-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 ....................... yes Haskell bindings .................... no PHP bindings ........................ yes Erlang bindings ..................... yes Lua bindings ........................ yes Go bindings ......................... no gobject bindings .................... yes gobject introspection ............... yes bash completion ..................... yes If any optional component is configured 'no' when you expected 'yes' then you should check the preceding messages. Please report bugs back to the mailing list: http://www.redhat.com/mailman/listinfo/libguestfs Next you should type 'make' to build the package, then 'make check' to run the tests. Or run 'make help' to list some common targets. ------------------------------------------------------------ make all-recursive make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs' Making all in generator make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/generator' rm -f common_utils.ml common_utils.ml-t rm -f common_utils.mli common_utils.mli-t echo '(* This file is generated from mllib/common_utils.ml *)' > common_utils.ml-t echo '(* This file is generated from mllib/common_utils.mli *)' > common_utils.mli-t cp ../mllib/guestfs_config.ml guestfs_config.ml sed -n '/^(\*<stdlib>\*)$/,/^(\*<\/stdlib>\*)$/p' ../mllib/common_utils.ml >> common_utils.ml-t sed -n '/^(\*<stdlib>\*)$/,/^(\*<\/stdlib>\*)$/p' ../mllib/common_utils.mli >> common_utils.mli-t mv common_utils.ml-t common_utils.ml mv common_utils.mli-t common_utils.mli rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/generator /var/tmp/tmpE7NtPf/libguestfs/generator/perl.mli /var/tmp/tmpE7NtPf/libguestfs/generator/java.mli /var/tmp/tmpE7NtPf/libguestfs/generator/XDR.mli /var/tmp/tmpE7NtPf/libguestfs/generator/tests_c_api.mli /var/tmp/tmpE7NtPf/libguestfs/generator/checks.mli /var/tmp/tmpE7NtPf/libguestfs/generator/errnostring.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_inspection_deprecated.mli /var/tmp/tmpE7NtPf/libguestfs/generator/python.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_yara.mli /var/tmp/tmpE7NtPf/libguestfs/generator/structs.mli /var/tmp/tmpE7NtPf/libguestfs/generator/events.mli /var/tmp/tmpE7NtPf/libguestfs/generator/OCaml.mli /var/tmp/tmpE7NtPf/libguestfs/generator/ruby.mli /var/tmp/tmpE7NtPf/libguestfs/generator/prepopts.mli /var/tmp/tmpE7NtPf/libguestfs/generator/customize.mli /var/tmp/tmpE7NtPf/libguestfs/generator/proc_nr.mli /var/tmp/tmpE7NtPf/l ibguestfs/generator/golang.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_debug.mli /var/tmp/tmpE7NtPf/libguestfs/generator/lua.mli /var/tmp/tmpE7NtPf/libguestfs/generator/haskell.mli /var/tmp/tmpE7NtPf/libguestfs/generator/daemon.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_inspection.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_internal_tests.mli /var/tmp/tmpE7NtPf/libguestfs/generator/csharp.mli /var/tmp/tmpE7NtPf/libguestfs/generator/UEFI.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_properties_deprecated.mli /var/tmp/tmpE7NtPf/libguestfs/generator/GObject.mli /var/tmp/tmpE7NtPf/libguestfs/generator/pr.mli /var/tmp/tmpE7NtPf/libguestfs/generator/erlang.mli /var/tmp/tmpE7NtPf/libguestfs/generator/fish.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_tsk.mli /var/tmp/tmpE7NtPf/libguestfs/generator/authors.mli /var/tmp/tmpE7NtPf/libguestfs/generator/php.mli /var/tmp/tmpE7NtPf/libguestfs/generator/docstrings.mli /var/tmp/tmpE7NtPf/libguestfs/generator/act ions_augeas.mli /var/tmp/tmpE7NtPf/libguestfs/generator/optgroups.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_properties.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_core_deprecated.mli /var/tmp/tmpE7NtPf/libguestfs/generator/utils.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_hivex.mli /var/tmp/tmpE7NtPf/libguestfs/generator/c.mli /var/tmp/tmpE7NtPf/libguestfs/generator/actions_core.mli /var/tmp/tmpE7NtPf/libguestfs/generator/fish_commands.mli /var/tmp/tmpE7NtPf/libguestfs/generator/bindtests.mli /var/tmp/tmpE7NtPf/libguestfs/generator/php.ml /var/tmp/tmpE7NtPf/libguestfs/generator/python.ml /var/tmp/tmpE7NtPf/libguestfs/generator/tests_c_api.ml /var/tmp/tmpE7NtPf/libguestfs/generator/UEFI.ml /var/tmp/tmpE7NtPf/libguestfs/generator/events.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_inspection_deprecated.ml /var/tmp/tmpE7NtPf/libguestfs/generator/customize.ml /var/tmp/tmpE7NtPf/libguestfs/generator/java.ml /var/tmp/tmpE7NtPf/libguestfs/generator/utils.ml /var/tmp/tmpE7NtPf/libguestfs/generator/haskell.ml /var/tmp/tmpE7NtPf/libguestfs/generator/proc_nr.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_tsk.ml /var/tmp/tmpE7NtPf/libguestfs/generator/erlang.ml /var/tmp/tmpE7NtPf/libguestfs/generator/lua.ml /var/tmp/tmpE7NtPf/libguestfs/generator/daemon.ml /var/tmp/tmpE7NtPf/libguestfs/generator/optgroups.ml /var/tmp/tmpE7NtPf/libguestfs/generator/GObject.ml /var/tmp/tmpE7NtPf/libguestfs/generator/checks.ml /var/tmp/tmpE7NtPf/libguestfs/generator/main.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_internal_tests.ml /var/tmp/tmpE7NtPf/libguestfs/generator/golang.ml /var/tmp/tmpE7NtPf/libguestfs/generator/prepopts.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_properties_deprecated.ml /var/tmp/tmpE7NtPf/libguestfs/generator/errnostring.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_yara.ml /var/tmp/tmpE7NtPf/libguestfs/generator/fish.ml /var/tmp/tmpE7NtPf/libguestfs/generator/ actions_inspection.ml /var/tmp/tmpE7NtPf/libguestfs/generator/docstrings.ml /var/tmp/tmpE7NtPf/libguestfs/generator/pr.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_core_deprecated.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_debug.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_augeas.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_properties.ml /var/tmp/tmpE7NtPf/libguestfs/generator/c.ml /var/tmp/tmpE7NtPf/libguestfs/generator/csharp.ml /var/tmp/tmpE7NtPf/libguestfs/generator/OCaml.ml /var/tmp/tmpE7NtPf/libguestfs/generator/authors.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_hivex.ml /var/tmp/tmpE7NtPf/libguestfs/generator/perl.ml /var/tmp/tmpE7NtPf/libguestfs/generator/structs.ml /var/tmp/tmpE7NtPf/libguestfs/generator/types.ml /var/tmp/tmpE7NtPf/libguestfs/generator/XDR.ml /var/tmp/tmpE7NtPf/libguestfs/generator/actions_core.ml /var/tmp/tmpE7NtPf/libguestfs/generator/fish_commands.ml /var/tmp/tmpE7NtPf/libguestfs/generator/bindtests.ml /var/tmp/tmpE7NtPf /libguestfs/generator/ruby.ml common_utils.ml common_utils.mli guestfs_config.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/generator/,./,g' | \ sort > .depend-t mv .depend-t .depend OCAMLC guestfs_config.cmo OCAMLCMI common_utils.cmi OCAMLC types.cmo OCAMLCMI proc_nr.cmi OCAMLCMI prepopts.cmi OCAMLCMI events.cmi OCAMLCMI pr.cmi OCAMLCMI checks.cmi OCAMLCMI authors.cmi OCAMLCMI daemon.cmi OCAMLCMI XDR.cmi OCAMLCMI tests_c_api.cmi OCAMLCMI fish.cmi OCAMLCMI OCaml.cmi OCAMLCMI perl.cmi OCAMLCMI python.cmi OCAMLCMI ruby.cmi OCAMLCMI java.cmi OCAMLCMI haskell.cmi OCAMLCMI csharp.cmi OCAMLCMI php.cmi OCAMLCMI erlang.cmi OCAMLCMI lua.cmi OCAMLCMI GObject.cmi OCAMLCMI golang.cmi OCAMLCMI bindtests.cmi OCAMLCMI errnostring.cmi OCAMLCMI customize.cmi OCAMLCMI UEFI.cmi OCAMLC common_utils.cmo OCAMLCMI utils.cmi OCAMLC proc_nr.cmo OCAMLCMI actions_augeas.cmi OCAMLCMI actions_core.cmi OCAMLCMI actions_core_deprecated.cmi OCAMLCMI actions_debug.cmi OCAMLCMI actions_hivex.cmi OCAMLCMI actions_inspection.cmi OCAMLCMI actions_inspection_deprecated.cmi OCAMLCMI actions_internal_tests.cmi OCAMLCMI actions_properties.cmi OCAMLCMI actions_properties_deprecated.cmi OCAMLCMI actions_tsk.cmi OCAMLCMI actions_yara.cmi OCAMLCMI actions.cmi OCAMLCMI structs.cmi OCAMLCMI fish_commands.cmi OCAMLCMI optgroups.cmi OCAMLC prepopts.cmo OCAMLC events.cmo OCAMLCMI docstrings.cmi OCAMLC pr.cmo OCAMLC checks.cmo OCAMLCMI c.cmi OCAMLC utils.cmo OCAMLC actions_augeas.cmo OCAMLC actions_core.cmo OCAMLC actions_core_deprecated.cmo OCAMLC actions_debug.cmo OCAMLC actions_hivex.cmo OCAMLC actions_inspection.cmo OCAMLC actions_inspection_deprecated.cmo OCAMLC actions_internal_tests.cmo OCAMLC actions_properties.cmo OCAMLC actions_properties_deprecated.cmo OCAMLC actions_tsk.cmo OCAMLC actions_yara.cmo OCAMLC actions.cmo OCAMLC structs.cmo OCAMLC fish_commands.cmo OCAMLC optgroups.cmo OCAMLC docstrings.cmo OCAMLC authors.cmo OCAMLC c.cmo OCAMLC XDR.cmo OCAMLC daemon.cmo OCAMLC tests_c_api.cmo OCAMLC fish.cmo OCAMLC OCaml.cmo OCAMLC perl.cmo OCAMLC python.cmo OCAMLC ruby.cmo OCAMLC java.cmo OCAMLC haskell.cmo OCAMLC csharp.cmo OCAMLC php.cmo OCAMLC erlang.cmo OCAMLC GObject.cmo OCAMLC lua.cmo OCAMLC golang.cmo OCAMLC bindtests.cmo OCAMLC errnostring.cmo OCAMLC customize.cmo OCAMLC UEFI.cmo OCAMLC main.cmo ocamlfind ocamlc -g -annot -safe-string -warn-error CDEFLMPSUVYZX-3 -package unix,str -I . -I . -linkpkg guestfs_config.cmo common_utils.cmo types.cmo utils.cmo proc_nr.cmo actions_augeas.cmo actions_core.cmo actions_core_deprecated.cmo actions_debug.cmo actions_hivex.cmo actions_inspection.cmo actions_inspection_deprecated.cmo actions_internal_tests.cmo actions_properties.cmo actions_properties_deprecated.cmo actions_tsk.cmo actions_yara.cmo actions.cmo structs.cmo fish_commands.cmo optgroups.cmo prepopts.cmo events.cmo pr.cmo docstrings.cmo authors.cmo checks.cmo c.cmo XDR.cmo daemon.cmo tests_c_api.cmo fish.cmo OCaml.cmo perl.cmo python.cmo ruby.cmo java.cmo haskell.cmo csharp.cmo php.cmo erlang.cmo lua.cmo GObject.cmo golang.cmo bindtests.cmo errnostring.cmo customize.cmo UEFI.cmo 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 .. && /var/tmp/tmpE7NtPf/libguestfs/generator/generator written AUTHORS written p2v/about-authors.c written common/errnostring/errnostring-gperf.gperf written common/errnostring/errnostring.c written common/errnostring/errnostring.h written common/protocol/guestfs_protocol.x written common/utils/guestfs-internal-frontend-cleanups.h written common/utils/structs-cleanup.c written common/utils/structs-print.c written common/utils/structs-print.h written common/utils/uefi.c written lib/guestfs.h written lib/guestfs-internal-actions.h written lib/bindtests.c written lib/guestfs-structs.pod written lib/guestfs-actions.pod written lib/guestfs-availability.pod written lib/event-string.c written lib/libguestfs.syms written lib/structs-compare.c written lib/structs-copy.c written lib/structs-free.c written lib/actions-variants.c written lib/actions-0.c written lib/actions-1.c written lib/actions-2.c written lib/actions-3.c written lib/actions-4.c written lib/actions-5.c written lib/actions-6.c written tests/c-api/tests.c written daemon/actions.h written daemon/stubs.h written daemon/stubs-0.c written daemon/stubs-1.c written daemon/stubs-2.c written daemon/stubs-3.c written daemon/stubs-4.c written daemon/stubs-5.c written daemon/stubs-6.c written daemon/dispatch.c written daemon/names.c written daemon/optgroups.c written daemon/optgroups.h written daemon/lvm-tokenization.c written daemon/structs-cleanups.c written daemon/structs-cleanups.h written fish/cmds-gperf.gperf written fish/cmds.c written fish/entries-0.c written fish/entries-1.c written fish/entries-2.c written fish/entries-3.c written fish/entries-4.c written fish/entries-5.c written fish/entries-6.c written fish/run-0.c written fish/run-1.c written fish/run-2.c written fish/run-3.c written fish/run-4.c written fish/run-5.c written fish/run-6.c written fish/run.h 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 fish/test-prep.sh 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/actions.h written python/actions-0.c written python/actions-1.c written python/actions-2.c written python/actions-3.c written python/actions-4.c written python/actions-5.c written python/actions-6.c written python/module.c written python/structs.c written python/guestfs.py written python/bindtests.py written ruby/ext/guestfs/actions.h written ruby/ext/guestfs/actions-0.c written ruby/ext/guestfs/actions-1.c written ruby/ext/guestfs/actions-2.c written ruby/ext/guestfs/actions-3.c written ruby/ext/guestfs/actions-4.c written ruby/ext/guestfs/actions-5.c written ruby/ext/guestfs/actions-6.c written ruby/ext/guestfs/module.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/TSKDirent.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/YaraDetection.java written java/actions-0.c written java/actions-1.c written java/actions-2.c written java/actions-3.c written java/actions-4.c written java/actions-5.c written java/actions-6.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_090_bindtests.phpt written erlang/guestfs.erl written erlang/actions.h written erlang/actions-0.c written erlang/actions-1.c written erlang/actions-2.c written erlang/actions-3.c written erlang/actions-4.c written erlang/actions-5.c written erlang/actions-6.c written erlang/dispatch.c written erlang/structs.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-tsk_dirent.h written gobject/src/struct-tsk_dirent.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/struct-yara_detection.h written gobject/src/struct-yara_detection.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-aug_transform.h written gobject/src/optargs-aug_transform.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-download_blocks.h written gobject/src/optargs-download_blocks.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-glob_expand.h written gobject/src/optargs-glob_expand.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-mksquashfs.h written gobject/src/optargs-mksquashfs.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-selinux_relabel.h written gobject/src/optargs-selinux_relabel.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 v2v/uefi.ml written v2v/uefi.mli written customize/customize_cmdline.mli written customize/customize_cmdline.ml written customize/customize-synopsis.pod written customize/customize-options.pod generated 524024 lines of code written generator/files-generated.txt touch stamp-generator make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/generator' Making all in tests/qemu make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' Making all in test-data make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' Making all in binaries make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/binaries' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/binaries' Making all in blank-disks make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/blank-disks' qemu-img create -f raw blank-disk-1s.raw 512 qemu-img create -f qcow2 -o preallocation=metadata blank-disk-1s.qcow2 512 qemu-img create -f raw blank-disk-1K.raw 1K qemu-img create -f qcow2 -o preallocation=metadata blank-disk-1K.qcow2 1K Formatting 'blank-disk-1K.raw', fmt=raw size=1024 Formatting 'blank-disk-1s.raw', fmt=raw size=512 qemu-img create -f raw blank-disk-1M.raw 1M qemu-img create -f qcow2 -o preallocation=metadata blank-disk-1M.qcow2 1M Formatting 'blank-disk-1M.raw', fmt=raw size=1048576 qemu-img create -f qcow2 -b blank-disk-1M.raw blank-disk-with-backing.qcow2 Formatting 'blank-disk-1s.qcow2', fmt=qcow2 size=512 encryption=off cluster_size=65536 preallocation=metadata lazy_refcounts=off refcount_bits=16 Formatting 'blank-disk-1K.qcow2', fmt=qcow2 size=1024 encryption=off cluster_size=65536 preallocation=metadata lazy_refcounts=off refcount_bits=16 Formatting 'blank-disk-1M.qcow2', fmt=qcow2 size=1048576 encryption=off cluster_size=65536 preallocation=metadata lazy_refcounts=off refcount_bits=16 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 '/var/tmp/tmpE7NtPf/libguestfs/test-data/blank-disks' Making all in phony-guests make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/phony-guests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/phony-guests' Making all in fake-virtio-win make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virtio-win' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virtio-win' Making all in fake-virt-tools make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virt-tools' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virt-tools' Making all in files make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/files' rm -f 100kallzeroes 100kallzeroes-t rm -f 100krandom 100krandom-t rm -f 10klines 10klines-t dd if=/dev/zero of=100kallzeroes-t bs=1024 count=100 dd if=/dev/urandom of=100krandom-t bs=1024 count=100 rm -f bin-x86_64-dynamic.gz bin-x86_64-dynamic.gz-t i=0; \ while [ $i -lt 10000 ]; do \ echo "${i}abcdefghijklmnopqrstuvwxyz"; \ i=$(($i+1)); \ done > 10klines-t 100+0 records in 100+0 records out 102400 bytes (102 kB, 100 KiB) copied, 0.000225727 s, 454 MB/s mv 100kallzeroes-t 100kallzeroes gzip --best -c ../../test-data/binaries/bin-x86_64-dynamic > bin-x86_64-dynamic.gz-t 100+0 records in 100+0 records out 102400 bytes (102 kB, 100 KiB) copied, 0.0010167 s, 101 MB/s mv 100krandom-t 100krandom echo "hello" | base64 > hello.b64 rm -rf init.tmp initrd initrd-t rm -rf bin initrd-x86_64.img initrd-x86_64.img-t mv bin-x86_64-dynamic.gz-t bin-x86_64-dynamic.gz mkdir -p init.tmp mkdir bin cp empty known-1 known-2 known-3 known-4 known-5 init.tmp cp ../../test-data/binaries/bin-x86_64-dynamic bin/nash rm -f lib-i586.so.xz lib-i586.so.xz-t echo bin/nash | cpio -o -H newc > initrd-x86_64.img-t xz -c ../../test-data/binaries/lib-i586.so > lib-i586.so.xz-t (cd init.tmp; ls -1 * | cpio -o -H newc | gzip --best) > initrd-t rm -f test-grep.txt.gz test-grep.txt.gz-t gzip --best -c test-grep.txt > test-grep.txt.gz-t 14 blocks mv initrd-x86_64.img-t initrd-x86_64.img 4 blocks mv lib-i586.so.xz-t lib-i586.so.xz rm -r init.tmp mv test-grep.txt.gz-t test-grep.txt.gz rm -rf bin initrd-x86_64.img-t mv initrd-t initrd rm -f 100kallnewlines 100kallnewlines-t rm -f 100kallspaces 100kallspaces-t rm -f initrd-x86_64.img.gz initrd-x86_64.img.gz-t tr '\0' '\n' < 100kallzeroes > 100kallnewlines-t tr '\0' ' ' < 100kallzeroes > 100kallspaces-t gzip --best -c initrd-x86_64.img > initrd-x86_64.img.gz-t mv 100kallnewlines-t 100kallnewlines mv 100kallspaces-t 100kallspaces mv initrd-x86_64.img.gz-t initrd-x86_64.img.gz mv 10klines-t 10klines make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/files' Making all in . make[3]: Entering directory '/var/tmp/tmpE7NtPf/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-riscv64-dynamic ./binaries/bin-s390x-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-riscv64.so ./binaries/lib-s390x.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 b lank-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.QCO;1 for /blank-disk-1M.qcow2 (blank-disk-1s.qcow2) Using BLANK001.QCO;1 for /blank-disk-1s.qcow2 (blank-disk-1K.qcow2) Using BLANK000.RAW;1 for /blank-disk-1K.raw (blank-disk-1s.raw) Using BLANK002.QCO;1 for /blank-disk-1K.qcow2 (blank-disk-with-backing.qcow2) Using BLANK001.RAW;1 for /blank-disk-1s.raw (blank-disk-1M.raw) Using LIB_P000.SO;1 for /lib-ppc64.so (lib-ppc64le.so) Using BIN_P000.;1 for /bin-ppc64-dynamic (bin-ppc64le-dynamic) Total translation table size: 0 Total rockridge attributes bytes: 5305 Total directory bytes: 2048 Path table size(bytes): 26 Max brk space used 0 2495 extents written (4 MB) rm -rf d mv test.iso-t test.iso make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' Making all in gnulib/lib make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' GEN alloca.h GEN dirent.h GEN configmake.h GEN arpa/inet.h GEN fcntl.h GEN glob.h GEN inttypes.h GEN limits.h GEN locale.h GEN netdb.h GEN signal.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/ioctl.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 time.h GEN sys/wait.h GEN unistd.h GEN wchar.h GEN wctype.h make all-recursive make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' CC allocator.lo CC accept4.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 getprogname.lo CC gettime.lo CC hard-locale.lo CC hash.lo CC hash-pjw.lo CC human.lo CC i-ring.lo CC localcharset.lo CC malloca.lo CC nonblocking.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 glob.lo CC ioctl.lo CC localtime-buffer.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 GEN charset.alias GEN ref-add.sed GEN ref-del.sed CC glthread/lock.lo CCLD libgnu.la make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' Making all in gnulib/tests make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' GEN ctype.h GEN langinfo.h GEN test-posix_spawn1.sh GEN test-posix_spawn2.sh GEN spawn.h make all-recursive make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' Making all in . make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' Making all in common/errnostring make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' 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 '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' CC liberrnostring_la-errnostring-gperf.lo CC liberrnostring_la-errnostring.lo CCLD liberrnostring.la make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' Making all in common/protocol make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' rm -f guestfs_protocol.c-t guestfs_protocol.c-t2 rm -f guestfs_protocol.h-t rpcgen -c -o guestfs_protocol.c-t guestfs_protocol.x rpcgen -h -o guestfs_protocol.h-t guestfs_protocol.x /usr/bin/sed 's,\.\./\(\.\./\)*lib,.,' < guestfs_protocol.c-t > guestfs_protocol.c-t2 mv guestfs_protocol.h-t guestfs_protocol.h rm guestfs_protocol.c-t mv guestfs_protocol.c-t2 guestfs_protocol.c make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' CC libprotocol_la-guestfs_protocol.lo CCLD libprotocol.la make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' Making all in common/qemuopts make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' CC libqemuopts_la-qemuopts.lo CCLD libqemuopts.la make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' Making all in common/utils make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' CC libutils_la-cleanup.lo CC libutils_la-structs-cleanup.lo CC libutils_la-structs-print.lo CC libutils_la-uefi.lo CC libutils_la-utils.lo CCLD libutils.la make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' Making all in lib make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lib' CC libguestfs_la-actions-0.lo CC libguestfs_la-actions-2.lo CC libguestfs_la-actions-1.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-appliance-cpu.lo CC libguestfs_la-appliance-kcmdline.lo CC libguestfs_la-appliance-uefi.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-mountable.lo CC libguestfs_la-osinfo.lo CC libguestfs_la-private-data.lo CC libguestfs_la-proto.lo CC libguestfs_la-qemu.lo CC libguestfs_la-rescue.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-tsk.lo CC libguestfs_la-umask.lo CC libguestfs_la-wait.lo CC libguestfs_la-whole-file.lo CC libguestfs_la-version.lo CC libguestfs_la-yara.lo CC libvirt_is_version-libvirt-is-version.o POD stamp-guestfs.pod rm -f libguestfs.3 libguestfs.3-t echo '.so man3/guestfs.3' > libguestfs.3-t mv libguestfs.3-t libguestfs.3 CCLD libvirt-is-version CCLD libguestfs.la touch stamp-guestfs.pod make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lib' Making all in docs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/docs' POD stamp-guestfs-building.pod POD stamp-guestfs-faq.pod rm -f internal-documentation.pod internal-documentation.pod-t ./make-internal-documentation.pl \ --srcdir .. \ -o internal-documentation.pod-t \ align/scan.c builder/index-parser-c.c builder/index-struct.c builder/index-struct.h builder/index-validate.c builder/pxzcat-c.c builder/setlocale-c.c builder/yajl-c.c cat/cat.c cat/filesystems.c cat/log.c cat/ls.c cat/tail.c common/edit/file-edit.c common/edit/file-edit.h common/miniexpect/miniexpect.c common/miniexpect/miniexpect.h common/options/config.c common/options/decrypt.c common/options/display-options.c common/options/display-options.h common/options/domain.c common/options/inspect.c common/options/keys.c common/options/options.c common/options/options.h common/options/uri.c common/options/uri.h common/parallel/domains.c common/parallel/domains.h common/parallel/estimate-max-threads.c common/parallel/estimate-max-threads.h common/parallel/parallel.c common/parallel/parallel.h common/progress/progress.c common/progress/progress.h common/qemuopts/qemuopts-tests.c common/qemuopts/qemuopts.c common/qemuopts/qemuopts.h common/utils/cleanup.c common/utils/guestfs-internal-fro ntend-cleanups.h common/utils/guestfs-internal-frontend.h common/utils/structs-cleanup.c common/utils/structs-print.c common/utils/structs-print.h common/utils/uefi.c common/utils/utils.c common/visit/visit.c common/visit/visit.h common/windows/windows.c common/windows/windows.h customize/crypt-c.c customize/dummy.c customize/perl_edit-c.c daemon/9p.c daemon/acl.c daemon/actions.h daemon/augeas.c daemon/available.c daemon/base64.c daemon/blkdiscard.c daemon/blkid.c daemon/blockdev.c daemon/btrfs.c daemon/cap.c daemon/checksum.c daemon/cleanups.c daemon/cleanups.h daemon/cmp.c daemon/command.c daemon/command.h daemon/compress.c daemon/copy.c daemon/cpio.c daemon/cpmv.c daemon/daemon.h daemon/dd.c daemon/debug-bmap.c daemon/debug.c daemon/device-name-translation.c daemon/devsparts.c daemon/df.c daemon/dir.c daemon/dispatch.c daemon/dmesg.c daemon/dropcaches.c daemon/du.c daemon/echo-daemon.c daemon/ext2.c daemon/fallocate.c daemon/file.c daemon/fill.c daemon/find.c daemon/findfs.c dae mon/format.c daemon/fs-min-size.c daemon/fsck.c daemon/fstrim.c daemon/glob.c daemon/grep.c daemon/grub.c daemon/guestfsd.c daemon/headtail.c daemon/hexdump.c daemon/hivex.c daemon/hotplug.c daemon/htonl.c daemon/initrd.c daemon/inotify.c daemon/internal.c daemon/is.c daemon/isoinfo.c daemon/journal.c daemon/labels.c daemon/ldm.c daemon/link.c daemon/ls.c daemon/luks.c daemon/lvm-filter.c daemon/lvm-tokenization.c daemon/lvm.c daemon/md.c daemon/mkfs.c daemon/mknod.c daemon/mktemp.c daemon/modprobe.c daemon/mount.c daemon/mountable.c daemon/names.c daemon/ntfs.c daemon/ntfsclone.c daemon/optgroups.c daemon/optgroups.h daemon/parted.c daemon/pingdaemon.c daemon/proto.c daemon/readdir.c daemon/realpath.c daemon/rename.c daemon/rsync.c daemon/scrub.c daemon/selinux-relabel.c daemon/selinux.c daemon/sfdisk.c daemon/sh.c daemon/sleep.c daemon/sleuthkit.c daemon/squashfs.c daemon/stat.c daemon/statvfs.c daemon/strings.c daemon/structs-cleanups.c daemon/structs-cleanups.h daemon/stubs-0.c daemon/stubs-1.c daemon/stubs-2.c daemon/stubs-3.c daemon/stubs-4.c daemon/stubs-5.c daemon/stubs-6.c daemon/stubs-macros.h daemon/stubs.h daemon/swap.c daemon/sync.c daemon/syslinux.c daemon/tar.c daemon/truncate.c daemon/tsk.c daemon/umask.c daemon/upload.c daemon/utimens.c daemon/utsname.c daemon/uuids.c daemon/wc.c daemon/xattr.c daemon/xfs.c daemon/yara.c daemon/zero.c daemon/zerofree.c df/df.c df/main.c df/output.c df/virt-df.h dib/dummy.c diff/diff.c edit/edit.c erlang/actions-0.c erlang/actions-1.c erlang/actions-2.c erlang/actions-3.c erlang/actions-4.c erlang/actions-5.c erlang/actions-6.c erlang/actions.h erlang/dispatch.c erlang/main.c erlang/structs.c fish/alloc.c fish/cmds.c fish/completion.c fish/copy.c fish/destpaths.c fish/display.c fish/echo.c fish/edit.c fish/entries-0.c fish/entries-1.c fish/entries-2.c fish/entries-3.c fish/entries-4.c fish/entries-5.c fish/entries-6.c fish/event-names.c fish/events.c fish/fish-cmds.h fish/fish.c fish/fish.h fish/glob.c fish/hel p.c fish/hexedit.c fish/lcd.c fish/man.c fish/more.c fish/prep-boot.c fish/prep-disk.c fish/prep-fs.c fish/prep-lv.c fish/prep-part.c fish/prep.c fish/prepopts.c fish/prepopts.h fish/rc.c fish/reopen.c fish/run-0.c fish/run-1.c fish/run-2.c fish/run-3.c fish/run-4.c fish/run-5.c fish/run-6.c fish/run.h fish/setenv.c fish/supported.c fish/tilde.c fish/time.c format/format.c fuse/guestmount.c fuse/guestunmount.c fuse/test-fuse.c fuse/test-guestmount-fd.c fuse/test-guestunmount-fd.c get-kernel/dummy.c inspector/inspector.c java/actions-0.c java/actions-1.c java/actions-2.c java/actions-3.c java/actions-4.c java/actions-5.c java/actions-6.c java/handle.c lib/actions-0.c lib/actions-1.c lib/actions-2.c lib/actions-3.c lib/actions-4.c lib/actions-5.c lib/actions-6.c lib/actions-support.c lib/actions-variants.c lib/alloc.c lib/appliance-cpu.c lib/appliance-kcmdline.c lib/appliance-uefi.c lib/appliance.c lib/available.c lib/bindtests.c lib/canonical-name.c lib/command.c lib/conn-socket.c li b/copy-in-out.c lib/create.c lib/dbdump.c lib/drives.c lib/errors.c lib/event-string.c lib/events.c lib/file.c lib/filearch.c lib/fuse.c lib/guestfs-internal-actions.h lib/guestfs-internal-all.h lib/guestfs-internal.h lib/guestfs.h lib/guid.c lib/handle.c lib/info.c lib/inspect-apps.c lib/inspect-fs-cd.c lib/inspect-fs-unix.c lib/inspect-fs-windows.c lib/inspect-fs.c lib/inspect-icon.c lib/inspect.c lib/journal.c lib/launch-direct.c lib/launch-libvirt.c lib/launch-uml.c lib/launch-unix.c lib/launch.c lib/libvirt-auth.c lib/libvirt-domain.c lib/libvirt-is-version.c lib/listfs.c lib/lpj.c lib/match.c lib/mountable.c lib/osinfo.c lib/private-data.c lib/proto.c lib/qemu.c lib/rescue.c lib/stringsbuf.c lib/structs-compare.c lib/structs-copy.c lib/structs-free.c lib/tmpdirs.c lib/tsk.c lib/umask.c lib/unit-tests.c lib/version.c lib/wait.c lib/whole-file.c lib/yara.c lua/lua-guestfs.c make-fs/make-fs.c mllib/common_utils-c.c mllib/dummy.c mllib/getopt-c.c mllib/progress-c.c mllib/unix_util s-c.c mllib/uri-c.c mllib/visit-c.c mllib/xml-c.c ocaml/guestfs-c-actions.c ocaml/guestfs-c-errnos.c ocaml/guestfs-c.c ocaml/guestfs-c.h p2v/about-authors.c p2v/config.c p2v/conversion.c p2v/cpuid.c p2v/gui-gtk2-compat.h p2v/gui-gtk3-compat.h p2v/gui.c p2v/inhibit.c p2v/kernel-cmdline.c p2v/kernel.c p2v/main.c p2v/nbd.c p2v/p2v.h p2v/physical-xml.c p2v/rtc.c p2v/ssh.c p2v/utils.c p2v/whole-file.c php/extension/guestfs_php.c php/extension/php_guestfs_php.h python/actions-0.c python/actions-1.c python/actions-2.c python/actions-3.c python/actions-4.c python/actions-5.c python/actions-6.c python/actions.h python/handle.c python/module.c python/structs.c rescue/escape.c rescue/rescue.c rescue/rescue.h rescue/suggest.c resize/dummy.c ruby/ext/guestfs/actions-0.c ruby/ext/guestfs/actions-1.c ruby/ext/guestfs/actions-2.c ruby/ext/guestfs/actions-3.c ruby/ext/guestfs/actions-4.c ruby/ext/guestfs/actions-5.c ruby/ext/guestfs/actions-6.c ruby/ext/guestfs/actions.h ruby/ext/guestfs/handle.c ru by/ext/guestfs/module.c sparsify/dummy.c sysprep/dummy.c test-tool/test-tool.c utils/boot-analysis/boot-analysis-timeline.c utils/boot-analysis/boot-analysis-utils.c utils/boot-analysis/boot-analysis-utils.h utils/boot-analysis/boot-analysis.c utils/boot-analysis/boot-analysis.h utils/boot-benchmark/boot-benchmark.c utils/qemu-boot/qemu-boot.c utils/qemu-speed-test/qemu-speed-test.c v2v/libvirt_utils-c.c v2v/qemuopts-c.c v2v/test-harness/dummy.c v2v/utils-c.c POD stamp-guestfs-internals.pod POD stamp-guestfs-performance.pod touch stamp-guestfs-internals.pod POD stamp-guestfs-recipes.pod touch stamp-guestfs-building.pod POD stamp-guestfs-release-notes.pod touch stamp-guestfs-performance.pod POD stamp-guestfs-security.pod touch stamp-guestfs-faq.pod POD stamp-guestfs-testing.pod touch stamp-guestfs-recipes.pod touch stamp-guestfs-security.pod touch stamp-guestfs-testing.pod mv internal-documentation.pod-t internal-documentation.pod POD stamp-guestfs-hacking.pod touch stamp-guestfs-release-notes.pod touch stamp-guestfs-hacking.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/docs' Making all in examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/examples' CC create_disk-create-disk.o CC debug_logging-debug-logging.o CC display_icon-display-icon.o CC inspect_vm-inspect-vm.o CC copy_over-copy-over.o CC libvirt_auth-libvirt-auth.o CC virt_dhcp_address-virt-dhcp-address.o CC mount_local-mount-local.o POD stamp-guestfs-examples.pod CCLD create-disk CCLD debug-logging CCLD display-icon CCLD inspect-vm touch stamp-guestfs-examples.pod CCLD copy-over CCLD libvirt-auth CCLD virt-dhcp-address CCLD mount-local make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/examples' Making all in po make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po' Making all in daemon make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' CC guestfsd-9p.o CC guestfsd-available.o CC guestfsd-acl.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-cleanups.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-device-name-translation.o CC guestfsd-devsparts.o CC guestfsd-df.o CC guestfsd-dir.o CC guestfsd-dispatch.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-lvm-tokenization.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-selinux-relabel.o CC guestfsd-sfdisk.o CC guestfsd-sh.o CC guestfsd-sleep.o CC guestfsd-sleuthkit.o CC guestfsd-squashfs.o CC guestfsd-stat.o CC guestfsd-statvfs.o CC guestfsd-strings.o CC guestfsd-structs-cleanups.o CC guestfsd-stubs-0.o CC guestfsd-stubs-1.o CC guestfsd-stubs-2.o CC guestfsd-stubs-3.o CC guestfsd-stubs-4.o CC guestfsd-stubs-5.o CC guestfsd-stubs-6.o CC guestfsd-swap.o CC guestfsd-sync.o CC guestfsd-syslinux.o CC guestfsd-tar.o CC guestfsd-tsk.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-yara.o CC guestfsd-zero.o CC guestfsd-zerofree.o POD stamp-guestfsd.pod CCLD guestfsd touch stamp-guestfsd.pod make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' Making all in tests/daemon make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' Making all in appliance make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/appliance' cd .. && \ ./config.status --file=appliance/make.sh-t:appliance/make.sh.in m4 -DREDHAT=1 -DEXTRA_PACKAGES="" packagelist.in | \ grep -v '^[[:space:]]*$' | grep -v '^#' > packagelist-t m4 -DREDHAT=1 -DEXTRA_PACKAGES="" excludefiles.in | \ grep -v '^[[:space:]]*$' | grep -v '^#' > excludefiles-t POD stamp-libguestfs-make-fixed-appliance.pod rm -f supermin.d/daemon.tar.gz supermin.d/daemon.tar.gz-t rm -rf tmp-d mkdir -p tmp-d/usr/sbin tmp-d/etc tmp-d/usr/share/guestfs cmp -s packagelist packagelist-t || mv packagelist-t packagelist cmp -s supermin.d/excludefiles excludefiles-t || mv excludefiles-t supermin.d/excludefiles ln ../daemon/guestfsd tmp-d/usr/sbin/guestfsd rm -f packagelist-t ln ./guestfs_lvm_conf.aug tmp-d/usr/share/guestfs/guestfs_lvm_conf.aug rm -f excludefiles-t ln ./guestfs_shadow.aug tmp-d/usr/share/guestfs/guestfs_shadow.aug m4 -DREDHAT=1 -DEXTRA_PACKAGES="" hostfiles.in | \ grep -v '^[[:space:]]*$' | grep -v '^#' > hostfiles-t ( cd tmp-d && tar zcf - * ) > supermin.d/daemon.tar.gz-t cmp -s supermin.d/hostfiles hostfiles-t || mv hostfiles-t supermin.d/hostfiles rm -f hostfiles-t rm -f supermin.d/init.tar.gz supermin.d/init.tar.gz-t rm -f supermin.d/udev-rules.tar.gz supermin.d/udev-rules.tar.gz-t ( cd . && tar zcf - init ) > supermin.d/init.tar.gz-t rm -rf tmp-u mkdir -p tmp-u/etc/udev/rules.d for f in 99-guestfs-serial.rules; do ln $f tmp-u/etc/udev/rules.d/$(basename $f); done mv supermin.d/init.tar.gz-t supermin.d/init.tar.gz ( cd tmp-u && tar zcf - etc ) > supermin.d/udev-rules.tar.gz-t rm -r tmp-u mv supermin.d/udev-rules.tar.gz-t supermin.d/udev-rules.tar.gz touch stamp-libguestfs-make-fixed-appliance.pod 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 rm -f stamp-supermin supermin.d/base.tar.gz supermin.d/packages ./make.sh /usr/bin/supermin --prepare -v -o supermin.d augeas-libs cryptsetup cryptsetup-luks dhclient genisoimage gfs-utils gfs2-utils grub hfsplus-tools hivex iproute iputils kernel libcap libldm libtirpc nilfs-utils ntfsprogs ntfs-3g openssh-clients pcre policycoreutils reiserfs-utils libselinux syslinux-extlinux systemd vim-minimal xz yajl yara zfs-fuse acl attr bash binutils btrfs-progs bzip2 coreutils cpio diffutils dosfstools e2fsprogs f2fs-tools file findutils gawk gdisk grep gzip jfsutils kmod less libxml2 lsof lsscsi lvm2 lzop mdadm module-init-tools parted pciutils procps procps-ng psmisc rsync scrub sed sleuthkit squashfs-tools strace syslinux tar udev util-linux util-linux-ng xfsprogs zerofree qemu-img which curl kpartx debootstrap exfat-fuse exfat-utils fuse-exfat supermin: version: 5.1.17 supermin: rpm: detected RPM version 4.13 supermin: package handler: fedora/rpm supermin: prepare: augeas-libs cryptsetup cryptsetup-luks dhclient genisoimage gfs-utils gfs2-utils grub hfsplus-tools hivex iproute iputils kernel libcap libldm libtirpc nilfs-utils ntfsprogs ntfs-3g openssh-clients pcre policycoreutils reiserfs-utils libselinux syslinux-extlinux systemd vim-minimal xz yajl yara zfs-fuse acl attr bash binutils btrfs-progs bzip2 coreutils cpio diffutils dosfstools e2fsprogs f2fs-tools file findutils gawk gdisk grep gzip jfsutils kmod less libxml2 lsof lsscsi lvm2 lzop mdadm module-init-tools parted pciutils procps procps-ng psmisc rsync scrub sed sleuthkit squashfs-tools strace syslinux tar udev util-linux util-linux-ng xfsprogs zerofree qemu-img which curl kpartx debootstrap exfat-fuse exfat-utils fuse-exfat rm -r tmp-d mv supermin.d/daemon.tar.gz-t supermin.d/daemon.tar.gz supermin: packages specified on the command line: - augeas-libs-1.8.0-1.fc26.x86_64 - cryptsetup-1.7.5-1.fc26.x86_64 - cryptsetup-1.7.5-1.fc26.x86_64 - dhcp-client-12:4.3.5-3.fc26.x86_64 - genisoimage-1.1.11-34.fc26.x86_64 - gfs2-utils-3.1.9-2.fc26.x86_64 - hfsplus-tools-540.1.linux3-12.fc26.x86_64 - hivex-1.3.14-5.fc27.x86_64 - iproute-4.10.0-2.fc26.x86_64 - iputils-20161105-2.fc26.x86_64 - kernel-4.11.6-300.fc26.x86_64 - libcap-2.25-5.fc26.x86_64 - libldm-0.2.3-9.fc24.x86_64 - libtirpc-1.0.1-3.rc3.fc26.1.x86_64 - nilfs-utils-2.2.6-2.fc26.x86_64 - ntfsprogs-2:2016.2.22-4.fc26.x86_64 - ntfs-3g-2:2016.2.22-4.fc26.x86_64 - openssh-clients-7.5p1-2.fc26.x86_64 - pcre-8.40-7.fc26.x86_64 - policycoreutils-2.6-5.fc26.x86_64 - reiserfs-utils-2:3.6.25-2.fc26.x86_64 - libselinux-2.6-6.fc26.x86_64 - syslinux-extlinux-6.04-0.2.fc26.x86_64 - systemd-233-3.fc26.x86_64 - vim-minimal-2:8.0.596-1.fc26.x86_64 - xz-5.2.3-2.fc26.x86_64 - yajl-2.1.0-6.fc26.x86_64 - zfs-fuse-0.7.2.2-2.fc26.x86_64 - acl-2.2.52-13.fc26.x86_64 - attr-2.4.47-18.fc26.x86_64 - bash-4.4.12-4.fc26.x86_64 - binutils-2.27-21.fc26.x86_64 - btrfs-progs-4.9.1-2.fc26.x86_64 - bzip2-1.0.6-22.fc26.x86_64 - coreutils-8.27-5.fc26.x86_64 - cpio-2.12-4.fc26.x86_64 - diffutils-3.5-3.fc26.x86_64 - dosfstools-4.1-2.fc26.x86_64 - e2fsprogs-1.43.4-2.fc26.x86_64 - file-5.30-6.fc26.x86_64 - findutils-1:4.6.0-12.fc26.x86_64 - gawk-4.1.4-3.fc26.x86_64 - gdisk-1.0.1-3.fc26.x86_64 - grep-3.0-1.fc26.x86_64 - gzip-1.8-2.fc26.x86_64 - jfsutils-1.1.15-8.fc26.x86_64 - kmod-24-1.fc26.x86_64 - less-487-2.fc26.x86_64 - libxml2-2.9.4-2.fc26.x86_64 - lsof-4.89-5.fc26.x86_64 - lsscsi-0.28-4.fc26.x86_64 - lvm2-2.02.168-6.fc26.x86_64 - lzop-1.03-16.fc26.x86_64 - mdadm-4.0-1.fc26.x86_64 - kmod-24-1.fc26.x86_64 - parted-3.2-24.fc26.x86_64 - pciutils-3.5.4-1.fc26.x86_64 - procps-ng-3.3.10-13.fc26.x86_64 - procps-ng-3.3.10-13.fc26.x86_64 - psmisc-22.21-9.fc26.x86_64 - rsync-3.1.2-4.fc26.x86_64 - scrub-2.5.2-9.fc26.x86_64 - sed-4.4-1.fc26.x86_64 - sleuthkit-4.3.0-2.fc26.x86_64 - strace-4.16-1.fc26.x86_64 - syslinux-6.04-0.2.fc26.x86_64 - tar-2:1.29-4.fc26.x86_64 - systemd-udev-233-3.fc26.x86_64 - util-linux-2.29.1-2.fc26.x86_64 - util-linux-2.29.1-2.fc26.x86_64 - xfsprogs-4.10.0-1.fc26.x86_64 - zerofree-1.0.3-7.fc26.x86_64 - qemu-img-2:2.9.0-1.fc26.x86_64 - which-2.21-2.fc26.x86_64 - curl-7.53.1-7.fc26.x86_64 - kpartx-0.4.9-87.fc26.x86_64 - debootstrap-1.0.90-1.fc26.noarch supermin: writing supermin.d.f11eztww/packages supermin: after resolving dependencies there are 246 packages: - acl-2.2.52-13.fc26.x86_64 - afflib-3.7.15-1.fc26.x86_64 - attr-2.4.47-18.fc26.x86_64 - audit-libs-2.7.6-1.fc26.x86_64 - augeas-libs-1.8.0-1.fc26.x86_64 - basesystem-11-3.fc26.noarch - bash-4.4.12-4.fc26.x86_64 - bind99-libs-9.9.9-5.P8.fc26.x86_64 - bind99-license-9.9.9-5.P8.fc26.noarch - binutils-2.27-21.fc26.x86_64 - btrfs-progs-4.9.1-2.fc26.x86_64 - bzip2-1.0.6-22.fc26.x86_64 - bzip2-libs-1.0.6-22.fc26.x86_64 - ca-certificates-2017.2.14-1.0.fc26.noarch - chkconfig-1.10-1.fc26.x86_64 - compat-readline6-6.3-11.fc26.x86_64 - coreutils-8.27-5.fc26.x86_64 - coreutils-common-8.27-5.fc26.x86_64 - cpio-2.12-4.fc26.x86_64 - cracklib-2.9.6-5.fc26.x86_64 - crypto-policies-20170330-3.git55b66da.fc26.noarch - cryptsetup-1.7.5-1.fc26.x86_64 - cryptsetup-libs-1.7.5-1.fc26.x86_64 - curl-7.53.1-7.fc26.x86_64 - cyrus-sasl-lib-2.1.26-32.fc26.x86_64 - dbus-1:1.11.12-1.fc26.x86_64 - dbus-libs-1:1.11.12-1.fc26.x86_64 - debootstrap-1.0.90-1.fc26.noarch - device-mapper-1.02.137-6.fc26.x86_64 - device-mapper-event-1.02.137-6.fc26.x86_64 - device-mapper-event-libs-1.02.137-6.fc26.x86_64 - device-mapper-libs-1.02.137-6.fc26.x86_64 - device-mapper-persistent-data-0.6.3-3.fc26.x86_64 - dhcp-client-12:4.3.5-3.fc26.x86_64 - dhcp-common-12:4.3.5-3.fc26.noarch - dhcp-libs-12:4.3.5-3.fc26.x86_64 - diffutils-3.5-3.fc26.x86_64 - dosfstools-4.1-2.fc26.x86_64 - dracut-044-178.fc26.x86_64 - e2fsprogs-1.43.4-2.fc26.x86_64 - e2fsprogs-libs-1.43.4-2.fc26.x86_64 - elfutils-default-yama-scope-0.169-1.fc26.noarch - elfutils-libelf-0.169-1.fc26.x86_64 - elfutils-libs-0.169-1.fc26.x86_64 - emacs-filesystem-1:25.2-2.fc26.noarch - expat-2.2.0-2.fc26.x86_64 - fedora-release-26-0.6.noarch - fedora-repos-26-0.8.noarch - file-5.30-6.fc26.x86_64 - file-libs-5.30-6.fc26.x86_64 - filesystem-3.2-40.fc26.x86_64 - findutils-1:4.6.0-12.fc26.x86_64 - fipscheck-1.5.0-1.fc26.x86_64 - fipscheck-lib-1.5.0-1.fc26.x86_64 - fuse-2.9.7-2.fc26.x86_64 - fuse-libs-2.9.7-2.fc26.x86_64 - gawk-4.1.4-3.fc26.x86_64 - gdbm-1.13-1.fc26.x86_64 - gdisk-1.0.1-3.fc26.x86_64 - genisoimage-1.1.11-34.fc26.x86_64 - gettext-0.19.8.1-9.fc26.x86_64 - gettext-libs-0.19.8.1-9.fc26.x86_64 - gfs2-utils-3.1.9-2.fc26.x86_64 - glib2-2.52.2-1.fc26.x86_64 - glibc-2.25-6.fc26.x86_64 - glibc-common-2.25-6.fc26.x86_64 - glibc-langpack-en-2.25-6.fc26.x86_64 - gmp-1:6.1.2-4.fc26.x86_64 - gnutls-3.5.12-2.fc26.x86_64 - gperftools-libs-2.5-5.fc26.x86_64 - grep-3.0-1.fc26.x86_64 - gzip-1.8-2.fc26.x86_64 - hfsplus-tools-540.1.linux3-12.fc26.x86_64 - hivex-1.3.14-5.fc27.x86_64 - hwdata-0.300-1.fc26.noarch - info-6.3-3.fc26.x86_64 - ipcalc-0.1.8-2.fc26.x86_64 - iproute-4.10.0-2.fc26.x86_64 - iptables-libs-1.6.1-2.fc26.x86_64 - iputils-20161105-2.fc26.x86_64 - jfsutils-1.1.15-8.fc26.x86_64 - json-glib-1.2.8-1.fc26.x86_64 - kernel-4.11.6-300.fc26.x86_64 - kernel-core-4.11.6-300.fc26.x86_64 - kernel-modules-4.11.6-300.fc26.x86_64 - kernel-modules-extra-4.11.0-2.fc26.x86_64 - keyutils-libs-1.5.10-1.fc26.x86_64 - kmod-24-1.fc26.x86_64 - kmod-libs-24-1.fc26.x86_64 - kpartx-0.4.9-87.fc26.x86_64 - krb5-libs-1.15.1-8.fc26.x86_64 - less-487-2.fc26.x86_64 - libacl-2.2.52-13.fc26.x86_64 - libaio-0.3.110-7.fc26.x86_64 - libarchive-3.2.2-4.fc26.x86_64 - libattr-2.4.47-18.fc26.x86_64 - libblkid-2.29.1-2.fc26.x86_64 - libcap-2.25-5.fc26.x86_64 - libcap-ng-0.7.8-3.fc26.x86_64 - libcom_err-1.43.4-2.fc26.x86_64 - libcroco-0.6.12-1.fc26.x86_64 - libcrypt-nss-2.25-6.fc26.x86_64 - libcurl-7.53.1-7.fc26.x86_64 - libdb-5.3.28-17.fc26.x86_64 - libdb-utils-5.3.28-17.fc26.x86_64 - libedit-3.1-17.20160618cvs.fc26.x86_64 - libewf-20140608-6.fc26.x86_64 - libfdisk-2.29.1-2.fc26.x86_64 - libffi-3.1-10.fc26.x86_64 - libgcc-7.1.1-3.fc26.x86_64 - libgcrypt-1.7.7-1.fc26.x86_64 - libgomp-7.1.1-3.fc26.x86_64 - libgpg-error-1.25-2.fc26.x86_64 - libidn-1.33-2.fc26.x86_64 - libidn2-2.0.2-1.fc26.x86_64 - libldm-0.2.3-9.fc24.x86_64 - libmetalink-0.1.3-2.fc26.x86_64 - libmnl-1.0.4-2.fc26.x86_64 - libmount-2.29.1-2.fc26.x86_64 - libnghttp2-1.21.1-1.fc26.x86_64 - libpcap-14:1.8.1-3.fc26.x86_64 - libpkgconf-1.3.6-1.fc26.x86_64 - libpsl-0.17.0-2.fc26.x86_64 - libpwquality-1.3.0-8.fc26.x86_64 - libreport-filesystem-2.9.1-2.fc26.x86_64 - libseccomp-2.3.2-1.fc26.x86_64 - libselinux-2.6-6.fc26.x86_64 - libselinux-utils-2.6-6.fc26.x86_64 - libsemanage-2.6-4.fc26.x86_64 - libsepol-2.6-1.fc26.x86_64 - libsigsegv-2.11-1.fc26.x86_64 - libsmartcols-2.29.1-2.fc26.x86_64 - libss-1.43.4-2.fc26.x86_64 - libssh2-1.8.0-2.fc26.x86_64 - libstdc++-7.1.1-3.fc26.x86_64 - libtasn1-4.10-2.fc26.x86_64 - libtirpc-1.0.1-3.rc3.fc26.1.x86_64 - libunistring-0.9.7-1.fc26.x86_64 - libunwind-1.1-12.fc26.x86_64 - libusal-1.1.11-34.fc26.x86_64 - libutempter-1.1.6-9.fc26.x86_64 - libuuid-2.29.1-2.fc26.x86_64 - libverto-0.2.6-7.fc26.x86_64 - libxml2-2.9.4-2.fc26.x86_64 - linux-firmware-20170313-72.git695f2d6d.fc26.noarch - lsof-4.89-5.fc26.x86_64 - lsscsi-0.28-4.fc26.x86_64 - lua-libs-5.3.4-1.fc26.x86_64 - lvm2-2.02.168-6.fc26.x86_64 - lvm2-libs-2.02.168-6.fc26.x86_64 - lz4-libs-1.7.5-3.fc26.x86_64 - lzo-2.08-9.fc26.x86_64 - lzop-1.03-16.fc26.x86_64 - mac-robber-1.02-11.fc26.x86_64 - mdadm-4.0-1.fc26.x86_64 - mpfr-3.1.5-3.fc26.x86_64 - mtools-4.0.18-11.fc26.x86_64 - ncurses-6.0-8.20170212.fc26.x86_64 - ncurses-base-6.0-8.20170212.fc26.noarch - ncurses-libs-6.0-8.20170212.fc26.x86_64 - nettle-3.3-2.fc26.x86_64 - nilfs-utils-2.2.6-2.fc26.x86_64 - nspr-4.14.0-2.fc26.x86_64 - nss-3.30.2-1.1.fc26.x86_64 - nss-pem-1.0.3-3.fc26.x86_64 - nss-softokn-3.30.2-1.0.fc26.x86_64 - nss-softokn-freebl-3.30.2-1.0.fc26.x86_64 - nss-sysinit-3.30.2-1.1.fc26.x86_64 - nss-tools-3.30.2-1.1.fc26.x86_64 - nss-util-3.30.2-1.0.fc26.x86_64 - ntfs-3g-2:2016.2.22-4.fc26.x86_64 - ntfsprogs-2:2016.2.22-4.fc26.x86_64 - openldap-2.4.44-10.fc26.x86_64 - openssh-7.5p1-2.fc26.x86_64 - openssh-clients-7.5p1-2.fc26.x86_64 - openssl-libs-1:1.1.0e-1.fc26.x86_64 - p11-kit-0.23.5-1.fc26.x86_64 - p11-kit-trust-0.23.5-1.fc26.x86_64 - pam-1.3.0-2.fc26.x86_64 - parted-3.2-24.fc26.x86_64 - pciutils-3.5.4-1.fc26.x86_64 - pciutils-libs-3.5.4-1.fc26.x86_64 - pcre-8.40-7.fc26.x86_64 - perl-4:5.26.0-394.fc27.x86_64 - perl-Carp-1.42-393.fc27.noarch - perl-Errno-1.28-394.fc27.x86_64 - perl-Exporter-5.72-394.fc27.noarch - perl-File-Path-2.14-1.fc27.noarch - perl-IO-1.38-394.fc27.x86_64 - perl-PathTools-3.67-393.fc27.x86_64 - perl-Scalar-List-Utils-3:1.48-1.fc27.x86_64 - perl-Socket-4:2.024-3.fc27.x86_64 - perl-Text-Tabs+Wrap-2013.0523-393.fc27.noarch - perl-Unicode-Normalize-1.25-393.fc27.x86_64 - perl-constant-1.33-394.fc27.noarch - perl-libs-4:5.26.0-394.fc27.x86_64 - perl-macros-4:5.26.0-394.fc27.x86_64 - perl-parent-1:0.236-393.fc27.noarch - perl-threads-1:2.16-2.fc27.x86_64 - perl-threads-shared-1.57-2.fc27.x86_64 - pkgconf-1.3.6-1.fc26.x86_64 - pkgconf-m4-1.3.6-1.fc26.noarch - pkgconf-pkg-config-1.3.6-1.fc26.x86_64 - policycoreutils-2.6-5.fc26.x86_64 - popt-1.16-8.fc26.x86_64 - procps-ng-3.3.10-13.fc26.x86_64 - psmisc-22.21-9.fc26.x86_64 - publicsuffix-list-dafsa-20170424-1.fc26.noarch - qemu-img-2:2.9.0-1.fc26.x86_64 - qrencode-libs-3.4.2-7.fc26.x86_64 - readline-7.0-5.fc26.x86_64 - reiserfs-utils-2:3.6.25-2.fc26.x86_64 - rpm-4.13.0.1-4.fc26.x86_64 - rpm-libs-4.13.0.1-4.fc26.x86_64 - rpm-plugin-selinux-4.13.0.1-4.fc26.x86_64 - rsync-3.1.2-4.fc26.x86_64 - scrub-2.5.2-9.fc26.x86_64 - sed-4.4-1.fc26.x86_64 - setup-2.10.5-2.fc26.noarch - shadow-utils-2:4.3.1-3.fc26.x86_64 - sleuthkit-4.3.0-2.fc26.x86_64 - sleuthkit-libs-4.3.0-2.fc26.x86_64 - sqlite-libs-3.18.0-1.fc26.x86_64 - strace-4.16-1.fc26.x86_64 - syslinux-6.04-0.2.fc26.x86_64 - syslinux-extlinux-6.04-0.2.fc26.x86_64 - syslinux-extlinux-nonlinux-6.04-0.2.fc26.noarch - syslinux-nonlinux-6.04-0.2.fc26.noarch - systemd-233-3.fc26.x86_64 - systemd-libs-233-3.fc26.x86_64 - systemd-pam-233-3.fc26.x86_64 - systemd-udev-233-3.fc26.x86_64 - tar-2:1.29-4.fc26.x86_64 - tzdata-2017b-1.fc26.noarch - ustr-1.0.4-22.fc26.x86_64 - util-linux-2.29.1-2.fc26.x86_64 - vim-minimal-2:8.0.596-1.fc26.x86_64 - wget-1.19.1-1.fc26.x86_64 - which-2.21-2.fc26.x86_64 - xfsprogs-4.10.0-1.fc26.x86_64 - xz-5.2.3-2.fc26.x86_64 - xz-libs-5.2.3-2.fc26.x86_64 - yajl-2.1.0-6.fc26.x86_64 - zerofree-1.0.3-7.fc26.x86_64 - zfs-fuse-0.7.2.2-2.fc26.x86_64 - zlib-1.2.11-2.fc26.x86_64 Python runtime initialized with LC_CTYPE=C (a locale with default ASCII encoding), which may cause Unicode compatibility problems. Using C.UTF-8, C.utf8, or UTF-8 (if available) as alternative Unicode-compatible locales is recommended. Loaded plugins: builddep, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repograph, repomanage, reposync DNF version: 2.4.1 cachedir: /var/tmp/dnf-rjones-p9blj__l Unknown configuration value: failovermethod=roundrobin in /etc/yum.repos.d/livna.repo; 'roundrobin' value is not implemented Unknown configuration value: failovermethod=roundrobin in /etc/yum.repos.d/livna.repo; 'roundrobin' value is not implemented Unknown configuration value: failovermethod=roundrobin in /etc/yum.repos.d/livna.repo; 'roundrobin' value is not implemented repo: using cache for: updates-testing updates-testing: using metadata from Thu Jul 06 19:01:43 2017 BST. repo: using cache for: updates not found deltainfo for: Fedora 26 - x86_64 - Updates not found updateinfo for: Fedora 26 - x86_64 - Updates updates: using metadata from Thu Mar 09 04:31:02 2017 GMT. repo: using cache for: fedora not found updateinfo for: Fedora 26 - x86_64 fedora: using metadata from Wed Jul 05 13:30:15 2017 BST. repo: using cache for: livna not found deltainfo for: rpm.livna.org for 26 - x86_64 not found updateinfo for: rpm.livna.org for 26 - x86_64 livna: using metadata from Thu Sep 15 17:55:46 2016 BST. repo: using cache for: rpmfusion-free-updates-testing not found deltainfo for: RPM Fusion for Fedora 26 - Free - Test Updates not found updateinfo for: RPM Fusion for Fedora 26 - Free - Test Updates rpmfusion-free-updates-testing: using metadata from Mon Jul 03 09:01:01 2017 BST. repo: using cache for: rpmfusion-free not found deltainfo for: RPM Fusion for Fedora 26 - Free not found updateinfo for: RPM Fusion for Fedora 26 - Free rpmfusion-free: using metadata from Mon Jul 03 09:07:51 2017 BST. repo: using cache for: rpmfusion-nonfree-updates-testing not found deltainfo for: RPM Fusion for Fedora 26 - Nonfree - Test Updates not found updateinfo for: RPM Fusion for Fedora 26 - Nonfree - Test Updates rpmfusion-nonfree-updates-testing: using metadata from Mon Jul 03 09:14:39 2017 BST. repo: using cache for: rpmfusion-nonfree not found deltainfo for: RPM Fusion for Fedora 26 - Nonfree not found updateinfo for: RPM Fusion for Fedora 26 - Nonfree rpmfusion-nonfree: using metadata from Mon Jul 03 09:15:48 2017 BST. Last metadata expiration check: 2:06:31 ago on Fri Jul 07 11:17:19 2017 BST. Delta RPMs reduced 31.4 MB of updates to 29.3 MB (6.1% saved) supermin: writing supermin.d.f11eztww/base.tar.gz supermin: renaming supermin.d.f11eztww to supermin.d make \ supermin.d/daemon.tar.gz \ supermin.d/excludefiles \ supermin.d/hostfiles \ supermin.d/init.tar.gz \ supermin.d/udev-rules.tar.gz make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/appliance' rm -f supermin.d/daemon.tar.gz supermin.d/daemon.tar.gz-t m4 -DREDHAT=1 -DEXTRA_PACKAGES="" excludefiles.in | \ grep -v '^[[:space:]]*$' | grep -v '^#' > excludefiles-t m4 -DREDHAT=1 -DEXTRA_PACKAGES="" hostfiles.in | \ grep -v '^[[:space:]]*$' | grep -v '^#' > hostfiles-t rm -rf tmp-d rm -f supermin.d/init.tar.gz supermin.d/init.tar.gz-t mkdir -p tmp-d/usr/sbin tmp-d/etc tmp-d/usr/share/guestfs ( cd . && tar zcf - init ) > supermin.d/init.tar.gz-t ln ../daemon/guestfsd tmp-d/usr/sbin/guestfsd rm -f supermin.d/udev-rules.tar.gz supermin.d/udev-rules.tar.gz-t cmp -s supermin.d/hostfiles hostfiles-t || mv hostfiles-t supermin.d/hostfiles cmp -s supermin.d/excludefiles excludefiles-t || mv excludefiles-t supermin.d/excludefiles ln ./guestfs_lvm_conf.aug tmp-d/usr/share/guestfs/guestfs_lvm_conf.aug rm -rf tmp-u ln ./guestfs_shadow.aug tmp-d/usr/share/guestfs/guestfs_shadow.aug mkdir -p tmp-u/etc/udev/rules.d rm -f excludefiles-t rm -f hostfiles-t ( cd tmp-d && tar zcf - * ) > supermin.d/daemon.tar.gz-t for f in 99-guestfs-serial.rules; do ln $f tmp-u/etc/udev/rules.d/$(basename $f); done mv supermin.d/init.tar.gz-t supermin.d/init.tar.gz ( cd tmp-u && tar zcf - etc ) > supermin.d/udev-rules.tar.gz-t rm -r tmp-u mv supermin.d/udev-rules.tar.gz-t supermin.d/udev-rules.tar.gz rm -r tmp-d mv supermin.d/daemon.tar.gz-t supermin.d/daemon.tar.gz make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/appliance' touch stamp-supermin make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/appliance' Making all in tests/c-api make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' Making all in tests/tmpdirs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' Making all in tests/protocol make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' Making all in tests/events make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' Making all in tests/parallel make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' Making all in tests/create make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' Making all in tests/disks make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' Making all in tests/discard make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' Making all in tests/mountable make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' Making all in tests/network make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' Making all in tests/lvm make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' Making all in tests/luks make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' Making all in tests/md make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' Making all in tests/selinux make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' Making all in tests/relabel make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' Making all in tests/ntfs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' Making all in tests/btrfs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' Making all in tests/xfs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' Making all in tests/charsets make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' Making all in tests/xml make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' Making all in tests/mount-local make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' Making all in tests/9p make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' Making all in tests/rsync make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' Making all in tests/bigdirs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' Making all in tests/disk-labels make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' Making all in tests/hotplug make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' Making all in tests/nbd make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' Making all in tests/http make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/http' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/http' Making all in tests/syslinux make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' Making all in tests/journal make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' Making all in tests/relative-paths make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' Making all in tests/gdisk make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' Making all in tests/regressions make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' Making all in tests/tsk make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' Making all in tests/yara make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' Making all in common/edit make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/edit' CC libedit_la-file-edit.lo CCLD libedit.la make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/edit' Making all in common/options make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/options' CC liboptions_la-config.lo CC liboptions_la-decrypt.lo CC liboptions_la-display-options.lo CC liboptions_la-domain.lo CC liboptions_la-inspect.lo CC liboptions_la-keys.lo CC liboptions_la-options.lo CC liboptions_la-uri.lo CCLD liboptions.la make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/options' Making all in common/parallel make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/parallel' CC libparallel_la-domains.lo CC libparallel_la-estimate-max-threads.lo CC libparallel_la-parallel.lo CCLD libparallel.la copying selected object files to avoid basename conflicts... make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/parallel' Making all in common/progress make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/progress' CC libprogress_la-progress.lo CCLD libprogress.la make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/progress' Making all in common/visit make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/visit' CC libvisit_la-visit.lo CCLD libvisit.la make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/visit' Making all in common/windows make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/windows' CC libwindows_la-windows.lo CCLD libwindows.la make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/windows' Making all in test-tool make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-tool' CC libguestfs_test_tool-test-tool.o POD stamp-libguestfs-test-tool.pod touch stamp-libguestfs-test-tool.pod CCLD libguestfs-test-tool make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-tool' Making all in fish make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fish' rm -f cmds-gperf.c rm -f rc_protocol.h-t rm -f rc_protocol.c-t rc_protocol.c-t2 gperf -t cmds-gperf.gperf > cmds-gperf.c-t rpcgen -h -o rc_protocol.h-t rc_protocol.x rpcgen -c -o rc_protocol.c-t rc_protocol.x mv rc_protocol.h-t rc_protocol.h /usr/bin/sed 's,\.\./\(\.\./\)*fish,.,' < rc_protocol.c-t > rc_protocol.c-t2 rm rc_protocol.c-t mv rc_protocol.c-t2 rc_protocol.c mv cmds-gperf.c-t cmds-gperf.c make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fish' CC libcmds_la-cmds-gperf.lo CC librc_protocol_la-rc_protocol.lo CC guestfish-cmds.o CC guestfish-completion.o CC guestfish-entries-0.o CC guestfish-entries-1.o CC guestfish-entries-2.o CC guestfish-entries-3.o CC guestfish-entries-4.o CC guestfish-entries-5.o CC guestfish-entries-6.o CC guestfish-event-names.o CC guestfish-prepopts.o CC guestfish-run-0.o CC guestfish-run-1.o CC guestfish-run-2.o CC guestfish-run-3.o CC guestfish-run-4.o CC guestfish-run-5.o CC guestfish-run-6.o CC guestfish-alloc.o CC guestfish-copy.o CC guestfish-destpaths.o CC guestfish-display.o CC guestfish-echo.o CC guestfish-edit.o CC guestfish-events.o CC guestfish-fish.o CC guestfish-glob.o CC guestfish-help.o CC guestfish-hexedit.o CC guestfish-lcd.o CC guestfish-man.o CC guestfish-more.o CC guestfish-prep.o CC guestfish-prep-disk.o CC guestfish-prep-part.o CC guestfish-prep-fs.o CC guestfish-prep-lv.o CC guestfish-prep-boot.o CC guestfish-rc.o CC guestfish-reopen.o CC guestfish-setenv.o CC guestfish-supported.o CC guestfish-tilde.o CC guestfish-time.o POD stamp-guestfish.pod POD stamp-libguestfs-tools.conf.pod POD stamp-virt-copy-in.pod POD stamp-virt-copy-out.pod POD stamp-virt-tar-in.pod touch stamp-virt-copy-in.pod POD stamp-virt-tar-out.pod touch stamp-libguestfs-tools.conf.pod CCLD libcmds.la touch stamp-virt-copy-out.pod CCLD librc_protocol.la touch stamp-virt-tar-in.pod touch stamp-virt-tar-out.pod CCLD guestfish touch stamp-guestfish.pod make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fish' Making all in align make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/align' CC virt_alignment_scan-scan.o POD stamp-virt-alignment-scan.pod touch stamp-virt-alignment-scan.pod CCLD virt-alignment-scan make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/align' Making all in cat make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/cat' CC virt_cat-cat.o CC virt_filesystems-filesystems.o CC virt_log-log.o CC virt_ls-ls.o CC virt_tail-tail.o POD stamp-virt-cat.pod POD stamp-virt-filesystems.pod POD stamp-virt-log.pod POD stamp-virt-ls.pod touch stamp-virt-cat.pod POD stamp-virt-tail.pod touch stamp-virt-filesystems.pod CCLD virt-cat touch stamp-virt-log.pod CCLD virt-log CCLD virt-ls touch stamp-virt-ls.pod touch stamp-virt-tail.pod CCLD virt-tail CCLD virt-filesystems make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/cat' Making all in diff make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/diff' CC virt_diff-diff.o POD stamp-virt-diff.pod touch stamp-virt-diff.pod CCLD virt-diff make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/diff' Making all in df make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/df' CC virt_df-df.o CC virt_df-main.o CC virt_df-output.o POD stamp-virt-df.pod touch stamp-virt-df.pod CCLD virt-df make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/df' Making all in edit make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/edit' CC virt_edit-edit.o POD stamp-virt-edit.pod CCLD virt-edit touch stamp-virt-edit.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/edit' Making all in format make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/format' CC virt_format-format.o POD stamp-virt-format.pod touch stamp-virt-format.pod CCLD virt-format make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/format' Making all in inspector make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' CC virt_inspector-inspector.o POD stamp-virt-inspector.pod touch stamp-virt-inspector.pod CCLD virt-inspector make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' Making all in make-fs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' CC virt_make_fs-make-fs.o POD stamp-virt-make-fs.pod touch stamp-virt-make-fs.pod CCLD virt-make-fs make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' Making all in rescue make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' CC virt_rescue-escape.o CC virt_rescue-rescue.o CC virt_rescue-suggest.o POD stamp-virt-rescue.pod touch stamp-virt-rescue.pod CCLD virt-rescue make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' Making all in common/miniexpect make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/miniexpect' rm -f miniexpect.3 miniexpect.3-t pod2man --utf8 --stderr \ --center=miniexpect --release=miniexpect --name=miniexpect \ --section=3 \ miniexpect.pod miniexpect.3-t CC libminiexpect_la-miniexpect.lo mv miniexpect.3-t miniexpect.3 || touch miniexpect.3 CCLD libminiexpect.la make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/miniexpect' Making all in p2v make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' CC virt_p2v-about-authors.o CC virt_p2v-config.o CC virt_p2v-conversion.o CC virt_p2v-cpuid.o CC virt_p2v-gui.o CC virt_p2v-inhibit.o CC virt_p2v-kernel.o CC virt_p2v-kernel-cmdline.o CC virt_p2v-main.o CC virt_p2v-nbd.o CC virt_p2v-physical-xml.o CC virt_p2v-rtc.o CC virt_p2v-ssh.o CC virt_p2v-utils.o CC virt_p2v-whole-file.o POD stamp-virt-p2v.pod POD stamp-virt-p2v-make-disk.pod POD stamp-virt-p2v-make-kickstart.pod touch stamp-virt-p2v-make-disk.pod POD stamp-virt-p2v-make-kiwi.pod touch stamp-virt-p2v-make-kickstart.pod define=`echo dependencies.archlinux | /usr/bin/sed 's/dependencies.//;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \ m4 -D$define=1 -DGTK_VERSION=3 dependencies.m4 > dependencies.archlinux-t touch stamp-virt-p2v.pod define=`echo dependencies.debian | /usr/bin/sed 's/dependencies.//;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \ m4 -D$define=1 -DGTK_VERSION=3 dependencies.m4 > dependencies.debian-t mv dependencies.archlinux-t dependencies.archlinux define=`echo dependencies.redhat | /usr/bin/sed 's/dependencies.//;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \ m4 -D$define=1 -DGTK_VERSION=3 dependencies.m4 > dependencies.redhat-t mv dependencies.debian-t dependencies.debian define=`echo dependencies.suse | /usr/bin/sed 's/dependencies.//;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \ m4 -D$define=1 -DGTK_VERSION=3 dependencies.m4 > dependencies.suse-t mv dependencies.redhat-t dependencies.redhat mv dependencies.suse-t dependencies.suse CCLD virt-p2v touch stamp-virt-p2v-make-kiwi.pod rm -f virt-p2v.xz virt-p2v.xz-t xz --best --keep --stdout virt-p2v > virt-p2v.xz-t mv virt-p2v.xz-t virt-p2v.xz make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' Making all in bash make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/bash' rm -f guestunmount rm -f virt-builder rm -f virt-cat ln -s virt-alignment-scan guestunmount rm -f virt-copy-in ln -s virt-alignment-scan virt-builder ln -s virt-alignment-scan virt-cat rm -f virt-copy-out ln -s guestfish virt-copy-in rm -f virt-customize ln -s guestfish virt-copy-out rm -f virt-diff ln -s virt-alignment-scan virt-customize rm -f virt-df ln -s virt-alignment-scan virt-diff rm -f virt-dib ln -s virt-alignment-scan virt-df ln -s virt-alignment-scan virt-dib rm -f virt-edit rm -f virt-filesystems ln -s virt-alignment-scan virt-edit ln -s virt-alignment-scan virt-filesystems rm -f virt-format rm -f virt-get-kernel rm -f virt-inspector ln -s virt-alignment-scan virt-format rm -f virt-log ln -s virt-alignment-scan virt-get-kernel ln -s virt-alignment-scan virt-inspector ln -s virt-alignment-scan virt-log rm -f virt-ls rm -f virt-p2v-make-disk rm -f virt-p2v-make-kickstart ln -s virt-alignment-scan virt-ls ln -s virt-alignment-scan virt-p2v-make-disk rm -f virt-p2v-make-kiwi ln -s virt-alignment-scan virt-p2v-make-kickstart ln -s virt-alignment-scan virt-p2v-make-kiwi rm -f virt-resize rm -f virt-sparsify rm -f virt-sysprep ln -s virt-alignment-scan virt-resize rm -f virt-tail ln -s virt-alignment-scan virt-sparsify ln -s virt-alignment-scan virt-sysprep ln -s virt-alignment-scan virt-tail rm -f virt-tar-in rm -f virt-tar-out rm -f virt-win-reg ln -s guestfish virt-tar-in ln -s guestfish virt-tar-out ln -s virt-v2v-copy-to-local virt-win-reg test . != . && cd . && cp guestfish guestmount virt-alignment-scan virt-rescue virt-v2v virt-v2v-copy-to-local /var/tmp/tmpE7NtPf/libguestfs/bash/ make[2]: [Makefile:2323: all-local] Error 1 (ignored) make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/bash' Making all in perl make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/perl' perl ./Build.PL --prefix "/usr" Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Sys-Guestfs' version '1.0' ./Build Building Sys-Guestfs gcc -I../lib -I../lib -I/usr/lib64/perl5/CORE -DVERSION="1.0" -DXS_VERSION="1.0" -fPIC -DGUESTFS_PRIVATE=1 -g -O2 -fno-strict-overflow -Wno-strict-overflow -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o lib/Sys/Guestfs.o lib/Sys/Guestfs.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Sys/Guestfs/Guestfs.bs') gcc -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -lperl -o blib/arch/auto/Sys/Guestfs/Guestfs.so lib/Sys/Guestfs.o -L../lib/.libs -lguestfs make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/perl' Making all in perl/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/perl/examples' POD stamp-guestfs-perl.pod touch stamp-guestfs-perl.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/perl/examples' Making all in ocaml make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/ocaml /var/tmp/tmpE7NtPf/libguestfs/ocaml/guestfs.mli /var/tmp/tmpE7NtPf/libguestfs/ocaml/guestfs.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/bindtests.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_100_launch.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_030_create_flags.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_040_create_multiple.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_020_create.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_010_load.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_050_handle_properties.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_430_progress_messages.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_420_log_messages.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_080_version.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_065_implicit_close.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_070_optargs.ml /var/tmp/tmpE7NtPf/libguestfs/ocaml/t/guestfs_410_close_event.ml /var/tmp /tmpE7NtPf/libguestfs/ocaml/t/guestfs_060_explicit_close.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/ocaml/,./,g' | \ sort > .depend-t mv .depend-t .depend CC libguestfsocaml_a-guestfs-c.o CC libguestfsocaml_a-guestfs-c-errnos.o CC libguestfsocaml_a-guestfs-c-actions.o ocamlfind ocamldoc -d html -html guestfs.mli guestfs.ml OCAMLC guestfs.cmi CC ../common/utils/libguestfsocaml_a-utils.o OCAMLC guestfs.cmo OCAMLOPT guestfs.cmx File "guestfs.ml", line 72, characters 2-74: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 74, characters 2-76: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 76, characters 2-72: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 78, characters 2-72: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 80, characters 2-74: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 72, characters 2-74: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 74, characters 2-76: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 76, characters 2-72: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 78, characters 2-72: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 80, characters 2-74: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 72, characters 2-74: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 74, characters 2-76: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 76, characters 2-72: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 78, characters 2-72: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "guestfs.ml", line 80, characters 2-74: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" Warning: Element Unix.error not found AR libguestfsocaml.a ocamlmklib -o mlguestfs \ libguestfsocaml_a-guestfs-c.o libguestfsocaml_a-guestfs-c-actions.o libguestfsocaml_a-guestfs-c-errnos.o ../common/utils/libguestfsocaml_a-utils.o guestfs.cmo \ \ \ -L../lib/.libs -lguestfs ocamlmklib -o mlguestfs \ libguestfsocaml_a-guestfs-c.o libguestfsocaml_a-guestfs-c-actions.o libguestfsocaml_a-guestfs-c-errnos.o ../common/utils/libguestfsocaml_a-utils.o guestfs.cmx \ \ \ -L../lib/.libs -lguestfs touch stamp-mlguestfs make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' Making all in ocaml/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml/examples' ocamlfind ocamlopt -cclib -L../../lib/.libs -package unix -linkpkg \ -warn-error A -I .. mlguestfs.cmxa create_disk.ml -o create_disk ocamlfind ocamlopt -cclib -L../../lib/.libs -package unix -linkpkg \ -warn-error A -I .. mlguestfs.cmxa debug_logging.ml -o debug_logging ocamlfind ocamlopt -cclib -L../../lib/.libs -package unix -linkpkg \ -warn-error A -I .. mlguestfs.cmxa inspect_vm.ml -o inspect_vm POD stamp-guestfs-ocaml.pod touch stamp-guestfs-ocaml.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml/examples' Making all in python make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/python' CC libguestfsmod_la-actions-0.lo CC libguestfsmod_la-actions-1.lo CC libguestfsmod_la-actions-2.lo CC libguestfsmod_la-actions-3.lo CC libguestfsmod_la-actions-4.lo CC libguestfsmod_la-actions-5.lo CC libguestfsmod_la-actions-6.lo CC libguestfsmod_la-handle.lo CC libguestfsmod_la-module.lo CC libguestfsmod_la-structs.lo CCLD libguestfsmod.la make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/python' Making all in python/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/python/examples' POD stamp-guestfs-python.pod touch stamp-guestfs-python.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/python/examples' Making all in ruby make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' rake rdoc Parsing sources... 8% [ 1/12] README.rdoc 16% [ 2/12] ext/guestfs/actions-0.c 25% [ 3/12] ext/guestfs/actions-1.c 33% [ 4/12] ext/guestfs/actions-2.c 41% [ 5/12] ext/guestfs/actions-3.c 50% [ 6/12] ext/guestfs/actions-4.c 58% [ 7/12] ext/guestfs/actions-5.c 66% [ 8/12] ext/guestfs/actions-6.c 75% [ 9/12] ext/guestfs/actions.h 83% [10/12] ext/guestfs/handle.c 91% [11/12] ext/guestfs/module.c 100% [12/12] lib/guestfs.rb Generating Darkfish format into /var/tmp/tmpE7NtPf/libguestfs/ruby/doc/site/api... Files: 12 Classes: 2 ( 2 undocumented) Modules: 1 ( 1 undocumented) Constants: 11 (11 undocumented) Attributes: 0 ( 0 undocumented) Methods: 0 ( 0 undocumented) Total: 14 (14 undocumented) 0.00% documented Elapsed: 1.2s touch stamp-rdoc rake build top_srcdir=$(pwd)/..; top_builddir=$(pwd)/..; export ARCHFLAGS="-arch $(uname -m)"; mkdir -p ./ext/guestfs; cd ./ext/guestfs; ruby /var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs/extconf.rb --with-_guestfs-include=$top_srcdir/common/utils:$top_srcdir/lib:$top_builddir --with-_guestfs-lib=$top_builddir/lib/.libs checking for guestfs.h... yes checking for guestfs_create() in -lguestfs... yes checking for rb_define_alloc_func()... yes checking for rb_alloc_func_t... yes creating extconf.h creating Makefile make make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs' make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs -DRUBY_EXTCONF_H=\"extconf.h\" -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib -I/var/tmp/tmpE7NtPf/libguestfs/ruby/.. -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -g -O2 -fno-strict-overflow -Wno-strict-overflow -DGUESTFS_PRIVATE=1 -fno-common -W -Wabi -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers - Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wo dr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wno-unused-parameter -Wno-missing-field-initializers -fdiagnostics-show-option -Wframe-larger-than=5000 -Wstack-usage=10000 -Wimplicit-fallthrough=4 -Wformat-truncation=1 -Werror -m64 -o actions-0.o -c actions-0.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs -DRUBY_EXTCONF_H=\"extconf.h\" -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib -I/var/tmp/tmpE7NtPf/libguestfs/ruby/.. -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -g -O2 -fno-strict-overflow -Wno-strict-overflow -DGUESTFS_PRIVATE=1 -fno-common -W -Wabi -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers - Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wo dr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wno-unused-parameter -Wno-missing-field-initializers -fdiagnostics-show-option -Wframe-larger-than=5000 -Wstack-usage=10000 -Wimplicit-fallthrough=4 -Wformat-truncation=1 -Werror -m64 -o actions-1.o -c actions-1.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs -DRUBY_EXTCONF_H=\"extconf.h\" -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib -I/var/tmp/tmpE7NtPf/libguestfs/ruby/.. -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -g -O2 -fno-strict-overflow -Wno-strict-overflow -DGUESTFS_PRIVATE=1 -fno-common -W -Wabi -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers - Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wo dr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wno-unused-parameter -Wno-missing-field-initializers -fdiagnostics-show-option -Wframe-larger-than=5000 -Wstack-usage=10000 -Wimplicit-fallthrough=4 -Wformat-truncation=1 -Werror -m64 -o actions-2.o -c actions-2.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs -DRUBY_EXTCONF_H=\"extconf.h\" -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib -I/var/tmp/tmpE7NtPf/libguestfs/ruby/.. -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -g -O2 -fno-strict-overflow -Wno-strict-overflow -DGUESTFS_PRIVATE=1 -fno-common -W -Wabi -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers - Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wo dr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wno-unused-parameter -Wno-missing-field-initializers -fdiagnostics-show-option -Wframe-larger-than=5000 -Wstack-usage=10000 -Wimplicit-fallthrough=4 -Wformat-truncation=1 -Werror -m64 -o actions-3.o -c actions-3.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs -DRUBY_EXTCONF_H=\"extconf.h\" -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib -I/var/tmp/tmpE7NtPf/libguestfs/ruby/.. -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -g -O2 -fno-strict-overflow -Wno-strict-overflow -DGUESTFS_PRIVATE=1 -fno-common -W -Wabi -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers - Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wo dr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wno-unused-parameter -Wno-missing-field-initializers -fdiagnostics-show-option -Wframe-larger-than=5000 -Wstack-usage=10000 -Wimplicit-fallthrough=4 -Wformat-truncation=1 -Werror -m64 -o actions-4.o -c actions-4.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs -DRUBY_EXTCONF_H=\"extconf.h\" -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib -I/var/tmp/tmpE7NtPf/libguestfs/ruby/.. -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -g -O2 -fno-strict-overflow -Wno-strict-overflow -DGUESTFS_PRIVATE=1 -fno-common -W -Wabi -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers - Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wo dr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wno-unused-parameter -Wno-missing-field-initializers -fdiagnostics-show-option -Wframe-larger-than=5000 -Wstack-usage=10000 -Wimplicit-fallthrough=4 -Wformat-truncation=1 -Werror -m64 -o actions-5.o -c actions-5.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs -DRUBY_EXTCONF_H=\"extconf.h\" -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib -I/var/tmp/tmpE7NtPf/libguestfs/ruby/.. -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -g -O2 -fno-strict-overflow -Wno-strict-overflow -DGUESTFS_PRIVATE=1 -fno-common -W -Wabi -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers - Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wo dr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wno-unused-parameter -Wno-missing-field-initializers -fdiagnostics-show-option -Wframe-larger-than=5000 -Wstack-usage=10000 -Wimplicit-fallthrough=4 -Wformat-truncation=1 -Werror -m64 -o actions-6.o -c actions-6.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs -DRUBY_EXTCONF_H=\"extconf.h\" -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib -I/var/tmp/tmpE7NtPf/libguestfs/ruby/.. -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -g -O2 -fno-strict-overflow -Wno-strict-overflow -DGUESTFS_PRIVATE=1 -fno-common -W -Wabi -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers - Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wo dr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wno-unused-parameter -Wno-missing-field-initializers -fdiagnostics-show-option -Wframe-larger-than=5000 -Wstack-usage=10000 -Wimplicit-fallthrough=4 -Wformat-truncation=1 -Werror -m64 -o handle.o -c handle.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs -DRUBY_EXTCONF_H=\"extconf.h\" -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib -I/var/tmp/tmpE7NtPf/libguestfs/ruby/.. -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -g -O2 -fno-strict-overflow -Wno-strict-overflow -DGUESTFS_PRIVATE=1 -fno-common -W -Wabi -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers - Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wo dr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wno-unused-parameter -Wno-missing-field-initializers -fdiagnostics-show-option -Wframe-larger-than=5000 -Wstack-usage=10000 -Wimplicit-fallthrough=4 -Wformat-truncation=1 -Werror -m64 -o module.o -c module.c rm -f _guestfs.so gcc -shared -o _guestfs.so actions-0.o actions-1.o actions-2.o actions-3.o actions-4.o actions-5.o actions-6.o handle.o module.o -L. -L/usr/lib64 -L/var/tmp/tmpE7NtPf/libguestfs/ruby/../lib/.libs -L. -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -m64 -m64 -lruby -lguestfs -lpthread -ldl -lcrypt -lm -lc make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ruby/ext/guestfs' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' Making all in ruby/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ruby/examples' POD stamp-guestfs-ruby.pod touch stamp-guestfs-ruby.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ruby/examples' Making all in java make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java' JAVAC com/redhat/et/libguestfs/GuestFS.class rm -f com_redhat_et_libguestfs_GuestFS.h /usr/lib/jvm/java/bin/javah -classpath .:. com.redhat.et.libguestfs.GuestFS make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java' CC libguestfs_jni_la-actions-0.lo CC libguestfs_jni_la-actions-1.lo CC libguestfs_jni_la-actions-2.lo CC libguestfs_jni_la-actions-3.lo CC libguestfs_jni_la-actions-4.lo CC libguestfs_jni_la-actions-5.lo CC libguestfs_jni_la-actions-6.lo CC libguestfs_jni_la-handle.lo /usr/lib/jvm/java/bin/javadoc -encoding utf-8 -d api \ -sourcepath . \ -windowtitle "libguestfs java 1.37.16 API reference" \ -doctitle "libguestfs java 1.37.16 API reference" \ com.redhat.et.libguestfs JAVAC com/redhat/et/libguestfs/LibGuestFSOutOfMemory.class Loading source files for package com.redhat.et.libguestfs... JAR libguestfs-1.37.16.jar Constructing Javadoc information... CCLD libguestfs_jni.la Creating destination directory: "api/" Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating api/com/redhat/et/libguestfs/Application.html... Generating api/com/redhat/et/libguestfs/Application2.html... Generating api/com/redhat/et/libguestfs/BTRFSBalance.html... Generating api/com/redhat/et/libguestfs/BTRFSQgroup.html... Generating api/com/redhat/et/libguestfs/BTRFSScrub.html... Generating api/com/redhat/et/libguestfs/BTRFSSubvolume.html... Generating api/com/redhat/et/libguestfs/Dirent.html... Generating api/com/redhat/et/libguestfs/EventCallback.html... Generating api/com/redhat/et/libguestfs/GuestFS.html... ./com/redhat/et/libguestfs/GuestFS.java:247: warning: no @param for callback public int set_event_callback (EventCallback callback, long events) ^ ./com/redhat/et/libguestfs/GuestFS.java:247: warning: no @param for events public int set_event_callback (EventCallback callback, long events) ^ ./com/redhat/et/libguestfs/GuestFS.java:275: warning: no @param for eh public void delete_event_callback (int eh) ^ ./com/redhat/et/libguestfs/GuestFS.java:298: warning: no @param for dir public void acl_delete_def_file (String dir) ^ ./com/redhat/et/libguestfs/GuestFS.java:333: warning: no @param for path public String acl_get_file (String path, String acltype) ^ ./com/redhat/et/libguestfs/GuestFS.java:333: warning: no @param for acltype public String acl_get_file (String path, String acltype) ^ ./com/redhat/et/libguestfs/GuestFS.java:333: warning: no @return public String acl_get_file (String path, String acltype) ^ ./com/redhat/et/libguestfs/GuestFS.java:386: warning: no @param for path public void acl_set_file (String path, String acltype, String acl) ^ ./com/redhat/et/libguestfs/GuestFS.java:386: warning: no @param for acltype public void acl_set_file (String path, String acltype, String acl) ^ ./com/redhat/et/libguestfs/GuestFS.java:386: warning: no @param for acl public void acl_set_file (String path, String acltype, String acl) ^ ./com/redhat/et/libguestfs/GuestFS.java:412: warning: no @param for filename @Deprecated public void add_cdrom (String filename) ^ ./com/redhat/et/libguestfs/GuestFS.java:518: warning: no @param for dom public int add_domain (String dom, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:518: warning: no @param for optargs public int add_domain (String dom, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:518: warning: no @return public int add_domain (String dom, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:862: warning: no @param for filename public void add_drive (String filename, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:862: warning: no @param for optargs public void add_drive (String filename, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:1005: warning: no @param for filename public void add_drive_ro (String filename) ^ ./com/redhat/et/libguestfs/GuestFS.java:1029: warning: no @param for filename @Deprecated public void add_drive_ro_with_if (String filename, String iface) ^ ./com/redhat/et/libguestfs/GuestFS.java:1029: warning: no @param for iface @Deprecated public void add_drive_ro_with_if (String filename, String iface) ^ ./com/redhat/et/libguestfs/GuestFS.java:1062: warning: no @param for size public void add_drive_scratch (long size, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:1062: warning: no @param for optargs public void add_drive_scratch (long size, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:1111: warning: no @param for filename @Deprecated public void add_drive_with_if (String filename, String iface) ^ ./com/redhat/et/libguestfs/GuestFS.java:1111: warning: no @param for iface @Deprecated public void add_drive_with_if (String filename, String iface) ^ ./com/redhat/et/libguestfs/GuestFS.java:1173: warning: no @param for dom public int add_libvirt_dom (long dom, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:1173: warning: no @param for optargs public int add_libvirt_dom (long dom, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:1173: warning: no @return public int add_libvirt_dom (long dom, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:1261: warning: no @param for augpath public void aug_clear (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1316: warning: no @param for name public IntBool aug_defnode (String name, String expr, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1316: warning: no @param for expr public IntBool aug_defnode (String name, String expr, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1316: warning: no @param for val public IntBool aug_defnode (String name, String expr, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1316: warning: no @return public IntBool aug_defnode (String name, String expr, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1343: warning: no @param for name public int aug_defvar (String name, String expr) ^ ./com/redhat/et/libguestfs/GuestFS.java:1343: warning: no @param for expr public int aug_defvar (String name, String expr) ^ ./com/redhat/et/libguestfs/GuestFS.java:1343: warning: no @return public int aug_defvar (String name, String expr) ^ ./com/redhat/et/libguestfs/GuestFS.java:1365: warning: no @param for augpath public String aug_get (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1365: warning: no @return public String aug_get (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1428: warning: no @param for root public void aug_init (String root, int flags) ^ ./com/redhat/et/libguestfs/GuestFS.java:1428: warning: no @param for flags public void aug_init (String root, int flags) ^ ./com/redhat/et/libguestfs/GuestFS.java:1455: warning: no @param for augpath public void aug_insert (String augpath, String label, boolean before) ^ ./com/redhat/et/libguestfs/GuestFS.java:1455: warning: no @param for label public void aug_insert (String augpath, String label, boolean before) ^ ./com/redhat/et/libguestfs/GuestFS.java:1455: warning: no @param for before public void aug_insert (String augpath, String label, boolean before) ^ ./com/redhat/et/libguestfs/GuestFS.java:1478: warning: no @param for augpath public String aug_label (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1478: warning: no @return public String aug_label (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1525: warning: no @param for augpath public String[] aug_ls (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1525: warning: no @return public String[] aug_ls (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1548: warning: no @param for augpath public String[] aug_match (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1548: warning: no @return public String[] aug_match (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1570: warning: no @param for src public void aug_mv (String src, String dest) ^ ./com/redhat/et/libguestfs/GuestFS.java:1570: warning: no @param for dest public void aug_mv (String src, String dest) ^ ./com/redhat/et/libguestfs/GuestFS.java:1594: warning: no @param for augpath public int aug_rm (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1594: warning: no @return public int aug_rm (String augpath) ^ ./com/redhat/et/libguestfs/GuestFS.java:1644: warning: no @param for augpath public void aug_set (String augpath, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1644: warning: no @param for val public void aug_set (String augpath, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1672: warning: no @param for base public int aug_setm (String base, String sub, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1672: warning: no @param for sub public int aug_setm (String base, String sub, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1672: warning: no @param for val public int aug_setm (String base, String sub, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1672: warning: no @return public int aug_setm (String base, String sub, String val) ^ ./com/redhat/et/libguestfs/GuestFS.java:1702: warning: no @param for lens public void aug_transform (String lens, String file, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:1702: warning: no @param for file public void aug_transform (String lens, String file, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:1702: warning: no @param for optargs public void aug_transform (String lens, String file, Map<String, Object> optargs) ^ ./com/redhat/et/libguestfs/GuestFS.java:1795: warning: no @param for groups public void available (String[] groups) ^ ./com/redhat/et/libguestfs/GuestFS.java:1824: warning: no @return public String[] available_all_groups () ^ ./com/redhat/et/libguestfs/GuestFS.java:1846: warning: no @param for base64file public void base64_in (String base64file, String filename) ^ ./com/redhat/et/libguestfs/GuestFS.java:1846: warning: no @param for filename public void base64_in (String base64file, String filename) ^ ./com/redhat/et/libguestfs/GuestFS.java:1868: warning: no @param for filename public void base64_out (String filename, String base64file) ^ ./com/redhat/et/libguestfs/GuestFS.java:1868: warning: no @param for base64file public void base64_out (String filename, String base64file) ^ ./com/redhat/et/libguestfs/GuestFS.java:1899: warning: no @param for device public void blkdiscard (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:1927: warning: no @param for device public boolean blkdiscardzeroes (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:1927: warning: no @return public boolean blkdiscardzeroes (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:1966: warning: no @param for device public Map<String,String> blkid (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:1966: warning: no @return public Map<String,String> blkid (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:1995: warning: no @param for device public void blockdev_flushbufs (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2024: warning: no @param for device public int blockdev_getbsz (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2024: warning: no @return public int blockdev_getbsz (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2048: warning: no @param for device public boolean blockdev_getro (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2048: warning: no @return public boolean blockdev_getro (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2073: warning: no @param for device public long blockdev_getsize64 (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2073: warning: no @return public long blockdev_getsize64 (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2100: warning: no @param for device public int blockdev_getss (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2100: warning: no @return public int blockdev_getss (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2129: warning: no @param for device public long blockdev_getsz (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2129: warning: no @return public long blockdev_getsz (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2152: warning: no @param for device public void blockdev_rereadpt (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2178: warning: no @param for device @Deprecated public void blockdev_setbsz (String device, int blocksize) ^ ./com/redhat/et/libguestfs/GuestFS.java:2178: warning: no @param for blocksize @Deprecated public void blockdev_setbsz (String device, int blocksize) ^ ./com/redhat/et/libguestfs/GuestFS.java:2201: warning: no @param for device public void blockdev_setra (String device, int sectors) ^ ./com/redhat/et/libguestfs/GuestFS.java:2201: warning: no @param for sectors public void blockdev_setra (String device, int sectors) ^ ./com/redhat/et/libguestfs/GuestFS.java:2224: warning: no @param for device public void blockdev_setro (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2247: warning: no @param for device public void blockdev_setrw (String device) ^ ./com/redhat/et/libguestfs/GuestFS.java:2270: warning: no @param for path public void btrfs_balance_cancel (String path) ^ ./com/redhat/et/libguestfs/GuestFS.java:2293: warning: no @param for path public void btrfs_balance_pause (String path) ^ ./com/redhat/et/libguestfs/GuestFS.java:2316: warning: no @param for path public void btrfs_balance_resume (String path) ^ ./com/redhat/et/libguestfs/GuestFS.java:2340: warning: no @param for path public BTRFSBalance btrfs_balance_status (String path) ^ ./com/redhat/et/libguestfs/GuestFS.java:2340: warning: no @return public BTRFSBalance btrfs_balance_status (String path) ^ ./com/redhat/et/libguestfs/GuestFS.java:2365: warning: no @param for devices public void btrfs_device_add (String[] devices, String fs) ^ ./com/redhat/et/libguestfs/GuestFS.java:2365: warning: no @param for fs public void btrfs_device_add (String[] devices, String fs) ^ ./com/redhat/et/libguestfs/GuestFS.java:2390: warning: no @param for devices public void btrfs_device_delete (String[] devices, String fs) ^ ./com/redhat/et/libguestfs/GuestFS.java:2390: warning: no @param for fs public void btrfs_device_delete (String[] devices, String fs) ^ ./com/redhat/et/libguestfs/GuestFS.java:2414: warning: no @param for fs public void btrfs_filesystem_balance (String fs) ^ ./com/redhat/et/libguestfs/GuestFS.java:2443: warning: no @param for path public void btrfs_filesystem_defragment (String path, Map<String, Object> optargs) ^ Generating api/com/redhat/et/libguestfs/HivexNode.html... Generating api/com/redhat/et/libguestfs/HivexValue.html... Generating api/com/redhat/et/libguestfs/INotifyEvent.html... Generating api/com/redhat/et/libguestfs/IntBool.html... Generating api/com/redhat/et/libguestfs/ISOInfo.html... Generating api/com/redhat/et/libguestfs/LibGuestFSException.html... Generating api/com/redhat/et/libguestfs/LibGuestFSOutOfMemory.html... Generating api/com/redhat/et/libguestfs/LV.html... Generating api/com/redhat/et/libguestfs/MDStat.html... Generating api/com/redhat/et/libguestfs/Partition.html... Generating api/com/redhat/et/libguestfs/PV.html... Generating api/com/redhat/et/libguestfs/Stat.html... Generating api/com/redhat/et/libguestfs/StatNS.html... Generating api/com/redhat/et/libguestfs/StatVFS.html... Generating api/com/redhat/et/libguestfs/TSKDirent.html... Generating api/com/redhat/et/libguestfs/UTSName.html... Generating api/com/redhat/et/libguestfs/Version.html... Generating api/com/redhat/et/libguestfs/VG.html... Generating api/com/redhat/et/libguestfs/XAttr.html... Generating api/com/redhat/et/libguestfs/XFSInfo.html... Generating api/com/redhat/et/libguestfs/YaraDetection.html... Generating api/com/redhat/et/libguestfs/package-frame.html... Generating api/com/redhat/et/libguestfs/package-summary.html... Generating api/com/redhat/et/libguestfs/package-tree.html... Generating api/constant-values.html... Generating api/serialized-form.html... Building index for all the packages and classes... Generating api/overview-tree.html... Generating api/index-all.html... Generating api/deprecated-list.html... Building index for all classes... Generating api/allclasses-frame.html... Generating api/allclasses-noframe.html... Generating api/index.html... Generating api/help-doc.html... 100 warnings touch doc-stamp make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java' Making all in java/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java/examples' /usr/lib/jvm/java/bin/javac -Xlint:all -encoding utf-8 -classpath ../libguestfs-1.37.16.jar CreateDisk.java /usr/lib/jvm/java/bin/javac -Xlint:all -encoding utf-8 -classpath ../libguestfs-1.37.16.jar InspectVM.java POD stamp-guestfs-java.pod touch stamp-guestfs-java.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java/examples' Making all in php make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/php' cd extension && phpize Configuring for: PHP Api Version: 20160303 Zend Module Api No: 20160303 Zend Extension Api No: 320160303 cd extension && ./configure --prefix=/usr --libdir=/usr/lib64 configure: loading site script /usr/share/config.site checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for cc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for icc... no checking for suncc... no checking whether cc understands -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... no checking if compiler supports -Wl,-rpath,... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib checking for PHP extension directory... /usr/lib64/php/modules checking for PHP installed headers prefix... /usr/include/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking enable libguestfs PHP bindings... yes, shared checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... (cached) gawk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc 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... no configure: creating ./config.status config.status: creating config.h config.status: executing libtool commands test -f "extension/config.h" && touch -- extension/config.h make -C extension \ EXTRA_INCLUDES="-I/var/tmp/tmpE7NtPf/libguestfs/php/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/php/../lib" \ EXTRA_LDFLAGS="-L/var/tmp/tmpE7NtPf/libguestfs/php/../lib/.libs -lguestfs" \ EXTRA_CFLAGS="-DGUESTFS_PRIVATE=1" \ all make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/php/extension' /bin/sh /var/tmp/tmpE7NtPf/libguestfs/php/extension/libtool --mode=compile cc -I. -I/var/tmp/tmpE7NtPf/libguestfs/php/extension -DPHP_ATOM_INC -I/var/tmp/tmpE7NtPf/libguestfs/php/extension/include -I/var/tmp/tmpE7NtPf/libguestfs/php/extension/main -I/var/tmp/tmpE7NtPf/libguestfs/php/extension -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/var/tmp/tmpE7NtPf/libguestfs/php/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/php/../lib -DHAVE_CONFIG_H -g -O2 -DGUESTFS_PRIVATE=1 -c /var/tmp/tmpE7NtPf/libguestfs/php/extension/guestfs_php.c -o guestfs_php.lo libtool: compile: cc -I. -I/var/tmp/tmpE7NtPf/libguestfs/php/extension -DPHP_ATOM_INC -I/var/tmp/tmpE7NtPf/libguestfs/php/extension/include -I/var/tmp/tmpE7NtPf/libguestfs/php/extension/main -I/var/tmp/tmpE7NtPf/libguestfs/php/extension -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/var/tmp/tmpE7NtPf/libguestfs/php/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/php/../lib -DHAVE_CONFIG_H -g -O2 -DGUESTFS_PRIVATE=1 -c /var/tmp/tmpE7NtPf/libguestfs/php/extension/guestfs_php.c -fPIC -DPIC -o .libs/guestfs_php.o /bin/sh /var/tmp/tmpE7NtPf/libguestfs/php/extension/libtool --mode=link cc -DPHP_ATOM_INC -I/var/tmp/tmpE7NtPf/libguestfs/php/extension/include -I/var/tmp/tmpE7NtPf/libguestfs/php/extension/main -I/var/tmp/tmpE7NtPf/libguestfs/php/extension -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/var/tmp/tmpE7NtPf/libguestfs/php/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/php/../lib -DHAVE_CONFIG_H -g -O2 -DGUESTFS_PRIVATE=1 -o guestfs_php.la -export-dynamic -avoid-version -prefer-pic -module -rpath /var/tmp/tmpE7NtPf/libguestfs/php/extension/modules -L/var/tmp/tmpE7NtPf/libguestfs/php/../lib/.libs -lguestfs guestfs_php.lo libtool: link: cc -shared -fPIC -DPIC .libs/guestfs_php.o -Wl,-rpath -Wl,/var/tmp/tmpE7NtPf/libguestfs/php/../lib/.libs -L/var/tmp/tmpE7NtPf/libguestfs/php/../lib/.libs /var/tmp/tmpE7NtPf/libguestfs/php/../lib/.libs/libguestfs.so -g -O2 -pthread -Wl,-soname -Wl,guestfs_php.so -o .libs/guestfs_php.so libtool: link: ( cd ".libs" && rm -f "guestfs_php.la" && ln -s "../guestfs_php.la" "guestfs_php.la" ) /bin/sh /var/tmp/tmpE7NtPf/libguestfs/php/extension/libtool --mode=install cp ./guestfs_php.la /var/tmp/tmpE7NtPf/libguestfs/php/extension/modules libtool: warning: relinking './guestfs_php.la' libtool: install: (cd /var/tmp/tmpE7NtPf/libguestfs/php/extension; /bin/sh "/var/tmp/tmpE7NtPf/libguestfs/php/extension/libtool" --mode=relink cc -DPHP_ATOM_INC -I/var/tmp/tmpE7NtPf/libguestfs/php/extension/include -I/var/tmp/tmpE7NtPf/libguestfs/php/extension/main -I/var/tmp/tmpE7NtPf/libguestfs/php/extension -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/var/tmp/tmpE7NtPf/libguestfs/php/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/php/../lib -DHAVE_CONFIG_H -g -O2 -DGUESTFS_PRIVATE=1 -o guestfs_php.la -export-dynamic -avoid-version -prefer-pic -module -rpath /var/tmp/tmpE7NtPf/libguestfs/php/extension/modules -L/var/tmp/tmpE7NtPf/libguestfs/php/../lib/.libs -lguestfs guestfs_php.lo ) libtool: relink: cc -shared -fPIC -DPIC .libs/guestfs_php.o -L/var/tmp/tmpE7NtPf/libguestfs/php/../lib/.libs -L/usr/lib64 -lguestfs -g -O2 -pthread -Wl,-soname -Wl,guestfs_php.so -o .libs/guestfs_php.so libtool: install: cp ./.libs/guestfs_php.soT /var/tmp/tmpE7NtPf/libguestfs/php/extension/modules/guestfs_php.so libtool: install: cp ./.libs/guestfs_php.lai /var/tmp/tmpE7NtPf/libguestfs/php/extension/modules/guestfs_php.la libtool: finish: PATH="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rjones/.local/bin:/home/rjones/bin:/sbin" ldconfig -n /var/tmp/tmpE7NtPf/libguestfs/php/extension/modules ---------------------------------------------------------------------- Libraries have been installed in: /var/tmp/tmpE7NtPf/libguestfs/php/extension/modules If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Build complete. Don't forget to run 'make test'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/php/extension' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/php' Making all in erlang make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' CC erl_guestfs-actions-0.o CC erl_guestfs-actions-1.o CC erl_guestfs-actions-2.o CC erl_guestfs-actions-3.o CC erl_guestfs-actions-4.o CC erl_guestfs-actions-5.o CC erl_guestfs-actions-6.o CC erl_guestfs-dispatch.o CC erl_guestfs-structs.o CC erl_guestfs-main.o ERLC guestfs.beam CCLD erl-guestfs mkdir -p libguestfs-1.37.16/ebin cp guestfs.beam libguestfs-1.37.16/ebin make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' Making all in erlang/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/erlang/examples' POD stamp-guestfs-erlang.pod touch stamp-guestfs-erlang.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/erlang/examples' Making all in lua make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lua' CC libluaguestfs_la-lua-guestfs.lo CCLD libluaguestfs.la ln -sf .libs/libluaguestfs.so guestfs.so make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lua' Making all in lua/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lua/examples' POD stamp-guestfs-lua.pod touch stamp-guestfs-lua.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lua/examples' Making all in gobject make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make all-recursive make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' Making all in . make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' CC src/libguestfs_gobject_1_0_la-session.lo CC src/libguestfs_gobject_1_0_la-tristate.lo CC src/libguestfs_gobject_1_0_la-struct-application.lo CC src/libguestfs_gobject_1_0_la-struct-application2.lo CC src/libguestfs_gobject_1_0_la-struct-btrfsbalance.lo CC src/libguestfs_gobject_1_0_la-struct-btrfsqgroup.lo CC src/libguestfs_gobject_1_0_la-struct-btrfsscrub.lo CC src/libguestfs_gobject_1_0_la-struct-btrfssubvolume.lo CC src/libguestfs_gobject_1_0_la-struct-dirent.lo CC src/libguestfs_gobject_1_0_la-struct-hivex_node.lo CC src/libguestfs_gobject_1_0_la-struct-hivex_value.lo CC src/libguestfs_gobject_1_0_la-struct-inotify_event.lo CC src/libguestfs_gobject_1_0_la-struct-int_bool.lo CC src/libguestfs_gobject_1_0_la-struct-isoinfo.lo CC src/libguestfs_gobject_1_0_la-struct-lvm_lv.lo CC src/libguestfs_gobject_1_0_la-struct-lvm_pv.lo CC src/libguestfs_gobject_1_0_la-struct-lvm_vg.lo CC src/libguestfs_gobject_1_0_la-struct-mdstat.lo CC src/libguestfs_gobject_1_0_la-struct-partition.lo CC src/libguestfs_gobject_1_0_la-struct-stat.lo CC src/libguestfs_gobject_1_0_la-struct-statns.lo CC src/libguestfs_gobject_1_0_la-struct-statvfs.lo CC src/libguestfs_gobject_1_0_la-struct-tsk_dirent.lo CC src/libguestfs_gobject_1_0_la-struct-utsname.lo CC src/libguestfs_gobject_1_0_la-struct-version.lo CC src/libguestfs_gobject_1_0_la-struct-xattr.lo CC src/libguestfs_gobject_1_0_la-struct-xfsinfo.lo CC src/libguestfs_gobject_1_0_la-struct-yara_detection.lo CC src/libguestfs_gobject_1_0_la-optargs-add_domain.lo CC src/libguestfs_gobject_1_0_la-optargs-add_drive.lo CC src/libguestfs_gobject_1_0_la-optargs-add_drive_scratch.lo CC src/libguestfs_gobject_1_0_la-optargs-add_libvirt_dom.lo CC src/libguestfs_gobject_1_0_la-optargs-aug_transform.lo CC src/libguestfs_gobject_1_0_la-optargs-btrfs_filesystem_defragment.lo CC src/libguestfs_gobject_1_0_la-optargs-btrfs_filesystem_resize.lo CC src/libguestfs_gobject_1_0_la-optargs-btrfs_fsck.lo CC src/libguestfs_gobject_1_0_la-optargs-btrfs_image.lo CC src/libguestfs_gobject_1_0_la-optargs-btrfs_subvolume_create.lo CC src/libguestfs_gobject_1_0_la-optargs-btrfs_subvolume_snapshot.lo CC src/libguestfs_gobject_1_0_la-optargs-compress_device_out.lo CC src/libguestfs_gobject_1_0_la-optargs-compress_out.lo CC src/libguestfs_gobject_1_0_la-optargs-copy_attributes.lo CC src/libguestfs_gobject_1_0_la-optargs-copy_device_to_device.lo CC src/libguestfs_gobject_1_0_la-optargs-copy_device_to_file.lo CC src/libguestfs_gobject_1_0_la-optargs-copy_file_to_device.lo CC src/libguestfs_gobject_1_0_la-optargs-copy_file_to_file.lo CC src/libguestfs_gobject_1_0_la-optargs-cpio_out.lo CC src/libguestfs_gobject_1_0_la-optargs-disk_create.lo CC src/libguestfs_gobject_1_0_la-optargs-download_blocks.lo CC src/libguestfs_gobject_1_0_la-optargs-e2fsck.lo CC src/libguestfs_gobject_1_0_la-optargs-fstrim.lo CC src/libguestfs_gobject_1_0_la-optargs-glob_expand.lo CC src/libguestfs_gobject_1_0_la-optargs-grep.lo CC src/libguestfs_gobject_1_0_la-optargs-hivex_open.lo CC src/libguestfs_gobject_1_0_la-optargs-inspect_get_icon.lo CC src/libguestfs_gobject_1_0_la-optargs-internal_test.lo CC src/libguestfs_gobject_1_0_la-optargs-internal_test_63_optargs.lo CC src/libguestfs_gobject_1_0_la-optargs-internal_test_only_optargs.lo CC src/libguestfs_gobject_1_0_la-optargs-is_blockdev.lo CC src/libguestfs_gobject_1_0_la-optargs-is_chardev.lo CC src/libguestfs_gobject_1_0_la-optargs-is_dir.lo CC src/libguestfs_gobject_1_0_la-optargs-is_fifo.lo CC src/libguestfs_gobject_1_0_la-optargs-is_file.lo CC src/libguestfs_gobject_1_0_la-optargs-is_socket.lo CC src/libguestfs_gobject_1_0_la-optargs-md_create.lo CC src/libguestfs_gobject_1_0_la-optargs-mke2fs.lo CC src/libguestfs_gobject_1_0_la-optargs-mkfs.lo CC src/libguestfs_gobject_1_0_la-optargs-mkfs_btrfs.lo CC src/libguestfs_gobject_1_0_la-optargs-mksquashfs.lo CC src/libguestfs_gobject_1_0_la-optargs-mkswap.lo CC src/libguestfs_gobject_1_0_la-optargs-mktemp.lo CC src/libguestfs_gobject_1_0_la-optargs-mount_9p.lo CC src/libguestfs_gobject_1_0_la-optargs-mount_local.lo CC src/libguestfs_gobject_1_0_la-optargs-ntfsclone_out.lo CC src/libguestfs_gobject_1_0_la-optargs-ntfsfix.lo CC src/libguestfs_gobject_1_0_la-optargs-ntfsresize.lo CC src/libguestfs_gobject_1_0_la-optargs-remount.lo CC src/libguestfs_gobject_1_0_la-optargs-rsync.lo CC src/libguestfs_gobject_1_0_la-optargs-rsync_in.lo CC src/libguestfs_gobject_1_0_la-optargs-rsync_out.lo CC src/libguestfs_gobject_1_0_la-optargs-selinux_relabel.lo CC src/libguestfs_gobject_1_0_la-optargs-set_e2attrs.lo CC src/libguestfs_gobject_1_0_la-optargs-syslinux.lo CC src/libguestfs_gobject_1_0_la-optargs-tar_in.lo CC src/libguestfs_gobject_1_0_la-optargs-tar_out.lo CC src/libguestfs_gobject_1_0_la-optargs-tune2fs.lo CC src/libguestfs_gobject_1_0_la-optargs-umount.lo CC src/libguestfs_gobject_1_0_la-optargs-umount_local.lo CC src/libguestfs_gobject_1_0_la-optargs-xfs_admin.lo CC src/libguestfs_gobject_1_0_la-optargs-xfs_growfs.lo CC src/libguestfs_gobject_1_0_la-optargs-xfs_repair.lo CCLD libguestfs-gobject-1.0.la GISCAN Guestfs-1.0.gir GICOMP Guestfs-1.0.gir make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' Making all in docs make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject/docs' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject/docs' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' Making all in csharp make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/csharp' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/csharp' Making all in mllib make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/mllib /var/tmp/tmpE7NtPf/libguestfs/mllib/common_utils.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/registry.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/xml.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/xpath_helpers.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/progress.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/visit.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/URI.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/JSON.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/unix_utils.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/stringMap.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/checksums.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/curl.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/planner.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/getopt.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/regedit.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/common_utils.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/regedit.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/registry.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/getopt_tests.ml /var/t mp/tmpE7NtPf/libguestfs/mllib/guestfs_config.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/stringMap.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/xpath_helpers.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/common_gettext.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/common_utils_tests.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/progress.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/visit.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/URI.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/JSON.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/checksums.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/visit_tests.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/JSON_tests.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/curl.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/planner.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/unix_utils.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/getopt.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/xml.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/mllib/,./,g' | \ sort > .depend-t mv .depend-t .depend CC libmllib_a-common_utils-c.o CC libmllib_a-getopt-c.o CC libmllib_a-progress-c.o CC libmllib_a-unix_utils-c.o CC libmllib_a-uri-c.o CC libmllib_a-visit-c.o CC libmllib_a-xml-c.o OCAMLOPT guestfs_config.cmx echo 'let libdir = "/usr/lib64"' > libdir.ml-t mv libdir.ml-t libdir.ml OCAMLCMI stringMap.cmi OCAMLOPT common_gettext.cmx OCAMLCMI getopt.cmi OCAMLCMI unix_utils.cmi OCAMLCMI common_utils.cmi OCAMLCMI progress.cmi OCAMLCMI URI.cmi OCAMLCMI visit.cmi OCAMLCMI planner.cmi OCAMLCMI registry.cmi OCAMLCMI JSON.cmi OCAMLCMI curl.cmi OCAMLCMI checksums.cmi OCAMLCMI xml.cmi CC ../common/visit/libmllib_a-visit.o CC ../common/options/libmllib_a-decrypt.o CC ../common/options/libmllib_a-keys.o CC ../common/options/libmllib_a-uri.o CC ../common/progress/libmllib_a-progress.o OCAMLOPT libdir.cmx OCAMLOPT stringMap.cmx OCAMLOPT getopt.cmx OCAMLOPT unix_utils.cmx OCAMLOPT progress.cmx File "getopt.ml", line 150, characters 10-26: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "getopt.ml", line 151, characters 10-26: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "unix_utils.ml", line 20, characters 2-84: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "unix_utils.ml", line 21, characters 2-73: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "unix_utils.ml", line 22, characters 2-73: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "unix_utils.ml", line 26, characters 2-77: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "unix_utils.ml", line 30, characters 2-65: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "unix_utils.ml", line 48, characters 2-67: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "unix_utils.ml", line 55, characters 28-50: Warning 3: deprecated: Filename.temp_dir_name Use Filename.get_temp_dir_name instead File "progress.ml", line 27, characters 0-103: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "progress.ml", line 29, characters 0-117: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" OCAMLOPT URI.cmx OCAMLOPT visit.cmx OCAMLOPT planner.cmx File "visit.ml", line 30, characters 0-70: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "visit.ml", line 31, characters 0-70: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "visit.ml", line 32, characters 0-70: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "visit.ml", line 33, characters 0-70: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "visit.ml", line 34, characters 0-72: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "visit.ml", line 35, characters 0-70: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "visit.ml", line 36, characters 0-72: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" OCAMLCMI regedit.cmi OCAMLOPT JSON.cmx OCAMLCMI xpath_helpers.cmi OCAMLOPT common_utils.cmx File "common_utils.ml", line 31, characters 0-85: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "common_utils.ml", line 32, characters 0-97: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" OCAMLOPT registry.cmx OCAMLOPT curl.cmx OCAMLOPT checksums.cmx OCAMLOPT xml.cmx OCAMLOPT xpath_helpers.cmx OCAMLOPT regedit.cmx AR libmllib.a ocamlfind mklib -package str,unix -I ../common/utils/.libs -I ../lib/.libs -I ../gnulib/lib/.libs -I ../ocaml -I . -package gettext-stub \ guestfs_config.cmx libdir.cmx stringMap.cmx common_gettext.cmx getopt.cmx unix_utils.cmx common_utils.cmx progress.cmx URI.cmx visit.cmx planner.cmx registry.cmx regedit.cmx JSON.cmx curl.cmx checksums.cmx xml.cmx xpath_helpers.cmx ../common/visit/libmllib_a-visit.o ../common/options/libmllib_a-decrypt.o ../common/options/libmllib_a-keys.o ../common/options/libmllib_a-uri.o ../common/progress/libmllib_a-progress.o libmllib_a-common_utils-c.o libmllib_a-getopt-c.o libmllib_a-progress-c.o libmllib_a-unix_utils-c.o libmllib_a-uri-c.o libmllib_a-visit-c.o libmllib_a-xml-c.o -o mllib make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' Making all in customize make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/customize' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/customize -I /var/tmp/tmpE7NtPf/libguestfs/mllib /var/tmp/tmpE7NtPf/libguestfs/customize/random_seed.mli /var/tmp/tmpE7NtPf/libguestfs/customize/crypt.mli /var/tmp/tmpE7NtPf/libguestfs/customize/customize_cmdline.mli /var/tmp/tmpE7NtPf/libguestfs/customize/SELinux_relabel.mli /var/tmp/tmpE7NtPf/libguestfs/customize/ssh_key.mli /var/tmp/tmpE7NtPf/libguestfs/customize/append_line.mli /var/tmp/tmpE7NtPf/libguestfs/customize/subscription_manager.mli /var/tmp/tmpE7NtPf/libguestfs/customize/firstboot.mli /var/tmp/tmpE7NtPf/libguestfs/customize/timezone.mli /var/tmp/tmpE7NtPf/libguestfs/customize/password.mli /var/tmp/tmpE7NtPf/libguestfs/customize/perl_edit.mli /var/tmp/tmpE7NtPf/libguestfs/customize/customize_run.mli /var/tmp/tmpE7NtPf/libguestfs/customize/hostname.mli /var/tmp/tmpE7NtPf/libguestfs/customize/urandom.mli /var/tmp/tmpE7NtPf/libguestfs/customize/firstboot.ml /var/tmp/tmpE7NtPf/libguestfs/customize/perl_edit.ml / var/tmp/tmpE7NtPf/libguestfs/customize/random_seed.ml /var/tmp/tmpE7NtPf/libguestfs/customize/crypt.ml /var/tmp/tmpE7NtPf/libguestfs/customize/customize_cmdline.ml /var/tmp/tmpE7NtPf/libguestfs/customize/subscription_manager.ml /var/tmp/tmpE7NtPf/libguestfs/customize/SELinux_relabel.ml /var/tmp/tmpE7NtPf/libguestfs/customize/append_line.ml /var/tmp/tmpE7NtPf/libguestfs/customize/ssh_key.ml /var/tmp/tmpE7NtPf/libguestfs/customize/timezone.ml /var/tmp/tmpE7NtPf/libguestfs/customize/password.ml /var/tmp/tmpE7NtPf/libguestfs/customize/customize_main.ml /var/tmp/tmpE7NtPf/libguestfs/customize/customize_run.ml /var/tmp/tmpE7NtPf/libguestfs/customize/hostname.ml /var/tmp/tmpE7NtPf/libguestfs/customize/urandom.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/customize/,./,g' | \ sort > .depend-t mv .depend-t .depend CC libcustomize_a-crypt-c.o CC libcustomize_a-perl_edit-c.o OCAMLCMI append_line.cmi OCAMLCMI crypt.cmi OCAMLCMI firstboot.cmi OCAMLCMI hostname.cmi OCAMLCMI urandom.cmi OCAMLCMI password.cmi OCAMLCMI perl_edit.cmi OCAMLCMI random_seed.cmi OCAMLCMI SELinux_relabel.cmi OCAMLCMI ssh_key.cmi OCAMLCMI subscription_manager.cmi OCAMLCMI timezone.cmi CC dummy.o POD stamp-virt-customize.pod CC ../common/edit/libcustomize_a-file-edit.o OCAMLOPT append_line.cmx OCAMLOPT crypt.cmx OCAMLOPT firstboot.cmx OCAMLOPT hostname.cmx OCAMLOPT urandom.cmx OCAMLOPT perl_edit.cmx OCAMLOPT SELinux_relabel.cmx OCAMLOPT ssh_key.cmx OCAMLOPT subscription_manager.cmx OCAMLOPT timezone.cmx touch stamp-virt-customize.pod OCAMLCMI customize_cmdline.cmi OCAMLOPT password.cmx OCAMLOPT random_seed.cmx OCAMLCMI customize_run.cmi OCAMLOPT customize_cmdline.cmx OCAMLOPT customize_run.cmx OCAMLOPT customize_main.cmx AR libcustomize.a ocamlfind mklib -package str,unix -I ../common/utils/.libs -I ../lib/.libs -I ../gnulib/lib/.libs -I ../ocaml -I ../mllib -I . -package gettext-stub \ append_line.cmx crypt.cmx firstboot.cmx hostname.cmx urandom.cmx password.cmx perl_edit.cmx random_seed.cmx SELinux_relabel.cmx ssh_key.cmx subscription_manager.cmx timezone.cmx customize_cmdline.cmx customize_run.cmx ../common/edit/libcustomize_a-file-edit.o libcustomize_a-crypt-c.o libcustomize_a-perl_edit-c.o -o customize File "customize_main.ml", line 61, characters 28-43: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) GEN virt-customize make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/customize' Making all in builder make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/builder -I /var/tmp/tmpE7NtPf/libguestfs/mllib -I /var/tmp/tmpE7NtPf/libguestfs/customize /var/tmp/tmpE7NtPf/libguestfs/builder/cache.mli /var/tmp/tmpE7NtPf/libguestfs/builder/downloader.mli /var/tmp/tmpE7NtPf/libguestfs/builder/cmdline.mli /var/tmp/tmpE7NtPf/libguestfs/builder/index.mli /var/tmp/tmpE7NtPf/libguestfs/builder/sigchecker.mli /var/tmp/tmpE7NtPf/libguestfs/builder/yajl.mli /var/tmp/tmpE7NtPf/libguestfs/builder/simplestreams_parser.mli /var/tmp/tmpE7NtPf/libguestfs/builder/list_entries.mli /var/tmp/tmpE7NtPf/libguestfs/builder/sources.mli /var/tmp/tmpE7NtPf/libguestfs/builder/setlocale.mli /var/tmp/tmpE7NtPf/libguestfs/builder/ini_reader.mli /var/tmp/tmpE7NtPf/libguestfs/builder/index_parser.mli /var/tmp/tmpE7NtPf/libguestfs/builder/pxzcat.mli /var/tmp/tmpE7NtPf/libguestfs/builder/languages.mli /var/tmp/tmpE7NtPf/libguestfs/builder/pxzcat.ml /var/tmp/tmpE7NtPf/libguestfs/builder/downloader.ml /var/tmp/tmpE7Nt Pf/libguestfs/builder/utils.ml /var/tmp/tmpE7NtPf/libguestfs/builder/yajl.ml /var/tmp/tmpE7NtPf/libguestfs/builder/setlocale.ml /var/tmp/tmpE7NtPf/libguestfs/builder/index.ml /var/tmp/tmpE7NtPf/libguestfs/builder/yajl_tests.ml /var/tmp/tmpE7NtPf/libguestfs/builder/sigchecker.ml /var/tmp/tmpE7NtPf/libguestfs/builder/languages.ml /var/tmp/tmpE7NtPf/libguestfs/builder/list_entries.ml /var/tmp/tmpE7NtPf/libguestfs/builder/sources.ml /var/tmp/tmpE7NtPf/libguestfs/builder/index_parser.ml /var/tmp/tmpE7NtPf/libguestfs/builder/simplestreams_parser.ml /var/tmp/tmpE7NtPf/libguestfs/builder/paths.ml /var/tmp/tmpE7NtPf/libguestfs/builder/ini_reader.ml /var/tmp/tmpE7NtPf/libguestfs/builder/cache.ml /var/tmp/tmpE7NtPf/libguestfs/builder/cmdline.ml /var/tmp/tmpE7NtPf/libguestfs/builder/builder.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/builder/,./,g' | \ sort > .depend-t mv .depend-t .depend touch ./index-parse.y make index-parse.c YACC index-parse.c CC virt_builder-index-struct.o make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder' CC virt_builder-pxzcat-c.o CC virt_builder-setlocale-c.o YACC index-parse.c CC virt_builder-yajl-c.o OCAMLOPT utils.cmx /var/tmp/tmpE7NtPf/libguestfs/builder/index-parse.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr] /var/tmp/tmpE7NtPf/libguestfs/builder/index-parse.y: warning: 2 reduce/reduce conflicts [-Wconflicts-rr] OCAMLCMI pxzcat.cmi OCAMLCMI setlocale.cmi OCAMLC utils.cmo /var/tmp/tmpE7NtPf/libguestfs/builder/index-parse.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr] /var/tmp/tmpE7NtPf/libguestfs/builder/index-parse.y: warning: 2 reduce/reduce conflicts [-Wconflicts-rr] OCAMLCMI ini_reader.cmi OCAMLCMI yajl.cmi OCAMLOPT paths.cmx updating index-parse.h OCAMLCMI languages.cmi OCAMLCMI cache.cmi OCAMLCMI sources.cmi CC virt_index_validate-index-parse.o CC virt_index_validate-index-struct.o POD stamp-virt-builder.pod POD stamp-virt-index-validate.pod index-parse.h is unchanged make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder' CC virt_builder-index-parse.o OCAMLOPT pxzcat.cmx File "pxzcat.ml", line 20, characters 0-92: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" OCAMLOPT setlocale.cmx OCAMLCMI sigchecker.cmi OCAMLOPT ini_reader.cmx OCAMLOPT yajl.cmx touch stamp-virt-index-validate.pod OCAMLOPT languages.cmx OCAMLOPT cache.cmx OCAMLOPT sources.cmx OCAMLCMI downloader.cmi CC virt_index_validate-index-validate.o LEX index-scan.c File "sources.ml", line 55, characters 31-46: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) File "_none_", line 1: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) CC virt_builder-index-parser-c.o OCAMLOPT sigchecker.cmx OCAMLCMI index.cmi OCAMLOPT downloader.cmx CC virt_index_validate-index-scan.o File "downloader.ml", line 70, characters 26-41: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) CC virt_builder-index-scan.o OCAMLOPT index.cmx OCAMLCMI index_parser.cmi OCAMLCMI simplestreams_parser.cmi OCAMLCMI list_entries.cmi touch stamp-virt-builder.pod OCAMLOPT index_parser.cmx OCAMLOPT simplestreams_parser.cmx OCAMLOPT list_entries.cmx OCAMLCMI cmdline.cmi OCAMLOPT cmdline.cmx OCAMLOPT builder.cmx File "builder.ml", line 512, characters 14-20: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) CCLD virt-index-validate GEN virt-builder make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder' Making all in builder/templates make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' Making all in get-kernel make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/get-kernel -I /var/tmp/tmpE7NtPf/libguestfs/mllib /var/tmp/tmpE7NtPf/libguestfs/get-kernel/get_kernel.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/get-kernel/,./,g' | \ sort > .depend-t mv .depend-t .depend CC virt_get_kernel-dummy.o OCAMLOPT get_kernel.cmx POD stamp-virt-get-kernel.pod File "get_kernel.ml", line 42, characters 28-43: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) GEN virt-get-kernel touch stamp-virt-get-kernel.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' Making all in resize make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/resize' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/resize -I /var/tmp/tmpE7NtPf/libguestfs/mllib /var/tmp/tmpE7NtPf/libguestfs/resize/resize.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/resize/,./,g' | \ sort > .depend-t mv .depend-t .depend CC virt_resize-dummy.o OCAMLOPT resize.cmx POD stamp-virt-resize.pod File "resize.ml", line 315, characters 28-43: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) File "resize.ml", line 322, characters 28-43: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) touch stamp-virt-resize.pod GEN virt-resize make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/resize' Making all in sparsify make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/sparsify -I /var/tmp/tmpE7NtPf/libguestfs/mllib /var/tmp/tmpE7NtPf/libguestfs/sparsify/cmdline.mli /var/tmp/tmpE7NtPf/libguestfs/sparsify/cmdline.ml /var/tmp/tmpE7NtPf/libguestfs/sparsify/copying.ml /var/tmp/tmpE7NtPf/libguestfs/sparsify/utils.ml /var/tmp/tmpE7NtPf/libguestfs/sparsify/sparsify.ml /var/tmp/tmpE7NtPf/libguestfs/sparsify/in_place.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/sparsify/,./,g' | \ sort > .depend-t mv .depend-t .depend CC virt_sparsify-dummy.o OCAMLOPT utils.cmx OCAMLCMI cmdline.cmi POD stamp-virt-sparsify.pod OCAMLOPT cmdline.cmx OCAMLOPT copying.cmx OCAMLOPT in_place.cmx touch stamp-virt-sparsify.pod File "copying.ml", line 73, characters 24-46: Warning 3: deprecated: Filename.temp_dir_name Use Filename.get_temp_dir_name instead OCAMLOPT sparsify.cmx GEN virt-sparsify make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' Making all in sysprep make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/sysprep -I /var/tmp/tmpE7NtPf/libguestfs/mllib -I /var/tmp/tmpE7NtPf/libguestfs/customize /var/tmp/tmpE7NtPf/libguestfs/sysprep/utils.mli /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation.mli /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_rhn_systemid.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_dhcp_server_state.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_cron_spool.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_customize.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_rh_subscription_manager.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_rpm_db.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_package_manager_cache.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_passwd_backups.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_smolt_uuid.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_logfiles.ml /var/t mp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_dhcp_client_state.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_ssh_hostkeys.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_bash_history.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_net_hwaddr.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_utmp.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_udev_persistent_net.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_sssd_db_log.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_samba_db_log.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_pam_data.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_ssh_userdir.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_kerberos_data.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_tmp_files.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_blkid_tab.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_mail_spool.ml /var/t mp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_puppet_data_log.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/main.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_firewall_rules.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_dovecot_data.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_ca_certificates.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_net_hostname.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_machine_id.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_yum_uuid.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_flag_reconfiguration.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_fs_uuids.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_user_account.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/utils.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_abrt_data.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_ script.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_pacct_log.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_crash_data.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_lvm_uuids.ml /var/tmp/tmpE7NtPf/libguestfs/sysprep/sysprep_operation_backup_files.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/sysprep/,./,g' | \ sort > .depend-t mv .depend-t .depend OCAMLCMI utils.cmi CC virt_sysprep-dummy.o OCAMLCMI sysprep_operation.cmi OCAMLOPT utils.cmx OCAMLOPT sysprep_operation.cmx OCAMLOPT sysprep_operation_abrt_data.cmx OCAMLOPT sysprep_operation_backup_files.cmx OCAMLOPT sysprep_operation_blkid_tab.cmx OCAMLOPT sysprep_operation_bash_history.cmx OCAMLOPT sysprep_operation_ca_certificates.cmx OCAMLOPT sysprep_operation_crash_data.cmx OCAMLOPT sysprep_operation_cron_spool.cmx OCAMLOPT sysprep_operation_customize.cmx OCAMLOPT sysprep_operation_dhcp_client_state.cmx OCAMLOPT sysprep_operation_dhcp_server_state.cmx OCAMLOPT sysprep_operation_dovecot_data.cmx OCAMLOPT sysprep_operation_flag_reconfiguration.cmx OCAMLOPT sysprep_operation_firewall_rules.cmx OCAMLOPT sysprep_operation_fs_uuids.cmx OCAMLOPT sysprep_operation_kerberos_data.cmx OCAMLOPT sysprep_operation_lvm_uuids.cmx OCAMLOPT sysprep_operation_logfiles.cmx OCAMLOPT sysprep_operation_machine_id.cmx OCAMLOPT sysprep_operation_mail_spool.cmx OCAMLOPT sysprep_operation_net_hostname.cmx OCAMLOPT sysprep_operation_net_hwaddr.cmx OCAMLOPT sysprep_operation_pacct_log.cmx OCAMLOPT sysprep_operation_package_manager_cache.cmx OCAMLOPT sysprep_operation_pam_data.cmx OCAMLOPT sysprep_operation_passwd_backups.cmx OCAMLOPT sysprep_operation_puppet_data_log.cmx OCAMLOPT sysprep_operation_rh_subscription_manager.cmx OCAMLOPT sysprep_operation_rhn_systemid.cmx OCAMLOPT sysprep_operation_rpm_db.cmx OCAMLOPT sysprep_operation_samba_db_log.cmx OCAMLOPT sysprep_operation_script.cmx OCAMLOPT sysprep_operation_smolt_uuid.cmx OCAMLOPT sysprep_operation_ssh_hostkeys.cmx OCAMLOPT sysprep_operation_ssh_userdir.cmx OCAMLOPT sysprep_operation_sssd_db_log.cmx OCAMLOPT sysprep_operation_tmp_files.cmx OCAMLOPT sysprep_operation_udev_persistent_net.cmx OCAMLOPT sysprep_operation_user_account.cmx OCAMLOPT sysprep_operation_utmp.cmx OCAMLOPT sysprep_operation_yum_uuid.cmx OCAMLOPT main.cmx File "main.ml", line 57, characters 30-45: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) GEN virt-sysprep rm -f sysprep-extra-options.pod sysprep-extra-options.pod-t rm -f sysprep-operations.pod sysprep-operations.pod-t ../run virt-sysprep --dump-pod-options > sysprep-extra-options.pod-t ../run virt-sysprep --dump-pod > sysprep-operations.pod-t mv sysprep-extra-options.pod-t sysprep-extra-options.pod mv sysprep-operations.pod-t sysprep-operations.pod POD stamp-virt-sysprep.pod touch stamp-virt-sysprep.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' Making all in v2v make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/v2v -I /var/tmp/tmpE7NtPf/libguestfs/mllib -I /var/tmp/tmpE7NtPf/libguestfs/customize /var/tmp/tmpE7NtPf/libguestfs/v2v/create_libvirt_xml.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/cmdline.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/convert_windows.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/inspect_source.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirt.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/libvirt_utils.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/output_qemu.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/output_rhv.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/input_ova.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/target_bus_assignment.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/output_null.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/parse_libvirt_xml.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/input_vmx.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/convert_linux.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirt_xen_ssh.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/output_vdsm.mli /var/tmp/tm pE7NtPf/libguestfs/v2v/output_local.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirt_other.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirt_vcenter_https.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/create_ovf.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/output_glance.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/parse_vmx.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/name_from_disk.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/modules_list.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/vCenter.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/DOM.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/windows_virtio.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/input_disk.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/types.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/windows.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/uefi.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/output_libvirt.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/linux_kernels.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/qemuopts.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/linux.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/linux_bootloaders.mli /var/ tmp/tmpE7NtPf/libguestfs/v2v/utils.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirtxml.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/changeuid.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/parse_ovf_from_ova.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/convert_windows.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/input_vmx.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/utils.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/libvirt_utils.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/windows_virtio.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/output_qemu.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/input_ova.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/create_ovf.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/target_bus_assignment.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/v2v.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/parse_ovf_from_ova.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirt.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/parse_libvirt_xml.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirt_xen_ssh.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/output_null.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/outp ut_vdsm.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/output_local.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/v2v_unit_tests.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/output_rhv.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirt_other.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/output_glance.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirt_vcenter_https.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/windows.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/cmdline.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/parse_vmx.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/name_from_disk.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/DOM.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/input_disk.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/create_libvirt_xml.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/changeuid.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/output_libvirt.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/modules_list.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/inspect_source.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/linux_kernels.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/qemuopts.ml /var/tmp/tmpE7NtPf/libguestfs/v 2v/uefi.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/vCenter.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/linux.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/linux_bootloaders.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/convert_linux.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/input_libvirtxml.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/types.ml /var/tmp/tmpE7NtPf/libguestfs/v2v/copy_to_local.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/v2v/,./,g' | \ sort > .depend-t mv .depend-t .depend CC virt_v2v-libvirt_utils-c.o CC virt_v2v-qemuopts-c.o CC virt_v2v-utils-c.o OCAMLCMI types.cmi OCAMLCMI uefi.cmi OCAMLCMI name_from_disk.cmi OCAMLCMI vCenter.cmi OCAMLCMI libvirt_utils.cmi OCAMLCMI DOM.cmi OCAMLCMI changeuid.cmi OCAMLCMI parse_ovf_from_ova.cmi OCAMLCMI create_ovf.cmi OCAMLCMI linux.cmi OCAMLCMI windows.cmi OCAMLCMI windows_virtio.cmi OCAMLCMI modules_list.cmi OCAMLCMI input_disk.cmi OCAMLCMI parse_vmx.cmi OCAMLCMI parse_libvirt_xml.cmi OCAMLCMI create_libvirt_xml.cmi OCAMLCMI qemuopts.cmi OCAMLCMI input_libvirtxml.cmi OCAMLCMI input_libvirt_other.cmi OCAMLCMI input_libvirt_vcenter_https.cmi OCAMLCMI input_libvirt_xen_ssh.cmi OCAMLCMI input_libvirt.cmi OCAMLCMI input_ova.cmi OCAMLCMI input_vmx.cmi OCAMLCMI linux_bootloaders.cmi OCAMLCMI convert_linux.cmi OCAMLCMI convert_windows.cmi OCAMLCMI output_null.cmi OCAMLCMI output_libvirt.cmi OCAMLCMI output_glance.cmi OCAMLCMI output_local.cmi OCAMLCMI output_qemu.cmi OCAMLCMI output_rhv.cmi OCAMLCMI output_vdsm.cmi OCAMLCMI inspect_source.cmi OCAMLCMI target_bus_assignment.cmi OCAMLCMI cmdline.cmi CC virt_v2v_copy_to_local-libvirt_utils-c.o CC virt_v2v_copy_to_local-utils-c.o POD stamp-virt-v2v.pod POD stamp-virt-v2v-copy-to-local.pod OCAMLOPT types.cmx OCAMLOPT uefi.cmx OCAMLCMI utils.cmi OCAMLOPT name_from_disk.cmx OCAMLOPT libvirt_utils.cmx touch stamp-virt-v2v-copy-to-local.pod OCAMLOPT DOM.cmx OCAMLOPT modules_list.cmx OCAMLOPT parse_vmx.cmx OCAMLOPT qemuopts.cmx OCAMLCMI linux_kernels.cmi OCAMLOPT inspect_source.cmx OCAMLOPT target_bus_assignment.cmx OCAMLOPT utils.cmx OCAMLOPT vCenter.cmx OCAMLOPT changeuid.cmx OCAMLOPT parse_ovf_from_ova.cmx OCAMLOPT create_ovf.cmx OCAMLOPT linux.cmx OCAMLOPT windows_virtio.cmx OCAMLOPT windows.cmx touch stamp-virt-v2v.pod OCAMLOPT input_disk.cmx OCAMLOPT parse_libvirt_xml.cmx OCAMLOPT create_libvirt_xml.cmx OCAMLOPT input_ova.cmx OCAMLOPT input_vmx.cmx OCAMLOPT linux_bootloaders.cmx OCAMLOPT linux_kernels.cmx OCAMLOPT convert_windows.cmx OCAMLOPT output_null.cmx OCAMLOPT output_glance.cmx OCAMLOPT output_libvirt.cmx OCAMLOPT output_local.cmx OCAMLOPT output_qemu.cmx OCAMLOPT output_rhv.cmx OCAMLOPT output_vdsm.cmx OCAMLOPT copy_to_local.cmx OCAMLOPT input_libvirtxml.cmx OCAMLOPT input_libvirt_other.cmx OCAMLOPT convert_linux.cmx OCAMLOPT input_libvirt_vcenter_https.cmx OCAMLOPT input_libvirt_xen_ssh.cmx GEN virt-v2v-copy-to-local OCAMLOPT input_libvirt.cmx OCAMLOPT cmdline.cmx OCAMLOPT v2v.cmx GEN virt-v2v make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' Making all in v2v/test-harness make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness' rm -f .depend .depend-t ocamlfind ocamldep -I ../../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness -I /var/tmp/tmpE7NtPf/libguestfs/mllib -I /var/tmp/tmpE7NtPf/libguestfs/customize -I /var/tmp/tmpE7NtPf/libguestfs/v2v /var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness/v2v_test_harness.mli /var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness/v2v_test_harness.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness/,./,g' | \ sort > .depend-t mv .depend-t .depend POD stamp-virt-v2v-test-harness.pod CC libv2vth_a-dummy.o OCAMLCMI v2v_test_harness.cmi AR libv2vth.a OCAMLOPT v2v_test_harness.cmx touch stamp-virt-v2v-test-harness.pod ocamlmklib v2v_test_harness.cmx libv2vth_a-dummy.o -o v2v_test_harness -lxml2 make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness' Making all in dib make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/dib' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/dib -I /var/tmp/tmpE7NtPf/libguestfs/mllib /var/tmp/tmpE7NtPf/libguestfs/dib/cmdline.mli /var/tmp/tmpE7NtPf/libguestfs/dib/output_format.mli /var/tmp/tmpE7NtPf/libguestfs/dib/cmdline.ml /var/tmp/tmpE7NtPf/libguestfs/dib/output_format_qcow2.ml /var/tmp/tmpE7NtPf/libguestfs/dib/output_format_squashfs.ml /var/tmp/tmpE7NtPf/libguestfs/dib/output_format.ml /var/tmp/tmpE7NtPf/libguestfs/dib/output_format_tgz.ml /var/tmp/tmpE7NtPf/libguestfs/dib/output_format_docker.ml /var/tmp/tmpE7NtPf/libguestfs/dib/output_format_raw.ml /var/tmp/tmpE7NtPf/libguestfs/dib/output_format_tar.ml /var/tmp/tmpE7NtPf/libguestfs/dib/utils.ml /var/tmp/tmpE7NtPf/libguestfs/dib/dib.ml /var/tmp/tmpE7NtPf/libguestfs/dib/elements.ml /var/tmp/tmpE7NtPf/libguestfs/dib/output_format_vhd.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/dib/,./,g' | \ sort > .depend-t mv .depend-t .depend CC virt_dib-dummy.o OCAMLOPT utils.cmx OCAMLCMI output_format.cmi POD stamp-virt-dib.pod OCAMLCMI cmdline.cmi OCAMLOPT output_format.cmx OCAMLOPT elements.cmx OCAMLOPT cmdline.cmx OCAMLOPT output_format_docker.cmx OCAMLOPT output_format_qcow2.cmx OCAMLOPT output_format_raw.cmx OCAMLOPT output_format_squashfs.cmx OCAMLOPT output_format_tar.cmx OCAMLOPT output_format_tgz.cmx OCAMLOPT output_format_vhd.cmx OCAMLOPT dib.cmx touch stamp-virt-dib.pod GEN virt-dib make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/dib' Making all in tools make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tools' POD stamp-virt-list-filesystems.pod POD stamp-virt-list-partitions.pod POD stamp-virt-tar.pod for f in tools/virt-list-filesystems tools/virt-list-partitions tools/virt-tar tools/virt-win-reg; do echo $f; done > ../po/POTFILES-pl POD stamp-virt-win-reg.pod touch stamp-virt-tar.pod touch stamp-virt-list-filesystems.pod touch stamp-virt-win-reg.pod touch stamp-virt-list-partitions.pod make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tools' Making all in fuse make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' CC guestmount-guestmount.o POD stamp-guestmount.pod CC guestunmount-guestunmount.o POD stamp-guestunmount.pod CCLD guestunmount touch stamp-guestmount.pod touch stamp-guestunmount.pod CCLD guestmount make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' Making all in utils/boot-analysis make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-analysis' CC boot_analysis-boot-analysis.o CC boot_analysis-boot-analysis-timeline.o CC boot_analysis-boot-analysis-utils.o POD boot-analysis.1 CCLD boot-analysis make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-analysis' Making all in utils/boot-benchmark make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-benchmark' CC boot_benchmark-boot-benchmark.o POD boot-benchmark.1 CC ../boot-analysis/boot_benchmark-boot-analysis-utils.o CCLD boot-benchmark make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-benchmark' Making all in utils/qemu-boot make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-boot' CC qemu_boot-qemu-boot.o CCLD qemu-boot make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-boot' Making all in utils/qemu-speed-test make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-speed-test' CC qemu_speed_test-qemu-speed-test.o CCLD qemu-speed-test make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-speed-test' Making all in po-docs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' Making all in ja make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/ja' *** *** You need to run the following commands: *** rm po-docs/podfiles; make -C po-docs update-po *** After that, rerun make. *** *** *** You need to run the following commands: *** rm po-docs/podfiles; make -C po-docs update-po *** After that, rerun make. *** make[3]: *** [Makefile:2045: guestfish.pod] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [Makefile:2045: guestfish-actions.pod] Error 1 *** *** You need to run the following commands: *** rm po-docs/podfiles; make -C po-docs update-po *** After that, rerun make. *** make[3]: *** [Makefile:2045: guestfish-commands.pod] Error 1 *** *** You need to run the following commands: *** rm po-docs/podfiles; make -C po-docs update-po *** After that, rerun make. *** make[3]: *** [Makefile:2045: guestfish-prepopts.pod] Error 1 *** *** You need to run the following commands: *** rm po-docs/podfiles; make -C po-docs update-po *** After that, rerun make. *** make[3]: *** [Makefile:2045: guestfs.pod] Error 1 make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/ja' make[2]: *** [Makefile:1744: all-recursive] Error 1 make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' make[1]: *** [Makefile:1987: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs' make: *** [Makefile:1896: all] Error 2 make: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' rm -f podfiles podfiles-t find .. -name '*.pod' | \ grep -v /debian/ | \ grep -v /libguestfs-1 | \ grep -v /po-docs/ | \ grep -v /stamp- \ > podfiles-t for f in `cat ../po/POTFILES-pl`; do echo ../$f; done >> podfiles-t LC_ALL=C sort -o podfiles-t podfiles-t mv podfiles-t podfiles rm -f po4a.conf-t echo "[po_directory] ." >> po4a.conf-t echo >> po4a.conf-t for f in `cat podfiles`; do \ out=`basename -- $f .pod`.pod; \ echo "[type: pod] $f \$lang:\$lang/$out" >> po4a.conf-t; \ echo >> po4a.conf-t; \ done; mv po4a.conf-t po4a.conf po4a \ -M utf-8 -L utf-8 -A utf-8 \ -v \ -k 0 \ --package-name libguestfs \ --package-version 1.37.16 \ --msgid-bugs-address libguestfs@redhat.com \ --copyright-holder "Red Hat Inc." \ po4a.conf Updating ./libguestfs-docs.pot: (16882 entries) Updating ./cs.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. done. ./cs.po: 28 translated messages, 3 fuzzy translations, 16851 untranslated messages. Updating ./de.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. done. ./de.po: 1211 translated messages, 62 fuzzy translations, 15609 untranslated messages. Updating ./en_GB.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. done. ./en_GB.po: 8812 translated messages, 231 fuzzy translations, 7839 untranslated messages. Updating ./es.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ................................................................................................................................................................................................................................................................................................................ done. ./es.po: 266 translated messages, 29 fuzzy translations, 16587 untranslated messages. Updating ./eu.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done. ./eu.po: 78 translated messages, 2 fuzzy translations, 16802 untranslated messages. Updating ./fr.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ........................................................................................................................................ done. ./fr.po: 2653 translated messages, 62 fuzzy translations, 14167 untranslated messages. Updating ./ja.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... .............................................................................................................................................................................................................. done. ./ja.po: 5382 translated messages, 331 fuzzy translations, 11169 untranslated messages. Updating ./nl.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ........................................................................................................................................... done. ./nl.po: 9 translated messages, 16873 untranslated messages. Updating ./pt_BR.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... .............................................................................................................. done. ./pt_BR.po: 6 translated messages, 16876 untranslated messages. Updating ./tg.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done. ./tg.po: 90 translated messages, 2 fuzzy translations, 16790 untranslated messages. Updating ./uk.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done. ./uk.po: 7465 translated messages, 311 fuzzy translations, 9106 untranslated messages. Updating ./zh_CN.po: ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... .......................................................................................................................... done. ./zh_CN.po: 20 translated messages, 16862 untranslated messages. cs/virt-alignment-scan.pod is 21.53% translated (28 of 130 strings). cs/libguestfs-make-fixed-appliance.pod is 7.4% translated (4 of 54 strings). cs/virt-builder.pod is 0.79% translated (5 of 628 strings). cs/virt-index-validate.pod is 11.42% translated (4 of 35 strings). cs/virt-cat.pod is 6.42% translated (7 of 109 strings). cs/virt-filesystems.pod is 4.72% translated (7 of 148 strings). cs/virt-log.pod is 11.66% translated (7 of 60 strings). cs/virt-ls.pod is 3.57% translated (7 of 196 strings). cs/virt-tail.pod is 7.52% translated (7 of 93 strings). cs/miniexpect.pod is 2.12% translated (3 of 141 strings). cs/customize-options.pod is 0% translated (0 of 147 strings). cs/customize-synopsis.pod is 100% translated (0 strings). cs/virt-customize.pod is 6.25% translated (7 of 112 strings). cs/guestfsd.pod is 9.09% translated (5 of 55 strings). cs/virt-df.pod is 6.93% translated (7 of 101 strings). cs/virt-dib.pod is 1.71% translated (4 of 233 strings). cs/virt-diff.pod is 6.73% translated (7 of 104 strings). cs/guestfs-building.pod is 0.88% translated (3 of 339 strings). cs/guestfs-faq.pod is 0.22% translated (1 of 440 strings). cs/guestfs-hacking.pod is 0.7% translated (3 of 423 strings). cs/guestfs-internals.pod is 1.94% translated (2 of 103 strings). cs/guestfs-performance.pod is 1.19% translated (2 of 168 strings). cs/guestfs-recipes.pod is 1.25% translated (3 of 239 strings). cs/guestfs-release-notes.pod is 0.04% translated (1 of 2291 strings). cs/guestfs-security.pod is 1.76% translated (2 of 113 strings). cs/guestfs-testing.pod is 1.16% translated (2 of 171 strings). cs/internal-documentation.pod is 0% translated (0 of 1666 strings). cs/virt-edit.pod is 4.79% translated (7 of 146 strings). cs/guestfs-erlang.pod is 7.31% translated (3 of 41 strings). cs/guestfs-examples.pod is 10% translated (3 of 30 strings). cs/guestfish-actions.pod is 0% translated (0 of 3649 strings). cs/guestfish-commands.pod is 0% translated (0 of 111 strings). cs/guestfish-prepopts.pod is 0% translated (0 of 46 strings). cs/guestfish.pod is 1.17% translated (7 of 596 strings). cs/libguestfs-tools.conf.pod is 7.89% translated (3 of 38 strings). cs/virt-copy-in.pod is 17.39% translated (4 of 23 strings). cs/virt-copy-out.pod is 19.04% translated (4 of 21 strings). cs/virt-tar-in.pod is 18.18% translated (4 of 22 strings). cs/virt-tar-out.pod is 18.18% translated (4 of 22 strings). cs/virt-format.pod is 8.86% translated (7 of 79 strings). cs/guestmount.pod is 2.56% translated (4 of 156 strings). cs/guestunmount.pod is 6.66% translated (4 of 60 strings). cs/virt-get-kernel.pod is 5.19% translated (4 of 77 strings). cs/guestfs-golang.pod is 10.34% translated (3 of 29 strings). cs/virt-inspector.pod is 4.1% translated (6 of 146 strings). cs/guestfs-java.pod is 5.76% translated (3 of 52 strings). cs/guestfs-actions.pod is 0% translated (0 of 5408 strings). cs/guestfs-availability.pod is 0% translated (0 of 77 strings). cs/guestfs-structs.pod is 0% translated (0 of 169 strings). cs/guestfs.pod is 0.3% translated (3 of 985 strings). cs/guestfs-lua.pod is 5.35% translated (3 of 56 strings). cs/virt-make-fs.pod is 6.09% translated (5 of 82 strings). cs/guestfs-ocaml.pod is 8.57% translated (3 of 35 strings). cs/virt-p2v-make-disk.pod is 5.26% translated (4 of 76 strings). cs/virt-p2v-make-kickstart.pod is 3.41% translated (4 of 117 strings). cs/virt-p2v-make-kiwi.pod is 5.79% translated (4 of 69 strings). cs/virt-p2v.pod is 1.52% translated (4 of 262 strings). cs/guestfs-perl.pod is 15.78% translated (3 of 19 strings). cs/guestfs-python.pod is 10% translated (3 of 30 strings). cs/virt-rescue.pod is 3.8% translated (7 of 184 strings). cs/virt-resize.pod is 1.45% translated (4 of 275 strings). cs/guestfs-ruby.pod is 16.66% translated (3 of 18 strings). cs/virt-sparsify.pod is 2.35% translated (4 of 170 strings). cs/sysprep-extra-options.pod is 0% translated (0 of 157 strings). cs/sysprep-operations.pod is 0% translated (0 of 288 strings). cs/virt-sysprep.pod is 3.82% translated (8 of 209 strings). cs/libguestfs-test-tool.pod is 5.55% translated (4 of 72 strings). cs/virt-list-filesystems.pod is 14.28% translated (5 of 35 strings). cs/virt-list-partitions.pod is 13.15% translated (5 of 38 strings). cs/virt-tar.pod is 9.09% translated (5 of 55 strings). cs/virt-win-reg.pod is 3.96% translated (5 of 126 strings). cs/boot-analysis.pod is 12.82% translated (5 of 39 strings). cs/boot-benchmark.pod is 17.24% translated (5 of 29 strings). cs/virt-v2v-test-harness.pod is 3.19% translated (3 of 94 strings). cs/virt-v2v-copy-to-local.pod is 7.27% translated (4 of 55 strings). cs/virt-v2v.pod is 0.55% translated (4 of 715 strings). de/virt-alignment-scan.pod is 45.38% translated (59 of 130 strings). de/libguestfs-make-fixed-appliance.pod is 42.59% translated (23 of 54 strings). de/virt-builder.pod is 26.59% translated (167 of 628 strings). de/virt-index-validate.pod is 62.85% translated (22 of 35 strings). de/virt-cat.pod is 45.87% translated (50 of 109 strings). de/virt-filesystems.pod is 45.27% translated (67 of 148 strings). de/virt-log.pod is 55% translated (33 of 60 strings). de/virt-ls.pod is 36.73% translated (72 of 196 strings). de/virt-tail.pod is 44.08% translated (41 of 93 strings). de/miniexpect.pod is 13.47% translated (19 of 141 strings). de/customize-options.pod is 14.28% translated (21 of 147 strings). de/customize-synopsis.pod is 100% translated (0 strings). de/virt-customize.pod is 46.42% translated (52 of 112 strings). de/guestfsd.pod is 45.45% translated (25 of 55 strings). de/virt-df.pod is 48.51% translated (49 of 101 strings). de/virt-dib.pod is 14.16% translated (33 of 233 strings). de/virt-diff.pod is 53.84% translated (56 of 104 strings). de/guestfs-building.pod is 3.83% translated (13 of 339 strings). de/guestfs-faq.pod is 7.27% translated (32 of 440 strings). de/guestfs-hacking.pod is 8.98% translated (38 of 423 strings). de/guestfs-internals.pod is 6.79% translated (7 of 103 strings). de/guestfs-performance.pod is 12.5% translated (21 of 168 strings). de/guestfs-recipes.pod is 8.78% translated (21 of 239 strings). de/guestfs-release-notes.pod is 1.44% translated (33 of 2291 strings). de/guestfs-security.pod is 14.15% translated (16 of 113 strings). de/guestfs-testing.pod is 7.6% translated (13 of 171 strings). de/internal-documentation.pod is 2.46% translated (41 of 1666 strings). de/virt-edit.pod is 28.08% translated (41 of 146 strings). de/guestfs-erlang.pod is 17.07% translated (7 of 41 strings). de/guestfs-examples.pod is 23.33% translated (7 of 30 strings). de/guestfish-actions.pod is 20.11% translated (734 of 3649 strings). de/guestfish-commands.pod is 1.8% translated (2 of 111 strings). de/guestfish-prepopts.pod is 4.34% translated (2 of 46 strings). de/guestfish.pod is 7.04% translated (42 of 596 strings). de/libguestfs-tools.conf.pod is 36.84% translated (14 of 38 strings). de/virt-copy-in.pod is 39.13% translated (9 of 23 strings). de/virt-copy-out.pod is 42.85% translated (9 of 21 strings). de/virt-tar-in.pod is 40.9% translated (9 of 22 strings). de/virt-tar-out.pod is 40.9% translated (9 of 22 strings). de/virt-format.pod is 34.17% translated (27 of 79 strings). de/guestmount.pod is 18.58% translated (29 of 156 strings). de/guestunmount.pod is 26.66% translated (16 of 60 strings). de/virt-get-kernel.pod is 41.55% translated (32 of 77 strings). de/guestfs-golang.pod is 34.48% translated (10 of 29 strings). de/virt-inspector.pod is 24.65% translated (36 of 146 strings). de/guestfs-java.pod is 13.46% translated (7 of 52 strings). de/guestfs-actions.pod is 11.11% translated (601 of 5408 strings). de/guestfs-availability.pod is 2.59% translated (2 of 77 strings). de/guestfs-structs.pod is 1.18% translated (2 of 169 strings). de/guestfs.pod is 6.59% translated (65 of 985 strings). de/guestfs-lua.pod is 12.5% translated (7 of 56 strings). de/virt-make-fs.pod is 19.51% translated (16 of 82 strings). de/guestfs-ocaml.pod is 22.85% translated (8 of 35 strings). de/virt-p2v-make-disk.pod is 22.36% translated (17 of 76 strings). de/virt-p2v-make-kickstart.pod is 22.22% translated (26 of 117 strings). de/virt-p2v-make-kiwi.pod is 18.84% translated (13 of 69 strings). de/virt-p2v.pod is 7.63% translated (20 of 262 strings). de/guestfs-perl.pod is 36.84% translated (7 of 19 strings). de/guestfs-python.pod is 26.66% translated (8 of 30 strings). de/virt-rescue.pod is 21.19% translated (39 of 184 strings). de/virt-resize.pod is 14.18% translated (39 of 275 strings). de/guestfs-ruby.pod is 44.44% translated (8 of 18 strings). de/virt-sparsify.pod is 28.23% translated (48 of 170 strings). de/sysprep-extra-options.pod is 5.09% translated (8 of 157 strings). de/sysprep-operations.pod is 0% translated (0 of 288 strings). de/virt-sysprep.pod is 26.79% translated (56 of 209 strings). de/libguestfs-test-tool.pod is 18.05% translated (13 of 72 strings). de/virt-list-filesystems.pod is 51.42% translated (18 of 35 strings). de/virt-list-partitions.pod is 50% translated (19 of 38 strings). de/virt-tar.pod is 32.72% translated (18 of 55 strings). de/virt-win-reg.pod is 18.25% translated (23 of 126 strings). de/boot-analysis.pod is 38.46% translated (15 of 39 strings). de/boot-benchmark.pod is 44.82% translated (13 of 29 strings). de/virt-v2v-test-harness.pod is 11.7% translated (11 of 94 strings). de/virt-v2v-copy-to-local.pod is 36.36% translated (20 of 55 strings). de/virt-v2v.pod is 9.09% translated (65 of 715 strings). en_GB/virt-alignment-scan.pod is 96.15% translated (125 of 130 strings). en_GB/libguestfs-make-fixed-appliance.pod is 90.74% translated (49 of 54 strings). en_GB/virt-builder.pod is 10.19% translated (64 of 628 strings). en_GB/virt-index-validate.pod is 54.28% translated (19 of 35 strings). en_GB/virt-cat.pod is 85.32% translated (93 of 109 strings). en_GB/virt-filesystems.pod is 94.59% translated (140 of 148 strings). en_GB/virt-log.pod is 71.66% translated (43 of 60 strings). en_GB/virt-ls.pod is 92.85% translated (182 of 196 strings). en_GB/virt-tail.pod is 67.74% translated (63 of 93 strings). en_GB/miniexpect.pod is 14.89% translated (21 of 141 strings). en_GB/customize-options.pod is 6.12% translated (9 of 147 strings). en_GB/customize-synopsis.pod is 100% translated (0 strings). en_GB/virt-customize.pod is 48.21% translated (54 of 112 strings). en_GB/guestfsd.pod is 61.81% translated (34 of 55 strings). en_GB/virt-df.pod is 87.12% translated (88 of 101 strings). en_GB/virt-dib.pod is 14.16% translated (33 of 233 strings). en_GB/virt-diff.pod is 61.53% translated (64 of 104 strings). en_GB/guestfs-building.pod is 5.3% translated (18 of 339 strings). en_GB/guestfs-faq.pod is 64.77% translated (285 of 440 strings). en_GB/guestfs-hacking.pod is 34.75% translated (147 of 423 strings). en_GB/guestfs-internals.pod is 66.01% translated (68 of 103 strings). en_GB/guestfs-performance.pod is 66.66% translated (112 of 168 strings). en_GB/guestfs-recipes.pod is 76.56% translated (183 of 239 strings). en_GB/guestfs-release-notes.pod is 37.71% translated (864 of 2291 strings). en_GB/guestfs-security.pod is 42.47% translated (48 of 113 strings). en_GB/guestfs-testing.pod is 88.88% translated (152 of 171 strings). en_GB/internal-documentation.pod is 2.76% translated (46 of 1666 strings). en_GB/virt-edit.pod is 84.93% translated (124 of 146 strings). en_GB/guestfs-erlang.pod is 100% translated (41 strings). en_GB/guestfs-examples.pod is 96.66% translated (29 of 30 strings). en_GB/guestfish-actions.pod is 77.3% translated (2821 of 3649 strings). en_GB/guestfish-commands.pod is 90.99% translated (101 of 111 strings). en_GB/guestfish-prepopts.pod is 89.13% translated (41 of 46 strings). en_GB/guestfish.pod is 84.73% translated (505 of 596 strings). en_GB/libguestfs-tools.conf.pod is 42.1% translated (16 of 38 strings). en_GB/virt-copy-in.pod is 91.3% translated (21 of 23 strings). en_GB/virt-copy-out.pod is 95.23% translated (20 of 21 strings). en_GB/virt-tar-in.pod is 100% translated (22 strings). en_GB/virt-tar-out.pod is 100% translated (22 strings). en_GB/virt-format.pod is 86.07% translated (68 of 79 strings). en_GB/guestmount.pod is 78.84% translated (123 of 156 strings). en_GB/guestunmount.pod is 98.33% translated (59 of 60 strings). en_GB/virt-get-kernel.pod is 57.14% translated (44 of 77 strings). en_GB/guestfs-golang.pod is 100% translated (29 strings). en_GB/virt-inspector.pod is 90.41% translated (132 of 146 strings). en_GB/guestfs-java.pod is 55.76% translated (29 of 52 strings). en_GB/guestfs-actions.pod is 80.63% translated (4361 of 5408 strings). en_GB/guestfs-availability.pod is 71.42% translated (55 of 77 strings). en_GB/guestfs-structs.pod is 26.03% translated (44 of 169 strings). en_GB/guestfs.pod is 83.55% translated (823 of 985 strings). en_GB/guestfs-lua.pod is 100% translated (56 strings). en_GB/virt-make-fs.pod is 79.26% translated (65 of 82 strings). en_GB/guestfs-ocaml.pod is 100% translated (35 strings). en_GB/virt-p2v-make-disk.pod is 23.68% translated (18 of 76 strings). en_GB/virt-p2v-make-kickstart.pod is 23.07% translated (27 of 117 strings). en_GB/virt-p2v-make-kiwi.pod is 20.28% translated (14 of 69 strings). en_GB/virt-p2v.pod is 8.39% translated (22 of 262 strings). en_GB/guestfs-perl.pod is 100% translated (19 strings). en_GB/guestfs-python.pod is 76.66% translated (23 of 30 strings). en_GB/virt-rescue.pod is 66.84% translated (123 of 184 strings). en_GB/virt-resize.pod is 76.72% translated (211 of 275 strings). en_GB/guestfs-ruby.pod is 100% translated (18 strings). en_GB/virt-sparsify.pod is 66.47% translated (113 of 170 strings). en_GB/sysprep-extra-options.pod is 5.73% translated (9 of 157 strings). en_GB/sysprep-operations.pod is 33.68% translated (97 of 288 strings). en_GB/virt-sysprep.pod is 74.16% translated (155 of 209 strings). en_GB/libguestfs-test-tool.pod is 94.44% translated (68 of 72 strings). en_GB/virt-list-filesystems.pod is 100% translated (35 strings). en_GB/virt-list-partitions.pod is 97.36% translated (37 of 38 strings). en_GB/virt-tar.pod is 100% translated (55 strings). en_GB/virt-win-reg.pod is 98.41% translated (124 of 126 strings). en_GB/boot-analysis.pod is 33.33% translated (13 of 39 strings). en_GB/boot-benchmark.pod is 41.37% translated (12 of 29 strings). en_GB/virt-v2v-test-harness.pod is 11.7% translated (11 of 94 strings). en_GB/virt-v2v-copy-to-local.pod is 40% translated (22 of 55 strings). en_GB/virt-v2v.pod is 10.06% translated (72 of 715 strings). es/virt-alignment-scan.pod is 6.15% translated (8 of 130 strings). es/libguestfs-make-fixed-appliance.pod is 16.66% translated (9 of 54 strings). es/virt-builder.pod is 3.98% translated (25 of 628 strings). es/virt-index-validate.pod is 22.85% translated (8 of 35 strings). es/virt-cat.pod is 8.25% translated (9 of 109 strings). es/virt-filesystems.pod is 4.05% translated (6 of 148 strings). es/virt-log.pod is 6.66% translated (4 of 60 strings). es/virt-ls.pod is 2.04% translated (4 of 196 strings). es/virt-tail.pod is 12.9% translated (12 of 93 strings). es/miniexpect.pod is 9.21% translated (13 of 141 strings). es/customize-options.pod is 1.36% translated (2 of 147 strings). es/customize-synopsis.pod is 100% translated (0 strings). es/virt-customize.pod is 8.03% translated (9 of 112 strings). es/guestfsd.pod is 7.27% translated (4 of 55 strings). es/virt-df.pod is 3.96% translated (4 of 101 strings). es/virt-dib.pod is 1.71% translated (4 of 233 strings). es/virt-diff.pod is 3.84% translated (4 of 104 strings). es/guestfs-building.pod is 2.65% translated (9 of 339 strings). es/guestfs-faq.pod is 5% translated (22 of 440 strings). es/guestfs-hacking.pod is 8.03% translated (34 of 423 strings). es/guestfs-internals.pod is 3.88% translated (4 of 103 strings). es/guestfs-performance.pod is 13.09% translated (22 of 168 strings). es/guestfs-recipes.pod is 7.11% translated (17 of 239 strings). es/guestfs-release-notes.pod is 1.35% translated (31 of 2291 strings). es/guestfs-security.pod is 11.5% translated (13 of 113 strings). es/guestfs-testing.pod is 5.84% translated (10 of 171 strings). es/internal-documentation.pod is 2.1% translated (35 of 1666 strings). es/virt-edit.pod is 6.16% translated (9 of 146 strings). es/guestfs-erlang.pod is 24.39% translated (10 of 41 strings). es/guestfs-examples.pod is 20% translated (6 of 30 strings). es/guestfish-actions.pod is 2.35% translated (86 of 3649 strings). es/guestfish-commands.pod is 1.8% translated (2 of 111 strings). es/guestfish-prepopts.pod is 0% translated (0 of 46 strings). es/guestfish.pod is 2.34% translated (14 of 596 strings). es/libguestfs-tools.conf.pod is 28.94% translated (11 of 38 strings). es/virt-copy-in.pod is 17.39% translated (4 of 23 strings). es/virt-copy-out.pod is 19.04% translated (4 of 21 strings). es/virt-tar-in.pod is 18.18% translated (4 of 22 strings). es/virt-tar-out.pod is 18.18% translated (4 of 22 strings). es/virt-format.pod is 5.06% translated (4 of 79 strings). es/guestmount.pod is 2.56% translated (4 of 156 strings). es/guestunmount.pod is 6.66% translated (4 of 60 strings). es/virt-get-kernel.pod is 5.19% translated (4 of 77 strings). es/guestfs-golang.pod is 20.68% translated (6 of 29 strings). es/virt-inspector.pod is 4.1% translated (6 of 146 strings). es/guestfs-java.pod is 7.69% translated (4 of 52 strings). es/guestfs-actions.pod is 2.4% translated (130 of 5408 strings). es/guestfs-availability.pod is 0% translated (0 of 77 strings). es/guestfs-structs.pod is 4.73% translated (8 of 169 strings). es/guestfs.pod is 13.4% translated (132 of 985 strings). es/guestfs-lua.pod is 7.14% translated (4 of 56 strings). es/virt-make-fs.pod is 6.09% translated (5 of 82 strings). es/guestfs-ocaml.pod is 11.42% translated (4 of 35 strings). es/virt-p2v-make-disk.pod is 5.26% translated (4 of 76 strings). es/virt-p2v-make-kickstart.pod is 11.96% translated (14 of 117 strings). es/virt-p2v-make-kiwi.pod is 5.79% translated (4 of 69 strings). es/virt-p2v.pod is 2.67% translated (7 of 262 strings). es/guestfs-perl.pod is 21.05% translated (4 of 19 strings). es/guestfs-python.pod is 13.33% translated (4 of 30 strings). es/virt-rescue.pod is 3.8% translated (7 of 184 strings). es/virt-resize.pod is 9.81% translated (27 of 275 strings). es/guestfs-ruby.pod is 22.22% translated (4 of 18 strings). es/virt-sparsify.pod is 18.82% translated (32 of 170 strings). es/sysprep-extra-options.pod is 1.27% translated (2 of 157 strings). es/sysprep-operations.pod is 0% translated (0 of 288 strings). es/virt-sysprep.pod is 9.56% translated (20 of 209 strings). es/libguestfs-test-tool.pod is 12.5% translated (9 of 72 strings). es/virt-list-filesystems.pod is 11.42% translated (4 of 35 strings). es/virt-list-partitions.pod is 10.52% translated (4 of 38 strings). es/virt-tar.pod is 7.27% translated (4 of 55 strings). es/virt-win-reg.pod is 9.52% translated (12 of 126 strings). es/boot-analysis.pod is 10.25% translated (4 of 39 strings). es/boot-benchmark.pod is 13.79% translated (4 of 29 strings). es/virt-v2v-test-harness.pod is 7.44% translated (7 of 94 strings). es/virt-v2v-copy-to-local.pod is 10.9% translated (6 of 55 strings). es/virt-v2v.pod is 5.03% translated (36 of 715 strings). eu/virt-alignment-scan.pod is 6.15% translated (8 of 130 strings). eu/libguestfs-make-fixed-appliance.pod is 18.51% translated (10 of 54 strings). eu/virt-builder.pod is 4.29% translated (27 of 628 strings). eu/virt-index-validate.pod is 20% translated (7 of 35 strings). eu/virt-cat.pod is 8.25% translated (9 of 109 strings). eu/virt-filesystems.pod is 2.7% translated (4 of 148 strings). eu/virt-log.pod is 6.66% translated (4 of 60 strings). eu/virt-ls.pod is 2.04% translated (4 of 196 strings). eu/virt-tail.pod is 12.9% translated (12 of 93 strings). eu/miniexpect.pod is 12.05% translated (17 of 141 strings). eu/customize-options.pod is 1.36% translated (2 of 147 strings). eu/customize-synopsis.pod is 100% translated (0 strings). eu/virt-customize.pod is 7.14% translated (8 of 112 strings). eu/guestfsd.pod is 5.45% translated (3 of 55 strings). eu/virt-df.pod is 3.96% translated (4 of 101 strings). eu/virt-dib.pod is 1.28% translated (3 of 233 strings). eu/virt-diff.pod is 3.84% translated (4 of 104 strings). eu/guestfs-building.pod is 3.83% translated (13 of 339 strings). eu/guestfs-faq.pod is 6.13% translated (27 of 440 strings). eu/guestfs-hacking.pod is 9.45% translated (40 of 423 strings). eu/guestfs-internals.pod is 6.79% translated (7 of 103 strings). eu/guestfs-performance.pod is 11.3% translated (19 of 168 strings). eu/guestfs-recipes.pod is 7.94% translated (19 of 239 strings). eu/guestfs-release-notes.pod is 1.35% translated (31 of 2291 strings). eu/guestfs-security.pod is 14.15% translated (16 of 113 strings). eu/guestfs-testing.pod is 9.94% translated (17 of 171 strings). eu/internal-documentation.pod is 2.04% translated (34 of 1666 strings). eu/virt-edit.pod is 6.16% translated (9 of 146 strings). eu/guestfs-erlang.pod is 12.19% translated (5 of 41 strings). eu/guestfs-examples.pod is 16.66% translated (5 of 30 strings). eu/guestfish-actions.pod is 2.32% translated (85 of 3649 strings). eu/guestfish-commands.pod is 0% translated (0 of 111 strings). eu/guestfish-prepopts.pod is 0% translated (0 of 46 strings). eu/guestfish.pod is 2.51% translated (15 of 596 strings). eu/libguestfs-tools.conf.pod is 31.57% translated (12 of 38 strings). eu/virt-copy-in.pod is 21.73% translated (5 of 23 strings). eu/virt-copy-out.pod is 23.8% translated (5 of 21 strings). eu/virt-tar-in.pod is 22.72% translated (5 of 22 strings). eu/virt-tar-out.pod is 22.72% translated (5 of 22 strings). eu/virt-format.pod is 5.06% translated (4 of 79 strings). eu/guestmount.pod is 3.2% translated (5 of 156 strings). eu/guestunmount.pod is 8.33% translated (5 of 60 strings). eu/virt-get-kernel.pod is 3.89% translated (3 of 77 strings). eu/guestfs-golang.pod is 24.13% translated (7 of 29 strings). eu/virt-inspector.pod is 4.79% translated (7 of 146 strings). eu/guestfs-java.pod is 9.61% translated (5 of 52 strings). eu/guestfs-actions.pod is 1.57% translated (85 of 5408 strings). eu/guestfs-availability.pod is 0% translated (0 of 77 strings). eu/guestfs-structs.pod is 0% translated (0 of 169 strings). eu/guestfs.pod is 7% translated (69 of 985 strings). eu/guestfs-lua.pod is 10.71% translated (6 of 56 strings). eu/virt-make-fs.pod is 3.65% translated (3 of 82 strings). eu/guestfs-ocaml.pod is 14.28% translated (5 of 35 strings). eu/virt-p2v-make-disk.pod is 5.26% translated (4 of 76 strings). eu/virt-p2v-make-kickstart.pod is 11.96% translated (14 of 117 strings). eu/virt-p2v-make-kiwi.pod is 5.79% translated (4 of 69 strings). eu/virt-p2v.pod is 2.29% translated (6 of 262 strings). eu/guestfs-perl.pod is 26.31% translated (5 of 19 strings). eu/guestfs-python.pod is 16.66% translated (5 of 30 strings). eu/virt-rescue.pod is 3.26% translated (6 of 184 strings). eu/virt-resize.pod is 5.45% translated (15 of 275 strings). eu/guestfs-ruby.pod is 27.77% translated (5 of 18 strings). eu/virt-sparsify.pod is 10.58% translated (18 of 170 strings). eu/sysprep-extra-options.pod is 1.27% translated (2 of 157 strings). eu/sysprep-operations.pod is 0% translated (0 of 288 strings). eu/virt-sysprep.pod is 10.52% translated (22 of 209 strings). eu/libguestfs-test-tool.pod is 6.94% translated (5 of 72 strings). eu/virt-list-filesystems.pod is 8.57% translated (3 of 35 strings). eu/virt-list-partitions.pod is 7.89% translated (3 of 38 strings). eu/virt-tar.pod is 5.45% translated (3 of 55 strings). eu/virt-win-reg.pod is 7.93% translated (10 of 126 strings). eu/boot-analysis.pod is 7.69% translated (3 of 39 strings). eu/boot-benchmark.pod is 10.34% translated (3 of 29 strings). eu/virt-v2v-test-harness.pod is 7.44% translated (7 of 94 strings). eu/virt-v2v-copy-to-local.pod is 10.9% translated (6 of 55 strings). eu/virt-v2v.pod is 4.47% translated (32 of 715 strings). fr/virt-alignment-scan.pod is 12.3% translated (16 of 130 strings). fr/libguestfs-make-fixed-appliance.pod is 18.51% translated (10 of 54 strings). fr/virt-builder.pod is 8.59% translated (54 of 628 strings). fr/virt-index-validate.pod is 8.57% translated (3 of 35 strings). fr/virt-cat.pod is 16.51% translated (18 of 109 strings). fr/virt-filesystems.pod is 10.13% translated (15 of 148 strings). fr/virt-log.pod is 5% translated (3 of 60 strings). fr/virt-ls.pod is 13.77% translated (27 of 196 strings). fr/virt-tail.pod is 4.3% translated (4 of 93 strings). fr/miniexpect.pod is 3.54% translated (5 of 141 strings). fr/customize-options.pod is 0% translated (0 of 147 strings). fr/customize-synopsis.pod is 100% translated (0 strings). fr/virt-customize.pod is 7.14% translated (8 of 112 strings). fr/guestfsd.pod is 7.27% translated (4 of 55 strings). fr/virt-df.pod is 16.83% translated (17 of 101 strings). fr/virt-dib.pod is 1.28% translated (3 of 233 strings). fr/virt-diff.pod is 4.8% translated (5 of 104 strings). fr/guestfs-building.pod is 1.47% translated (5 of 339 strings). fr/guestfs-faq.pod is 10.9% translated (48 of 440 strings). fr/guestfs-hacking.pod is 7.32% translated (31 of 423 strings). fr/guestfs-internals.pod is 11.65% translated (12 of 103 strings). fr/guestfs-performance.pod is 19.04% translated (32 of 168 strings). fr/guestfs-recipes.pod is 19.24% translated (46 of 239 strings). fr/guestfs-release-notes.pod is 15.23% translated (349 of 2291 strings). fr/guestfs-security.pod is 4.42% translated (5 of 113 strings). fr/guestfs-testing.pod is 26.31% translated (45 of 171 strings). fr/internal-documentation.pod is 0.84% translated (14 of 1666 strings). fr/virt-edit.pod is 19.86% translated (29 of 146 strings). fr/guestfs-erlang.pod is 29.26% translated (12 of 41 strings). fr/guestfs-examples.pod is 20% translated (6 of 30 strings). fr/guestfish-actions.pod is 22.08% translated (806 of 3649 strings). fr/guestfish-commands.pod is 38.73% translated (43 of 111 strings). fr/guestfish-prepopts.pod is 15.21% translated (7 of 46 strings). fr/guestfish.pod is 19.29% translated (115 of 596 strings). fr/libguestfs-tools.conf.pod is 7.89% translated (3 of 38 strings). fr/virt-copy-in.pod is 30.43% translated (7 of 23 strings). fr/virt-copy-out.pod is 28.57% translated (6 of 21 strings). fr/virt-tar-in.pod is 31.81% translated (7 of 22 strings). fr/virt-tar-out.pod is 31.81% translated (7 of 22 strings). fr/virt-format.pod is 10.12% translated (8 of 79 strings). fr/guestmount.pod is 16.66% translated (26 of 156 strings). fr/guestunmount.pod is 21.66% translated (13 of 60 strings). fr/virt-get-kernel.pod is 3.89% translated (3 of 77 strings). fr/guestfs-golang.pod is 17.24% translated (5 of 29 strings). fr/virt-inspector.pod is 17.8% translated (26 of 146 strings). fr/guestfs-java.pod is 13.46% translated (7 of 52 strings). fr/guestfs-actions.pod is 14.34% translated (776 of 5408 strings). fr/guestfs-availability.pod is 0% translated (0 of 77 strings). fr/guestfs-structs.pod is 12.42% translated (21 of 169 strings). fr/guestfs.pod is 16.34% translated (161 of 985 strings). fr/guestfs-lua.pod is 26.78% translated (15 of 56 strings). fr/virt-make-fs.pod is 13.41% translated (11 of 82 strings). fr/guestfs-ocaml.pod is 25.71% translated (9 of 35 strings). fr/virt-p2v-make-disk.pod is 3.94% translated (3 of 76 strings). fr/virt-p2v-make-kickstart.pod is 2.56% translated (3 of 117 strings). fr/virt-p2v-make-kiwi.pod is 4.34% translated (3 of 69 strings). fr/virt-p2v.pod is 2.29% translated (6 of 262 strings). fr/guestfs-perl.pod is 26.31% translated (5 of 19 strings). fr/guestfs-python.pod is 10% translated (3 of 30 strings). fr/virt-rescue.pod is 13.58% translated (25 of 184 strings). fr/virt-resize.pod is 14.54% translated (40 of 275 strings). fr/guestfs-ruby.pod is 22.22% translated (4 of 18 strings). fr/virt-sparsify.pod is 8.82% translated (15 of 170 strings). fr/sysprep-extra-options.pod is 0% translated (0 of 157 strings). fr/sysprep-operations.pod is 0.34% translated (1 of 288 strings). fr/virt-sysprep.pod is 9.09% translated (19 of 209 strings). fr/libguestfs-test-tool.pod is 23.61% translated (17 of 72 strings). fr/virt-list-filesystems.pod is 14.28% translated (5 of 35 strings). fr/virt-list-partitions.pod is 13.15% translated (5 of 38 strings). fr/virt-tar.pod is 20% translated (11 of 55 strings). fr/virt-win-reg.pod is 23.01% translated (29 of 126 strings). fr/boot-analysis.pod is 7.69% translated (3 of 39 strings). fr/boot-benchmark.pod is 13.79% translated (4 of 29 strings). fr/virt-v2v-test-harness.pod is 3.19% translated (3 of 94 strings). fr/virt-v2v-copy-to-local.pod is 5.45% translated (3 of 55 strings). fr/virt-v2v.pod is 2.09% translated (15 of 715 strings). ja/virt-alignment-scan.pod is 90.76% translated (118 of 130 strings). ja/libguestfs-make-fixed-appliance.pod is 75.92% translated (41 of 54 strings). ja/virt-builder.pod is 9.55% translated (60 of 628 strings). ja/virt-index-validate.pod is 54.28% translated (19 of 35 strings). ja/virt-cat.pod is 74.31% translated (81 of 109 strings). ja/virt-filesystems.pod is 83.1% translated (123 of 148 strings). ja/virt-log.pod is 66.66% translated (40 of 60 strings). ja/virt-ls.pod is 78.57% translated (154 of 196 strings). ja/virt-tail.pod is 58.06% translated (54 of 93 strings). ja/miniexpect.pod is 14.89% translated (21 of 141 strings). ja/customize-options.pod is 4.76% translated (7 of 147 strings). ja/customize-synopsis.pod is 100% translated (0 strings). ja/virt-customize.pod is 46.42% translated (52 of 112 strings). ja/guestfsd.pod is 52.72% translated (29 of 55 strings). ja/virt-df.pod is 74.25% translated (75 of 101 strings). ja/virt-dib.pod is 13.3% translated (31 of 233 strings). ja/virt-diff.pod is 55.76% translated (58 of 104 strings). ja/guestfs-building.pod is 5.01% translated (17 of 339 strings). ja/guestfs-faq.pod is 26.81% translated (118 of 440 strings). ja/guestfs-hacking.pod is 22.69% translated (96 of 423 strings). ja/guestfs-internals.pod is 30.09% translated (31 of 103 strings). ja/guestfs-performance.pod is 30.95% translated (52 of 168 strings). ja/guestfs-recipes.pod is 63.17% translated (151 of 239 strings). ja/guestfs-release-notes.pod is 10.21% translated (234 of 2291 strings). ja/guestfs-security.pod is 27.43% translated (31 of 113 strings). ja/guestfs-testing.pod is 60.81% translated (104 of 171 strings). ja/internal-documentation.pod is 2.46% translated (41 of 1666 strings). ja/virt-edit.pod is 72.6% translated (106 of 146 strings). ja/guestfs-erlang.pod is 82.92% translated (34 of 41 strings). ja/guestfs-examples.pod is 93.33% translated (28 of 30 strings). ja/guestfish-actions.pod is 50.17% translated (1831 of 3649 strings). ja/guestfish-commands.pod is 62.16% translated (69 of 111 strings). ja/guestfish-prepopts.pod is 19.56% translated (9 of 46 strings). ja/guestfish.pod is 56.54% translated (337 of 596 strings). ja/libguestfs-tools.conf.pod is 42.1% translated (16 of 38 strings). ja/virt-copy-in.pod is 73.91% translated (17 of 23 strings). ja/virt-copy-out.pod is 76.19% translated (16 of 21 strings). ja/virt-tar-in.pod is 77.27% translated (17 of 22 strings). ja/virt-tar-out.pod is 72.72% translated (16 of 22 strings). ja/virt-format.pod is 75.94% translated (60 of 79 strings). ja/guestmount.pod is 50.64% translated (79 of 156 strings). ja/guestunmount.pod is 30% translated (18 of 60 strings). ja/virt-get-kernel.pod is 57.14% translated (44 of 77 strings). ja/guestfs-golang.pod is 51.72% translated (15 of 29 strings). ja/virt-inspector.pod is 59.58% translated (87 of 146 strings). ja/guestfs-java.pod is 34.61% translated (18 of 52 strings). ja/guestfs-actions.pod is 57.91% translated (3132 of 5408 strings). ja/guestfs-availability.pod is 66.23% translated (51 of 77 strings). ja/guestfs-structs.pod is 24.85% translated (42 of 169 strings). ja/guestfs.pod is 40.2% translated (396 of 985 strings). ja/guestfs-lua.pod is 41.07% translated (23 of 56 strings). ja/virt-make-fs.pod is 53.65% translated (44 of 82 strings). ja/guestfs-ocaml.pod is 74.28% translated (26 of 35 strings). ja/virt-p2v-make-disk.pod is 23.68% translated (18 of 76 strings). ja/virt-p2v-make-kickstart.pod is 23.07% translated (27 of 117 strings). ja/virt-p2v-make-kiwi.pod is 20.28% translated (14 of 69 strings). ja/virt-p2v.pod is 8.39% translated (22 of 262 strings). ja/guestfs-perl.pod is 78.94% translated (15 of 19 strings). ja/guestfs-python.pod is 46.66% translated (14 of 30 strings). ja/virt-rescue.pod is 49.45% translated (91 of 184 strings). ja/virt-resize.pod is 41.81% translated (115 of 275 strings). ja/guestfs-ruby.pod is 83.33% translated (15 of 18 strings). ja/virt-sparsify.pod is 47.05% translated (80 of 170 strings). ja/sysprep-extra-options.pod is 2.54% translated (4 of 157 strings). ja/sysprep-operations.pod is 28.81% translated (83 of 288 strings). ja/virt-sysprep.pod is 52.63% translated (110 of 209 strings). ja/libguestfs-test-tool.pod is 37.5% translated (27 of 72 strings). ja/virt-list-filesystems.pod is 74.28% translated (26 of 35 strings). ja/virt-list-partitions.pod is 84.21% translated (32 of 38 strings). ja/virt-tar.pod is 80% translated (44 of 55 strings). ja/virt-win-reg.pod is 63.49% translated (80 of 126 strings). ja/boot-analysis.pod is 33.33% translated (13 of 39 strings). ja/boot-benchmark.pod is 41.37% translated (12 of 29 strings). ja/virt-v2v-test-harness.pod is 11.7% translated (11 of 94 strings). ja/virt-v2v-copy-to-local.pod is 38.18% translated (21 of 55 strings). ja/virt-v2v.pod is 8.95% translated (64 of 715 strings). nl/virt-alignment-scan.pod is 2.3% translated (3 of 130 strings). nl/libguestfs-make-fixed-appliance.pod is 5.55% translated (3 of 54 strings). nl/virt-builder.pod is 0.47% translated (3 of 628 strings). nl/virt-index-validate.pod is 8.57% translated (3 of 35 strings). nl/virt-cat.pod is 2.75% translated (3 of 109 strings). nl/virt-filesystems.pod is 2.02% translated (3 of 148 strings). nl/virt-log.pod is 5% translated (3 of 60 strings). nl/virt-ls.pod is 1.53% translated (3 of 196 strings). nl/virt-tail.pod is 3.22% translated (3 of 93 strings). nl/miniexpect.pod is 2.83% translated (4 of 141 strings). nl/customize-options.pod is 0% translated (0 of 147 strings). nl/customize-synopsis.pod is 100% translated (0 strings). nl/virt-customize.pod is 2.67% translated (3 of 112 strings). nl/guestfsd.pod is 5.45% translated (3 of 55 strings). nl/virt-df.pod is 2.97% translated (3 of 101 strings). nl/virt-dib.pod is 1.28% translated (3 of 233 strings). nl/virt-diff.pod is 2.88% translated (3 of 104 strings). nl/guestfs-building.pod is 0.58% translated (2 of 339 strings). nl/guestfs-faq.pod is 0.22% translated (1 of 440 strings). nl/guestfs-hacking.pod is 0.47% translated (2 of 423 strings). nl/guestfs-internals.pod is 1.94% translated (2 of 103 strings). nl/guestfs-performance.pod is 1.19% translated (2 of 168 strings). nl/guestfs-recipes.pod is 0.83% translated (2 of 239 strings). nl/guestfs-release-notes.pod is 0.04% translated (1 of 2291 strings). nl/guestfs-security.pod is 1.76% translated (2 of 113 strings). nl/guestfs-testing.pod is 1.16% translated (2 of 171 strings). nl/internal-documentation.pod is 0% translated (0 of 1666 strings). nl/virt-edit.pod is 2.05% translated (3 of 146 strings). nl/guestfs-erlang.pod is 7.31% translated (3 of 41 strings). nl/guestfs-examples.pod is 16.66% translated (5 of 30 strings). nl/guestfish-actions.pod is 0% translated (0 of 3649 strings). nl/guestfish-commands.pod is 0% translated (0 of 111 strings). nl/guestfish-prepopts.pod is 0% translated (0 of 46 strings). nl/guestfish.pod is 0.5% translated (3 of 596 strings). nl/libguestfs-tools.conf.pod is 7.89% translated (3 of 38 strings). nl/virt-copy-in.pod is 13.04% translated (3 of 23 strings). nl/virt-copy-out.pod is 14.28% translated (3 of 21 strings). nl/virt-tar-in.pod is 13.63% translated (3 of 22 strings). nl/virt-tar-out.pod is 13.63% translated (3 of 22 strings). nl/virt-format.pod is 3.79% translated (3 of 79 strings). nl/guestmount.pod is 1.92% translated (3 of 156 strings). nl/guestunmount.pod is 5% translated (3 of 60 strings). nl/virt-get-kernel.pod is 3.89% translated (3 of 77 strings). nl/guestfs-golang.pod is 10.34% translated (3 of 29 strings). nl/virt-inspector.pod is 2.05% translated (3 of 146 strings). nl/guestfs-java.pod is 5.76% translated (3 of 52 strings). nl/guestfs-actions.pod is 0% translated (0 of 5408 strings). nl/guestfs-availability.pod is 0% translated (0 of 77 strings). nl/guestfs-structs.pod is 0% translated (0 of 169 strings). nl/guestfs.pod is 0.91% translated (9 of 985 strings). nl/guestfs-lua.pod is 5.35% translated (3 of 56 strings). nl/virt-make-fs.pod is 3.65% translated (3 of 82 strings). nl/guestfs-ocaml.pod is 8.57% translated (3 of 35 strings). nl/virt-p2v-make-disk.pod is 3.94% translated (3 of 76 strings). nl/virt-p2v-make-kickstart.pod is 2.56% translated (3 of 117 strings). nl/virt-p2v-make-kiwi.pod is 4.34% translated (3 of 69 strings). nl/virt-p2v.pod is 1.14% translated (3 of 262 strings). nl/guestfs-perl.pod is 15.78% translated (3 of 19 strings). nl/guestfs-python.pod is 10% translated (3 of 30 strings). nl/virt-rescue.pod is 1.63% translated (3 of 184 strings). nl/virt-resize.pod is 1.09% translated (3 of 275 strings). nl/guestfs-ruby.pod is 16.66% translated (3 of 18 strings). nl/virt-sparsify.pod is 1.76% translated (3 of 170 strings). nl/sysprep-extra-options.pod is 0% translated (0 of 157 strings). nl/sysprep-operations.pod is 0% translated (0 of 288 strings). nl/virt-sysprep.pod is 1.43% translated (3 of 209 strings). nl/libguestfs-test-tool.pod is 4.16% translated (3 of 72 strings). nl/virt-list-filesystems.pod is 8.57% translated (3 of 35 strings). nl/virt-list-partitions.pod is 7.89% translated (3 of 38 strings). nl/virt-tar.pod is 5.45% translated (3 of 55 strings). nl/virt-win-reg.pod is 2.38% translated (3 of 126 strings). nl/boot-analysis.pod is 7.69% translated (3 of 39 strings). nl/boot-benchmark.pod is 10.34% translated (3 of 29 strings). nl/virt-v2v-test-harness.pod is 3.19% translated (3 of 94 strings). nl/virt-v2v-copy-to-local.pod is 5.45% translated (3 of 55 strings). nl/virt-v2v.pod is 0.41% translated (3 of 715 strings). pt_BR/virt-alignment-scan.pod is 4.61% translated (6 of 130 strings). pt_BR/libguestfs-make-fixed-appliance.pod is 5.55% translated (3 of 54 strings). pt_BR/virt-builder.pod is 0.47% translated (3 of 628 strings). pt_BR/virt-index-validate.pod is 8.57% translated (3 of 35 strings). pt_BR/virt-cat.pod is 2.75% translated (3 of 109 strings). pt_BR/virt-filesystems.pod is 2.02% translated (3 of 148 strings). pt_BR/virt-log.pod is 5% translated (3 of 60 strings). pt_BR/virt-ls.pod is 1.53% translated (3 of 196 strings). pt_BR/virt-tail.pod is 3.22% translated (3 of 93 strings). pt_BR/miniexpect.pod is 2.12% translated (3 of 141 strings). pt_BR/customize-options.pod is 0% translated (0 of 147 strings). pt_BR/customize-synopsis.pod is 100% translated (0 strings). pt_BR/virt-customize.pod is 2.67% translated (3 of 112 strings). pt_BR/guestfsd.pod is 5.45% translated (3 of 55 strings). pt_BR/virt-df.pod is 2.97% translated (3 of 101 strings). pt_BR/virt-dib.pod is 1.28% translated (3 of 233 strings). pt_BR/virt-diff.pod is 2.88% translated (3 of 104 strings). pt_BR/guestfs-building.pod is 0.58% translated (2 of 339 strings). pt_BR/guestfs-faq.pod is 0.22% translated (1 of 440 strings). pt_BR/guestfs-hacking.pod is 0.47% translated (2 of 423 strings). pt_BR/guestfs-internals.pod is 1.94% translated (2 of 103 strings). pt_BR/guestfs-performance.pod is 1.19% translated (2 of 168 strings). pt_BR/guestfs-recipes.pod is 0.83% translated (2 of 239 strings). pt_BR/guestfs-release-notes.pod is 0.04% translated (1 of 2291 strings). pt_BR/guestfs-security.pod is 1.76% translated (2 of 113 strings). pt_BR/guestfs-testing.pod is 1.16% translated (2 of 171 strings). pt_BR/internal-documentation.pod is 0% translated (0 of 1666 strings). pt_BR/virt-edit.pod is 2.05% translated (3 of 146 strings). pt_BR/guestfs-erlang.pod is 7.31% translated (3 of 41 strings). pt_BR/guestfs-examples.pod is 10% translated (3 of 30 strings). pt_BR/guestfish-actions.pod is 0% translated (0 of 3649 strings). pt_BR/guestfish-commands.pod is 0% translated (0 of 111 strings). pt_BR/guestfish-prepopts.pod is 0% translated (0 of 46 strings). pt_BR/guestfish.pod is 0.5% translated (3 of 596 strings). pt_BR/libguestfs-tools.conf.pod is 7.89% translated (3 of 38 strings). pt_BR/virt-copy-in.pod is 13.04% translated (3 of 23 strings). pt_BR/virt-copy-out.pod is 14.28% translated (3 of 21 strings). pt_BR/virt-tar-in.pod is 13.63% translated (3 of 22 strings). pt_BR/virt-tar-out.pod is 13.63% translated (3 of 22 strings). pt_BR/virt-format.pod is 3.79% translated (3 of 79 strings). pt_BR/guestmount.pod is 1.92% translated (3 of 156 strings). pt_BR/guestunmount.pod is 5% translated (3 of 60 strings). pt_BR/virt-get-kernel.pod is 3.89% translated (3 of 77 strings). pt_BR/guestfs-golang.pod is 10.34% translated (3 of 29 strings). pt_BR/virt-inspector.pod is 2.05% translated (3 of 146 strings). pt_BR/guestfs-java.pod is 5.76% translated (3 of 52 strings). pt_BR/guestfs-actions.pod is 0% translated (0 of 5408 strings). pt_BR/guestfs-availability.pod is 0% translated (0 of 77 strings). pt_BR/guestfs-structs.pod is 0% translated (0 of 169 strings). pt_BR/guestfs.pod is 0.3% translated (3 of 985 strings). pt_BR/guestfs-lua.pod is 5.35% translated (3 of 56 strings). pt_BR/virt-make-fs.pod is 3.65% translated (3 of 82 strings). pt_BR/guestfs-ocaml.pod is 8.57% translated (3 of 35 strings). pt_BR/virt-p2v-make-disk.pod is 3.94% translated (3 of 76 strings). pt_BR/virt-p2v-make-kickstart.pod is 2.56% translated (3 of 117 strings). pt_BR/virt-p2v-make-kiwi.pod is 4.34% translated (3 of 69 strings). pt_BR/virt-p2v.pod is 1.14% translated (3 of 262 strings). pt_BR/guestfs-perl.pod is 15.78% translated (3 of 19 strings). pt_BR/guestfs-python.pod is 10% translated (3 of 30 strings). pt_BR/virt-rescue.pod is 1.63% translated (3 of 184 strings). pt_BR/virt-resize.pod is 1.09% translated (3 of 275 strings). pt_BR/guestfs-ruby.pod is 16.66% translated (3 of 18 strings). pt_BR/virt-sparsify.pod is 1.76% translated (3 of 170 strings). pt_BR/sysprep-extra-options.pod is 0% translated (0 of 157 strings). pt_BR/sysprep-operations.pod is 0% translated (0 of 288 strings). pt_BR/virt-sysprep.pod is 1.43% translated (3 of 209 strings). pt_BR/libguestfs-test-tool.pod is 4.16% translated (3 of 72 strings). pt_BR/virt-list-filesystems.pod is 8.57% translated (3 of 35 strings). pt_BR/virt-list-partitions.pod is 7.89% translated (3 of 38 strings). pt_BR/virt-tar.pod is 5.45% translated (3 of 55 strings). pt_BR/virt-win-reg.pod is 2.38% translated (3 of 126 strings). pt_BR/boot-analysis.pod is 7.69% translated (3 of 39 strings). pt_BR/boot-benchmark.pod is 10.34% translated (3 of 29 strings). pt_BR/virt-v2v-test-harness.pod is 3.19% translated (3 of 94 strings). pt_BR/virt-v2v-copy-to-local.pod is 5.45% translated (3 of 55 strings). pt_BR/virt-v2v.pod is 0.41% translated (3 of 715 strings). tg/virt-alignment-scan.pod is 11.53% translated (15 of 130 strings). tg/libguestfs-make-fixed-appliance.pod is 16.66% translated (9 of 54 strings). tg/virt-builder.pod is 4.77% translated (30 of 628 strings). tg/virt-index-validate.pod is 22.85% translated (8 of 35 strings). tg/virt-cat.pod is 11.92% translated (13 of 109 strings). tg/virt-filesystems.pod is 4.72% translated (7 of 148 strings). tg/virt-log.pod is 11.66% translated (7 of 60 strings). tg/virt-ls.pod is 7.14% translated (14 of 196 strings). tg/virt-tail.pod is 16.12% translated (15 of 93 strings). tg/miniexpect.pod is 10.63% translated (15 of 141 strings). tg/customize-options.pod is 2.72% translated (4 of 147 strings). tg/customize-synopsis.pod is 100% translated (0 strings). tg/virt-customize.pod is 8.92% translated (10 of 112 strings). tg/guestfsd.pod is 9.09% translated (5 of 55 strings). tg/virt-df.pod is 5.94% translated (6 of 101 strings). tg/virt-dib.pod is 2.57% translated (6 of 233 strings). tg/virt-diff.pod is 5.76% translated (6 of 104 strings). tg/guestfs-building.pod is 3.24% translated (11 of 339 strings). tg/guestfs-faq.pod is 6.59% translated (29 of 440 strings). tg/guestfs-hacking.pod is 8.74% translated (37 of 423 strings). tg/guestfs-internals.pod is 2.91% translated (3 of 103 strings). tg/guestfs-performance.pod is 10.71% translated (18 of 168 strings). tg/guestfs-recipes.pod is 8.36% translated (20 of 239 strings). tg/guestfs-release-notes.pod is 2.31% translated (53 of 2291 strings). tg/guestfs-security.pod is 11.5% translated (13 of 113 strings). tg/guestfs-testing.pod is 9.94% translated (17 of 171 strings). tg/internal-documentation.pod is 2.46% translated (41 of 1666 strings). tg/virt-edit.pod is 8.9% translated (13 of 146 strings). tg/guestfs-erlang.pod is 7.31% translated (3 of 41 strings). tg/guestfs-examples.pod is 10% translated (3 of 30 strings). tg/guestfish-actions.pod is 1.45% translated (53 of 3649 strings). tg/guestfish-commands.pod is 7.2% translated (8 of 111 strings). tg/guestfish-prepopts.pod is 4.34% translated (2 of 46 strings). tg/guestfish.pod is 4.69% translated (28 of 596 strings). tg/libguestfs-tools.conf.pod is 26.31% translated (10 of 38 strings). tg/virt-copy-in.pod is 21.73% translated (5 of 23 strings). tg/virt-copy-out.pod is 23.8% translated (5 of 21 strings). tg/virt-tar-in.pod is 22.72% translated (5 of 22 strings). tg/virt-tar-out.pod is 22.72% translated (5 of 22 strings). tg/virt-format.pod is 7.59% translated (6 of 79 strings). tg/guestmount.pod is 5.12% translated (8 of 156 strings). tg/guestunmount.pod is 6.66% translated (4 of 60 strings). tg/virt-get-kernel.pod is 6.49% translated (5 of 77 strings). tg/guestfs-golang.pod is 20.68% translated (6 of 29 strings). tg/virt-inspector.pod is 6.16% translated (9 of 146 strings). tg/guestfs-java.pod is 7.69% translated (4 of 52 strings). tg/guestfs-actions.pod is 0.75% translated (41 of 5408 strings). tg/guestfs-availability.pod is 2.59% translated (2 of 77 strings). tg/guestfs-structs.pod is 1.18% translated (2 of 169 strings). tg/guestfs.pod is 6.9% translated (68 of 985 strings). tg/guestfs-lua.pod is 8.92% translated (5 of 56 strings). tg/virt-make-fs.pod is 8.53% translated (7 of 82 strings). tg/guestfs-ocaml.pod is 11.42% translated (4 of 35 strings). tg/virt-p2v-make-disk.pod is 7.89% translated (6 of 76 strings). tg/virt-p2v-make-kickstart.pod is 12.82% translated (15 of 117 strings). tg/virt-p2v-make-kiwi.pod is 7.24% translated (5 of 69 strings). tg/virt-p2v.pod is 3.81% translated (10 of 262 strings). tg/guestfs-perl.pod is 21.05% translated (4 of 19 strings). tg/guestfs-python.pod is 16.66% translated (5 of 30 strings). tg/virt-rescue.pod is 7.06% translated (13 of 184 strings). tg/virt-resize.pod is 8.36% translated (23 of 275 strings). tg/guestfs-ruby.pod is 22.22% translated (4 of 18 strings). tg/virt-sparsify.pod is 12.35% translated (21 of 170 strings). tg/sysprep-extra-options.pod is 1.27% translated (2 of 157 strings). tg/sysprep-operations.pod is 0% translated (0 of 288 strings). tg/virt-sysprep.pod is 11.96% translated (25 of 209 strings). tg/libguestfs-test-tool.pod is 8.33% translated (6 of 72 strings). tg/virt-list-filesystems.pod is 11.42% translated (4 of 35 strings). tg/virt-list-partitions.pod is 13.15% translated (5 of 38 strings). tg/virt-tar.pod is 14.54% translated (8 of 55 strings). tg/virt-win-reg.pod is 11.11% translated (14 of 126 strings). tg/boot-analysis.pod is 10.25% translated (4 of 39 strings). tg/boot-benchmark.pod is 13.79% translated (4 of 29 strings). tg/virt-v2v-test-harness.pod is 7.44% translated (7 of 94 strings). tg/virt-v2v-copy-to-local.pod is 12.72% translated (7 of 55 strings). tg/virt-v2v.pod is 5.45% translated (39 of 715 strings). uk/virt-alignment-scan.pod is 99.23% translated (129 of 130 strings). uk/libguestfs-make-fixed-appliance.pod is 75.92% translated (41 of 54 strings). uk/virt-builder.pod is 55.89% translated (351 of 628 strings). uk/virt-index-validate.pod is 74.28% translated (26 of 35 strings). uk/virt-cat.pod is 76.14% translated (83 of 109 strings). uk/virt-filesystems.pod is 70.27% translated (104 of 148 strings). uk/virt-log.pod is 81.66% translated (49 of 60 strings). uk/virt-ls.pod is 68.87% translated (135 of 196 strings). uk/virt-tail.pod is 62.36% translated (58 of 93 strings). uk/miniexpect.pod is 14.18% translated (20 of 141 strings). uk/customize-options.pod is 44.89% translated (66 of 147 strings). uk/customize-synopsis.pod is 100% translated (0 strings). uk/virt-customize.pod is 69.64% translated (78 of 112 strings). uk/guestfsd.pod is 63.63% translated (35 of 55 strings). uk/virt-df.pod is 78.21% translated (79 of 101 strings). uk/virt-dib.pod is 51.07% translated (119 of 233 strings). uk/virt-diff.pod is 75% translated (78 of 104 strings). uk/guestfs-building.pod is 55.75% translated (189 of 339 strings). uk/guestfs-faq.pod is 42.95% translated (189 of 440 strings). uk/guestfs-hacking.pod is 42.55% translated (180 of 423 strings). uk/guestfs-internals.pod is 20.38% translated (21 of 103 strings). uk/guestfs-performance.pod is 29.76% translated (50 of 168 strings). uk/guestfs-recipes.pod is 36.82% translated (88 of 239 strings). uk/guestfs-release-notes.pod is 36.22% translated (830 of 2291 strings). uk/guestfs-security.pod is 37.16% translated (42 of 113 strings). uk/guestfs-testing.pod is 50.87% translated (87 of 171 strings). uk/internal-documentation.pod is 31.27% translated (521 of 1666 strings). uk/virt-edit.pod is 67.12% translated (98 of 146 strings). uk/guestfs-erlang.pod is 73.17% translated (30 of 41 strings). uk/guestfs-examples.pod is 50% translated (15 of 30 strings). uk/guestfish-actions.pod is 44.2% translated (1613 of 3649 strings). uk/guestfish-commands.pod is 40.54% translated (45 of 111 strings). uk/guestfish-prepopts.pod is 26.08% translated (12 of 46 strings). uk/guestfish.pod is 45.3% translated (270 of 596 strings). uk/libguestfs-tools.conf.pod is 65.78% translated (25 of 38 strings). uk/virt-copy-in.pod is 43.47% translated (10 of 23 strings). uk/virt-copy-out.pod is 47.61% translated (10 of 21 strings). uk/virt-tar-in.pod is 45.45% translated (10 of 22 strings). uk/virt-tar-out.pod is 45.45% translated (10 of 22 strings). uk/virt-format.pod is 62.02% translated (49 of 79 strings). uk/guestmount.pod is 44.87% translated (70 of 156 strings). uk/guestunmount.pod is 55% translated (33 of 60 strings). uk/virt-get-kernel.pod is 67.53% translated (52 of 77 strings). uk/guestfs-golang.pod is 65.51% translated (19 of 29 strings). uk/virt-inspector.pod is 53.42% translated (78 of 146 strings). uk/guestfs-java.pod is 57.69% translated (30 of 52 strings). uk/guestfs-actions.pod is 60.09% translated (3250 of 5408 strings). uk/guestfs-availability.pod is 90.9% translated (70 of 77 strings). uk/guestfs-structs.pod is 94.67% translated (160 of 169 strings). uk/guestfs.pod is 36.75% translated (362 of 985 strings). uk/guestfs-lua.pod is 58.92% translated (33 of 56 strings). uk/virt-make-fs.pod is 58.53% translated (48 of 82 strings). uk/guestfs-ocaml.pod is 65.71% translated (23 of 35 strings). uk/virt-p2v-make-disk.pod is 51.31% translated (39 of 76 strings). uk/virt-p2v-make-kickstart.pod is 45.29% translated (53 of 117 strings). uk/virt-p2v-make-kiwi.pod is 43.47% translated (30 of 69 strings). uk/virt-p2v.pod is 35.11% translated (92 of 262 strings). uk/guestfs-perl.pod is 89.47% translated (17 of 19 strings). uk/guestfs-python.pod is 63.33% translated (19 of 30 strings). uk/virt-rescue.pod is 49.45% translated (91 of 184 strings). uk/virt-resize.pod is 42.9% translated (118 of 275 strings). uk/guestfs-ruby.pod is 83.33% translated (15 of 18 strings). uk/virt-sparsify.pod is 50.58% translated (86 of 170 strings). uk/sysprep-extra-options.pod is 24.84% translated (39 of 157 strings). uk/sysprep-operations.pod is 36.11% translated (104 of 288 strings). uk/virt-sysprep.pod is 50.71% translated (106 of 209 strings). uk/libguestfs-test-tool.pod is 45.83% translated (33 of 72 strings). uk/virt-list-filesystems.pod is 74.28% translated (26 of 35 strings). uk/virt-list-partitions.pod is 71.05% translated (27 of 38 strings). uk/virt-tar.pod is 60% translated (33 of 55 strings). uk/virt-win-reg.pod is 50% translated (63 of 126 strings). uk/boot-analysis.pod is 46.15% translated (18 of 39 strings). uk/boot-benchmark.pod is 48.27% translated (14 of 29 strings). uk/virt-v2v-test-harness.pod is 35.1% translated (33 of 94 strings). uk/virt-v2v-copy-to-local.pod is 54.54% translated (30 of 55 strings). uk/virt-v2v.pod is 35.8% translated (256 of 715 strings). zh_CN/virt-alignment-scan.pod is 1.53% translated (2 of 130 strings). zh_CN/libguestfs-make-fixed-appliance.pod is 3.7% translated (2 of 54 strings). zh_CN/virt-builder.pod is 0.31% translated (2 of 628 strings). zh_CN/virt-index-validate.pod is 5.71% translated (2 of 35 strings). zh_CN/virt-cat.pod is 1.83% translated (2 of 109 strings). zh_CN/virt-filesystems.pod is 1.35% translated (2 of 148 strings). zh_CN/virt-log.pod is 3.33% translated (2 of 60 strings). zh_CN/virt-ls.pod is 1.02% translated (2 of 196 strings). zh_CN/virt-tail.pod is 2.15% translated (2 of 93 strings). zh_CN/miniexpect.pod is 1.41% translated (2 of 141 strings). zh_CN/customize-options.pod is 0% translated (0 of 147 strings). zh_CN/customize-synopsis.pod is 100% translated (0 strings). zh_CN/virt-customize.pod is 1.78% translated (2 of 112 strings). zh_CN/guestfsd.pod is 3.63% translated (2 of 55 strings). zh_CN/virt-df.pod is 1.98% translated (2 of 101 strings). zh_CN/virt-dib.pod is 0.85% translated (2 of 233 strings). zh_CN/virt-diff.pod is 1.92% translated (2 of 104 strings). zh_CN/guestfs-building.pod is 0.58% translated (2 of 339 strings). zh_CN/guestfs-faq.pod is 0.22% translated (1 of 440 strings). zh_CN/guestfs-hacking.pod is 0.47% translated (2 of 423 strings). zh_CN/guestfs-internals.pod is 1.94% translated (2 of 103 strings). zh_CN/guestfs-performance.pod is 1.19% translated (2 of 168 strings). zh_CN/guestfs-recipes.pod is 0.83% translated (2 of 239 strings). zh_CN/guestfs-release-notes.pod is 0.04% translated (1 of 2291 strings). zh_CN/guestfs-security.pod is 1.76% translated (2 of 113 strings). zh_CN/guestfs-testing.pod is 1.16% translated (2 of 171 strings). zh_CN/internal-documentation.pod is 0% translated (0 of 1666 strings). zh_CN/virt-edit.pod is 1.36% translated (2 of 146 strings). zh_CN/guestfs-erlang.pod is 4.87% translated (2 of 41 strings). zh_CN/guestfs-examples.pod is 13.33% translated (4 of 30 strings). zh_CN/guestfish-actions.pod is 0% translated (0 of 3649 strings). zh_CN/guestfish-commands.pod is 0% translated (0 of 111 strings). zh_CN/guestfish-prepopts.pod is 0% translated (0 of 46 strings). zh_CN/guestfish.pod is 0.33% translated (2 of 596 strings). zh_CN/libguestfs-tools.conf.pod is 5.26% translated (2 of 38 strings). zh_CN/virt-copy-in.pod is 8.69% translated (2 of 23 strings). zh_CN/virt-copy-out.pod is 9.52% translated (2 of 21 strings). zh_CN/virt-tar-in.pod is 9.09% translated (2 of 22 strings). zh_CN/virt-tar-out.pod is 9.09% translated (2 of 22 strings). zh_CN/virt-format.pod is 2.53% translated (2 of 79 strings). zh_CN/guestmount.pod is 1.28% translated (2 of 156 strings). zh_CN/guestunmount.pod is 3.33% translated (2 of 60 strings). zh_CN/virt-get-kernel.pod is 2.59% translated (2 of 77 strings). zh_CN/guestfs-golang.pod is 6.89% translated (2 of 29 strings). zh_CN/virt-inspector.pod is 1.36% translated (2 of 146 strings). zh_CN/guestfs-java.pod is 3.84% translated (2 of 52 strings). zh_CN/guestfs-actions.pod is 0% translated (0 of 5408 strings). zh_CN/guestfs-availability.pod is 0% translated (0 of 77 strings). zh_CN/guestfs-structs.pod is 0% translated (0 of 169 strings). zh_CN/guestfs.pod is 2.03% translated (20 of 985 strings). zh_CN/guestfs-lua.pod is 3.57% translated (2 of 56 strings). zh_CN/virt-make-fs.pod is 2.43% translated (2 of 82 strings). zh_CN/guestfs-ocaml.pod is 5.71% translated (2 of 35 strings). zh_CN/virt-p2v-make-disk.pod is 2.63% translated (2 of 76 strings). zh_CN/virt-p2v-make-kickstart.pod is 1.7% translated (2 of 117 strings). zh_CN/virt-p2v-make-kiwi.pod is 2.89% translated (2 of 69 strings). zh_CN/virt-p2v.pod is 0.76% translated (2 of 262 strings). zh_CN/guestfs-perl.pod is 10.52% translated (2 of 19 strings). zh_CN/guestfs-python.pod is 6.66% translated (2 of 30 strings). zh_CN/virt-rescue.pod is 1.08% translated (2 of 184 strings). zh_CN/virt-resize.pod is 0.72% translated (2 of 275 strings). zh_CN/guestfs-ruby.pod is 11.11% translated (2 of 18 strings). zh_CN/virt-sparsify.pod is 1.17% translated (2 of 170 strings). zh_CN/sysprep-extra-options.pod is 0% translated (0 of 157 strings). zh_CN/sysprep-operations.pod is 0% translated (0 of 288 strings). zh_CN/virt-sysprep.pod is 0.95% translated (2 of 209 strings). zh_CN/libguestfs-test-tool.pod is 2.77% translated (2 of 72 strings). zh_CN/virt-list-filesystems.pod is 5.71% translated (2 of 35 strings). zh_CN/virt-list-partitions.pod is 5.26% translated (2 of 38 strings). zh_CN/virt-tar.pod is 3.63% translated (2 of 55 strings). zh_CN/virt-win-reg.pod is 1.58% translated (2 of 126 strings). zh_CN/boot-analysis.pod is 5.12% translated (2 of 39 strings). zh_CN/boot-benchmark.pod is 6.89% translated (2 of 29 strings). zh_CN/virt-v2v-test-harness.pod is 2.12% translated (2 of 94 strings). zh_CN/virt-v2v-copy-to-local.pod is 3.63% translated (2 of 55 strings). zh_CN/virt-v2v.pod is 0.27% translated (2 of 715 strings). for f in `cd .; find ja uk -name '*.pod'`; do \ /usr/bin/sed '0,/^=encoding/d' < $f > $f.new; \ mv $f.new $f; \ done make: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' make all-recursive make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs' Making all in generator make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/generator' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/generator' Making all in tests/qemu make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' Making all in test-data make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' Making all in binaries make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/binaries' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/binaries' Making all in blank-disks make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/blank-disks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/blank-disks' Making all in phony-guests make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/phony-guests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/phony-guests' Making all in fake-virtio-win make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virtio-win' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virtio-win' Making all in fake-virt-tools make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virt-tools' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virt-tools' Making all in files make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/files' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/files' Making all in . make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' Making all in gnulib/lib make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make all-recursive make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' Making all in gnulib/tests make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make all-recursive make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' Making all in . make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' Making all in common/errnostring make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' Making all in common/protocol make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' Making all in common/qemuopts make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' Making all in common/utils make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' Making all in lib make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lib' Making all in docs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/docs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/docs' Making all in examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/examples' Making all in po make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po' Making all in daemon make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' Making all in tests/daemon make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' Making all in appliance make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/appliance' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/appliance' Making all in tests/c-api make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' Making all in tests/tmpdirs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' Making all in tests/protocol make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' Making all in tests/events make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' Making all in tests/parallel make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' Making all in tests/create make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' Making all in tests/disks make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' Making all in tests/discard make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' Making all in tests/mountable make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' Making all in tests/network make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' Making all in tests/lvm make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' Making all in tests/luks make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' Making all in tests/md make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' Making all in tests/selinux make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' Making all in tests/relabel make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' Making all in tests/ntfs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' Making all in tests/btrfs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' Making all in tests/xfs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' Making all in tests/charsets make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' Making all in tests/xml make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' Making all in tests/mount-local make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' Making all in tests/9p make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' Making all in tests/rsync make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' Making all in tests/bigdirs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' Making all in tests/disk-labels make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' Making all in tests/hotplug make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' Making all in tests/nbd make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' Making all in tests/http make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/http' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/http' Making all in tests/syslinux make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' Making all in tests/journal make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' Making all in tests/relative-paths make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' Making all in tests/gdisk make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' Making all in tests/regressions make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' Making all in tests/tsk make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' Making all in tests/yara make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' Making all in common/edit make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/edit' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/edit' Making all in common/options make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/options' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/options' Making all in common/parallel make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/parallel' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/parallel' Making all in common/progress make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/progress' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/progress' Making all in common/visit make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/visit' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/visit' Making all in common/windows make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/windows' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/windows' Making all in test-tool make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-tool' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-tool' Making all in fish make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fish' Making all in align make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/align' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/align' Making all in cat make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/cat' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/cat' Making all in diff make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/diff' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/diff' Making all in df make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/df' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/df' Making all in edit make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/edit' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/edit' Making all in format make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/format' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/format' Making all in inspector make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' Making all in make-fs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' Making all in rescue make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' Making all in common/miniexpect make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/miniexpect' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/miniexpect' Making all in p2v make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' Making all in bash make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/bash' test . != . && cd . && cp guestfish guestmount virt-alignment-scan virt-rescue virt-v2v virt-v2v-copy-to-local /var/tmp/tmpE7NtPf/libguestfs/bash/ make[2]: [Makefile:2323: all-local] Error 1 (ignored) make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/bash' Making all in perl make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/perl' ./Build Building Sys-Guestfs make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/perl' Making all in perl/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/perl/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/perl/examples' Making all in ocaml make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' Making all in ocaml/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml/examples' Making all in python make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/python' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/python' Making all in python/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/python/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/python/examples' Making all in ruby make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' rake build make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' Making all in ruby/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ruby/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ruby/examples' Making all in java make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java' make all-am make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java' Making all in java/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java/examples' Making all in php make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/php' make -C extension \ EXTRA_INCLUDES="-I/var/tmp/tmpE7NtPf/libguestfs/php/../common/utils -I/var/tmp/tmpE7NtPf/libguestfs/php/../lib" \ EXTRA_LDFLAGS="-L/var/tmp/tmpE7NtPf/libguestfs/php/../lib/.libs -lguestfs" \ EXTRA_CFLAGS="-DGUESTFS_PRIVATE=1" \ all make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/php/extension' Build complete. Don't forget to run 'make test'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/php/extension' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/php' Making all in erlang make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' Making all in erlang/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/erlang/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/erlang/examples' Making all in lua make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lua' ln -sf .libs/libluaguestfs.so guestfs.so make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lua' Making all in lua/examples make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lua/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lua/examples' Making all in gobject make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make all-recursive make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' Making all in . make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' Making all in docs make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject/docs' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject/docs' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' Making all in csharp make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/csharp' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/csharp' Making all in mllib make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' rm -f .depend .depend-t ocamlfind ocamldep -I ../ocaml -I /var/tmp/tmpE7NtPf/libguestfs/mllib /var/tmp/tmpE7NtPf/libguestfs/mllib/common_utils.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/regedit.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/curl.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/URI.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/JSON.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/checksums.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/planner.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/getopt.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/xml.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/stringMap.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/progress.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/visit.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/unix_utils.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/xpath_helpers.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/registry.mli /var/tmp/tmpE7NtPf/libguestfs/mllib/guestfs_config.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/common_utils.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/JSON.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/checksums.ml /var/t mp/tmpE7NtPf/libguestfs/mllib/visit_tests.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/curl.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/planner.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/unix_utils.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/progress.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/regedit.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/getopt_tests.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/xml.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/registry.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/common_gettext.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/libdir.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/stringMap.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/visit.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/common_utils_tests.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/URI.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/JSON_tests.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/xpath_helpers.ml /var/tmp/tmpE7NtPf/libguestfs/mllib/getopt.ml | \ /usr/bin/sed 's/ *$//' | \ /usr/bin/sed -e :a -e '/ *\\$/N; s/ *\\\n */ /; ta' | \ /usr/bin/sed -e 's,/var/tmp/tmpE7NtPf/libguestfs/mllib/,./,g' | \ sort > .depend-t mv .depend-t .depend make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' Making all in customize make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/customize' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/customize' Making all in builder make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder' Making all in builder/templates make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' Making all in get-kernel make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' Making all in resize make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/resize' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/resize' Making all in sparsify make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' Making all in sysprep make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' Making all in v2v make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' Making all in v2v/test-harness make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness' Making all in dib make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/dib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/dib' Making all in tools make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tools' for f in tools/virt-list-filesystems tools/virt-list-partitions tools/virt-tar tools/virt-win-reg; do echo $f; done > ../po/POTFILES-pl make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tools' Making all in fuse make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' Making all in utils/boot-analysis make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-analysis' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-analysis' Making all in utils/boot-benchmark make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-benchmark' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-benchmark' Making all in utils/qemu-boot make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-boot' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-boot' Making all in utils/qemu-speed-test make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-speed-test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-speed-test' Making all in po-docs make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' Making all in ja make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/ja' POD guestfish.1 POD guestfs.3 POD guestfs-building.1 POD guestfs-erlang.3 POD guestfs-examples.3 POD guestfs-faq.1 POD guestfs-hacking.1 POD guestfs-internals.1 POD guestfs-golang.3 POD guestfs-java.3 POD guestfs-lua.3 POD guestfs-ocaml.3 POD guestfs-performance.1 POD guestfs-perl.3 POD guestfs-python.3 POD guestfs-recipes.1 POD guestfs-release-notes.1 POD guestfs-ruby.3 POD guestfs-security.1 POD guestfs-testing.1 POD guestfsd.8 POD guestmount.1 POD guestunmount.1 POD libguestfs-make-fixed-appliance.1 POD libguestfs-test-tool.1 POD libguestfs-tools.conf.5 POD virt-alignment-scan.1 POD virt-builder.1 POD virt-cat.1 POD virt-copy-in.1 POD virt-copy-out.1 POD virt-customize.1 POD virt-df.1 POD virt-dib.1 POD virt-diff.1 POD virt-edit.1 POD virt-filesystems.1 POD virt-format.1 POD virt-get-kernel.1 POD virt-index-validate.1 POD virt-inspector.1 POD virt-list-filesystems.1 POD virt-list-partitions.1 POD virt-log.1 POD virt-ls.1 POD virt-make-fs.1 POD virt-p2v-make-disk.1 POD virt-p2v.1 POD virt-p2v-make-kickstart.1 POD virt-rescue.1 POD virt-resize.1 POD virt-sparsify.1 POD virt-sysprep.1 POD virt-tar.1 POD virt-tar-in.1 POD virt-tar-out.1 POD virt-v2v.1 POD virt-v2v-test-harness.1 POD virt-win-reg.1 make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/ja' Making all in uk make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/uk' POD guestfish.1 POD guestfs-building.1 POD guestfs.3 POD guestfs-erlang.3 POD guestfs-examples.3 POD guestfs-faq.1 POD guestfs-hacking.1 POD guestfs-internals.1 POD guestfs-golang.3 POD guestfs-java.3 POD guestfs-lua.3 POD guestfs-ocaml.3 POD guestfs-performance.1 POD guestfs-perl.3 POD guestfs-python.3 POD guestfs-recipes.1 POD guestfs-release-notes.1 POD guestfs-ruby.3 POD guestfs-security.1 POD guestfs-testing.1 POD guestfsd.8 POD guestmount.1 POD guestunmount.1 POD libguestfs-make-fixed-appliance.1 POD libguestfs-test-tool.1 POD libguestfs-tools.conf.5 POD virt-alignment-scan.1 POD virt-builder.1 POD virt-cat.1 POD virt-copy-in.1 POD virt-copy-out.1 POD virt-customize.1 POD virt-df.1 POD virt-dib.1 POD virt-diff.1 POD virt-edit.1 POD virt-filesystems.1 POD virt-format.1 POD virt-get-kernel.1 POD virt-index-validate.1 POD virt-inspector.1 POD virt-list-filesystems.1 POD virt-list-partitions.1 POD virt-log.1 POD virt-ls.1 POD virt-make-fs.1 POD virt-p2v.1 POD virt-p2v-make-disk.1 POD virt-p2v-make-kickstart.1 POD virt-rescue.1 POD virt-resize.1 POD virt-sparsify.1 POD virt-sysprep.1 POD virt-tar.1 POD virt-tar-in.1 POD virt-tar-out.1 POD virt-v2v.1 POD virt-v2v-test-harness.1 POD virt-win-reg.1 make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/uk' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs' cp README website/README.txt cp TODO website/TODO.txt perl /var/tmp/tmpE7NtPf/libguestfs/podwrapper.pl \ --section 1 \ --man podwrapper.1-t \ --license GPLv2+ \ --warning safe \ podwrapper.pl mv podwrapper.1-t podwrapper.1 make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs' GEN public-submodule-commit Making check in generator make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/generator' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/generator' Making check in tests/qemu make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' PASS: qemu-liveness.sh PASS: qemu-snapshot-isolation.sh PASS: qemu-force-tcg.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/qemu' Making check in test-data make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' Making check in binaries make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/binaries' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/binaries' Making check in blank-disks make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/blank-disks' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/blank-disks' Making check in phony-guests make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/phony-guests' make blank-disk.img blank-part.img blank-fs.img blank-bootroot.img blank-bootrootlv.img debian.img fedora.img fedora-md1.img fedora-md2.img fedora-btrfs.img ubuntu.img archlinux.img coreos.img windows.img guests-all-good.xml make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/phony-guests' rm -f blank-disk.img blank-disk.img-t ../../run guestfish \ -N blank-disk.img-t="$(echo blank-disk.img | /usr/bin/sed -e 's/blank-//' -e 's/.img//')" exit mv blank-disk.img-t blank-disk.img rm -f blank-part.img blank-part.img-t ../../run guestfish \ -N blank-part.img-t="$(echo blank-part.img | /usr/bin/sed -e 's/blank-//' -e 's/.img//')" exit mv blank-part.img-t blank-part.img rm -f blank-fs.img blank-fs.img-t ../../run guestfish \ -N blank-fs.img-t="$(echo blank-fs.img | /usr/bin/sed -e 's/blank-//' -e 's/.img//')" exit mv blank-fs.img-t blank-fs.img rm -f blank-bootroot.img blank-bootroot.img-t ../../run guestfish \ -N blank-bootroot.img-t="$(echo blank-bootroot.img | /usr/bin/sed -e 's/blank-//' -e 's/.img//')" exit mv blank-bootroot.img-t blank-bootroot.img rm -f blank-bootrootlv.img blank-bootrootlv.img-t ../../run guestfish \ -N blank-bootrootlv.img-t="$(echo blank-bootrootlv.img | /usr/bin/sed -e 's/blank-//' -e 's/.img//')" exit mv blank-bootrootlv.img-t blank-bootrootlv.img SRCDIR=. ../../run --test ./make-debian-img.sh rm -f fedora-name.db fedora-name.db-t /usr/bin/db_load fedora-name.db-t < fedora-name.db.txt mv fedora-name.db-t fedora-name.db rm -f fedora-packages.db fedora-packages.db-t /usr/bin/db_load fedora-packages.db-t < fedora-packages.db.txt mv fedora-packages.db-t fedora-packages.db SRCDIR=. LAYOUT=partitions ../../run --test ./make-fedora-img.pl rm -f stamp-fedora-md.img SRCDIR=. LAYOUT=partitions-md ../../run --test ./make-fedora-img.pl touch stamp-fedora-md.img make[3]: Nothing to be done for 'fedora-md2.img'. SRCDIR=. LAYOUT=btrfs ../../run --test ./make-fedora-img.pl SRCDIR=. ../../run --test ./make-ubuntu-img.sh SRCDIR=. ../../run --test ./make-archlinux-img.sh SRCDIR=. ../../run --test ./make-coreos-img.sh rm -f windows-software windows-software-t cp ./minimal-hive windows-software-t hivexregedit --merge windows-software-t --prefix 'HKEY_LOCAL_MACHINE\SOFTWARE' windows-software.reg mv windows-software-t windows-software rm -f windows-system windows-system-t cp ./minimal-hive windows-system-t hivexregedit --merge windows-system-t --prefix 'HKEY_LOCAL_MACHINE\SYSTEM' windows-system.reg mv windows-system-t windows-system SRCDIR=. ../../run --test ./make-windows-img.sh rm -f guests-all-good.xml guests-all-good.xml-t ./make-guests-all-good.pl blank-disk.img blank-part.img blank-fs.img blank-bootroot.img blank-bootrootlv.img debian.img fedora.img fedora-md1.img fedora-md2.img fedora-btrfs.img ubuntu.img archlinux.img coreos.img windows.img > guests-all-good.xml-t mv guests-all-good.xml-t guests-all-good.xml make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/phony-guests' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/phony-guests' Making check in fake-virtio-win make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virtio-win' make fake-virtio-win.iso make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virtio-win' /usr/bin/genisoimage -J -r -o fake-virtio-win.iso cd Using VIRTI000.VFD;1 for /virtio-win-1.7.4_x86.vfd (virtio-win-1.7.4_amd64.vfd) Using QEMU_000.MSI;1 for cd/guest-agent/qemu-ga-x86.msi (qemu-ga-x64.msi) Total translation table size: 0 Total rockridge attributes bytes: 64719 Total directory bytes: 278528 Path table size(bytes): 1754 Max brk space used 8b000 882 extents written (1 MB) make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virtio-win' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virtio-win' Making check in fake-virt-tools make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virt-tools' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/fake-virt-tools' Making check in files make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/files' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data/files' Making check in . make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-data' Making check in gnulib/lib make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make check-recursive make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/lib' Making check in gnulib/tests make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make check-recursive make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' Making check in . make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make libtests.a test-accept test-accept4 test-alloca-opt test-areadlink test-areadlinkat test-argmatch test-arpa_inet test-base64 test-binary-io test-bind test-bitrotate test-btowc test-byteswap test-c-ctype test-c-strcasecmp test-c-strncasecmp test-chdir test-cloexec test-close test-connect test-ctype test-dirent-safer test-dirent test-dup test-dup2 test-dup3 test-environ test-errno test-fchdir test-fcntl-h test-fcntl-safer test-fcntl test-fdopen test-fdopendir test-fgetc test-filevercmp test-float test-fnmatch test-fpending test-fputc test-fread test-fstat test-fstatat test-ftell test-ftell3 test-ftello test-ftello3 test-ftello4 test-ftruncate test-futimens test-fwrite test-getaddrinfo test-getcwd-lgpl test-getcwd test-getdelim test-getdtablesize test-getline test-getopt-gnu test-getopt-posix test-getprogname test-getsockname test-getsockopt test-gettimeofday test-glob test-hash test-i-ring test-iconv test-ignore-value test-inet_ntop test-inet_pton test-intprops test-inttostr test -inttypes test-ioctl test-isatty test-isblank test-langinfo test-limits-h test-listen test-locale test-localeconv test-localename test-rwlock1 test-lock test-lseek test-lstat test-malloca test-mbrtowc test-mbrtowc-w32 test-mbsinit test-mbsrtowcs test-memchr test-memmem test-memrchr test-nanosleep test-netdb test-netinet_in test-nonblocking-pipe-main test-nonblocking-pipe-child test-nonblocking-socket-main test-nonblocking-socket-child test-nonblocking test-open test-openat-safer test-openat test-pathmax test-perror test-perror2 test-pipe test-pipe2 test-posix_spawn_file_actions_addclose test-posix_spawn_file_actions_adddup2 test-posix_spawn_file_actions_addopen test-posix_spawn1 test-posix_spawn2 test-pread test-priv-set test-ptsname_r test-quotearg-simple test-raise test-rawmemchr test-read-file test-read test-readlink test-readlinkat test-rmdir test-sched test-select test-select-fd test-select-stdin test-setenv test-setlocale1 test-setlocale2 test-setsockopt test-sigaction test-si gnal-h test-sigprocmask test-sleep test-snprintf test-sockets test-spawn test-stat test-stat-time test-statat test-stdalign test-stdbool test-stddef test-stdint test-stdio test-stdlib test-strchrnul test-strerror test-strerror_r test-string test-strnlen test-strtoll test-strtoull test-strtoumax test-symlink test-symlinkat test-sys_ioctl test-sys_select test-sys_socket test-sys_stat test-sys_time test-sys_types test-sys_uio test-sys_wait test-thread_self test-thread_create test-time test-timespec test-ttyname_r test-dup-safer test-unistd test-unlink test-unlinkat test-unsetenv test-usleep test-utime-h test-utime test-utimens test-vasnprintf test-vasprintf test-verify test-vsnprintf test-wchar test-wcrtomb test-wcrtomb-w32 test-wctype-h test-write test-xalloc-die test-xstrtol test-xstrtoul test-xstrtoll test-xstrtoull test-xstrtoumax test-xvasprintf make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' CC dtotimespec.o CC fatal-signal.o CC fd-safer-flag.o CC dup-safer-flag.o CC imaxtostr.o CC inttostr.o CC offtostr.o CC uinttostr.o CC umaxtostr.o CC localename.o CC priv-set.o CC sig-handler.o CC statat.o CC timespec-add.o CC timespec-sub.o CC unlinkdir.o CC utimecmp.o CC wait-process.o CC nanosleep.o CC test-accept.o CC test-accept4.o CC test-alloca-opt.o CC test-areadlink.o CC test-areadlinkat.o CC test-argmatch.o CC test-arpa_inet.o CC test-base64.o CC test-binary-io.o CC test-bind.o CC test-bitrotate.o CC test-btowc.o CC test-byteswap.o CC test-c-ctype.o CC test-c-strcasecmp.o CC test-c-strncasecmp.o CC test-chdir.o CC test-cloexec.o CC test-close.o CC test-connect.o CC test-ctype.o CC test-dirent-safer.o CC test-dirent.o CC test-dup.o CC test-dup2.o CC test-environ.o CC test-dup3.o CC test-errno.o CC test-fchdir.o CC test-fcntl-h.o CC test-fcntl-safer.o CC test-fcntl.o CC test-fdopen.o CC test-fdopendir.o CC test-fgetc.o CC test-filevercmp.o CC test-float.o CC test-fnmatch.o CC test-fpending.o CC test-fputc.o CC test-fread.o CC test-fstat.o CC test-fstatat.o CC test-ftell.o CC test-ftell3.o CC test-ftello.o CC test-ftello3.o CC test-ftello4.o CC test-ftruncate.o CC test-futimens.o CC test-fwrite.o CC test-getaddrinfo.o CC test-getcwd-lgpl.o CC test-getcwd.o CC test-getdtablesize.o CC test-getdelim.o CC test-getline.o CC test-getopt-gnu.o CC test-getopt-posix.o CC test-getprogname.o CC test-getsockname.o CC test-getsockopt.o CC test-gettimeofday.o CC test-glob.o CC test-hash.o CC test-i-ring.o CC test-iconv.o CC test-ignore-value.o CC test-inet_ntop.o CC test-inet_pton.o CC test-intprops.o CC test-inttostr.o CC test-inttypes.o CC test-ioctl.o CC test-isatty.o CC test-isblank.o CC test-langinfo.o CC test-limits-h.o CC test-listen.o CC test-locale.o CC test-localeconv.o CC test-localename.o CC test-rwlock1.o CC test-lock.o CC test-lseek.o CC test-lstat.o CC test-malloca.o CC test-mbrtowc.o CC test-mbrtowc-w32.o CC test-mbsinit.o CC test-mbsrtowcs.o CC test-memchr.o CC test-memmem.o CC test-memrchr.o CC test-nanosleep.o CC test-netdb.o CC test-netinet_in.o CC test-nonblocking-pipe-main.o CC test-nonblocking-pipe-child.o CC test-nonblocking-socket-main.o CC test-nonblocking-socket-child.o CC test-nonblocking.o CC test-open.o CC test-openat-safer.o CC test-openat.o CC test-pathmax.o CC test-perror.o CC test-perror2.o CC test-pipe.o CC test-pipe2.o CC test-posix_spawn_file_actions_addclose.o CC test-posix_spawn_file_actions_adddup2.o CC test-posix_spawn_file_actions_addopen.o CC test-posix_spawn1.o CC test-posix_spawn2.o CC test-pread.o CC test-priv-set.o CC test-ptsname_r.o CC test-quotearg-simple.o CC test-raise.o CC test-rawmemchr.o CC test-read-file.o CC test-read.o CC test-readlink.o CC test-readlinkat.o CC test-rmdir.o CC test-sched.o CC test-select.o CC test-select-fd.o CC test-select-stdin.o CC test-setenv.o CC test-setlocale1.o CC test-setlocale2.o CC test-setsockopt.o CC test-sigaction.o CC test-signal-h.o CC test-sigprocmask.o CC test-sleep.o CC test-snprintf.o CC test-sockets.o CC test-spawn.o CC test-stat.o CC test-stat-time.o CC test-statat.o CC test-stdalign.o CC test-stdbool.o CC test-stddef.o CC test-stdint.o CC test-stdio.o CC test-stdlib.o CC test-strchrnul.o CC test-strerror.o CC test-strerror_r.o CC test-string.o CC test-strnlen.o CC test-strtoll.o CC test-strtoull.o CC test-strtoumax.o CC test-symlink.o CC test-symlinkat.o CC test-sys_select.o CC test-sys_ioctl.o CC test-sys_socket.o CC test-sys_stat.o CC test-sys_time.o CC test-sys_types.o CC test-sys_uio.o CC test-sys_wait.o CC test-thread_self.o CC test-thread_create.o CC test-time.o CC test-timespec.o CC test-ttyname_r.o CC test-dup-safer.o CC test-unistd.o CC test-unlink.o CC test-unlinkat.o CC test-unsetenv.o CC test-usleep.o CC test-utime-h.o CC test-utime.o CC test-utimens.o CC test-vasnprintf.o CC test-vasprintf.o CC test-verify.o CC test-vsnprintf.o CC test-wchar.o CC test-wcrtomb.o CC test-wcrtomb-w32.o CC test-wctype-h.o CC test-write.o CC test-xalloc-die.o CC test-xstrtol.o CC test-xstrtoul.o CC test-xstrtoll.o CC test-xstrtoull.o CC test-xstrtoumax.o CC test-xvasprintf.o CC glthread/thread.o AR libtests.a CCLD test-accept CCLD test-accept4 CCLD test-alloca-opt CCLD test-areadlink CCLD test-areadlinkat CCLD test-argmatch CCLD test-arpa_inet CCLD test-base64 CCLD test-binary-io CCLD test-bind CCLD test-bitrotate CCLD test-btowc CCLD test-byteswap CCLD test-c-ctype CCLD test-c-strcasecmp CCLD test-c-strncasecmp CCLD test-chdir CCLD test-cloexec CCLD test-close CCLD test-connect CCLD test-ctype CCLD test-dirent-safer CCLD test-dirent CCLD test-dup CCLD test-dup2 CCLD test-dup3 CCLD test-environ CCLD test-errno CCLD test-fchdir CCLD test-fcntl-h CCLD test-fcntl-safer CCLD test-fcntl CCLD test-fdopen CCLD test-fdopendir CCLD test-fgetc CCLD test-filevercmp CCLD test-float CCLD test-fnmatch CCLD test-fpending CCLD test-fputc CCLD test-fread CCLD test-fstat CCLD test-fstatat CCLD test-ftell CCLD test-ftell3 CCLD test-ftello CCLD test-ftello3 CCLD test-ftello4 CCLD test-ftruncate CCLD test-futimens CCLD test-fwrite CCLD test-getaddrinfo CCLD test-getcwd-lgpl CCLD test-getcwd CCLD test-getdelim CCLD test-getdtablesize CCLD test-getline CCLD test-getopt-gnu CCLD test-getopt-posix CCLD test-getprogname CCLD test-getsockname CCLD test-getsockopt CCLD test-glob CCLD test-gettimeofday CCLD test-hash CCLD test-i-ring CCLD test-iconv CCLD test-ignore-value CCLD test-inet_ntop CCLD test-inet_pton CCLD test-intprops CCLD test-inttostr CCLD test-inttypes CCLD test-ioctl CCLD test-isatty CCLD test-isblank CCLD test-langinfo CCLD test-limits-h CCLD test-listen CCLD test-locale CCLD test-localeconv CCLD test-localename CCLD test-rwlock1 CCLD test-lock CCLD test-lseek CCLD test-lstat CCLD test-malloca CCLD test-mbrtowc CCLD test-mbrtowc-w32 CCLD test-mbsinit CCLD test-mbsrtowcs CCLD test-memchr CCLD test-memmem CCLD test-memrchr CCLD test-nanosleep CCLD test-netdb CCLD test-netinet_in CCLD test-nonblocking-pipe-main CCLD test-nonblocking-pipe-child CCLD test-nonblocking-socket-main CCLD test-nonblocking-socket-child CCLD test-nonblocking CCLD test-open CCLD test-openat-safer CCLD test-openat CCLD test-pathmax CCLD test-perror CCLD test-perror2 CCLD test-pipe CCLD test-pipe2 CCLD test-posix_spawn_file_actions_addclose CCLD test-posix_spawn_file_actions_adddup2 CCLD test-posix_spawn_file_actions_addopen CCLD test-posix_spawn1 CCLD test-posix_spawn2 CCLD test-pread CCLD test-priv-set CCLD test-ptsname_r CCLD test-quotearg-simple CCLD test-raise CCLD test-rawmemchr CCLD test-read-file CCLD test-read CCLD test-readlink CCLD test-readlinkat CCLD test-rmdir CCLD test-sched CCLD test-select CCLD test-select-fd CCLD test-select-stdin CCLD test-setenv CCLD test-setlocale1 CCLD test-setlocale2 CCLD test-setsockopt CCLD test-sigaction CCLD test-signal-h CCLD test-sigprocmask CCLD test-sleep CCLD test-snprintf CCLD test-sockets CCLD test-spawn CCLD test-stat CCLD test-stat-time CCLD test-statat CCLD test-stdalign CCLD test-stdbool CCLD test-stddef CCLD test-stdint CCLD test-stdio CCLD test-stdlib CCLD test-strchrnul CCLD test-strerror CCLD test-strerror_r CCLD test-string CCLD test-strnlen CCLD test-strtoll CCLD test-strtoull CCLD test-strtoumax CCLD test-symlink CCLD test-symlinkat CCLD test-sys_ioctl CCLD test-sys_select CCLD test-sys_socket CCLD test-sys_stat CCLD test-sys_time CCLD test-sys_types CCLD test-sys_uio CCLD test-sys_wait CCLD test-thread_self CCLD test-thread_create CCLD test-time CCLD test-timespec CCLD test-ttyname_r CCLD test-unistd CCLD test-dup-safer CCLD test-unlink CCLD test-unlinkat CCLD test-unsetenv CCLD test-usleep CCLD test-utime-h CCLD test-utime CCLD test-utimens CCLD test-vasnprintf CCLD test-vasprintf CCLD test-verify CCLD test-vsnprintf CCLD test-wchar CCLD test-wcrtomb CCLD test-wcrtomb-w32 CCLD test-wctype-h CCLD test-write CCLD test-xalloc-die CCLD test-xstrtol CCLD test-xstrtoul CCLD test-xstrtoll CCLD test-xstrtoull CCLD test-xstrtoumax CCLD test-xvasprintf make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make check-TESTS make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[5]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' PASS: test-accept PASS: test-accept4 PASS: test-areadlinkat PASS: test-alloca-opt PASS: test-areadlink PASS: test-argmatch PASS: test-arpa_inet PASS: test-base64 PASS: test-bind PASS: test-bitrotate PASS: test-binary-io.sh PASS: test-btowc1.sh PASS: test-byteswap PASS: test-c-ctype PASS: test-btowc2.sh PASS: test-cloexec PASS: test-chdir PASS: test-c-strcase.sh PASS: test-close PASS: test-connect PASS: test-dirent-safer PASS: test-ctype PASS: test-dirent PASS: test-dup PASS: test-dup2 PASS: test-dup3 PASS: test-environ PASS: test-errno PASS: test-fchdir PASS: test-fcntl-h PASS: test-fcntl-safer PASS: test-fdopendir PASS: test-fdopen PASS: test-fcntl PASS: test-fgetc PASS: test-filevercmp PASS: test-float PASS: test-fnmatch PASS: test-fread PASS: test-fputc PASS: test-fpending.sh PASS: test-fstat PASS: test-fstatat PASS: test-ftell3 PASS: test-ftell2.sh PASS: test-ftell.sh PASS: test-ftello3 PASS: test-ftello2.sh PASS: test-ftello.sh PASS: test-ftruncate.sh PASS: test-ftello4.sh PASS: test-fwrite PASS: test-getcwd-lgpl PASS: test-futimens PASS: test-getdtablesize PASS: test-getdelim PASS: test-getline PASS: test-getopt-gnu PASS: test-getopt-posix PASS: test-getprogname PASS: test-getsockname PASS: test-getsockopt PASS: test-gettimeofday PASS: test-glob PASS: test-i-ring PASS: test-iconv PASS: test-inet_ntop PASS: test-ignore-value PASS: test-inet_pton PASS: test-intprops PASS: test-inttostr PASS: test-ioctl PASS: test-inttypes PASS: test-isatty PASS: test-isblank PASS: test-langinfo PASS: test-getcwd.sh PASS: test-listen PASS: test-limits-h PASS: test-locale PASS: test-localeconv PASS: test-getaddrinfo PASS: test-localename PASS: test-lseek.sh PASS: test-lstat PASS: test-rwlock1 PASS: test-mbrtowc1.sh PASS: test-malloca PASS: test-mbrtowc2.sh PASS: test-mbrtowc3.sh PASS: test-mbrtowc4.sh SKIP: test-mbrtowc-w32-1.sh PASS: test-mbrtowc5.sh SKIP: test-mbrtowc-w32-2.sh SKIP: test-mbrtowc-w32-3.sh SKIP: test-mbrtowc-w32-5.sh PASS: test-mbsinit.sh SKIP: test-mbrtowc-w32-4.sh PASS: test-mbsrtowcs2.sh PASS: test-mbsrtowcs1.sh PASS: test-mbsrtowcs4.sh PASS: test-mbsrtowcs3.sh PASS: test-memrchr PASS: test-memmem PASS: test-netdb PASS: test-netinet_in PASS: test-hash PASS: test-memchr PASS: test-nonblocking PASS: test-open PASS: test-openat-safer PASS: test-openat PASS: test-pathmax PASS: test-perror.sh PASS: test-perror2 PASS: test-pipe PASS: test-pipe2 PASS: test-posix_spawn_file_actions_addclose PASS: test-posix_spawn_file_actions_adddup2 PASS: test-posix_spawn_file_actions_addopen PASS: test-posix_spawn1 PASS: test-posix_spawn2 PASS: test-pread.sh PASS: test-priv-set PASS: test-ptsname_r PASS: test-quotearg-simple PASS: test-raise PASS: test-rawmemchr PASS: test-read-file PASS: test-read PASS: test-readlink PASS: test-readlinkat PASS: test-rmdir PASS: test-sched PASS: test-select PASS: test-nanosleep PASS: test-select-out.sh PASS: test-setenv PASS: test-setlocale1.sh PASS: test-setlocale2.sh PASS: test-setsockopt PASS: test-sigaction PASS: test-signal-h PASS: test-select-in.sh PASS: test-lock PASS: test-snprintf PASS: test-sockets PASS: test-spawn PASS: test-stat PASS: test-stat-time PASS: test-statat PASS: test-stdalign PASS: test-stdbool PASS: test-stddef PASS: test-stdint PASS: test-stdio PASS: test-stdlib PASS: test-strchrnul PASS: test-strerror PASS: test-strerror_r PASS: test-string PASS: test-strnlen PASS: test-strtoll PASS: test-strtoull PASS: test-strtoumax PASS: test-symlink PASS: test-symlinkat PASS: test-sys_ioctl PASS: test-sys_select PASS: test-sys_socket PASS: test-sys_stat PASS: test-sys_time PASS: test-sys_types PASS: test-sys_uio PASS: test-sys_wait PASS: test-init.sh PASS: test-thread_self PASS: test-thread_create PASS: test-time PASS: test-timespec PASS: test-ttyname_r PASS: test-dup-safer PASS: test-unistd PASS: test-unlink PASS: test-unlinkat PASS: test-unsetenv PASS: test-sigprocmask PASS: test-utime-h PASS: test-utime PASS: test-utimens PASS: test-vasnprintf PASS: test-vasprintf PASS: test-vc-list-files-git.sh SKIP: test-vc-list-files-cvs.sh PASS: test-verify PASS: test-usleep PASS: test-vsnprintf PASS: test-wchar PASS: test-wcrtomb.sh SKIP: test-wcrtomb-w32-1.sh SKIP: test-wcrtomb-w32-2.sh SKIP: test-wcrtomb-w32-3.sh SKIP: test-wcrtomb-w32-4.sh SKIP: test-wcrtomb-w32-5.sh PASS: test-wctype-h PASS: test-write PASS: test-xalloc-die.sh PASS: test-xstrtol.sh PASS: test-xstrtoll.sh PASS: test-xstrtoumax.sh PASS: test-xvasprintf PASS: test-sleep PASS: test-verify.sh PASS: test-nonblocking-pipe.sh PASS: test-nonblocking-socket.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 215 # PASS: 204 # SKIP: 11 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[5]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gnulib/tests' Making check in common/errnostring make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' make check-am make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/errnostring' Making check in common/protocol make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' make check-am make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/protocol' Making check in common/qemuopts make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' make qemuopts-tests make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' CC qemuopts_tests-qemuopts-tests.o CCLD qemuopts-tests make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' PASS: qemuopts-tests ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/qemuopts' Making check in common/utils make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' make check-am make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/utils' Making check in lib make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make check-am make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make unit-tests make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lib' CC unit_tests-unit-tests.o CCLD unit-tests make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make check-TESTS make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lib' PASS: unit-tests ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lib' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lib' Making check in docs make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/docs' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/docs' Making check in examples make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/examples' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/examples' Making check in po make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po' Making check in daemon make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' make check-am make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/daemon' Making check in tests/daemon make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' make captive-daemon.pm make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' make[2]: 'captive-daemon.pm' is up to date. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' PASS: test-daemon-start.pl PASS: test-btrfs.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/daemon' Making check in appliance make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/appliance' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/appliance' Making check in tests/c-api make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make check-am make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make tests test-command test-just-header test-create-handle test-config test-add-drive-opts test-last-errno test-backend-settings test-private-data test-user-cancel test-debug-to-file test-environment test-pwd test-event-string test-dlopen test-just-header-cxx test-add-libvirt-dom make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' CC tests-tests.o CC tests-tests-main.o CC test-command.o CC test_just_header-test-just-header.o CC test_create_handle-test-create-handle.o CC test_config-test-config.o CC test_add_drive_opts-test-add-drive-opts.o CC test_last_errno-test-last-errno.o CC test_backend_settings-test-backend-settings.o CC test_private_data-test-private-data.o CC test_user_cancel-test-user-cancel.o CC test_debug_to_file-test-debug-to-file.o CC test_environment-test-environment.o CC test-pwd.o CC test_event_string-test-event-string.o CC test_dlopen-test-dlopen.o CXX test_just_header_cxx-test-just-header-cxx.o CC test_add_libvirt_dom-test-add-libvirt-dom.o cc1plus: warning: command line option '-Wbad-function-cast' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wdesignated-init' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wdiscarded-array-qualifiers' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wdiscarded-qualifiers' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wduplicate-decl-specifier' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wimplicit' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wimplicit-function-declaration' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wimplicit-int' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wincompatible-pointer-types' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wint-conversion' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wjump-misses-init' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wmissing-parameter-type' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wmissing-prototypes' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wnested-externs' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wold-style-declaration' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wold-style-definition' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Woverride-init' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wpointer-sign' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wpointer-to-int-cast' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ CCLD test-command CCLD test-just-header CCLD test-create-handle CCLD test-config CCLD test-add-drive-opts CCLD test-last-errno CCLD test-backend-settings CCLD test-private-data CCLD test-user-cancel CCLD test-debug-to-file CCLD test-environment CCLD test-pwd CCLD test-event-string CCLD test-dlopen CXXLD test-just-header-cxx CCLD test-add-libvirt-dom CCLD tests make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make check-TESTS make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-just-header PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-create-handle PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-config PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-add-drive-opts PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-backend-settings PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-private-data PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-environment PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-last-errno PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-user-cancel PASS: test-dlopen PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-event-string PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-debug-to-file PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-just-header-cxx PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-test-add-libvirt-dom PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/c-api/.libs/lt-tests ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 15 # PASS: 15 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/c-api' Making check in tests/tmpdirs make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' PASS: test-tmpdirs.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tmpdirs' Making check in tests/protocol make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' make test-error-messages make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' CC test_error_messages-test-error-messages.o CCLD test-error-messages make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' PASS: test-both-ends-cancel.sh PASS: test-cancellation-upload-daemoncancels.sh PASS: test-cancellation-download-librarycancels.sh PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/protocol/.libs/lt-test-error-messages PASS: test-qemudie-killsub.sh PASS: test-qemudie-synch.sh PASS: test-launch-race.pl PASS: test-qemudie-midcommand.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 8 # PASS: 8 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/protocol' Making check in tests/events make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' make test-libvirt-auth-callbacks make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' CC test_libvirt_auth_callbacks-test-libvirt-auth-callbacks.o CCLD test-libvirt-auth-callbacks make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/events/.libs/lt-test-libvirt-auth-callbacks PASS: test-console-debug.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/events' Making check in tests/parallel make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' make test-parallel make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' CC test_parallel-test-parallel.o CCLD test-parallel make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' SKIP: /var/tmp/tmpE7NtPf/libguestfs/tests/parallel/.libs/lt-test-parallel ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 0 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/parallel' Making check in tests/create make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' PASS: test-disk-create.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/create' Making check in tests/disks make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' make test-add-disks make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' CC test_add_disks-test-add-disks.o CCLD test-add-disks make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' SKIP: test-255-disks.sh SKIP: test-max-disks.sh PASS: test-qemu-drive-libvirt.sh PASS: test-qemu-drive.sh PASS: test-add-lots-of-disks.sh PASS: test-27-disks.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 6 # PASS: 4 # SKIP: 2 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disks' Making check in tests/discard make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' PASS: test-blkdiscard.pl PASS: test-discard.pl PASS: test-fstrim.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/discard' Making check in tests/mountable make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' make test-internal-parse-mountable make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' CC test_internal_parse_mountable-test-internal-parse-mountable.o CCLD test-internal-parse-mountable make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/mountable/.libs/lt-test-internal-parse-mountable PASS: test-mountable-inspect.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mountable' Making check in tests/network make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' PASS: test-network.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/network' Making check in tests/lvm make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' PASS: test-lvm-mapping.pl PASS: test-lvm-filtering.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/lvm' Making check in tests/luks make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' PASS: test-luks-list.sh PASS: test-luks.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/luks' Making check in tests/md make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' PASS: test-list-filesystems.sh PASS: test-list-md-devices.sh PASS: test-mdadm.sh PASS: test-inspect-fstab-md.sh PASS: test-inspect-fstab.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 5 # PASS: 5 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/md' Making check in tests/selinux make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' SKIP: test-selinux-fuse.sh PASS: test-selinux-direct.sh PASS: test-xattrs-direct.sh PASS: test-xattrs-fuse.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 4 # PASS: 3 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/selinux' Making check in tests/relabel make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' PASS: test-relabel.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relabel' Making check in tests/ntfs make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' PASS: test-ntfscat.sh PASS: test-ntfsclone.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/ntfs' Making check in tests/btrfs make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' PASS: test-btrfs-misc.pl PASS: test-btrfs-subvolume-default.pl PASS: test-btrfs-replace.sh PASS: test-btrfs-devices.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 4 # PASS: 4 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/btrfs' Making check in tests/xfs make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' SKIP: test-xfs-misc.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 0 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xfs' Making check in tests/charsets make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' make test-charset-fidelity make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' CC test_charset_fidelity-test-charset-fidelity.o CCLD test-charset-fidelity make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/charsets/.libs/lt-test-charset-fidelity ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/charsets' Making check in tests/xml make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' make libfakevirtxml.la make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' CC libfakevirtxml_la-fake-libvirt-xml.lo CCLD libfakevirtxml.la make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' PASS: rhbz701814.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/xml' Making check in tests/mount-local make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' make test-parallel-mount-local make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' CC test_parallel_mount_local-test-parallel-mount-local.o CCLD test-parallel-mount-local make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' SKIP: /var/tmp/tmpE7NtPf/libguestfs/tests/mount-local/.libs/lt-test-parallel-mount-local ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 0 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/mount-local' Making check in tests/9p make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' PASS: test-9p.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/9p' Making check in tests/rsync make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' PASS: test-rsync.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/rsync' Making check in tests/bigdirs make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' SKIP: test-big-dirs.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 0 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/bigdirs' Making check in tests/disk-labels make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' PASS: test-disk-labels.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/disk-labels' Making check in tests/hotplug make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' SKIP: test-hot-remove.pl SKIP: test-hot-add.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 0 # SKIP: 2 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/hotplug' Making check in tests/nbd make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' PASS: test-nbd.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/nbd' Making check in tests/http make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/http' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/http' Making check in tests/syslinux make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' SKIP: test-extlinux.sh SKIP: test-syslinux.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 0 # SKIP: 2 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/syslinux' Making check in tests/journal make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' PASS: test-journal.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/journal' Making check in tests/relative-paths make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' PASS: test-relative-paths.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/relative-paths' Making check in tests/gdisk make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' PASS: test-expand-gpt.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/gdisk' Making check in tests/regressions make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' make rhbz501893 rhbz790721 rhbz914931 rhbz1055452 test-big-heap make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' CC rhbz501893-rhbz501893.o CC rhbz790721-rhbz790721.o CC rhbz914931-rhbz914931.o CC rhbz1055452-rhbz1055452.o CC test_big_heap-test-big-heap.o CCLD rhbz501893 CCLD rhbz914931 CCLD rhbz1055452 CCLD test-big-heap CCLD rhbz790721 make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/regressions/.libs/lt-rhbz501893 PASS: rhbz563450b.sh PASS: rhbz503169c13.sh PASS: rhbz563450.sh PASS: rhbz557655.sh PASS: rhbz576879.sh PASS: rhbz578407.sh PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/regressions/.libs/lt-rhbz790721 PASS: rhbz580246.sh PASS: rhbz789960.sh PASS: rhbz690819.sh PASS: rhbz602997.sh PASS: rhbz895904.sh PASS: rhbz957772.sh PASS: rhbz1001875.sh PASS: rhbz975797.sh PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/regressions/.libs/lt-rhbz1055452 PASS: rhbz1054761.sh PASS: rhbz1091803.sh PASS: rhbz1175196.sh PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/regressions/.libs/lt-rhbz914931 PASS: rhbz1011907-1165785.sh PASS: rhbz1174551.sh PASS: /var/tmp/tmpE7NtPf/libguestfs/tests/regressions/.libs/lt-test-big-heap PASS: rhbz1232192.sh PASS: test-noexec-stack.pl SKIP: rhbz909624.sh SKIP: rhbz1044014.sh PASS: rhbz811649.sh PASS: rhbz1370424.sh PASS: rhbz1285847.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 31 # PASS: 29 # SKIP: 2 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/regressions' Making check in tests/tsk make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' SKIP: test-filesystem-walk.sh SKIP: test-find-inode.sh PASS: test-download-inode.sh PASS: test-download-blocks.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 4 # PASS: 2 # SKIP: 2 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/tsk' Making check in tests/yara make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' SKIP: test-yara-scan.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 0 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tests/yara' Making check in common/edit make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/edit' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/edit' Making check in common/options make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/options' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/options' Making check in common/parallel make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/parallel' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/parallel' Making check in common/progress make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/progress' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/progress' Making check in common/visit make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/visit' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/visit' Making check in common/windows make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/windows' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/windows' Making check in test-tool make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/test-tool' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/test-tool' Making check in fish make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make check-am make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make check-TESTS make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fish' PASS: test-escapes.sh PASS: test-events.sh PASS: test-docs.sh PASS: test-a.sh PASS: test-invalid-params.sh PASS: test-add-uri.sh PASS: test-tilde.sh PASS: test-d.sh PASS: test-add-domain.sh PASS: test-file-attrs.sh PASS: test-edit.sh PASS: test-find0.sh PASS: test-copy.sh PASS: test-read-file.sh PASS: test-inspect.sh PASS: test-glob.sh PASS: test-remote-events.sh PASS: test-prep.sh PASS: test-remote.sh PASS: test-run.sh PASS: test-upload-to-dir.sh PASS: test-stringlist.sh PASS: test-reopen.sh PASS: test-mount-local.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 24 # PASS: 24 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fish' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fish' Making check in align make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/align' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/align' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/align' PASS: test-virt-alignment-scan-docs.sh PASS: test-virt-alignment-scan.sh PASS: test-virt-alignment-scan-guests.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/align' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/align' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/align' Making check in cat make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/cat' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/cat' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/cat' PASS: test-docs.sh PASS: test-virt-filesystems.sh PASS: test-virt-cat.sh PASS: test-virt-ls.sh PASS: test-virt-log.sh PASS: test-virt-tail.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 6 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/cat' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/cat' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/cat' Making check in diff make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/diff' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/diff' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/diff' PASS: test-virt-diff-docs.sh PASS: test-virt-diff.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/diff' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/diff' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/diff' Making check in df make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/df' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/df' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/df' PASS: test-virt-df-docs.sh PASS: test-virt-df.sh PASS: test-virt-df-guests.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/df' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/df' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/df' Making check in edit make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/edit' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/edit' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/edit' PASS: test-virt-edit-docs.sh PASS: test-virt-edit.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/edit' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/edit' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/edit' Making check in format make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/format' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/format' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/format' PASS: test-virt-format-docs.sh PASS: test-virt-format.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/format' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/format' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/format' Making check in inspector make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' PASS: test-xmllint.sh PASS: test-virt-inspector-docs.sh PASS: test-virt-inspector.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/inspector' Making check in make-fs make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' PASS: test-virt-make-fs-docs.sh PASS: test-virt-make-fs.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/make-fs' Making check in rescue make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' PASS: test-virt-rescue-docs.sh PASS: test-virt-rescue-suggest.sh PASS: test-virt-rescue.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/rescue' Making check in common/miniexpect make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/common/miniexpect' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/common/miniexpect' Making check in p2v make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make check-am make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make check-TESTS make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' SKIP: test-virt-p2v-pxe.sh PASS: test-virt-p2v-cmdline.sh PASS: test-virt-p2v-docs.sh PASS: test-virt-p2v.sh PASS: test-virt-p2v-nbdkit.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 5 # PASS: 4 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/p2v' Making check in bash make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/bash' test . != . && cd . && cp guestfish guestmount virt-alignment-scan virt-rescue virt-v2v virt-v2v-copy-to-local /var/tmp/tmpE7NtPf/libguestfs/bash/ make[1]: [Makefile:2323: all-local] Error 1 (ignored) make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/bash' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/bash' PASS: test-complete-in-script.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/bash' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/bash' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/bash' Making check in perl make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/perl' ./Build Building Sys-Guestfs make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/perl' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/perl' PASS: run-bindtests PASS: run-perl-tests ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/perl' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/perl' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/perl' Making check in perl/examples make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/perl/examples' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/perl/examples' Making check in ocaml make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' make bindtests.bc t/guestfs_010_load.bc t/guestfs_020_create.bc t/guestfs_030_create_flags.bc t/guestfs_040_create_multiple.bc t/guestfs_050_handle_properties.bc t/guestfs_060_explicit_close.bc t/guestfs_065_implicit_close.bc t/guestfs_070_optargs.bc t/guestfs_080_version.bc t/guestfs_410_close_event.bc t/guestfs_420_log_messages.bc t/guestfs_100_launch.bc t/guestfs_430_progress_messages.bc t/guestfs_010_load.opt t/guestfs_020_create.opt t/guestfs_030_create_flags.opt t/guestfs_040_create_multiple.opt t/guestfs_050_handle_properties.opt t/guestfs_060_explicit_close.opt t/guestfs_065_implicit_close.opt t/guestfs_070_optargs.opt t/guestfs_080_version.opt t/guestfs_410_close_event.opt t/guestfs_420_log_messages.opt t/guestfs_100_launch.opt t/guestfs_430_progress_messages.opt bindtests.opt make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' OCAMLC bindtests.cmo OCAMLC t/guestfs_010_load.cmo OCAMLC t/guestfs_020_create.cmo OCAMLC t/guestfs_030_create_flags.cmo OCAMLC t/guestfs_040_create_multiple.cmo OCAMLC t/guestfs_050_handle_properties.cmo OCAMLC t/guestfs_060_explicit_close.cmo OCAMLC t/guestfs_065_implicit_close.cmo OCAMLC t/guestfs_070_optargs.cmo OCAMLC t/guestfs_080_version.cmo OCAMLC t/guestfs_410_close_event.cmo OCAMLC t/guestfs_420_log_messages.cmo OCAMLC t/guestfs_100_launch.cmo OCAMLC t/guestfs_430_progress_messages.cmo OCAMLOPT t/guestfs_010_load.cmx OCAMLOPT t/guestfs_020_create.cmx OCAMLOPT t/guestfs_030_create_flags.cmx OCAMLOPT t/guestfs_040_create_multiple.cmx OCAMLOPT t/guestfs_050_handle_properties.cmx OCAMLOPT t/guestfs_060_explicit_close.cmx OCAMLOPT t/guestfs_065_implicit_close.cmx OCAMLOPT t/guestfs_070_optargs.cmx OCAMLOPT t/guestfs_080_version.cmx OCAMLOPT t/guestfs_410_close_event.cmx OCAMLOPT t/guestfs_420_log_messages.cmx OCAMLOPT t/guestfs_100_launch.cmx OCAMLOPT t/guestfs_430_progress_messages.cmx OCAMLOPT bindtests.cmx OCAMLC bindtests.bc OCAMLC t/guestfs_010_load.bc OCAMLC t/guestfs_020_create.bc OCAMLC t/guestfs_030_create_flags.bc OCAMLC t/guestfs_040_create_multiple.bc OCAMLC t/guestfs_050_handle_properties.bc OCAMLC t/guestfs_060_explicit_close.bc OCAMLC t/guestfs_065_implicit_close.bc OCAMLC t/guestfs_070_optargs.bc OCAMLC t/guestfs_080_version.bc OCAMLC t/guestfs_410_close_event.bc OCAMLC t/guestfs_420_log_messages.bc OCAMLC t/guestfs_100_launch.bc OCAMLC t/guestfs_430_progress_messages.bc OCAMLOPT t/guestfs_010_load.opt OCAMLOPT t/guestfs_020_create.opt OCAMLOPT t/guestfs_030_create_flags.opt OCAMLOPT t/guestfs_040_create_multiple.opt OCAMLOPT t/guestfs_050_handle_properties.opt OCAMLOPT t/guestfs_060_explicit_close.opt OCAMLOPT t/guestfs_065_implicit_close.opt OCAMLOPT t/guestfs_070_optargs.opt OCAMLOPT t/guestfs_080_version.opt OCAMLOPT t/guestfs_410_close_event.opt OCAMLOPT t/guestfs_420_log_messages.opt OCAMLOPT t/guestfs_100_launch.opt OCAMLOPT t/guestfs_430_progress_messages.opt OCAMLOPT bindtests.opt make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' PASS: t/guestfs_030_create_flags.bc PASS: t/guestfs_040_create_multiple.bc PASS: t/guestfs_020_create.bc PASS: t/guestfs_010_load.bc PASS: run-bindtests PASS: t/guestfs_060_explicit_close.bc PASS: t/guestfs_050_handle_properties.bc PASS: t/guestfs_065_implicit_close.bc PASS: t/guestfs_080_version.bc PASS: t/guestfs_070_optargs.bc PASS: t/guestfs_420_log_messages.bc PASS: t/guestfs_410_close_event.bc PASS: t/guestfs_010_load.opt PASS: t/guestfs_030_create_flags.opt PASS: t/guestfs_020_create.opt PASS: t/guestfs_040_create_multiple.opt PASS: t/guestfs_050_handle_properties.opt PASS: t/guestfs_060_explicit_close.opt PASS: t/guestfs_065_implicit_close.opt PASS: t/guestfs_080_version.opt PASS: t/guestfs_070_optargs.opt PASS: t/guestfs_100_launch.bc PASS: t/guestfs_410_close_event.opt PASS: t/guestfs_420_log_messages.opt PASS: t/guestfs_100_launch.opt PASS: t/guestfs_430_progress_messages.bc PASS: t/guestfs_430_progress_messages.opt ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 27 # PASS: 27 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml' Making check in ocaml/examples make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml/examples' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ocaml/examples' Making check in python make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/python' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/python' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/python' PASS: run-bindtests PASS: run-python-tests ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/python' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/python' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/python' Making check in python/examples make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/python/examples' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/python/examples' Making check in ruby make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' PASS: run-bindtests PASS: run-ruby-tests ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ruby' Making check in ruby/examples make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/ruby/examples' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/ruby/examples' Making check in java make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java' make check-am make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java' make Bindtests.class Bindtests.class t/GuestFS010Load.class t/GuestFS020Create.class t/GuestFS030CreateFlags.class t/GuestFS040CreateMultiple.class t/GuestFS050HandleProperties.class t/GuestFS070OptArgs.class t/GuestFS100Launch.class t/GuestFS410CloseEvent.class t/GuestFS420LogMessages.class t/GuestFS430ProgressMessages.class t/GuestFS800RHBZ1073906.class make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java' JAVAC Bindtests.class JAVAC t/GuestFS010Load.class JAVAC t/GuestFS020Create.class JAVAC t/GuestFS030CreateFlags.class JAVAC t/GuestFS040CreateMultiple.class JAVAC t/GuestFS050HandleProperties.class JAVAC t/GuestFS070OptArgs.class JAVAC t/GuestFS100Launch.class JAVAC t/GuestFS410CloseEvent.class JAVAC t/GuestFS420LogMessages.class JAVAC t/GuestFS430ProgressMessages.class JAVAC t/GuestFS800RHBZ1073906.class make[3]: 'Bindtests.class' is up to date. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java' make check-TESTS make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java' make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java' PASS: run-bindtests PASS: run-java-tests ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java' Making check in java/examples make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/java/examples' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/java/examples' Making check in php make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/php' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/php' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/php' PASS: run-php-tests.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/php' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/php' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/php' Making check in erlang make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' PASS: tests/010-load.erl PASS: tests/030-config.erl PASS: run-bindtests PASS: tests/070-optargs.erl PASS: tests/060-readdir.erl PASS: tests/050-lvcreate.erl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 6 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/erlang' Making check in erlang/examples make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/erlang/examples' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/erlang/examples' Making check in lua make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lua' ln -sf .libs/libluaguestfs.so guestfs.so make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lua' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lua' PASS: tests/010-load.lua PASS: tests/015-globals.lua PASS: run-bindtests PASS: tests/020-create.lua PASS: tests/025-create-flags.lua PASS: tests/070-optargs.lua PASS: tests/027-create-multiple.lua PASS: tests/030-config.lua PASS: tests/400-events.lua PASS: tests/900-errors.lua PASS: tests/060-readdir.lua PASS: tests/050-lvcreate.lua PASS: tests/400-progress.lua ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 13 # PASS: 13 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lua' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lua' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lua' Making check in lua/examples make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/lua/examples' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/lua/examples' Making check in gobject make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make check-recursive make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' Making check in . make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make check-TESTS make[4]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make[5]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' SKIP: run-tests PASS: run-tests-retvalues PASS: run-live-tests ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 3 # PASS: 2 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[5]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make[4]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' Making check in docs make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/gobject/docs' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject/docs' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/gobject' Making check in csharp make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/csharp' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/csharp' Making check in mllib make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' make getopt_tests common_utils_tests JSON_tests visit_tests make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' CC getopt_tests-dummy.o OCAMLOPT getopt_tests.cmx CC common_utils_tests-dummy.o CC dummy.o OCAMLOPT common_utils_tests.cmx OCAMLOPT JSON_tests.cmx OCAMLOPT visit_tests.cmx GEN getopt_tests GEN JSON_tests File "visit_tests.ml", line 111, characters 25-31: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) File "visit_tests.ml", line 119, characters 16-23: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) GEN common_utils_tests GEN visit_tests make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' PASS: JSON_tests PASS: common_utils_tests PASS: visit_tests PASS: test-getopt.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 4 # PASS: 4 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/mllib' Making check in customize make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/customize' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/customize' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/customize' rm -f test-firstboot-rhel-4.9.sh test-firstboot-rhel-4.9.sh-t rm -f test-firstboot-rhel-5.11.sh test-firstboot-rhel-5.11.sh-t rm -f test-firstboot-rhel-6.8.sh test-firstboot-rhel-6.8.sh-t f=`echo "test-firstboot-rhel-4.9.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-rhel-4.9.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-rhel-4.9.sh-t f=`echo "test-firstboot-rhel-5.11.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-rhel-5.11.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-rhel-5.11.sh-t f=`echo "test-firstboot-rhel-6.8.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-rhel-6.8.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-rhel-6.8.sh-t chmod 0755 test-firstboot-rhel-5.11.sh-t chmod 0755 test-firstboot-rhel-6.8.sh-t chmod 0755 test-firstboot-rhel-4.9.sh-t mv test-firstboot-rhel-5.11.sh-t test-firstboot-rhel-5.11.sh mv test-firstboot-rhel-6.8.sh-t test-firstboot-rhel-6.8.sh mv test-firstboot-rhel-4.9.sh-t test-firstboot-rhel-4.9.sh rm -f test-firstboot-rhel-7.2.sh test-firstboot-rhel-7.2.sh-t rm -f test-firstboot-debian-6.sh test-firstboot-debian-6.sh-t f=`echo "test-firstboot-rhel-7.2.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-rhel-7.2.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-rhel-7.2.sh-t f=`echo "test-firstboot-debian-6.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-debian-6.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-debian-6.sh-t chmod 0755 test-firstboot-rhel-7.2.sh-t rm -f test-firstboot-debian-7.sh test-firstboot-debian-7.sh-t f=`echo "test-firstboot-debian-7.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-debian-7.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-debian-7.sh-t mv test-firstboot-rhel-7.2.sh-t test-firstboot-rhel-7.2.sh chmod 0755 test-firstboot-debian-6.sh-t rm -f test-firstboot-debian-8.sh test-firstboot-debian-8.sh-t chmod 0755 test-firstboot-debian-7.sh-t mv test-firstboot-debian-6.sh-t test-firstboot-debian-6.sh f=`echo "test-firstboot-debian-8.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-debian-8.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-debian-8.sh-t mv test-firstboot-debian-7.sh-t test-firstboot-debian-7.sh rm -f test-firstboot-fedora-25.sh test-firstboot-fedora-25.sh-t f=`echo "test-firstboot-fedora-25.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-fedora-25.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-fedora-25.sh-t rm -f test-firstboot-ubuntu-10.04.sh test-firstboot-ubuntu-10.04.sh-t chmod 0755 test-firstboot-debian-8.sh-t f=`echo "test-firstboot-ubuntu-10.04.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-ubuntu-10.04.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-ubuntu-10.04.sh-t mv test-firstboot-debian-8.sh-t test-firstboot-debian-8.sh rm -f test-firstboot-ubuntu-12.04.sh test-firstboot-ubuntu-12.04.sh-t chmod 0755 test-firstboot-fedora-25.sh-t chmod 0755 test-firstboot-ubuntu-10.04.sh-t f=`echo "test-firstboot-ubuntu-12.04.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-ubuntu-12.04.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-ubuntu-12.04.sh-t mv test-firstboot-fedora-25.sh-t test-firstboot-fedora-25.sh mv test-firstboot-ubuntu-10.04.sh-t test-firstboot-ubuntu-10.04.sh rm -f test-firstboot-ubuntu-14.04.sh test-firstboot-ubuntu-14.04.sh-t rm -f test-firstboot-ubuntu-16.04.sh test-firstboot-ubuntu-16.04.sh-t f=`echo "test-firstboot-ubuntu-14.04.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-ubuntu-14.04.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-ubuntu-14.04.sh-t f=`echo "test-firstboot-ubuntu-16.04.sh" | /usr/bin/sed 's/test-firstboot-\(.*\).sh/\1/'`; \ echo 'script=test-firstboot-ubuntu-16.04.sh exec $srcdir/test-firstboot.sh' "$f" > test-firstboot-ubuntu-16.04.sh-t chmod 0755 test-firstboot-ubuntu-12.04.sh-t mv test-firstboot-ubuntu-12.04.sh-t test-firstboot-ubuntu-12.04.sh chmod 0755 test-firstboot-ubuntu-16.04.sh-t rm -f test-password-centos-7.2.sh test-password-centos-7.2.sh-t mv test-firstboot-ubuntu-16.04.sh-t test-firstboot-ubuntu-16.04.sh f=`echo "test-password-centos-7.2.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-centos-7.2.sh exec $srcdir/test-password.pl' "$f" > test-password-centos-7.2.sh-t chmod 0755 test-firstboot-ubuntu-14.04.sh-t rm -f test-password-debian-6.sh test-password-debian-6.sh-t mv test-firstboot-ubuntu-14.04.sh-t test-firstboot-ubuntu-14.04.sh f=`echo "test-password-debian-6.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-debian-6.sh exec $srcdir/test-password.pl' "$f" > test-password-debian-6.sh-t rm -f test-password-debian-7.sh test-password-debian-7.sh-t chmod 0755 test-password-centos-7.2.sh-t f=`echo "test-password-debian-7.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-debian-7.sh exec $srcdir/test-password.pl' "$f" > test-password-debian-7.sh-t mv test-password-centos-7.2.sh-t test-password-centos-7.2.sh chmod 0755 test-password-debian-6.sh-t rm -f test-password-debian-8.sh test-password-debian-8.sh-t mv test-password-debian-6.sh-t test-password-debian-6.sh chmod 0755 test-password-debian-7.sh-t f=`echo "test-password-debian-8.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-debian-8.sh exec $srcdir/test-password.pl' "$f" > test-password-debian-8.sh-t rm -f test-password-fedora-25.sh test-password-fedora-25.sh-t mv test-password-debian-7.sh-t test-password-debian-7.sh f=`echo "test-password-fedora-25.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-fedora-25.sh exec $srcdir/test-password.pl' "$f" > test-password-fedora-25.sh-t rm -f test-password-rhel-3.9.sh test-password-rhel-3.9.sh-t f=`echo "test-password-rhel-3.9.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-rhel-3.9.sh exec $srcdir/test-password.pl' "$f" > test-password-rhel-3.9.sh-t chmod 0755 test-password-debian-8.sh-t mv test-password-debian-8.sh-t test-password-debian-8.sh rm -f test-password-rhel-4.9.sh test-password-rhel-4.9.sh-t f=`echo "test-password-rhel-4.9.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-rhel-4.9.sh exec $srcdir/test-password.pl' "$f" > test-password-rhel-4.9.sh-t chmod 0755 test-password-rhel-4.9.sh-t chmod 0755 test-password-rhel-3.9.sh-t mv test-password-rhel-4.9.sh-t test-password-rhel-4.9.sh mv test-password-rhel-3.9.sh-t test-password-rhel-3.9.sh chmod 0755 test-password-fedora-25.sh-t rm -f test-password-rhel-5.11.sh test-password-rhel-5.11.sh-t mv test-password-fedora-25.sh-t test-password-fedora-25.sh f=`echo "test-password-rhel-5.11.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-rhel-5.11.sh exec $srcdir/test-password.pl' "$f" > test-password-rhel-5.11.sh-t rm -f test-password-rhel-6.9.sh test-password-rhel-6.9.sh-t rm -f test-password-rhel-7.2.sh test-password-rhel-7.2.sh-t f=`echo "test-password-rhel-6.9.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-rhel-6.9.sh exec $srcdir/test-password.pl' "$f" > test-password-rhel-6.9.sh-t f=`echo "test-password-rhel-7.2.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-rhel-7.2.sh exec $srcdir/test-password.pl' "$f" > test-password-rhel-7.2.sh-t chmod 0755 test-password-rhel-5.11.sh-t chmod 0755 test-password-rhel-6.9.sh-t chmod 0755 test-password-rhel-7.2.sh-t mv test-password-rhel-5.11.sh-t test-password-rhel-5.11.sh mv test-password-rhel-6.9.sh-t test-password-rhel-6.9.sh mv test-password-rhel-7.2.sh-t test-password-rhel-7.2.sh rm -f test-password-ubuntu-10.04.sh test-password-ubuntu-10.04.sh-t rm -f test-password-ubuntu-12.04.sh test-password-ubuntu-12.04.sh-t f=`echo "test-password-ubuntu-10.04.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-ubuntu-10.04.sh exec $srcdir/test-password.pl' "$f" > test-password-ubuntu-10.04.sh-t f=`echo "test-password-ubuntu-12.04.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-ubuntu-12.04.sh exec $srcdir/test-password.pl' "$f" > test-password-ubuntu-12.04.sh-t rm -f test-password-ubuntu-14.04.sh test-password-ubuntu-14.04.sh-t chmod 0755 test-password-ubuntu-12.04.sh-t f=`echo "test-password-ubuntu-14.04.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-ubuntu-14.04.sh exec $srcdir/test-password.pl' "$f" > test-password-ubuntu-14.04.sh-t mv test-password-ubuntu-12.04.sh-t test-password-ubuntu-12.04.sh chmod 0755 test-password-ubuntu-10.04.sh-t rm -f test-password-ubuntu-16.04.sh test-password-ubuntu-16.04.sh-t chmod 0755 test-password-ubuntu-14.04.sh-t mv test-password-ubuntu-10.04.sh-t test-password-ubuntu-10.04.sh f=`echo "test-password-ubuntu-16.04.sh" | /usr/bin/sed 's/test-password-\(.*\).sh/\1/'`; \ echo 'script=test-password-ubuntu-16.04.sh exec $srcdir/test-password.pl' "$f" > test-password-ubuntu-16.04.sh-t mv test-password-ubuntu-14.04.sh-t test-password-ubuntu-14.04.sh rm -f test-settings-rhel-4.9.sh test-settings-rhel-4.9.sh-t rm -f test-settings-rhel-5.11.sh test-settings-rhel-5.11.sh-t f=`echo "test-settings-rhel-4.9.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-rhel-4.9.sh exec $srcdir/test-settings.sh' "$f" > test-settings-rhel-4.9.sh-t chmod 0755 test-password-ubuntu-16.04.sh-t f=`echo "test-settings-rhel-5.11.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-rhel-5.11.sh exec $srcdir/test-settings.sh' "$f" > test-settings-rhel-5.11.sh-t mv test-password-ubuntu-16.04.sh-t test-password-ubuntu-16.04.sh rm -f test-settings-rhel-6.8.sh test-settings-rhel-6.8.sh-t f=`echo "test-settings-rhel-6.8.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-rhel-6.8.sh exec $srcdir/test-settings.sh' "$f" > test-settings-rhel-6.8.sh-t chmod 0755 test-settings-rhel-5.11.sh-t mv test-settings-rhel-5.11.sh-t test-settings-rhel-5.11.sh chmod 0755 test-settings-rhel-4.9.sh-t rm -f test-settings-rhel-7.2.sh test-settings-rhel-7.2.sh-t mv test-settings-rhel-4.9.sh-t test-settings-rhel-4.9.sh f=`echo "test-settings-rhel-7.2.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-rhel-7.2.sh exec $srcdir/test-settings.sh' "$f" > test-settings-rhel-7.2.sh-t rm -f test-settings-debian-6.sh test-settings-debian-6.sh-t f=`echo "test-settings-debian-6.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-debian-6.sh exec $srcdir/test-settings.sh' "$f" > test-settings-debian-6.sh-t chmod 0755 test-settings-rhel-7.2.sh-t chmod 0755 test-settings-debian-6.sh-t chmod 0755 test-settings-rhel-6.8.sh-t mv test-settings-rhel-7.2.sh-t test-settings-rhel-7.2.sh mv test-settings-debian-6.sh-t test-settings-debian-6.sh mv test-settings-rhel-6.8.sh-t test-settings-rhel-6.8.sh rm -f test-settings-debian-7.sh test-settings-debian-7.sh-t rm -f test-settings-debian-8.sh test-settings-debian-8.sh-t f=`echo "test-settings-debian-7.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-debian-7.sh exec $srcdir/test-settings.sh' "$f" > test-settings-debian-7.sh-t f=`echo "test-settings-debian-8.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-debian-8.sh exec $srcdir/test-settings.sh' "$f" > test-settings-debian-8.sh-t rm -f test-settings-fedora-25.sh test-settings-fedora-25.sh-t f=`echo "test-settings-fedora-25.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-fedora-25.sh exec $srcdir/test-settings.sh' "$f" > test-settings-fedora-25.sh-t chmod 0755 test-settings-debian-7.sh-t mv test-settings-debian-7.sh-t test-settings-debian-7.sh rm -f test-settings-ubuntu-10.04.sh test-settings-ubuntu-10.04.sh-t f=`echo "test-settings-ubuntu-10.04.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-ubuntu-10.04.sh exec $srcdir/test-settings.sh' "$f" > test-settings-ubuntu-10.04.sh-t chmod 0755 test-settings-debian-8.sh-t chmod 0755 test-settings-ubuntu-10.04.sh-t chmod 0755 test-settings-fedora-25.sh-t mv test-settings-debian-8.sh-t test-settings-debian-8.sh mv test-settings-ubuntu-10.04.sh-t test-settings-ubuntu-10.04.sh mv test-settings-fedora-25.sh-t test-settings-fedora-25.sh rm -f test-settings-ubuntu-12.04.sh test-settings-ubuntu-12.04.sh-t rm -f test-settings-ubuntu-14.04.sh test-settings-ubuntu-14.04.sh-t f=`echo "test-settings-ubuntu-12.04.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-ubuntu-12.04.sh exec $srcdir/test-settings.sh' "$f" > test-settings-ubuntu-12.04.sh-t rm -f test-settings-ubuntu-16.04.sh test-settings-ubuntu-16.04.sh-t f=`echo "test-settings-ubuntu-14.04.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-ubuntu-14.04.sh exec $srcdir/test-settings.sh' "$f" > test-settings-ubuntu-14.04.sh-t f=`echo "test-settings-ubuntu-16.04.sh" | /usr/bin/sed 's/test-settings-\(.*\).sh/\1/'`; \ echo 'script=test-settings-ubuntu-16.04.sh exec $srcdir/test-settings.sh' "$f" > test-settings-ubuntu-16.04.sh-t chmod 0755 test-settings-ubuntu-14.04.sh-t mv test-settings-ubuntu-14.04.sh-t test-settings-ubuntu-14.04.sh chmod 0755 test-settings-ubuntu-12.04.sh-t mv test-settings-ubuntu-12.04.sh-t test-settings-ubuntu-12.04.sh chmod 0755 test-settings-ubuntu-16.04.sh-t mv test-settings-ubuntu-16.04.sh-t test-settings-ubuntu-16.04.sh SKIP: test-firstboot-rhel-4.9.sh SKIP: test-firstboot-rhel-6.8.sh PASS: test-virt-customize-docs.sh SKIP: test-firstboot-rhel-5.11.sh SKIP: test-firstboot-debian-7.sh SKIP: test-firstboot-rhel-7.2.sh SKIP: test-firstboot-debian-8.sh SKIP: test-firstboot-debian-6.sh SKIP: test-firstboot-ubuntu-14.04.sh SKIP: test-firstboot-ubuntu-10.04.sh SKIP: test-firstboot-fedora-25.sh SKIP: test-firstboot-ubuntu-12.04.sh SKIP: test-firstboot-ubuntu-16.04.sh SKIP: test-password-centos-7.2.sh SKIP: test-password-debian-6.sh SKIP: test-password-debian-7.sh SKIP: test-password-debian-8.sh SKIP: test-password-fedora-25.sh SKIP: test-password-rhel-3.9.sh SKIP: test-password-rhel-4.9.sh SKIP: test-password-rhel-5.11.sh SKIP: test-password-rhel-6.9.sh SKIP: test-password-ubuntu-10.04.sh SKIP: test-password-rhel-7.2.sh SKIP: test-password-ubuntu-14.04.sh SKIP: test-password-ubuntu-12.04.sh SKIP: test-password-ubuntu-16.04.sh SKIP: test-settings-rhel-4.9.sh SKIP: test-settings-rhel-6.8.sh SKIP: test-settings-rhel-5.11.sh SKIP: test-settings-rhel-7.2.sh SKIP: test-settings-debian-6.sh SKIP: test-settings-debian-7.sh SKIP: test-settings-debian-8.sh SKIP: test-settings-fedora-25.sh SKIP: test-settings-ubuntu-10.04.sh SKIP: test-settings-ubuntu-12.04.sh SKIP: test-settings-ubuntu-14.04.sh SKIP: test-settings-ubuntu-16.04.sh PASS: test-virt-customize.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 40 # PASS: 2 # SKIP: 38 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/customize' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/customize' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/customize' Making check in builder make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder' make yajl_tests debian.xz fedora.xz ubuntu.xz windows.xz fedora.qcow2 fedora.qcow2.xz make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder' CC yajl_tests-yajl-c.o OCAMLOPT yajl_tests.cmx rm -f debian.xz debian.xz-t xz --best -c ../test-data/phony-guests/debian.img > debian.xz-t rm -f fedora.xz fedora.xz-t rm -f ubuntu.xz ubuntu.xz-t xz --best -c ../test-data/phony-guests/fedora.img > fedora.xz-t xz --best -c ../test-data/phony-guests/ubuntu.img > ubuntu.xz-t rm -f windows.xz windows.xz-t xz --best -c ../test-data/phony-guests/windows.img > windows.xz-t rm -f fedora.qcow2 fedora.qcow2-t qemu-img convert -f raw -O qcow2 ../test-data/phony-guests/fedora.img fedora.qcow2-t mv fedora.qcow2-t fedora.qcow2 GEN yajl_tests rm -f fedora.qcow2.xz fedora.qcow2.xz-t xz --best -c fedora.qcow2 > fedora.qcow2.xz-t mv fedora.qcow2.xz-t fedora.qcow2.xz mv ubuntu.xz-t ubuntu.xz mv debian.xz-t debian.xz mv windows.xz-t windows.xz mv fedora.xz-t fedora.xz make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder' rm -f test-console-centos-7.2.sh test-console-centos-7.2.sh-t rm -f test-console-rhel-6.8.sh test-console-rhel-6.8.sh-t f=`echo "test-console-centos-7.2.sh" | /usr/bin/sed 's/test-console-\(.*\).sh/\1/'`; \ echo 'script=test-console-centos-7.2.sh exec $srcdir/test-console.sh' "$f" > test-console-centos-7.2.sh-t f=`echo "test-console-rhel-6.8.sh" | /usr/bin/sed 's/test-console-\(.*\).sh/\1/'`; \ echo 'script=test-console-rhel-6.8.sh exec $srcdir/test-console.sh' "$f" > test-console-rhel-6.8.sh-t chmod 0755 test-console-rhel-6.8.sh-t chmod 0755 test-console-centos-7.2.sh-t mv test-console-rhel-6.8.sh-t test-console-rhel-6.8.sh mv test-console-centos-7.2.sh-t test-console-centos-7.2.sh rm -f test-console-rhel-7.2.sh test-console-rhel-7.2.sh-t rm -f test-console-debian-7.sh test-console-debian-7.sh-t f=`echo "test-console-rhel-7.2.sh" | /usr/bin/sed 's/test-console-\(.*\).sh/\1/'`; \ echo 'script=test-console-rhel-7.2.sh exec $srcdir/test-console.sh' "$f" > test-console-rhel-7.2.sh-t f=`echo "test-console-debian-7.sh" | /usr/bin/sed 's/test-console-\(.*\).sh/\1/'`; \ echo 'script=test-console-debian-7.sh exec $srcdir/test-console.sh' "$f" > test-console-debian-7.sh-t chmod 0755 test-console-rhel-7.2.sh-t mv test-console-rhel-7.2.sh-t test-console-rhel-7.2.sh chmod 0755 test-console-debian-7.sh-t rm -f test-console-debian-8.sh test-console-debian-8.sh-t mv test-console-debian-7.sh-t test-console-debian-7.sh f=`echo "test-console-debian-8.sh" | /usr/bin/sed 's/test-console-\(.*\).sh/\1/'`; \ echo 'script=test-console-debian-8.sh exec $srcdir/test-console.sh' "$f" > test-console-debian-8.sh-t rm -f test-console-fedora-24.sh test-console-fedora-24.sh-t f=`echo "test-console-fedora-24.sh" | /usr/bin/sed 's/test-console-\(.*\).sh/\1/'`; \ echo 'script=test-console-fedora-24.sh exec $srcdir/test-console.sh' "$f" > test-console-fedora-24.sh-t chmod 0755 test-console-debian-8.sh-t mv test-console-debian-8.sh-t test-console-debian-8.sh rm -f test-console-ubuntu-12.04.sh test-console-ubuntu-12.04.sh-t f=`echo "test-console-ubuntu-12.04.sh" | /usr/bin/sed 's/test-console-\(.*\).sh/\1/'`; \ echo 'script=test-console-ubuntu-12.04.sh exec $srcdir/test-console.sh' "$f" > test-console-ubuntu-12.04.sh-t chmod 0755 test-console-fedora-24.sh-t chmod 0755 test-console-ubuntu-12.04.sh-t mv test-console-fedora-24.sh-t test-console-fedora-24.sh mv test-console-ubuntu-12.04.sh-t test-console-ubuntu-12.04.sh rm -f test-console-ubuntu-14.04.sh test-console-ubuntu-14.04.sh-t rm -f test-console-ubuntu-16.04.sh test-console-ubuntu-16.04.sh-t f=`echo "test-console-ubuntu-14.04.sh" | /usr/bin/sed 's/test-console-\(.*\).sh/\1/'`; \ echo 'script=test-console-ubuntu-14.04.sh exec $srcdir/test-console.sh' "$f" > test-console-ubuntu-14.04.sh-t f=`echo "test-console-ubuntu-16.04.sh" | /usr/bin/sed 's/test-console-\(.*\).sh/\1/'`; \ echo 'script=test-console-ubuntu-16.04.sh exec $srcdir/test-console.sh' "$f" > test-console-ubuntu-16.04.sh-t chmod 0755 test-console-ubuntu-14.04.sh-t chmod 0755 test-console-ubuntu-16.04.sh-t mv test-console-ubuntu-14.04.sh-t test-console-ubuntu-14.04.sh mv test-console-ubuntu-16.04.sh-t test-console-ubuntu-16.04.sh PASS: test-virt-index-validate.sh SKIP: test-virt-builder-planner.sh PASS: test-virt-builder-docs.sh PASS: test-virt-builder-list.sh PASS: test-virt-builder-list-simplestreams.sh SKIP: test-console-centos-7.2.sh SKIP: test-console-rhel-6.8.sh PASS: yajl_tests SKIP: test-console-rhel-7.2.sh SKIP: test-console-debian-7.sh SKIP: test-console-debian-8.sh SKIP: test-console-fedora-24.sh SKIP: test-console-ubuntu-12.04.sh SKIP: test-console-ubuntu-16.04.sh SKIP: test-console-ubuntu-14.04.sh PASS: test-virt-builder.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 16 # PASS: 6 # SKIP: 10 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder' Making check in builder/templates make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' PASS: validate.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/builder/templates' Making check in get-kernel make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' PASS: test-virt-get-kernel-docs.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/get-kernel' Making check in resize make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/resize' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/resize' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/resize' PASS: test-virt-resize-docs.sh PASS: test-virt-resize.pl ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/resize' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/resize' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/resize' Making check in sparsify make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' PASS: test-virt-sparsify-docs.sh PASS: test-virt-sparsify-in-place.sh PASS: test-virt-sparsify.sh PASS: test-virt-sparsify-in-place-fstrim-unsupported.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 4 # PASS: 4 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sparsify' Making check in sysprep make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' PASS: test-virt-sysprep-docs.sh PASS: test-virt-sysprep-passwords.sh PASS: test-virt-sysprep-backup-files.sh PASS: test-virt-sysprep.sh PASS: test-virt-sysprep-script.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 5 # PASS: 5 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/sysprep' Making check in v2v make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' make v2v_unit_tests windows.vmdk make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' CC v2v_unit_tests-libvirt_utils-c.o CC v2v_unit_tests-qemuopts-c.o CC v2v_unit_tests-utils-c.o OCAMLOPT v2v_unit_tests.cmx rm -f windows.vmdk windows.vmdk-t if [ -s ../test-data/phony-guests/windows.img ]; then \ qemu-img convert -f raw ../test-data/phony-guests/windows.img -O vmdk windows.vmdk-t; \ mv windows.vmdk-t windows.vmdk; \ else \ touch windows.vmdk; \ fi GEN v2v_unit_tests make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' PASS: test-v2v-i-ova-good-checksums.sh PASS: test-v2v-docs.sh PASS: test-v2v-i-ova-bad-sha1.sh PASS: test-v2v-i-ova-bad-sha256.sh PASS: test-v2v-i-ova-formats.sh PASS: test-v2v-i-ova-gz.sh PASS: test-v2v-i-ova-invalid-manifest1.sh PASS: test-v2v-i-ova-invalid-manifest2.sh PASS: test-v2v-i-ova-subfolders.sh PASS: test-v2v-i-ova-tar.sh PASS: test-v2v-copy-to-local.sh PASS: test-v2v-i-ova-two-disks.sh PASS: test-v2v-i-vmx.sh PASS: v2v_unit_tests PASS: test-v2v-bad-networks-and-bridges.sh PASS: test-v2v-machine-readable.sh PASS: test-v2v-i-disk.sh PASS: test-v2v-cdrom.sh PASS: test-v2v-i-ova.sh PASS: test-v2v-windows-conversion.sh PASS: test-v2v-virtio-win-iso.sh PASS: test-v2v-floppy.sh PASS: test-v2v-networks-and-bridges.sh PASS: test-v2v-o-glance.sh PASS: test-v2v-in-place.sh PASS: test-v2v-o-null.sh PASS: test-v2v-o-libvirt.sh PASS: test-v2v-no-copy.sh PASS: test-v2v-o-qemu.sh PASS: test-v2v-o-rhv.sh PASS: test-v2v-print-source.sh PASS: test-v2v-o-vdsm-options.sh rm -f test-v2v-conversion-of-centos-6.sh test-v2v-conversion-of-centos-6.sh-t f=`echo "test-v2v-conversion-of-centos-6.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-centos-6.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-centos-6.sh-t chmod 0755 test-v2v-conversion-of-centos-6.sh-t mv test-v2v-conversion-of-centos-6.sh-t test-v2v-conversion-of-centos-6.sh rm -f test-v2v-conversion-of-centos-7.0.sh test-v2v-conversion-of-centos-7.0.sh-t f=`echo "test-v2v-conversion-of-centos-7.0.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-centos-7.0.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-centos-7.0.sh-t chmod 0755 test-v2v-conversion-of-centos-7.0.sh-t mv test-v2v-conversion-of-centos-7.0.sh-t test-v2v-conversion-of-centos-7.0.sh rm -f test-v2v-conversion-of-debian-6.sh test-v2v-conversion-of-debian-6.sh-t f=`echo "test-v2v-conversion-of-debian-6.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-debian-6.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-debian-6.sh-t chmod 0755 test-v2v-conversion-of-debian-6.sh-t mv test-v2v-conversion-of-debian-6.sh-t test-v2v-conversion-of-debian-6.sh rm -f test-v2v-conversion-of-debian-7.sh test-v2v-conversion-of-debian-7.sh-t f=`echo "test-v2v-conversion-of-debian-7.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-debian-7.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-debian-7.sh-t chmod 0755 test-v2v-conversion-of-debian-7.sh-t mv test-v2v-conversion-of-debian-7.sh-t test-v2v-conversion-of-debian-7.sh rm -f test-v2v-conversion-of-debian-8.sh test-v2v-conversion-of-debian-8.sh-t f=`echo "test-v2v-conversion-of-debian-8.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-debian-8.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-debian-8.sh-t chmod 0755 test-v2v-conversion-of-debian-8.sh-t mv test-v2v-conversion-of-debian-8.sh-t test-v2v-conversion-of-debian-8.sh rm -f test-v2v-conversion-of-fedora-20.sh test-v2v-conversion-of-fedora-20.sh-t PASS: test-v2v-oa-option.sh f=`echo "test-v2v-conversion-of-fedora-20.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-fedora-20.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-fedora-20.sh-t rm -f test-v2v-conversion-of-fedora-23.sh test-v2v-conversion-of-fedora-23.sh-t f=`echo "test-v2v-conversion-of-fedora-23.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-fedora-23.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-fedora-23.sh-t chmod 0755 test-v2v-conversion-of-fedora-20.sh-t mv test-v2v-conversion-of-fedora-20.sh-t test-v2v-conversion-of-fedora-20.sh rm -f test-v2v-conversion-of-rhel-5.10.sh test-v2v-conversion-of-rhel-5.10.sh-t f=`echo "test-v2v-conversion-of-rhel-5.10.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-rhel-5.10.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-rhel-5.10.sh-t chmod 0755 test-v2v-conversion-of-fedora-23.sh-t mv test-v2v-conversion-of-fedora-23.sh-t test-v2v-conversion-of-fedora-23.sh chmod 0755 test-v2v-conversion-of-rhel-5.10.sh-t mv test-v2v-conversion-of-rhel-5.10.sh-t test-v2v-conversion-of-rhel-5.10.sh rm -f test-v2v-conversion-of-rhel-6.8.sh test-v2v-conversion-of-rhel-6.8.sh-t rm -f test-v2v-conversion-of-rhel-7.0.sh test-v2v-conversion-of-rhel-7.0.sh-t f=`echo "test-v2v-conversion-of-rhel-6.8.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-rhel-6.8.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-rhel-6.8.sh-t f=`echo "test-v2v-conversion-of-rhel-7.0.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-rhel-7.0.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-rhel-7.0.sh-t chmod 0755 test-v2v-conversion-of-rhel-6.8.sh-t mv test-v2v-conversion-of-rhel-6.8.sh-t test-v2v-conversion-of-rhel-6.8.sh chmod 0755 test-v2v-conversion-of-rhel-7.0.sh-t mv test-v2v-conversion-of-rhel-7.0.sh-t test-v2v-conversion-of-rhel-7.0.sh rm -f test-v2v-conversion-of-rhel-7.2.sh test-v2v-conversion-of-rhel-7.2.sh-t rm -f test-v2v-conversion-of-ubuntu-10.04.sh test-v2v-conversion-of-ubuntu-10.04.sh-t f=`echo "test-v2v-conversion-of-rhel-7.2.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-rhel-7.2.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-rhel-7.2.sh-t f=`echo "test-v2v-conversion-of-ubuntu-10.04.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-ubuntu-10.04.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-ubuntu-10.04.sh-t chmod 0755 test-v2v-conversion-of-ubuntu-10.04.sh-t mv test-v2v-conversion-of-ubuntu-10.04.sh-t test-v2v-conversion-of-ubuntu-10.04.sh rm -f test-v2v-conversion-of-ubuntu-12.04.sh test-v2v-conversion-of-ubuntu-12.04.sh-t chmod 0755 test-v2v-conversion-of-rhel-7.2.sh-t f=`echo "test-v2v-conversion-of-ubuntu-12.04.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-ubuntu-12.04.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-ubuntu-12.04.sh-t mv test-v2v-conversion-of-rhel-7.2.sh-t test-v2v-conversion-of-rhel-7.2.sh rm -f test-v2v-conversion-of-ubuntu-14.04.sh test-v2v-conversion-of-ubuntu-14.04.sh-t f=`echo "test-v2v-conversion-of-ubuntu-14.04.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-ubuntu-14.04.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-ubuntu-14.04.sh-t chmod 0755 test-v2v-conversion-of-ubuntu-12.04.sh-t mv test-v2v-conversion-of-ubuntu-12.04.sh-t test-v2v-conversion-of-ubuntu-12.04.sh rm -f test-v2v-conversion-of-ubuntu-16.04.sh test-v2v-conversion-of-ubuntu-16.04.sh-t chmod 0755 test-v2v-conversion-of-ubuntu-14.04.sh-t f=`echo "test-v2v-conversion-of-ubuntu-16.04.sh" | /usr/bin/sed 's/test-v2v-conversion-of-\(.*\).sh/\1/'`; \ echo 'script=test-v2v-conversion-of-ubuntu-16.04.sh exec $srcdir/test-v2v-conversion-of.sh' "$f" > test-v2v-conversion-of-ubuntu-16.04.sh-t mv test-v2v-conversion-of-ubuntu-14.04.sh-t test-v2v-conversion-of-ubuntu-14.04.sh chmod 0755 test-v2v-conversion-of-ubuntu-16.04.sh-t mv test-v2v-conversion-of-ubuntu-16.04.sh-t test-v2v-conversion-of-ubuntu-16.04.sh SKIP: test-v2v-trim.sh SKIP: test-v2v-i-ova-as-root.sh PASS: test-v2v-of-option.sh SKIP: test-v2v-conversion-of-centos-6.sh SKIP: test-v2v-conversion-of-centos-7.0.sh SKIP: test-v2v-conversion-of-debian-6.sh SKIP: test-v2v-conversion-of-debian-7.sh SKIP: test-v2v-conversion-of-fedora-20.sh SKIP: test-v2v-conversion-of-debian-8.sh SKIP: test-v2v-conversion-of-fedora-23.sh SKIP: test-v2v-conversion-of-rhel-5.10.sh SKIP: test-v2v-conversion-of-rhel-6.8.sh SKIP: test-v2v-conversion-of-rhel-7.0.sh SKIP: test-v2v-conversion-of-rhel-7.2.sh SKIP: test-v2v-conversion-of-ubuntu-10.04.sh SKIP: test-v2v-conversion-of-ubuntu-14.04.sh SKIP: test-v2v-conversion-of-ubuntu-12.04.sh SKIP: test-v2v-conversion-of-ubuntu-16.04.sh PASS: test-v2v-on-option.sh PASS: test-v2v-sound.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 53 # PASS: 36 # SKIP: 17 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/v2v' Making check in v2v/test-harness make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/v2v/test-harness' Making check in dib make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/dib' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/dib' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/dib' PASS: test-virt-dib-docs.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/dib' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/dib' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/dib' Making check in tools make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tools' for f in tools/virt-list-filesystems tools/virt-list-partitions tools/virt-tar tools/virt-win-reg; do echo $f; done > ../po/POTFILES-pl make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tools' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/tools' PASS: test-virt-list-filesystems.sh PASS: test-virt-tar.sh ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tools' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tools' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/tools' Making check in fuse make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' make test-fuse test-guestmount-fd test-guestunmount-fd make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' CC test_fuse-test-fuse.o CC test_guestmount_fd-test-guestmount-fd.o CC test_guestunmount_fd-test-guestunmount-fd.o CCLD test-guestmount-fd CCLD test-guestunmount-fd CCLD test-fuse make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' make check-TESTS make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' make[3]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' SKIP: test-fuse-umount-race.sh PASS: test-guestunmount-not-mounted.sh PASS: test-docs.sh SKIP: /var/tmp/tmpE7NtPf/libguestfs/fuse/.libs/lt-test-guestmount-fd PASS: /var/tmp/tmpE7NtPf/libguestfs/fuse/.libs/lt-test-fuse PASS: /var/tmp/tmpE7NtPf/libguestfs/fuse/.libs/lt-test-guestunmount-fd ===========================================================================Testsuite summary for libguestfs 1.37.16 ===========================================================================# TOTAL: 6 # PASS: 4 # SKIP: 2 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ===========================================================================make[3]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/fuse' Making check in utils/boot-analysis make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-analysis' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-analysis' Making check in utils/boot-benchmark make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-benchmark' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/boot-benchmark' Making check in utils/qemu-boot make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-boot' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-boot' Making check in utils/qemu-speed-test make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-speed-test' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/utils/qemu-speed-test' Making check in po-docs make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' Making check in ja make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/ja' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/ja' Making check in uk make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/uk' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs/uk' make[2]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs/po-docs' make[1]: Entering directory '/var/tmp/tmpE7NtPf/libguestfs' make[1]: Leaving directory '/var/tmp/tmpE7NtPf/libguestfs'
Reasonably Related Threads
- [PATCH v2] v2v: docs: VDSM location of virt-v2v log file.
- [PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
- [PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
- [PATCH v2 0/3] common: Add a lightweight OCaml binding for PCRE.
- Re: libguestfs error