Re: "make rpm" failing with git head on RHEL6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 09/11/2011, at 9:52 AM, Eric Blake wrote:
> On 11/08/2011 02:37 AM, Justin Clift wrote:
>> 
>> Found the problem with the NEWS file.  It's because libxslt wasn't installed.
> 
> Should we be adding libxslt as a maintainer's prereq in bootstrap.conf?
> 
> That is, I think bootstrap.conf should require all packages necessary to create a functional tarball from libvirt.git, even if those packages are _not_ required to successfully build an already-available tarball.

That sounds like it will fix the problem, pretty much permanently (until further requirements happen).

Definitely in favour of that. :)


>> Still haven't found out the problem with probes.h though.  Now looking at
>> that again.
> 
> On 11/08/2011 01:58 AM, Wen Congyang wrote:
> > I think you do not install this package: systemtap-sdt-devel.
> 
> So that sounds like systemtap is another maintainer prereq.

It's not the problem.  For me anyway.

To clarify, systemtap-sdt-devel is already installed.  Doing a brand new autogen.sh, then
compiling normally with:

  make -j 3

Goes through to successful completion.  All good.

It's only "make rpm" which is having the problem:

  make[2]: Entering directory `/home/jc/git_repos/libvirt/src'
  make[2]: *** No rule to make target `probes.h', needed by `distdir'.  Stop.
  make[2]: Leaving directory `/home/jc/git_repos/libvirt/src'
  make[1]: *** [distdir] Error 1
  make[1]: Leaving directory `/home/jc/git_repos/libvirt'
  make: *** [rpm] Error 2

So, it sounds like there's something rpm specific which needs kicking into shape.

Attaching the full session log file, showing the autogen run, the normal make run,
and the make rpm run.  Hopefully it helps. :)

[jc@rhel61demovm libvirt]$ git status
# On branch master
nothing to commit (working directory clean)
[jc@rhel61demovm libvirt]$ ./autogen.sh 
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.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/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --with-dtrace=no --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for _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... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for inline... inline
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 sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
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 stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking stdalign.h usability... no
checking stdalign.h presence... no
checking for stdalign.h... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
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 for working alloca.h... yes
checking for alloca... yes
checking for C/C++ restrict keyword... __restrict
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for canonicalize_file_name... yes
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for chown... yes
checking for fchown... yes
checking for _set_invalid_parameter_handler... no
checking for fcntl... yes
checking for symlink... yes
checking for ffs... yes
checking for btowc... yes
checking for isblank... yes
checking for iswctype... yes
checking for mbsrtowcs... yes
checking for mempcpy... yes
checking for wmemchr... yes
checking for wmemcpy... yes
checking for wmempcpy... yes
checking for fpurge... no
checking for __fpurge... yes
checking for __freading... yes
checking for fsync... yes
checking for getdelim... yes
checking for getdtablesize... yes
checking for __fsetlocking... yes
checking for tcgetattr... yes
checking for tcsetattr... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for mkstemp... yes
checking for mkstemps... yes
checking for alarm... yes
checking for recvmsg... yes
checking for sendmsg... yes
checking for strerror_r... yes
checking for __xpg_strerror_r... yes
checking for pipe... yes
checking for pipe2... yes
checking for posix_openpt... yes
checking for pthread_sigmask... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for sleep... yes
checking for snprintf... yes
checking for strdup... yes
checking for catgets... yes
checking for strndup... yes
checking for strptime... yes
checking for localtime_r... yes
checking for timegm... yes
checking for usleep... yes
checking for vasnprintf... no
checking for iswcntrl... yes
checking for getegid... yes
checking for ftruncate... yes
checking for newlocale... yes
checking for getgrouplist... yes
checking for socketpair... yes
checking for posix_spawn... yes
checking for setenv... yes
checking for shutdown... (cached) yes
checking for wcrtomb... yes
checking for wctob... yes
checking for cfmakeraw... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgrnam_r... yes
checking for getmntent_r... yes
checking for getpwuid_r... yes
checking for getuid... yes
checking for initgroups... yes
checking for kill... yes
checking for mmap... yes
checking for posix_fallocate... yes
checking for posix_memalign... yes
checking for regexec... yes
checking for sched_getaffinity... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether chown dereferences symlinks... yes
checking whether chown honors trailing slash... yes
checking whether chown always updates ctime... yes
checking for unsigned long long int... yes
checking whether byte ordering is bigendian... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for mode_t... yes
checking whether fdatasync is declared... yes
checking for mbstate_t... yes
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... no
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... 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 getdelim is declared... yes
checking whether getline is declared... yes
checking whether getpass is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether flockfile is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether funlockfile is declared... yes
checking whether putc_unlocked is declared... yes
checking for struct timeval... 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 newer... 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 whether imported symbols can be declared weak... yes
checking for pthread.h... (cached) yes
checking for pthread_kill in -lpthread... yes
checking for pthread_rwlock_t... yes
checking for multithread API to use... posix
checking whether lstat correctly handles trailing slash... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for long long int... 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... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking for promoted mode_t type... mode_t
checking for library containing forkpty... -lutil
checking whether strerror(0) succeeds... yes
checking for strerror_r with POSIX signature... no
checking whether __xpg_strerror_r works... no
checking whether strerror_r is declared... yes
checking for external symbol _system_configuration... no
checking for library containing setsockopt... none needed
checking whether imported symbols can be declared weak... yes
checking for pthread.h... (cached) yes
checking for pthread_kill in -lpthread... (cached) yes
checking for multithread API to use... posix
checking for sigset_t... yes
checking for SIGPIPE... yes
checking whether <sys/select.h> is self-contained... 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 for wchar_t... yes
checking whether stdint.h conforms to C99... yes
checking whether strdup is declared... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for struct tm.tm_gmtoff... yes
checking whether strtok_r is declared... yes
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether localtime_r is declared... no
checking whether ttyname_r is declared... yes
checking for wint_t... yes
checking for size_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether vsnprintf is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking whether strerror_r is declared... (cached) yes
checking for strerror_r... (cached) yes
checking whether strerror_r returns char *... yes
checking for sig_atomic_t... yes
checking whether ungetc works on arbitrary bytes... yes
checking type of array argument to getgroups... gid_t
checking for getgroups... yes
checking for working getgroups... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether alarm is declared... yes
checking whether posix_spawn works... yes
checking whether posix_spawnattr_setschedpolicy is supported... yes
checking whether posix_spawnattr_setschedparam is supported... yes
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 whether unsetenv is declared... yes
checking for alloca as a compiler built-in... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking whether fflush works on input streams... (cached) no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking for library containing fdatasync... none required
checking whether fflush works on input streams... (cached) no
checking whether conversion from 'int' to 'long double' works... yes
checking for working POSIX fnmatch... no
checking whether isblank is declared... yes
checking whether fpurge is declared... no
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether __func__ is available... yes
configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
checking for library containing getaddrinfo... none required
checking for getaddrinfo... yes
checking whether gai_strerror is declared... yes
checking whether gai_strerrorA is declared... no
checking for gai_strerror with POSIX signature... yes
checking for struct sockaddr.sa_len... no
checking whether getaddrinfo is declared... yes
checking whether freeaddrinfo is declared... yes
checking whether getnameinfo is declared... yes
checking for struct addrinfo... yes
checking for working getdelim function... yes
checking for gethostname... yes
checking for HOST_NAME_MAX... yes
checking for getline... yes
checking for working getline function... yes
checking for getpass... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
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 library containing inet_pton... none required
checking whether inet_pton is declared... yes
checking for ioctl... yes
checking for ioctl with POSIX signature... 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 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 for working mkstemp... yes
checking for working mktime... yes
checking for __mktime_internal... no
checking whether <netinet/in.h> is self-contained... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether open recognizes a trailing slash... yes
checking whether openpty is declared... yes
checking for const-safe openpty signature... yes
checking for struct msghdr.msg_accrights... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/param.h... (cached) yes
checking for sys/systemcfg.h... no
checking for sys/sysctl.h... yes
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for sysctl... yes
checking for table... no
checking for poll... yes
checking for a shell that conforms to POSIX... /bin/sh
checking for pthread_t... yes
checking for pthread_spinlock_t... yes
checking for library containing pthread_join... -lpthread
checking for pthread_sigmask in -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking for raise... yes
checking for sigprocmask... yes
checking for random.h... no
checking for struct random_data... yes
checking for random_r... yes
checking for rawmemchr... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether select supports a 0 argument... yes
checking for library containing getservbyname... (cached) none required
checking for getservbyname... (cached) yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for sigprocmask... (cached) 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 library containing setsockopt... (cached) none needed
checking for socklen_t... yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... yes
checking for va_copy... yes
checking whether NULL can be used in arbitrary expressions... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... 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 strsep... yes
checking for strtok_r... yes
checking whether strtok_r works... yes
checking whether <sys/ioctl.h> declares ioctl... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether <sys/select.h> is self-contained... (cached) yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether <sys/socket.h> is self-contained... (cached) yes
checking for shutdown... (cached) yes
checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes
checking for struct sockaddr_storage... (cached) yes
checking for sa_family_t... (cached) yes
checking for struct sockaddr_storage.ss_family... (cached) yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for nlink_t... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for struct utsname... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether localtime_r is compatible with its POSIX signature... yes
checking for ttyname_r... yes
checking whether ttyname_r is compatible with its POSIX signature... yes
checking whether ttyname_r works with small buffers... yes
checking for uname... yes
checking for useconds_t... yes
checking whether usleep allows large arguments... yes
checking for ptrdiff_t... yes
checking for vasprintf... 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 whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for stdint.h... (cached) yes
checking 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 for error_at_line... yes
checking whether fdopen sets errno... yes
checking whether getgroups handles negative values... yes
checking for getpagesize... yes
checking whether getpagesize is declared... yes
checking for grantpt... yes
checking whether byte ordering is bigendian... (cached) no
checking whether byte ordering is bigendian... (cached) no
checking whether the compiler generally respects inline... yes
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 locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... yes
checking for setlocale... yes
checking for uselocale... 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 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 whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking for ptsname... yes
checking for putenv compatible with GNU and SVID... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking whether setenv validates arguments... 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 posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... 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 wchar_t... (cached) yes
checking for wint_t... (cached) yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether symlink handles trailing slash correctly... yes
checking for pthread_atfork... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... 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... yes
checking for sched_yield in -lrt... yes
checking for uid_t in sys/types.h... (cached) yes
checking for function prototypes... yes
checking for string.h... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /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... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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 ar... (cached) ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... no
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by gcc -std=gnu99... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for how to mark DSO non-deletable at runtime... -Wl,-z -Wl,nodelete
checking for how to set DSO symbol versions... -Wl,--version-script=
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... yes
checking whether compiler handles -Wall... yes
checking whether compiler handles -W... yes
checking whether compiler handles -Wformat-y2k... yes
checking whether compiler handles -Wformat-security... yes
checking whether compiler handles -Winit-self... yes
checking whether compiler handles -Wmissing-include-dirs... yes
checking whether compiler handles -Wunused... yes
checking whether compiler handles -Wunknown-pragmas... yes
checking whether compiler handles -Wstrict-aliasing... yes
checking whether compiler handles -Wshadow... yes
checking whether compiler handles -Wpointer-arith... yes
checking whether compiler handles -Wbad-function-cast... yes
checking whether compiler handles -Wcast-align... yes
checking whether compiler handles -Wwrite-strings... yes
checking whether compiler handles -Wlogical-op... yes
checking whether compiler handles -Waggregate-return... yes
checking whether compiler handles -Wstrict-prototypes... yes
checking whether compiler handles -Wold-style-definition... yes
checking whether compiler handles -Wmissing-prototypes... yes
checking whether compiler handles -Wmissing-declarations... yes
checking whether compiler handles -Wmissing-noreturn... yes
checking whether compiler handles -Wmissing-format-attribute... yes
checking whether compiler handles -Wredundant-decls... yes
checking whether compiler handles -Wnested-externs... yes
checking whether compiler handles -Winline... yes
checking whether compiler handles -Winvalid-pch... yes
checking whether compiler handles -Wvolatile-register-var... yes
checking whether compiler handles -Wdisabled-optimization... yes
checking whether compiler handles -Wbuiltin-macro-redefined... yes
checking whether compiler handles -Wmudflap... yes
checking whether compiler handles -Wpacked-bitfield-compat... yes
checking whether compiler handles -Wsync-nand... yes
checking whether compiler handles -Wattributes... yes
checking whether compiler handles -Wcoverage-mismatch... yes
checking whether compiler handles -Wmultichar... yes
checking whether compiler handles -Wno-missing-field-initializers... yes
checking whether compiler handles -Wno-sign-compare... yes
checking whether compiler handles -Wjump-misses-init... no
checking whether compiler handles -Wframe-larger-than=4096... yes
checking whether compiler handles -Wp,-D_FORTIFY_SOURCE=2... yes
checking whether compiler handles -fstack-protector-all... yes
checking whether compiler handles --param=ssp-buffer-size=4... yes
checking whether compiler handles -fexceptions... yes
checking whether compiler handles -fasynchronous-unwind-tables... yes
checking whether compiler handles -fdiagnostics-show-option... yes
checking whether compiler handles -funit-at-a-time... yes
checking whether compiler handles -Wno-redundant-decls... yes
checking for CPUID instruction... yes
checking size of long... 8
checking for pthread_mutexattr_init... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking net/ethernet.h usability... yes
checking net/ethernet.h presence... yes
checking for net/ethernet.h... yes
checking linux/magic.h usability... yes
checking linux/magic.h presence... yes
checking for linux/magic.h... yes
checking for sys/un.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking libtasn1.h usability... no
checking libtasn1.h presence... no
checking for libtasn1.h... no
checking for gettext in -lintl... no
checking for rpcgen... /usr/bin/rpcgen
checking for xmllint... /usr/bin/xmllint
checking for xmlcatalog... /usr/bin/xmlcatalog
checking for xsltproc... /usr/bin/xsltproc
checking for augparse... /usr/bin/augparse
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for dnsmasq... dnsmasq
checking for radvd... radvd
checking for brctl... brctl
checking for tc... /sbin/tc
checking for udevadm... /sbin/udevadm
checking for udevsettle... no
checking for modprobe... /sbin/modprobe
checking for init script flavor... redhat
checking for ip... /sbin/ip
checking for iptables... /sbin/iptables
checking for ip6tables... /sbin/ip6tables
checking for ebtables... /sbin/ebtables
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for xdr_u_int64_t... no
checking where to find <rpc/rpc.h>... none
checking for dlfcn.h... (cached) yes
checking for library containing dlopen... -ldl
checking for xen_vm_start in -lxenserver... no
checking for libxl_domain_create_new in -lxenlight... no
checking for xs_read in -lxenstore... no
checking linux/kvm.h usability... yes
checking linux/kvm.h presence... yes
checking for linux/kvm.h... yes
checking for shell that supports <> redirection... /bin/sh
checking linux/param.h usability... yes
checking linux/param.h presence... yes
checking for linux/param.h... yes
checking linux/sockios.h usability... yes
checking linux/sockios.h presence... yes
checking for linux/sockios.h... yes
checking linux/if_bridge.h usability... yes
checking linux/if_bridge.h presence... yes
checking for linux/if_bridge.h... yes
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBXML... yes
checking for struct _xmlURI.query_raw... yes
checking for GNUTLS... yes
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking for sasl_client_init in -lsasl2... yes
checking yajl/yajl_common.h usability... no
checking yajl/yajl_common.h presence... no
checking for yajl/yajl_common.h... no
checking sanlock.h usability... no
checking sanlock.h presence... no
checking for sanlock.h... no
checking for pkcheck... no
checking for POLKIT... no
checking for AVAHI... no
checking libaudit.h usability... no
checking libaudit.h presence... no
checking for libaudit.h... no
checking for audit_encode_nv_string in -laudit... no
checking selinux/selinux.h usability... yes
checking selinux/selinux.h presence... yes
checking for selinux/selinux.h... yes
checking for fgetfilecon in -lselinux... yes
checking selinux/label.h usability... yes
checking selinux/label.h presence... yes
checking for selinux/label.h... yes
checking for selinux_virtual_domain_context_path... yes
checking for selinux_virtual_image_context_path... yes
checking sys/apparmor.h usability... no
checking sys/apparmor.h presence... no
checking for sys/apparmor.h... no
checking for aa_change_profile in -lapparmor... no
checking for aa_change_hat in -lapparmor... no
checking numa.h usability... no
checking numa.h presence... no
checking for numa.h... no
checking for numa_available in -lnuma... no
checking libpcap pcap-config >= 1.0.0 ... no
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for LIBSSH2... no
configure: libssh2 is required for Phyp driver, disabling it
checking cap-ng.h usability... no
checking cap-ng.h presence... no
checking for cap-ng.h... no
checking for capng_updatev in -lcap-ng... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking for readline in -lreadline... no
checking for library containing tgetent... -lncurses
checking for rl_initialize in -lreadline... no
configure: WARNING: readline library not found
checking for NETCF... no
checking for mntent.h... (cached) yes
checking for mount... /bin/mount
checking for umount... /bin/umount
checking for mkfs... /sbin/mkfs
checking for showmount... no
checking for pvcreate... /sbin/pvcreate
checking for vgcreate... /sbin/vgcreate
checking for lvcreate... /sbin/lvcreate
checking for pvremove... /sbin/pvremove
checking for vgremove... /sbin/vgremove
checking for lvremove... /sbin/lvremove
checking for vgchange... /sbin/vgchange
checking for vgscan... /sbin/vgscan
checking for pvs... /sbin/pvs
checking for vgs... /sbin/vgs
checking for lvs... /sbin/lvs
checking for iscsiadm... no
checking for parted... no
checking for dmsetup... /sbin/dmsetup
checking parted/parted.h usability... no
checking parted/parted.h presence... no
checking for parted/parted.h... no
checking for uuid_generate in -luuid... no
checking for ped_device_read in -lparted... no
checking for DEVMAPPER... yes
checking libdevmapper.h usability... yes
checking libdevmapper.h presence... yes
checking for libdevmapper.h... yes
checking for LIBCURL... no
configure: libcurl is required for the ESX driver, disabling it
checking for OPENWSMAN... no
configure: openwsman is required for the Hyper-V driver, disabling it
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
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 for HAL... no
checking for UDEV... yes
checking for PCIACCESS... no
checking for BLKID... no
checking whether to compile with macvtap support... yes
checking whether MACVLAN_MODE_PASSTHRU is declared... no
checking whether to compile with virtual port support... yes
checking for LIBNL... yes
checking whether this build is done by a static analysis tool... no
configure: creating ./config.status
configure: 
configure: Configuration summary
configure: =====================
configure: 
configure: Drivers
configure: 
configure:      Xen: no
configure:     QEMU: yes
configure:      UML: yes
configure:   OpenVZ: yes
configure:   VMware: yes
configure:     VBox: yes
configure:   XenAPI: no
configure: xenlight: no
configure:      LXC: yes
configure:     PHYP: no
configure:      ESX: no
configure:  Hyper-V: no
configure:     Test: yes
configure:   Remote: yes
configure:  Network: yes
configure: Libvirtd: yes
configure:    netcf: no
configure:  macvtap: yes
configure: virtport: yes
configure: 
configure: Storage Drivers
configure: 
configure:      Dir: yes
configure:       FS: yes
configure:    NetFS: yes
configure:      LVM: yes
configure:    iSCSI: no
configure:     SCSI: yes
configure:    mpath: yes
configure:     Disk: no
configure: 
configure: Security Drivers
configure: 
configure:  SELinux: yes
configure: AppArmor: no
configure: 
configure: Driver Loadable Modules
configure: 
configure:   dlopen: no
configure: 
configure: Libraries
configure: 
configure:   libxml: -I/usr/include/libxml2   -lxml2  
configure:   dlopen: -ldl
configure:  libcurl: no
configure: openwsman: no
configure:  libssh2:  
configure:   gnutls:   -lgnutls   -lgcrypt
configure:     sasl:   -lsasl2
configure:     yajl: no
configure:  sanlock: no
configure:    avahi: no
configure:   polkit: no
configure:    audit: no
configure:  selinux:  -lselinux
configure: apparmor: no
configure:  numactl: no
configure:    capng: no
configure:      xen: no
configure:   xenapi: no
configure: xenlight: no
configure:      hal: no
configure:     udev: no
configure:    netcf: no
configure:     pcap: no
configure:       nl:   -lnl  
configure:    mscom: no
configure:      xdr: 
configure: 
configure: Test suite
configure: 
configure:    Coverage: no
configure:   Alloc OOM: no
configure: 
configure: Miscellaneous
configure: 
configure:         Debug: yes
configure:      Warnings: maximum
configure: Warning Flags:  -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wno-missing-field-initializers -Wno-sign-compare -Wframe-larger-than=4096 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time
configure:      Readline: no
configure:        Python: yes
configure:        DTrace: no
configure:   XML Catalog: /etc/xml/catalog
configure: 
configure: Privileges
configure: 
configure:       QEMU: root:root
configure: 

Now type 'make' to compile libvirt.
[jc@rhel61demovm libvirt]$ make -j 3
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating docs/Makefile
config.status: creating docs/schemas/Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating gnulib/tests/Makefile
config.status: creating libvirt.pc
config.status: creating libvirt.spec
config.status: creating mingw32-libvirt.spec
config.status: creating po/Makefile.in
config.status: creating include/libvirt/Makefile
config.status: creating include/libvirt/libvirt.h
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating daemon/Makefile
config.status: creating tools/Makefile
config.status: creating tests/Makefile
config.status: creating examples/apparmor/Makefile
config.status: creating examples/domain-events/events-c/Makefile
config.status: creating examples/domsuspend/Makefile
config.status: creating examples/dominfo/Makefile
config.status: creating examples/openauth/Makefile
config.status: creating examples/python/Makefile
config.status: creating examples/hellolibvirt/Makefile
config.status: creating examples/systemtap/Makefile
config.status: creating examples/xml/nwfilter/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
make[1]: Entering directory `/home/jc/git_repos/libvirt'
Making all in gnulib/lib
make[2]: Entering directory `/home/jc/git_repos/libvirt/gnulib/lib'
  GEN    alloca.h
  GEN    c++defs.h
  GEN    warn-on-use.h
  GEN    arg-nonnull.h
  GEN    configmake.h
mv -f configmake.h-t configmake.h
  GEN    sys/ioctl.h
  GEN    stdalign.h
  GEN    sys/select.h
  GEN    sys/socket.h
  GEN    sys/stat.h
  GEN    sys/time.h
  GEN    sys/types.h
  GEN    sys/uio.h
  GEN    sys/utsname.h
  GEN    sys/wait.h
  GEN    termios.h
  GEN    unistd.h
  GEN    time.h
  GEN    wchar.h
  GEN    wctype.h
  GEN    arpa/inet.h
  GEN    fcntl.h
  GEN    fnmatch.h
  GEN    netdb.h
  GEN    poll.h
  GEN    pty.h
  GEN    signal.h
  GEN    stdio.h
  GEN    stdlib.h
  GEN    string.h
  GEN    strings.h
make  all-recursive
make[3]: Entering directory `/home/jc/git_repos/libvirt/gnulib/lib'
make[4]: Entering directory `/home/jc/git_repos/libvirt/gnulib/lib'
  CC     areadlink.lo
  CC     allocator.lo
  CC     base64.lo
  CC     c-ctype.lo
  CC     c-strcasecmp.lo
  CC     c-strncasecmp.lo
  CC     c-strcasestr.lo
  CC     careadlinkat.lo
  CC     cloexec.lo
  CC     md5.lo
  CC     dirname-lgpl.lo
  CC     basename-lgpl.lo
  CC     stripslash.lo
  CC     fd-hook.lo
  CC     freading.lo
  CC     localcharset.lo
  CC     glthread/lock.lo
  CC     malloca.lo
  CC     nonblocking.lo
  CC     passfd.lo
  CC     physmem.lo
  CC     pipe2.lo
  CC     sockets.lo
  CC     strnlen1.lo
  CC     tempname.lo
  CC     glthread/threadlib.lo
  CC     asnprintf.lo
  CC     fclose.lo
  CC     fcntl.lo
  CC     fflush.lo
  CC     fnmatch.lo
  CC     fpurge.lo
  CC     fseek.lo
  CC     fseeko.lo
  CC     ioctl.lo
  CC     mktime.lo
  CC     perror.lo
  CC     printf-args.lo
  CC     printf-parse.lo
  CC     strerror.lo
  CC     strerror_r.lo
  CC     vasnprintf.lo
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  CCLD   libgnu.la
make[4]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/lib'
make[3]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/lib'
make[2]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/lib'
Making all in include
make[2]: Entering directory `/home/jc/git_repos/libvirt/include'
Making all in libvirt
make[3]: Entering directory `/home/jc/git_repos/libvirt/include/libvirt'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jc/git_repos/libvirt/include/libvirt'
make[3]: Entering directory `/home/jc/git_repos/libvirt/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jc/git_repos/libvirt/include'
make[2]: Leaving directory `/home/jc/git_repos/libvirt/include'
Making all in src
make[2]: Entering directory `/home/jc/git_repos/libvirt/src'
  GEN    libvirt.syms
  GEN    libvirt.def
make  all-am
make[3]: Entering directory `/home/jc/git_repos/libvirt/src'
  CC     libvirt_util_la-bitmap.lo
  CC     libvirt_util_la-authhelper.lo
  CC     libvirt_util_la-bridge.lo
  CC     libvirt_util_la-buf.lo
  CC     libvirt_util_la-command.lo
util/buf.c: In function 'virBufferEscape':
util/buf.c:469: warning: logical '&&' with non-zero constant will always evaluate as true [-Wlogical-op]
  CC     libvirt_util_la-conf.lo
  CC     libvirt_util_la-cgroup.lo
  CC     libvirt_util_la-event.lo
  CC     libvirt_util_la-event_poll.lo
  CC     libvirt_util_la-hash.lo
  CC     libvirt_util_la-hooks.lo
  CC     libvirt_util_la-iptables.lo
  CC     libvirt_util_la-ebtables.lo
  CC     libvirt_util_la-dnsmasq.lo
  CC     libvirt_util_la-json.lo
  CC     libvirt_util_la-logging.lo
  CC     libvirt_util_la-macvtap.lo
  CC     libvirt_util_la-memory.lo
  CC     libvirt_util_la-netlink.lo
  CC     libvirt_util_la-pci.lo
  CC     libvirt_util_la-processinfo.lo
  CC     libvirt_util_la-hostusb.lo
  CC     libvirt_util_la-network.lo
  CC     libvirt_util_la-interface.lo
  CC     libvirt_util_la-qparams.lo
  CC     libvirt_util_la-sexpr.lo
  CC     libvirt_util_la-stats_linux.lo
  CC     libvirt_util_la-storage_file.lo
  CC     libvirt_util_la-sysinfo.lo
  CC     libvirt_util_la-threads.lo
  CC     libvirt_util_la-threadpool.lo
  CC     libvirt_util_la-uuid.lo
  CC     libvirt_util_la-util.lo
  CC     libvirt_util_la-viraudit.lo
  CC     libvirt_util_la-virfile.lo
  CC     libvirt_util_la-virpidfile.lo
  CC     libvirt_util_la-xml.lo
  CC     libvirt_util_la-virterror.lo
  CC     libvirt_util_la-virkeycode.lo
  CC     libvirt_conf_la-capabilities.lo
  CC     libvirt_conf_la-domain_conf.lo
  CC     libvirt_conf_la-domain_audit.lo
  CC     libvirt_conf_la-domain_nwfilter.lo
  CC     libvirt_conf_la-domain_event.lo
  CC     libvirt_conf_la-network_conf.lo
  CC     libvirt_conf_la-nwfilter_params.lo
  CC     libvirt_conf_la-nwfilter_conf.lo
  CC     libvirt_conf_la-node_device_conf.lo
  CC     libvirt_conf_la-storage_conf.lo
  CC     libvirt_conf_la-storage_encryption_conf.lo
  CC     libvirt_conf_la-interface_conf.lo
  CC     libvirt_conf_la-secret_conf.lo
  CC     libvirt_conf_la-cpu_conf.lo
  CC     libvirt_cpu_la-cpu.lo
  CC     libvirt_cpu_la-cpu_generic.lo
  CC     libvirt_cpu_la-cpu_x86.lo
  CC     libvirt_cpu_la-cpu_map.lo
  CC     libvirt_vmx_la-vmx.lo
  CC     libvirt_driver_la-driver.lo
  CC     libvirt_driver_la-datatypes.lo
  CC     libvirt_driver_la-fdstream.lo
  CC     libvirt_driver_la-nodeinfo.lo
  CC     libvirt_driver_la-libvirt.lo
  CC     libvirt_driver_la-lock_manager.lo
  CC     libvirt_driver_la-lock_driver_nop.lo
  CC     libvirt_driver_la-domain_lock.lo
  CC     libvirt_driver_test_la-test_driver.lo
  CC     libvirt_driver_remote_la-remote_driver.lo
  CC     libvirt_driver_remote_la-remote_protocol.lo
  CC     libvirt_driver_remote_la-qemu_protocol.lo
  CC     libvirt_net_rpc_client_la-virnetclientprogram.lo
  CC     libvirt_net_rpc_client_la-virnetclientstream.lo
  CC     libvirt_net_rpc_client_la-virnetclient.lo
  CC     libvirt_net_rpc_server_la-virnetserverservice.lo
  CC     libvirt_net_rpc_server_la-virnetserverprogram.lo
  CC     libvirt_net_rpc_server_la-virnetserverclient.lo
  CC     libvirt_net_rpc_server_la-virnetserver.lo
  CC     libvirt_net_rpc_la-virnetmessage.lo
  CC     libvirt_net_rpc_la-virnetprotocol.lo
  CC     libvirt_net_rpc_la-virnetsocket.lo
  CC     libvirt_net_rpc_la-virnettlscontext.lo
  CC     libvirt_net_rpc_la-virnetsaslcontext.lo
  CC     libvirt_driver_openvz_la-openvz_conf.lo
  CC     libvirt_driver_openvz_la-openvz_driver.lo
  CC     libvirt_driver_vmware_la-vmware_driver.lo
  CC     libvirt_driver_vmware_la-vmware_conf.lo
  CC     libvirt_driver_vbox_la-vbox_glue.lo
  CC     libvirt_driver_vbox_la-vbox_driver.lo
  CC     libvirt_driver_vbox_la-vbox_V2_2.lo
  CC     libvirt_driver_vbox_la-vbox_V3_0.lo
  CC     libvirt_driver_vbox_la-vbox_V3_1.lo
  CC     libvirt_driver_vbox_la-vbox_V3_2.lo
  CC     libvirt_driver_vbox_la-vbox_V4_0.lo
  CC     libvirt_driver_vbox_la-vbox_V4_1.lo
  CC     libvirt_driver_nwfilter_la-nwfilter_driver.lo
  CC     libvirt_driver_nwfilter_la-nwfilter_gentech_driver.lo
  CC     libvirt_driver_nwfilter_la-nwfilter_ebiptables_driver.lo
  CC     libvirt_driver_nwfilter_la-nwfilter_learnipaddr.lo
  CC     libvirt_driver_security_la-security_driver.lo
  CC     libvirt_driver_security_la-security_nop.lo
  CC     libvirt_driver_security_la-security_stack.lo
  CC     libvirt_driver_security_la-security_dac.lo
  CC     libvirt_driver_security_la-security_manager.lo
  CC     libvirt_driver_security_la-security_selinux.lo
  CC     libvirt_qemu_la-libvirt-qemu.lo
  CC     libvirt_driver_qemu_la-qemu_capabilities.lo
  CC     libvirt_driver_qemu_la-qemu_command.lo
  CC     libvirt_driver_qemu_la-qemu_domain.lo
  CC     libvirt_driver_qemu_la-qemu_cgroup.lo
  CC     libvirt_driver_qemu_la-qemu_hostdev.lo
  CC     libvirt_driver_qemu_la-qemu_hotplug.lo
  CC     libvirt_driver_qemu_la-qemu_conf.lo
  CC     libvirt_driver_qemu_la-qemu_process.lo
  CC     libvirt_driver_qemu_la-qemu_migration.lo
  CC     libvirt_driver_qemu_la-qemu_monitor.lo
  CC     libvirt_driver_qemu_la-qemu_monitor_text.lo
  CC     libvirt_driver_qemu_la-qemu_monitor_json.lo
  CC     libvirt_driver_qemu_la-qemu_driver.lo
  CC     libvirt_driver_qemu_la-qemu_bridge_filter.lo
  CC     libvirt_driver_lxc_la-lxc_conf.lo
  CC     libvirt_driver_lxc_la-lxc_container.lo
  CC     libvirt_driver_lxc_la-lxc_driver.lo
  CC     libvirt_driver_lxc_la-veth.lo
  CC     libvirt_driver_uml_la-uml_conf.lo
  CC     libvirt_driver_uml_la-uml_driver.lo
  CC     libvirt_driver_network_la-bridge_driver.lo
  CC     libvirt_driver_secret_la-secret_driver.lo
  CC     libvirt_driver_storage_la-storage_driver.lo
  CC     libvirt_driver_storage_la-storage_backend.lo
  CC     libvirt_driver_storage_la-storage_backend_fs.lo
  CC     libvirt_driver_storage_la-storage_backend_logical.lo
  CC     libvirt_driver_storage_la-storage_backend_scsi.lo
  CC     libvirt_driver_storage_la-storage_backend_mpath.lo
  CC     libvirt_iohelper-iohelper.o
  CC     libvirt_lxc-lxc_conf.o
  CC     libvirt_lxc-lxc_container.o
  CC     libvirt_lxc-lxc_controller.o
  CC     libvirt_lxc-veth.o
  CC     libvirt_lxc-authhelper.o
  CC     libvirt_lxc-bitmap.o
  CC     libvirt_lxc-bridge.o
  CC     libvirt_lxc-buf.o
  CC     libvirt_lxc-command.o
util/buf.c: In function 'virBufferEscape':
util/buf.c:469: warning: logical '&&' with non-zero constant will always evaluate as true [-Wlogical-op]
  CC     libvirt_lxc-conf.o
  CC     libvirt_lxc-cgroup.o
  CC     libvirt_lxc-event.o
  CC     libvirt_lxc-event_poll.o
  CC     libvirt_lxc-hash.o
  CC     libvirt_lxc-hooks.o
  CC     libvirt_lxc-iptables.o
  CC     libvirt_lxc-ebtables.o
  CC     libvirt_lxc-dnsmasq.o
  CC     libvirt_lxc-json.o
  CC     libvirt_lxc-logging.o
  CC     libvirt_lxc-macvtap.o
  CC     libvirt_lxc-memory.o
  CC     libvirt_lxc-netlink.o
  CC     libvirt_lxc-pci.o
  CC     libvirt_lxc-processinfo.o
  CC     libvirt_lxc-hostusb.o
  CC     libvirt_lxc-network.o
  CC     libvirt_lxc-interface.o
  CC     libvirt_lxc-qparams.o
  CC     libvirt_lxc-sexpr.o
  CC     libvirt_lxc-stats_linux.o
  CC     libvirt_lxc-storage_file.o
  CC     libvirt_lxc-sysinfo.o
  CC     libvirt_lxc-threads.o
  CC     libvirt_lxc-threadpool.o
  CC     libvirt_lxc-uuid.o
  CC     libvirt_lxc-util.o
  CC     libvirt_lxc-viraudit.o
  CC     libvirt_lxc-virfile.o
  CC     libvirt_lxc-virpidfile.o
  CC     libvirt_lxc-xml.o
  CC     libvirt_lxc-virterror.o
  CC     libvirt_lxc-virkeycode.o
  CC     libvirt_lxc-nodeinfo.o
  CC     libvirt_lxc-storage_encryption_conf.o
  CC     libvirt_lxc-capabilities.o
  CC     libvirt_lxc-domain_conf.o
  CC     libvirt_lxc-domain_audit.o
  CC     libvirt_lxc-domain_nwfilter.o
  CC     libvirt_lxc-secret_conf.o
  CC     libvirt_lxc-cpu_conf.o
  CC     libvirt_lxc-nwfilter_params.o
  CCLD   libvirt_util.la
  CCLD   libvirt_conf.la
  CCLD   libvirt_cpu.la
  CCLD   libvirt_vmx.la
  CCLD   libvirt_driver.la
  CCLD   libvirt_driver_test.la
  CCLD   libvirt-net-rpc-client.la
  CCLD   libvirt-net-rpc-server.la
  CCLD   libvirt-net-rpc.la
  CCLD   libvirt_driver_openvz.la
  CCLD   libvirt_driver_vmware.la
  CCLD   libvirt_driver_vbox.la
  CCLD   libvirt_driver_nwfilter.la
  CCLD   libvirt_driver_security.la
  CCLD   libvirt_driver_qemu.la
  CCLD   libvirt_driver_lxc.la
  CCLD   libvirt_driver_uml.la
  CCLD   libvirt_driver_network.la
  CCLD   libvirt_driver_secret.la
  CCLD   libvirt_driver_storage.la
  CCLD   libvirt_iohelper
  CCLD   libvirt_driver_remote.la
  CCLD   libvirt_lxc
  CCLD   libvirt_test.la
  CCLD   libvirt.la
  CCLD   libvirt-qemu.la
make[3]: Leaving directory `/home/jc/git_repos/libvirt/src'
make[2]: Leaving directory `/home/jc/git_repos/libvirt/src'
Making all in daemon
make[2]: Entering directory `/home/jc/git_repos/libvirt/daemon'
sed							\
	    -e 's![@]localstatedir[@]!/usr/local/var!g'	\
	    < libvirtd.qemu.logrotate.in > libvirtd.qemu.logrotate-t
  GEN    libvirtd.lxc.logrotate
  GEN    libvirtd.uml.logrotate
mv libvirtd.qemu.logrotate-t libvirtd.qemu.logrotate
sed							\
	    -e 's![@]localstatedir[@]!/usr/local/var!g'	\
	    < libvirtd.logrotate.in > libvirtd.logrotate-t
  GEN    libvirtd.init
mv libvirtd.logrotate-t libvirtd.logrotate
make  all-am
make[3]: Entering directory `/home/jc/git_repos/libvirt/daemon'
  CC     libvirtd-libvirtd.o
  CC     libvirtd-remote.o
  CC     libvirtd-stream.o
  CC     libvirtd-remote_protocol.o
  CC     libvirtd-qemu_protocol.o
sed \
	    -e 's![@]sysconfdir[@]!/usr/local/etc!g' \
	    -e 's![@]localstatedir[@]!/usr/local/var!g' \
	    -e 's![@]remote_pid_file[@]!!g' \
	    < libvirtd.8.in > libvirtd.8-t
mv libvirtd.8-t libvirtd.8
  CCLD   libvirtd
make[3]: Leaving directory `/home/jc/git_repos/libvirt/daemon'
make[2]: Leaving directory `/home/jc/git_repos/libvirt/daemon'
Making all in tools
make[2]: Entering directory `/home/jc/git_repos/libvirt/tools'
  GEN    libvirt-guests.init
make  all-am
make[3]: Entering directory `/home/jc/git_repos/libvirt/tools'
  CC     virsh-console.o
  CC     virsh-virsh.o
  GEN    virt-xml-validate
  GEN    virt-pki-validate
  CCLD   virsh
make[3]: Leaving directory `/home/jc/git_repos/libvirt/tools'
make[2]: Leaving directory `/home/jc/git_repos/libvirt/tools'
Making all in docs
make[2]: Entering directory `/home/jc/git_repos/libvirt/docs'
Generating api.html.tmp
Generating api_extension.html.tmp
Generating apps.html.tmp
Generating archdomain.html.tmp
Generating architecture.html.tmp
Generating archnetwork.html.tmp
Generating archnode.html.tmp
Generating archstorage.html.tmp
Generating auth.html.tmp
Generating bindings.html.tmp
Generating bugs.html.tmp
Generating compiling.html.tmp
Generating contact.html.tmp
Generating csharp.html.tmp
Generating deployment.html.tmp
Generating devguide.html.tmp
Generating docs.html.tmp
Generating downloads.html.tmp
Generating drvesx.html.tmp
Generating drivers.html.tmp
Generating drvhyperv.html.tmp
Generating drvlxc.html.tmp
Generating drvopenvz.html.tmp
Generating drvqemu.html.tmp
Generating drvremote.html.tmp
Generating drvtest.html.tmp
Generating drvuml.html.tmp
Generating drvvmware.html.tmp
Generating drvvbox.html.tmp
Generating drvxen.html.tmp
Generating errors.html.tmp
Generating firewall.html.tmp
Generating format.html.tmp
Generating formatcaps.html.tmp
Generating formatdomain.html.tmp
Generating formatnetwork.html.tmp
Generating formatnode.html.tmp
Generating formatnwfilter.html.tmp
Generating formatsecret.html.tmp
Generating formatsnapshot.html.tmp
Generating formatstorage.html.tmp
Generating formatstorageencryption.html.tmp
Generating goals.html.tmp
Generating hacking.html.tmp
Generating hooks.html.tmp
Generating hvsupport.html.tmp
Generating index.html.tmp
Generating internals.html.tmp
Generating intro.html.tmp
Generating java.html.tmp
Generating locking.html.tmp
Generating logging.html.tmp
Generating migration.html.tmp
Generating news.html.tmp
Generating php.html.tmp
Generating python.html.tmp
Generating relatedlinks.html.tmp
Generating remote.html.tmp
Generating sitemap.html.tmp
Generating storage.html.tmp
Generating testapi.html.tmp
Generating testsuites.html.tmp
Generating testtck.html.tmp
Generating todo.html.tmp
Generating uri.html.tmp
Generating virshcmdref.html.tmp
Generating windows.html.tmp
Generating internals/command.html.tmp
Generating internals/locking.html.tmp
Generating internals/rpc.html.tmp
  GEN    libvirt-api.xml
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
  GEN    html/index.html
  GEN    devhelp/index.html
missing XHTML1 DTD
make  all-recursive
make[3]: Entering directory `/home/jc/git_repos/libvirt/docs'
Making all in schemas
make[4]: Entering directory `/home/jc/git_repos/libvirt/docs/schemas'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/jc/git_repos/libvirt/docs/schemas'
make[4]: Entering directory `/home/jc/git_repos/libvirt/docs'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/jc/git_repos/libvirt/docs'
make[3]: Leaving directory `/home/jc/git_repos/libvirt/docs'
rm news.html.tmp goals.html.tmp archnetwork.html.tmp formatsecret.html.tmp drvopenvz.html.tmp windows.html.tmp testtck.html.tmp drvlxc.html.tmp internals/rpc.html.tmp apps.html.tmp docs.html.tmp formatstorageencryption.html.tmp internals/command.html.tmp drvvbox.html.tmp formatdomain.html.tmp php.html.tmp drvhyperv.html.tmp errors.html.tmp hacking.html.tmp format.html.tmp hooks.html.tmp api.html.tmp storage.html.tmp formatcaps.html.tmp relatedlinks.html.tmp compiling.html.tmp index.html.tmp archdomain.html.tmp downloads.html.tmp auth.html.tmp internals/locking.html.tmp archnode.html.tmp hvsupport.html.tmp bugs.html.tmp java.html.tmp locking.html.tmp logging.html.tmp testapi.html.tmp formatnetwork.html.tmp bindings.html.tmp uri.html.tmp drvtest.html.tmp sitemap.html.tmp drvqemu.html.tmp contact.html.tmp formatnwfilter.html.tmp intro.html.tmp drvxen.html.tmp drvesx.html.tmp drvvmware.html.tmp testsuites.html.tmp devguide.html.tmp firewall.html.tmp architecture.html.tmp migration.html.tmp todo.html.tmp formatsnapshot.html.tmp formatstorage.html.tmp internals.html.tmp deployment.html.tmp api_extension.html.tmp drvuml.html.tmp virshcmdref.html.tmp csharp.html.tmp python.html.tmp drvremote.html.tmp archstorage.html.tmp remote.html.tmp drivers.html.tmp formatnode.html.tmp
make[2]: Leaving directory `/home/jc/git_repos/libvirt/docs'
Making all in gnulib/tests
make[2]: Entering directory `/home/jc/git_repos/libvirt/gnulib/tests'
  GEN    warn-on-use.h
  GEN    arg-nonnull.h
  GEN    c++defs.h
  GEN    test-posix_spawn1.sh
  GEN    inttypes.h
  GEN    test-posix_spawn2.sh
  GEN    locale.h
  GEN    spawn.h
make  all-recursive
make[3]: Entering directory `/home/jc/git_repos/libvirt/gnulib/tests'
Making all in .
make[4]: Entering directory `/home/jc/git_repos/libvirt/gnulib/tests'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/tests'
make[3]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/tests'
make[2]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/tests'
Making all in python
make[2]: Entering directory `/home/jc/git_repos/libvirt/python'
Making all in .
make[3]: Entering directory `/home/jc/git_repos/libvirt/python'
  GEN    generator.py.stamp
Found 318 functions in libvirt-api.xml
Found 1 functions in libvirt-override-api.xml
Generated 278 wrapper functions
Found 2 functions in libvirt-qemu-api.xml
Found 0 functions in libvirt-qemu-override-api.xml
Generated 2 wrapper functions
  CC     libvirtmod_la-libvirt-override.lo
  CC     libvirtmod_la-typewrappers.lo
  CC     libvirtmod_la-libvirt.lo
  CC     libvirtmod_qemu_la-libvirt-qemu-override.lo
  CC     libvirtmod_qemu_la-typewrappers.lo
  CC     libvirtmod_qemu_la-libvirt-qemu.lo
  CCLD   libvirtmod_qemu.la
  CCLD   libvirtmod.la
make[3]: Leaving directory `/home/jc/git_repos/libvirt/python'
Making all in tests
make[3]: Entering directory `/home/jc/git_repos/libvirt/python/tests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jc/git_repos/libvirt/python/tests'
make[2]: Leaving directory `/home/jc/git_repos/libvirt/python'
Making all in tests
make[2]: Entering directory `/home/jc/git_repos/libvirt/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jc/git_repos/libvirt/tests'
Making all in po
make[2]: Entering directory `/home/jc/git_repos/libvirt/po'
test ! -f ./libvirt.pot || \
	  test -z "af.gmo am.gmo ar.gmo as.gmo be.gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo et.gmo eu_ES.gmo fa.gmo fi.gmo fr.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kn.gmo ko.gmo ku.gmo lo.gmo lt.gmo lv.gmo mk.gmo ml.gmo mr.gmo ms.gmo my.gmo nb.gmo nl.gmo nn.gmo nso.gmo or.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@xxxxxxxxx sv.gmo ta.gmo te.gmo th.gmo tr.gmo uk.gmo ur.gmo vi.gmo vi_VN.gmo zh_CN.gmo zh_TW.gmo zu.gmo" || make af.gmo am.gmo ar.gmo as.gmo be.gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo et.gmo eu_ES.gmo fa.gmo fi.gmo fr.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kn.gmo ko.gmo ku.gmo lo.gmo lt.gmo lv.gmo mk.gmo ml.gmo mr.gmo ms.gmo my.gmo nb.gmo nl.gmo nn.gmo nso.gmo or.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@xxxxxxxxx sv.gmo ta.gmo te.gmo th.gmo tr.gmo uk.gmo ur.gmo vi.gmo vi_VN.gmo zh_CN.gmo zh_TW.gmo zu.gmo
make[3]: Entering directory `/home/jc/git_repos/libvirt/po'
/usr/bin/msgmerge --update ar.po libvirt.pot
/usr/bin/msgmerge --update am.po libvirt.pot
/usr/bin/msgmerge --update af.po libvirt.pot
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
 done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update as.po libvirt.pot
/usr/bin/msgmerge --update bg.po libvirt.pot
/usr/bin/msgmerge --update be.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update bn.po libvirt.pot
/usr/bin/msgmerge --update bn_IN.po libvirt.pot
/usr/bin/msgmerge --update bs.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update ca.po libvirt.pot
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../usr/bin/msgmerge --update cs.po libvirt.pot
 done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update cy.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update da.po libvirt.pot
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. done.
/usr/bin/msgmerge --update de.po libvirt.pot
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
............................................................................................................................................................................................................................................................................................................................................................................./usr/bin/msgmerge --update el.po libvirt.pot
 done.
/usr/bin/msgmerge --update en_GB.po libvirt.pot
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../usr/bin/msgmerge --update es.po libvirt.pot
 done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update et.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update eu_ES.po libvirt.pot
/usr/bin/msgmerge --update fa.po libvirt.pot
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
 done.
/usr/bin/msgmerge --update fi.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update fr.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update gl.po libvirt.pot
................................................/usr/bin/msgmerge --update gu.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update he.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update hi.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update hr.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update hu.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../usr/bin/msgmerge --update hy.po libvirt.pot
 done.
/usr/bin/msgmerge --update id.po libvirt.pot
/usr/bin/msgmerge --update is.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update it.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update ja.po libvirt.pot
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update ka.po libvirt.pot
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../usr/bin/msgmerge --update kn.po libvirt.pot
 done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
/usr/bin/msgmerge --update ko.po libvirt.pot
/usr/bin/msgmerge --update ku.po libvirt.pot
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
 done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
rm -f lo.gmo && /usr/bin/msgfmt -c --statistics -o lo.gmo lo.po
rm -f lt.gmo && /usr/bin/msgfmt -c --statistics -o lt.gmo lt.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f lv.gmo && /usr/bin/msgfmt -c --statistics -o lv.gmo lv.po
rm -f mk.gmo && /usr/bin/msgfmt -c --statistics -o mk.gmo mk.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f ml.gmo && /usr/bin/msgfmt -c --statistics -o ml.gmo ml.po
rm -f mr.gmo && /usr/bin/msgfmt -c --statistics -o mr.gmo mr.po
355 translated messages, 2232 fuzzy translations, 2479 untranslated messages.
rm -f ms.gmo && /usr/bin/msgfmt -c --statistics -o ms.gmo ms.po
1855 translated messages, 2178 fuzzy translations, 1033 untranslated messages.
rm -f my.gmo && /usr/bin/msgfmt -c --statistics -o my.gmo my.po
2203 translated messages, 1999 fuzzy translations, 864 untranslated messages.
48 translated messages, 2354 fuzzy translations, 2664 untranslated messages.
rm -f nb.gmo && /usr/bin/msgfmt -c --statistics -o nb.gmo nb.po
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
3523 translated messages, 19 fuzzy translations, 1524 untranslated messages.
rm -f nn.gmo && /usr/bin/msgfmt -c --statistics -o nn.gmo nn.po
rm -f nso.gmo && /usr/bin/msgfmt -c --statistics -o nso.gmo nso.po
145 translated messages, 2015 fuzzy translations, 2906 untranslated messages.
rm -f or.gmo && /usr/bin/msgfmt -c --statistics -o or.gmo or.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f pa.gmo && /usr/bin/msgfmt -c --statistics -o pa.gmo pa.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
or.po:7: field `Language-Team' still has initial default value
2369 translated messages, 679 fuzzy translations, 2018 untranslated messages.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po
2740 translated messages, 19 fuzzy translations, 2307 untranslated messages.
rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
3583 translated messages, 19 fuzzy translations, 1464 untranslated messages.
rm -f ro.gmo && /usr/bin/msgfmt -c --statistics -o ro.gmo ro.po
387 translated messages, 2231 fuzzy translations, 2448 untranslated messages.
1212 translated messages, 2580 fuzzy translations, 1274 untranslated messages.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
rm -f si.gmo && /usr/bin/msgfmt -c --statistics -o si.gmo si.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
2280 translated messages, 19 fuzzy translations, 2767 untranslated messages.
rm -f sk.gmo && /usr/bin/msgfmt -c --statistics -o sk.gmo sk.po
rm -f sl.gmo && /usr/bin/msgfmt -c --statistics -o sl.gmo sl.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f sq.gmo && /usr/bin/msgfmt -c --statistics -o sq.gmo sq.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f sr@xxxxxxxxx && /usr/bin/msgfmt -c --statistics -o sr@xxxxxxxxx sr@xxxxxxxx
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po
745 translated messages, 2737 fuzzy translations, 1584 untranslated messages.
810 translated messages, 18 fuzzy translations, 4238 untranslated messages.
rm -f ta.gmo && /usr/bin/msgfmt -c --statistics -o ta.gmo ta.po
745 translated messages, 2737 fuzzy translations, 1584 untranslated messages.
rm -f te.gmo && /usr/bin/msgfmt -c --statistics -o te.gmo te.po
rm -f th.gmo && /usr/bin/msgfmt -c --statistics -o th.gmo th.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po
1855 translated messages, 2178 fuzzy translations, 1033 untranslated messages.
rm -f uk.gmo && /usr/bin/msgfmt -c --statistics -o uk.gmo uk.po
2203 translated messages, 2001 fuzzy translations, 862 untranslated messages.
rm -f ur.gmo && /usr/bin/msgfmt -c --statistics -o ur.gmo ur.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
5041 translated messages, 20 fuzzy translations, 5 untranslated messages.
rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
rm -f vi_VN.gmo && /usr/bin/msgfmt -c --statistics -o vi_VN.gmo vi_VN.po
3088 translated messages, 19 fuzzy translations, 1959 untranslated messages.
vi.po:7: field `Language-Team' still has initial default value
1449 translated messages, 19 fuzzy translations, 3598 untranslated messages.
3088 translated messages, 387 fuzzy translations, 1591 untranslated messages.
rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po
rm -f af.gmo && /usr/bin/msgfmt -c --statistics -o af.gmo af.po
rm -f zu.gmo && /usr/bin/msgfmt -c --statistics -o zu.gmo zu.po
287 translated messages, 2244 fuzzy translations, 2535 untranslated messages.
rm -f am.gmo && /usr/bin/msgfmt -c --statistics -o am.gmo am.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f ar.gmo && /usr/bin/msgfmt -c --statistics -o ar.gmo ar.po
rm -f as.gmo && /usr/bin/msgfmt -c --statistics -o as.gmo as.po
rm -f be.gmo && /usr/bin/msgfmt -c --statistics -o be.gmo be.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
1856 translated messages, 2187 fuzzy translations, 1023 untranslated messages.
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f bn.gmo && /usr/bin/msgfmt -c --statistics -o bn.gmo bn.po
rm -f bn_IN.gmo && /usr/bin/msgfmt -c --statistics -o bn_IN.gmo bn_IN.po
376 translated messages, 2229 fuzzy translations, 2461 untranslated messages.
rm -f bs.gmo && /usr/bin/msgfmt -c --statistics -o bs.gmo bs.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
2172 translated messages, 2014 fuzzy translations, 880 untranslated messages.
452 translated messages, 2757 fuzzy translations, 1857 untranslated messages.
rm -f cs.gmo && /usr/bin/msgfmt -c --statistics -o cs.gmo cs.po
226 translated messages, 2260 fuzzy translations, 2580 untranslated messages.
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
rm -f cy.gmo && /usr/bin/msgfmt -c --statistics -o cy.gmo cy.po
302 translated messages, 2229 fuzzy translations, 2535 untranslated messages.
1352 translated messages, 993 fuzzy translations, 2721 untranslated messages.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
rm -f el.gmo && /usr/bin/msgfmt -c --statistics -o el.gmo el.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
989 translated messages, 18 fuzzy translations, 4059 untranslated messages.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics -o en_GB.gmo en_GB.po
el.po:7: field `Language-Team' still has initial default value
226 translated messages, 289 fuzzy translations, 4551 untranslated messages.
rm -f et.gmo && /usr/bin/msgfmt -c --statistics -o et.gmo et.po
3254 translated messages, 19 fuzzy translations, 1793 untranslated messages.
323 translated messages, 2219 fuzzy translations, 2524 untranslated messages.
rm -f eu_ES.gmo && /usr/bin/msgfmt -c --statistics -o eu_ES.gmo eu_ES.po
rm -f fa.gmo && /usr/bin/msgfmt -c --statistics -o fa.gmo fa.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
371 translated messages, 2232 fuzzy translations, 2463 untranslated messages.
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
rm -f gu.gmo && /usr/bin/msgfmt -c --statistics -o gu.gmo gu.po
679 translated messages, 14 fuzzy translations, 4373 untranslated messages.
rm -f he.gmo && /usr/bin/msgfmt -c --statistics -o he.gmo he.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f hi.gmo && /usr/bin/msgfmt -c --statistics -o hi.gmo hi.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
gu.po:7: field `Language-Team' still has initial default value
2231 translated messages, 662 fuzzy translations, 2173 untranslated messages.
rm -f hr.gmo && /usr/bin/msgfmt -c --statistics -o hr.gmo hr.po
rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
1855 translated messages, 2178 fuzzy translations, 1033 untranslated messages.
rm -f hy.gmo && /usr/bin/msgfmt -c --statistics -o hy.gmo hy.po
302 translated messages, 2229 fuzzy translations, 2535 untranslated messages.
380 translated messages, 2228 fuzzy translations, 2458 untranslated messages.
rm -f id.gmo && /usr/bin/msgfmt -c --statistics -o id.gmo id.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f is.gmo && /usr/bin/msgfmt -c --statistics -o is.gmo is.po
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
228 translated messages, 7 fuzzy translations, 4831 untranslated messages.
rm -f ja.gmo && /usr/bin/msgfmt -c --statistics -o ja.gmo ja.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
rm -f ka.gmo && /usr/bin/msgfmt -c --statistics -o ka.gmo ka.po
1228 translated messages, 2558 fuzzy translations, 1280 untranslated messages.
rm -f kn.gmo && /usr/bin/msgfmt -c --statistics -o kn.gmo kn.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
2071 translated messages, 19 fuzzy translations, 2976 untranslated messages.
rm -f ko.gmo && /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
rm -f ku.gmo && /usr/bin/msgfmt -c --statistics -o ku.gmo ku.po
227 translated messages, 3144 fuzzy translations, 1695 untranslated messages.
2211 translated messages, 1998 fuzzy translations, 857 untranslated messages.
2203 translated messages, 1999 fuzzy translations, 864 untranslated messages.
make[3]: Leaving directory `/home/jc/git_repos/libvirt/po'
touch stamp-po
make[2]: Leaving directory `/home/jc/git_repos/libvirt/po'
Making all in examples/domain-events/events-c
make[2]: Entering directory `/home/jc/git_repos/libvirt/examples/domain-events/events-c'
  CC     event_test-event-test.o
  CCLD   event-test
make[2]: Leaving directory `/home/jc/git_repos/libvirt/examples/domain-events/events-c'
Making all in examples/hellolibvirt
make[2]: Entering directory `/home/jc/git_repos/libvirt/examples/hellolibvirt'
  CC     hellolibvirt-hellolibvirt.o
  CCLD   hellolibvirt
make[2]: Leaving directory `/home/jc/git_repos/libvirt/examples/hellolibvirt'
Making all in examples/dominfo
make[2]: Entering directory `/home/jc/git_repos/libvirt/examples/dominfo'
  CC     info1.o
  CCLD   info1
make[2]: Leaving directory `/home/jc/git_repos/libvirt/examples/dominfo'
Making all in examples/domsuspend
make[2]: Entering directory `/home/jc/git_repos/libvirt/examples/domsuspend'
  CC     suspend.o
  CCLD   suspend
make[2]: Leaving directory `/home/jc/git_repos/libvirt/examples/domsuspend'
Making all in examples/python
make[2]: Entering directory `/home/jc/git_repos/libvirt/examples/python'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jc/git_repos/libvirt/examples/python'
Making all in examples/apparmor
make[2]: Entering directory `/home/jc/git_repos/libvirt/examples/apparmor'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jc/git_repos/libvirt/examples/apparmor'
Making all in examples/xml/nwfilter
make[2]: Entering directory `/home/jc/git_repos/libvirt/examples/xml/nwfilter'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jc/git_repos/libvirt/examples/xml/nwfilter'
Making all in examples/openauth
make[2]: Entering directory `/home/jc/git_repos/libvirt/examples/openauth'
  CC     openauth-openauth.o
  CCLD   openauth
make[2]: Leaving directory `/home/jc/git_repos/libvirt/examples/openauth'
Making all in examples/systemtap
make[2]: Entering directory `/home/jc/git_repos/libvirt/examples/systemtap'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jc/git_repos/libvirt/examples/systemtap'
make[2]: Entering directory `/home/jc/git_repos/libvirt'
make[2]: Leaving directory `/home/jc/git_repos/libvirt'
make[1]: Leaving directory `/home/jc/git_repos/libvirt'
[jc@rhel61demovm libvirt]$ rpm -qa | grep -i systemtap
systemtap-1.4-6.el6_1.3.x86_64
systemtap-runtime-1.4-6.el6_1.3.x86_64
systemtap-sdt-devel-1.4-6.el6_1.3.x86_64
[jc@rhel61demovm libvirt]$ make clean
Making clean in examples/systemtap
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/systemtap'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/systemtap'
Making clean in examples/openauth
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/openauth'
rm -rf .libs _libs
 rm -f openauth
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/openauth'
Making clean in examples/xml/nwfilter
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/xml/nwfilter'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/xml/nwfilter'
Making clean in examples/apparmor
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/apparmor'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/apparmor'
Making clean in examples/python
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/python'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/python'
Making clean in examples/domsuspend
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/domsuspend'
rm -rf .libs _libs
 rm -f suspend
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/domsuspend'
Making clean in examples/dominfo
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/dominfo'
rm -rf .libs _libs
 rm -f info1
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/dominfo'
Making clean in examples/hellolibvirt
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/hellolibvirt'
rm -rf .libs _libs
 rm -f hellolibvirt
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/hellolibvirt'
Making clean in examples/domain-events/events-c
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/domain-events/events-c'
rm -rf .libs _libs
 rm -f event-test
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/domain-events/events-c'
Making clean in po
make[1]: Entering directory `/home/jc/git_repos/libvirt/po'
rm -f *.insert-header
rm -f remove-potcdate.sed
rm -f stamp-poT
rm -f core core.* libvirt.po libvirt.1po libvirt.2po *.new.po
rm -fr *.o
make[1]: Leaving directory `/home/jc/git_repos/libvirt/po'
Making clean in tests
make[1]: Entering directory `/home/jc/git_repos/libvirt/tests'
test -z "libshunload.la" || rm -f libshunload.la
rm -f "./so_locations"
 rm -f virshtest conftest sockettest nodeinfotest qparamtest virbuftest commandtest commandhelper seclabeltest hashtest virnetmessagetest virnetsockettest ssh utiltest virnettlscontexttest shunloadtest qemuxml2argvtest qemuxml2xmltest qemuxmlnstest qemuargv2xmltest qemuhelptest domainsnapshotxml2xmltest openvzutilstest vmx2xmltest xml2vmxtest networkxml2xmltest networkxml2argvtest nwfilterxml2xmltest storagevolxml2xmltest storagepoolxml2xmltest nodedevxml2xmltest interfacexml2xmltest cputest eventtest
test -z "*.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.cmi *.cmx object-locking-files.txt" || rm -f *.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.cmi *.cmx object-locking-files.txt
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/tests'
Making clean in python
make[1]: Entering directory `/home/jc/git_repos/libvirt/python'
Making clean in tests
make[2]: Entering directory `/home/jc/git_repos/libvirt/python/tests'
rm -f *.pyc core
make[2]: Leaving directory `/home/jc/git_repos/libvirt/python/tests'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/python'
test -z "libvirt-export.c libvirt.c libvirt.h libvirt.py libvirt-qemu-export.c libvirt-qemu.c libvirt-qemu.h libvirt_qemu.py generator.py.stamp" || rm -f libvirt-export.c libvirt.c libvirt.h libvirt.py libvirt-qemu-export.c libvirt-qemu.c libvirt-qemu.h libvirt_qemu.py generator.py.stamp
rm -rf .libs _libs
test -z "libvirtmod.la libvirtmod_qemu.la" || rm -f libvirtmod.la libvirtmod_qemu.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/python'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/python'
Making clean in gnulib/tests
make[1]: Entering directory `/home/jc/git_repos/libvirt/gnulib/tests'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/gnulib/tests'
test -z "libtests.a" || rm -f libtests.a
 rm -f test-accept test-alloca-opt test-areadlink test-arpa_inet test-base64 test-binary-io test-bind test-btowc test-byteswap test-c-ctype test-c-strcasecmp test-c-strncasecmp test-c-strcasestr test-canonicalize-lgpl test-chown test-cloexec test-close test-connect test-count-one-bits test-md5 test-dup test-dup2 test-environ test-errno test-fclose test-fcntl-h test-fcntl test-fdatasync test-fdopen test-fflush test-fflush2 test-ffs test-fgetc test-float test-fnmatch test-fpurge test-fputc test-fread test-freading test-fseek test-fseeko test-fseeko3 test-fseeko4 test-fstat test-fsync test-ftell test-ftell3 test-ftello test-ftello3 test-ftello4 test-ftruncate test-func test-fwrite test-getaddrinfo test-getcwd-lgpl test-getdelim test-getdtablesize test-getgroups test-gethostname test-getline test-getpeername test-getsockname test-getsockopt test-gettimeofday test-grantpt test-ignore-value test-inet_ntop test-inet_pton test-intprops test-inttypes test-ioctl test-listen test-locale test-localename test-lock test-lseek test-lstat test-malloca test-mbrtowc test-mbrtowc-w32 test-mbsinit test-mbsrtowcs test-memchr 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-openpty test-passfd test-pathmax test-perror test-perror2 test-pipe test-pipe2 test-poll-h test-poll test-posix_openpt 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-pthread_sigmask1 test-pthread_sigmask2 test-ptsname test-raise test-random_r test-rawmemchr test-read test-readlink test-realloc-gnu test-recv test-sched test-select test-select-fd test-select-stdin test-send test-setenv test-setlocale1 test-setlocale2 test-setsockopt test-sigaction test-signal-h test-sigpipe test-sigprocmask test-sleep test-snprintf test-sockets test-spawn test-stat test-stat-time test-stdalign test-stdbool test-stddef test-stdint test-stdio test-stdlib test-strchrnul test-strerror test-strerror_r test-string test-strings test-strnlen test-symlink test-sys_ioctl test-sys_select test-sys_socket test-sys_stat test-sys_time test-sys_types test-sys_uio test-sys_utsname test-sys_wait test-termios test-thread_self test-thread_create test-time test-ttyname_r test-uname test-unistd test-unlockpt test-unsetenv test-usleep test-vasnprintf test-vasprintf test-verify test-vsnprintf test-wchar test-wcrtomb test-wcrtomb-w32 test-wctype-h test-write test-xalloc-die
test -z "" || rm -f 
rm -rf .libs _libs
rm -rf SunWS_cache
test -z "" || rm -f 
rm -f *.o
rm -f glthread/thread.o
test -z "core *.stackdump test-fflush.txt t-fpurge.tmp t-freading.tmp t-ftell3.tmp t-ftello3.tmp test-getdelim.txt test-getline.txt inttypes.h inttypes.h-t locale.h locale.h-t test-posix_spawn1.sh test-posix_spawn1.sh-t test-posix_spawn2.sh test-posix_spawn2.sh-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t spawn.h spawn.h-t" || rm -f core *.stackdump test-fflush.txt t-fpurge.tmp t-freading.tmp t-ftell3.tmp t-ftello3.tmp test-getdelim.txt test-getline.txt inttypes.h inttypes.h-t locale.h locale.h-t test-posix_spawn1.sh test-posix_spawn1.sh-t test-posix_spawn2.sh test-posix_spawn2.sh-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t spawn.h spawn.h-t
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/tests'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/tests'
Making clean in docs
make[1]: Entering directory `/home/jc/git_repos/libvirt/docs'
Making clean in schemas
make[2]: Entering directory `/home/jc/git_repos/libvirt/docs/schemas'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/docs/schemas'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/docs'
rm -rf .libs _libs
rm -f *~ *.bak *.hierarchy *.signals *-unused.txt *.html
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/docs'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/docs'
Making clean in tools
make[1]: Entering directory `/home/jc/git_repos/libvirt/tools'
 rm -f virsh
test -z "virt-xml-validate virt-pki-validate *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s" || rm -f virt-xml-validate virt-pki-validate *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/tools'
Making clean in daemon
make[1]: Entering directory `/home/jc/git_repos/libvirt/daemon'
test -z "libvirtd.qemu.logrotate libvirtd.lxc.logrotate libvirtd.uml.logrotate libvirtd.logrotate libvirtd.init libvirtd.8 *.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda" || rm -f libvirtd.qemu.logrotate libvirtd.lxc.logrotate libvirtd.uml.logrotate libvirtd.logrotate libvirtd.init libvirtd.8 *.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
rm -rf .libs _libs
 rm -f libvirtd
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/daemon'
Making clean in src
make[1]: Entering directory `/home/jc/git_repos/libvirt/src'
test -z " *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s" || rm -f  *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s
test -z "libvirt.la libvirt-qemu.la" || rm -f libvirt.la libvirt-qemu.la
rm -f "./so_locations"
rm -f "./so_locations"
 rm -f libvirt_iohelper libvirt_lxc
rm -rf .libs _libs
test -z "" || rm -f 
test -z "                   " || rm -f                    
test -z "libvirt_util.la libvirt_conf.la libvirt_cpu.la libvirt_vmx.la  libvirt_driver.la libvirt_driver_test.la libvirt_driver_remote.la   libvirt_driver_openvz.la libvirt_driver_vmware.la libvirt_driver_vbox.la   libvirt_driver_qemu.la libvirt_driver_lxc.la libvirt_driver_uml.la   libvirt_driver_network.la  libvirt_driver_secret.la libvirt_driver_storage.la  libvirt_driver_nwfilter.la libvirt_driver_security.la libvirt_test.la libvirt-net-rpc.la libvirt-net-rpc-server.la libvirt-net-rpc-client.la" || rm -f libvirt_util.la libvirt_conf.la libvirt_cpu.la libvirt_vmx.la  libvirt_driver.la libvirt_driver_test.la libvirt_driver_remote.la   libvirt_driver_openvz.la libvirt_driver_vmware.la libvirt_driver_vbox.la   libvirt_driver_qemu.la libvirt_driver_lxc.la libvirt_driver_uml.la   libvirt_driver_network.la  libvirt_driver_secret.la libvirt_driver_storage.la  libvirt_driver_nwfilter.la libvirt_driver_security.la libvirt_test.la libvirt-net-rpc.la libvirt-net-rpc-server.la libvirt-net-rpc-client.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/src'
Making clean in include
make[1]: Entering directory `/home/jc/git_repos/libvirt/include'
Making clean in libvirt
make[2]: Entering directory `/home/jc/git_repos/libvirt/include/libvirt'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/include/libvirt'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/include'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/include'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/include'
Making clean in gnulib/lib
make[1]: Entering directory `/home/jc/git_repos/libvirt/gnulib/lib'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/gnulib/lib'
test -z "configmake.h configmake.h-t charset.alias ref-add.sed ref-del.sed" || rm -f configmake.h configmake.h-t charset.alias ref-add.sed ref-del.sed
rm -rf .libs _libs
rm -rf glthread/.libs glthread/_libs
test -z "" || rm -f 
test -z "libgnu.la" || rm -f libgnu.la
rm -f "./so_locations"
rm -f *.o
rm -f glthread/lock.o
rm -f glthread/lock.lo
rm -f glthread/threadlib.o
rm -f glthread/threadlib.lo
test -z "core *.stackdump alloca.h alloca.h-t arpa/inet.h arpa/inet.h-t byteswap.h byteswap.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h float.h-t fnmatch.h fnmatch.h-t netdb.h netdb.h-t netinet/in.h netinet/in.h-t poll.h poll.h-t pthread.h pthread.h-t pty.h pty.h-t sched.h sched.h-t signal.h signal.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t stdalign.h stdalign.h-t stdarg.h stdarg.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t string.h string.h-t strings.h strings.h-t sys/ioctl.h sys/ioctl.h-t sys/select.h sys/select.h-t sys/socket.h sys/socket.h-t sys/stat.h sys/stat.h-t sys/time.h sys/time.h-t sys/types.h sys/types.h-t sys/uio.h sys/uio.h-t sys/utsname.h sys/utsname.h-t sys/wait.h sys/wait.h-t termios.h termios.h-t time.h time.h-t unistd.h unistd.h-t wchar.h wchar.h-t wctype.h wctype.h-t" || rm -f core *.stackdump alloca.h alloca.h-t arpa/inet.h arpa/inet.h-t byteswap.h byteswap.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h float.h-t fnmatch.h fnmatch.h-t netdb.h netdb.h-t netinet/in.h netinet/in.h-t poll.h poll.h-t pthread.h pthread.h-t pty.h pty.h-t sched.h sched.h-t signal.h signal.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t stdalign.h stdalign.h-t stdarg.h stdarg.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t string.h string.h-t strings.h strings.h-t sys/ioctl.h sys/ioctl.h-t sys/select.h sys/select.h-t sys/socket.h sys/socket.h-t sys/stat.h sys/stat.h-t sys/time.h sys/time.h-t sys/types.h sys/types.h-t sys/uio.h sys/uio.h-t sys/utsname.h sys/utsname.h-t sys/wait.h sys/wait.h-t termios.h termios.h-t time.h time.h-t unistd.h unistd.h-t wchar.h wchar.h-t wctype.h wctype.h-t
rm -f *.lo
rmdir arpa
rmdir sys
make[2]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/lib'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/lib'
Making clean in .
make[1]: Entering directory `/home/jc/git_repos/libvirt'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt'
[jc@rhel61demovm libvirt]$ make rpm
Making clean in examples/systemtap
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/systemtap'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/systemtap'
Making clean in examples/openauth
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/openauth'
rm -rf .libs _libs
 rm -f openauth
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/openauth'
Making clean in examples/xml/nwfilter
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/xml/nwfilter'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/xml/nwfilter'
Making clean in examples/apparmor
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/apparmor'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/apparmor'
Making clean in examples/python
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/python'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/python'
Making clean in examples/domsuspend
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/domsuspend'
rm -rf .libs _libs
 rm -f suspend
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/domsuspend'
Making clean in examples/dominfo
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/dominfo'
rm -rf .libs _libs
 rm -f info1
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/dominfo'
Making clean in examples/hellolibvirt
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/hellolibvirt'
rm -rf .libs _libs
 rm -f hellolibvirt
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/hellolibvirt'
Making clean in examples/domain-events/events-c
make[1]: Entering directory `/home/jc/git_repos/libvirt/examples/domain-events/events-c'
rm -rf .libs _libs
 rm -f event-test
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/examples/domain-events/events-c'
Making clean in po
make[1]: Entering directory `/home/jc/git_repos/libvirt/po'
rm -f *.insert-header
rm -f remove-potcdate.sed
rm -f stamp-poT
rm -f core core.* libvirt.po libvirt.1po libvirt.2po *.new.po
rm -fr *.o
make[1]: Leaving directory `/home/jc/git_repos/libvirt/po'
Making clean in tests
make[1]: Entering directory `/home/jc/git_repos/libvirt/tests'
test -z "libshunload.la" || rm -f libshunload.la
rm -f "./so_locations"
 rm -f virshtest conftest sockettest nodeinfotest qparamtest virbuftest commandtest commandhelper seclabeltest hashtest virnetmessagetest virnetsockettest ssh utiltest virnettlscontexttest shunloadtest qemuxml2argvtest qemuxml2xmltest qemuxmlnstest qemuargv2xmltest qemuhelptest domainsnapshotxml2xmltest openvzutilstest vmx2xmltest xml2vmxtest networkxml2xmltest networkxml2argvtest nwfilterxml2xmltest storagevolxml2xmltest storagepoolxml2xmltest nodedevxml2xmltest interfacexml2xmltest cputest eventtest
test -z "*.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.cmi *.cmx object-locking-files.txt" || rm -f *.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.cmi *.cmx object-locking-files.txt
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/tests'
Making clean in python
make[1]: Entering directory `/home/jc/git_repos/libvirt/python'
Making clean in tests
make[2]: Entering directory `/home/jc/git_repos/libvirt/python/tests'
rm -f *.pyc core
make[2]: Leaving directory `/home/jc/git_repos/libvirt/python/tests'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/python'
test -z "libvirt-export.c libvirt.c libvirt.h libvirt.py libvirt-qemu-export.c libvirt-qemu.c libvirt-qemu.h libvirt_qemu.py generator.py.stamp" || rm -f libvirt-export.c libvirt.c libvirt.h libvirt.py libvirt-qemu-export.c libvirt-qemu.c libvirt-qemu.h libvirt_qemu.py generator.py.stamp
rm -rf .libs _libs
test -z "libvirtmod.la libvirtmod_qemu.la" || rm -f libvirtmod.la libvirtmod_qemu.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/python'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/python'
Making clean in gnulib/tests
make[1]: Entering directory `/home/jc/git_repos/libvirt/gnulib/tests'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/gnulib/tests'
test -z "libtests.a" || rm -f libtests.a
 rm -f test-accept test-alloca-opt test-areadlink test-arpa_inet test-base64 test-binary-io test-bind test-btowc test-byteswap test-c-ctype test-c-strcasecmp test-c-strncasecmp test-c-strcasestr test-canonicalize-lgpl test-chown test-cloexec test-close test-connect test-count-one-bits test-md5 test-dup test-dup2 test-environ test-errno test-fclose test-fcntl-h test-fcntl test-fdatasync test-fdopen test-fflush test-fflush2 test-ffs test-fgetc test-float test-fnmatch test-fpurge test-fputc test-fread test-freading test-fseek test-fseeko test-fseeko3 test-fseeko4 test-fstat test-fsync test-ftell test-ftell3 test-ftello test-ftello3 test-ftello4 test-ftruncate test-func test-fwrite test-getaddrinfo test-getcwd-lgpl test-getdelim test-getdtablesize test-getgroups test-gethostname test-getline test-getpeername test-getsockname test-getsockopt test-gettimeofday test-grantpt test-ignore-value test-inet_ntop test-inet_pton test-intprops test-inttypes test-ioctl test-listen test-locale test-localename test-lock test-lseek test-lstat test-malloca test-mbrtowc test-mbrtowc-w32 test-mbsinit test-mbsrtowcs test-memchr 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-openpty test-passfd test-pathmax test-perror test-perror2 test-pipe test-pipe2 test-poll-h test-poll test-posix_openpt 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-pthread_sigmask1 test-pthread_sigmask2 test-ptsname test-raise test-random_r test-rawmemchr test-read test-readlink test-realloc-gnu test-recv test-sched test-select test-select-fd test-select-stdin test-send test-setenv test-setlocale1 test-setlocale2 test-setsockopt test-sigaction test-signal-h test-sigpipe test-sigprocmask test-sleep test-snprintf test-sockets test-spawn test-stat test-stat-time test-stdalign test-stdbool test-stddef test-stdint test-stdio test-stdlib test-strchrnul test-strerror test-strerror_r test-string test-strings test-strnlen test-symlink test-sys_ioctl test-sys_select test-sys_socket test-sys_stat test-sys_time test-sys_types test-sys_uio test-sys_utsname test-sys_wait test-termios test-thread_self test-thread_create test-time test-ttyname_r test-uname test-unistd test-unlockpt test-unsetenv test-usleep test-vasnprintf test-vasprintf test-verify test-vsnprintf test-wchar test-wcrtomb test-wcrtomb-w32 test-wctype-h test-write test-xalloc-die
test -z "" || rm -f 
rm -rf .libs _libs
rm -rf SunWS_cache
test -z "" || rm -f 
rm -f *.o
rm -f glthread/thread.o
test -z "core *.stackdump test-fflush.txt t-fpurge.tmp t-freading.tmp t-ftell3.tmp t-ftello3.tmp test-getdelim.txt test-getline.txt inttypes.h inttypes.h-t locale.h locale.h-t test-posix_spawn1.sh test-posix_spawn1.sh-t test-posix_spawn2.sh test-posix_spawn2.sh-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t spawn.h spawn.h-t" || rm -f core *.stackdump test-fflush.txt t-fpurge.tmp t-freading.tmp t-ftell3.tmp t-ftello3.tmp test-getdelim.txt test-getline.txt inttypes.h inttypes.h-t locale.h locale.h-t test-posix_spawn1.sh test-posix_spawn1.sh-t test-posix_spawn2.sh test-posix_spawn2.sh-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t spawn.h spawn.h-t
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/tests'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/tests'
Making clean in docs
make[1]: Entering directory `/home/jc/git_repos/libvirt/docs'
Making clean in schemas
make[2]: Entering directory `/home/jc/git_repos/libvirt/docs/schemas'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/docs/schemas'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/docs'
rm -rf .libs _libs
rm -f *~ *.bak *.hierarchy *.signals *-unused.txt *.html
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/docs'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/docs'
Making clean in tools
make[1]: Entering directory `/home/jc/git_repos/libvirt/tools'
 rm -f virsh
test -z "virt-xml-validate virt-pki-validate *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s" || rm -f virt-xml-validate virt-pki-validate *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/tools'
Making clean in daemon
make[1]: Entering directory `/home/jc/git_repos/libvirt/daemon'
test -z "libvirtd.qemu.logrotate libvirtd.lxc.logrotate libvirtd.uml.logrotate libvirtd.logrotate libvirtd.init libvirtd.8 *.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda" || rm -f libvirtd.qemu.logrotate libvirtd.lxc.logrotate libvirtd.uml.logrotate libvirtd.logrotate libvirtd.init libvirtd.8 *.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
rm -rf .libs _libs
 rm -f libvirtd
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/daemon'
Making clean in src
make[1]: Entering directory `/home/jc/git_repos/libvirt/src'
test -z " *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s" || rm -f  *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s
test -z "libvirt.la libvirt-qemu.la" || rm -f libvirt.la libvirt-qemu.la
rm -f "./so_locations"
rm -f "./so_locations"
 rm -f libvirt_iohelper libvirt_lxc
rm -rf .libs _libs
test -z "" || rm -f 
test -z "                   " || rm -f                    
test -z "libvirt_util.la libvirt_conf.la libvirt_cpu.la libvirt_vmx.la  libvirt_driver.la libvirt_driver_test.la libvirt_driver_remote.la   libvirt_driver_openvz.la libvirt_driver_vmware.la libvirt_driver_vbox.la   libvirt_driver_qemu.la libvirt_driver_lxc.la libvirt_driver_uml.la   libvirt_driver_network.la  libvirt_driver_secret.la libvirt_driver_storage.la  libvirt_driver_nwfilter.la libvirt_driver_security.la libvirt_test.la libvirt-net-rpc.la libvirt-net-rpc-server.la libvirt-net-rpc-client.la" || rm -f libvirt_util.la libvirt_conf.la libvirt_cpu.la libvirt_vmx.la  libvirt_driver.la libvirt_driver_test.la libvirt_driver_remote.la   libvirt_driver_openvz.la libvirt_driver_vmware.la libvirt_driver_vbox.la   libvirt_driver_qemu.la libvirt_driver_lxc.la libvirt_driver_uml.la   libvirt_driver_network.la  libvirt_driver_secret.la libvirt_driver_storage.la  libvirt_driver_nwfilter.la libvirt_driver_security.la libvirt_test.la libvirt-net-rpc.la libvirt-net-rpc-server.la libvirt-net-rpc-client.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt/src'
Making clean in include
make[1]: Entering directory `/home/jc/git_repos/libvirt/include'
Making clean in libvirt
make[2]: Entering directory `/home/jc/git_repos/libvirt/include/libvirt'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/include/libvirt'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/include'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/include'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/include'
Making clean in gnulib/lib
make[1]: Entering directory `/home/jc/git_repos/libvirt/gnulib/lib'
Making clean in .
make[2]: Entering directory `/home/jc/git_repos/libvirt/gnulib/lib'
test -z "configmake.h configmake.h-t charset.alias ref-add.sed ref-del.sed" || rm -f configmake.h configmake.h-t charset.alias ref-add.sed ref-del.sed
rm -rf .libs _libs
rm -rf glthread/.libs glthread/_libs
test -z "" || rm -f 
test -z "libgnu.la" || rm -f libgnu.la
rm -f "./so_locations"
rm -f *.o
rm -f glthread/lock.o
rm -f glthread/lock.lo
rm -f glthread/threadlib.o
rm -f glthread/threadlib.lo
test -z "core *.stackdump alloca.h alloca.h-t arpa/inet.h arpa/inet.h-t byteswap.h byteswap.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h float.h-t fnmatch.h fnmatch.h-t netdb.h netdb.h-t netinet/in.h netinet/in.h-t poll.h poll.h-t pthread.h pthread.h-t pty.h pty.h-t sched.h sched.h-t signal.h signal.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t stdalign.h stdalign.h-t stdarg.h stdarg.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t string.h string.h-t strings.h strings.h-t sys/ioctl.h sys/ioctl.h-t sys/select.h sys/select.h-t sys/socket.h sys/socket.h-t sys/stat.h sys/stat.h-t sys/time.h sys/time.h-t sys/types.h sys/types.h-t sys/uio.h sys/uio.h-t sys/utsname.h sys/utsname.h-t sys/wait.h sys/wait.h-t termios.h termios.h-t time.h time.h-t unistd.h unistd.h-t wchar.h wchar.h-t wctype.h wctype.h-t" || rm -f core *.stackdump alloca.h alloca.h-t arpa/inet.h arpa/inet.h-t byteswap.h byteswap.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h float.h-t fnmatch.h fnmatch.h-t netdb.h netdb.h-t netinet/in.h netinet/in.h-t poll.h poll.h-t pthread.h pthread.h-t pty.h pty.h-t sched.h sched.h-t signal.h signal.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t stdalign.h stdalign.h-t stdarg.h stdarg.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t string.h string.h-t strings.h strings.h-t sys/ioctl.h sys/ioctl.h-t sys/select.h sys/select.h-t sys/socket.h sys/socket.h-t sys/stat.h sys/stat.h-t sys/time.h sys/time.h-t sys/types.h sys/types.h-t sys/uio.h sys/uio.h-t sys/utsname.h sys/utsname.h-t sys/wait.h sys/wait.h-t termios.h termios.h-t time.h time.h-t unistd.h unistd.h-t wchar.h wchar.h-t wctype.h wctype.h-t
rm -f *.lo
make[2]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/lib'
make[1]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/lib'
Making clean in .
make[1]: Entering directory `/home/jc/git_repos/libvirt'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/jc/git_repos/libvirt'
make[1]: Entering directory `/home/jc/git_repos/libvirt'
{ test ! -d "libvirt-0.9.7" || { find "libvirt-0.9.7" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "libvirt-0.9.7"; }; }
test -d "libvirt-0.9.7" || mkdir "libvirt-0.9.7"
 (cd gnulib/lib && make  top_distdir=../../libvirt-0.9.7 distdir=../../libvirt-0.9.7/gnulib/lib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/home/jc/git_repos/libvirt/gnulib/lib'
make[2]: Leaving directory `/home/jc/git_repos/libvirt/gnulib/lib'
 (cd include && make  top_distdir=../libvirt-0.9.7 distdir=../libvirt-0.9.7/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/home/jc/git_repos/libvirt/include'
 (cd libvirt && make  top_distdir=../../libvirt-0.9.7 distdir=../../libvirt-0.9.7/include/libvirt \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/home/jc/git_repos/libvirt/include/libvirt'
make[3]: Leaving directory `/home/jc/git_repos/libvirt/include/libvirt'
make[2]: Leaving directory `/home/jc/git_repos/libvirt/include'
 (cd src && make  top_distdir=../libvirt-0.9.7 distdir=../libvirt-0.9.7/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/home/jc/git_repos/libvirt/src'
make[2]: *** No rule to make target `probes.h', needed by `distdir'.  Stop.
make[2]: Leaving directory `/home/jc/git_repos/libvirt/src'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/home/jc/git_repos/libvirt'
make: *** [rpm] Error 2
[jc@rhel61demovm libvirt]$ 


<snip>
> >> Validating api.html
> >> warning: failed to load external entity "api.html.tmp"
> 
> >    Try to get xsltproc and xmllint tools, they are in libxml2 and
> > libxslt packages, dunno the exact name in Debian/Ubuntu, possibly
> > some -bin package.
> 
> Sounds like xmllint should be yet another maintainer prereq in bootstrap.conf.

Yep, sounds like it. :)

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org


--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]