Denis Menshikov
2014-Oct-05 15:20 UTC
[libvirt-users] FreeBSD 10-RELEASE-amd64(on arch x86_64)
Good day, would like to install the latest version of libvirt collected from sources for use bhyve. Download ftp://libvirt.org/libvirt/libvirt-1.2.9.tar.gz, system... uname -a FreeBSD vmserver 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 my actions: ./configure make sudo make install next... make all-recursive Making all in . Making all in gnulib/lib GEN alloca.h GEN c++defs.h GEN warn-on-use.h GEN arg-nonnull.h GEN arpa/inet.h GEN byteswap.h GEN configmake.h GEN fcntl.h GEN langinfo.h GEN locale.h GEN netdb.h GEN poll.h GEN pty.h GEN signal.h GEN unused-parameter.h GEN stdio.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/ioctl.h GEN sys/select.h GEN sys/socket.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN sys/uio.h GEN sys/utsname.h GEN sys/wait.h GEN termios.h GEN time.h GEN unistd.h GEN wchar.h GEN wctype.h make all-am CC allocator.lo CC areadlink.lo CC base64.lo CC binary-io.lo CC bitrotate.lo CC c-ctype.lo CC c-strcasecmp.lo CC c-strncasecmp.lo CC c-strcasestr.lo CC careadlinkat.lo CC cloexec.lo CC count-one-bits.lo CC md5.lo CC sha256.lo CC dirname-lgpl.lo CC basename-lgpl.lo CC stripslash.lo CC fd-hook.lo CC freading.lo CC getugroups.lo CC localcharset.lo CC glthread/lock.lo CC malloca.lo CC mgetgroups.lo CC nonblocking.lo CC passfd.lo CC physmem.lo CC pipe2.lo CC sig-handler.lo CC sockets.lo CC stat-time.lo CC strnlen1.lo CC sys_socket.lo CC tempname.lo CC glthread/threadlib.lo CC unistd.lo CC wctype-h.lo CC xsize.lo CC asnprintf.lo CC canonicalize-lgpl.lo CC fclose.lo CC fdatasync.lo CC fflush.lo CC fseek.lo CC fseeko.lo CC getgroups.lo CC ioctl.lo CC mktime.lo CC openpty.lo CC printf-args.lo CC printf-parse.lo CC pthread_sigmask.lo CC random_r.lo CC rawmemchr.lo CC regex.lo In file included from regex.c:70: ./regex_internal.c:1392:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (idx < 0 || idx >= set->nelem) ~~~ ^ ~ 1 warning generated. CC secure_getenv.lo CC timegm.lo CC vasnprintf.lo CCLD libgnu.la GEN charset.alias GEN ref-add.sed GEN ref-del.sed Making all in include Making all in libvirt Making all in src GEN libvirt_access.xml GEN libvirt_access_qemu.xml GEN libvirt_access_lxc.xml GEN libvirt_access.syms GEN libvirt_access_qemu.syms GEN libvirt_access_lxc.syms GEN libvirt.syms GEN libvirt.def Next, the compile stop, activity on the CPU no. What am I doing wrong? -- Denis Menshikov
Eric Blake
2014-Oct-06 14:05 UTC
Re: [libvirt-users] FreeBSD 10-RELEASE-amd64(on arch x86_64)
On 10/05/2014 09:20 AM, Denis Menshikov wrote:> Good day, > > would like to install the latest version of libvirt collected from sources for use bhyve. > Download ftp://libvirt.org/libvirt/libvirt-1.2.9.tar.gz, > system... >> GEN libvirt.syms > GEN libvirt.def Next, the compile stop, activity on the CPU no. What am I doing wrong?Can you rerun with 'make V=1' to see the command line that is hanging? It may be that the formula for building libvirt.def contains some GNU-ism that doesn't work with BSD tools and therefore causes the build to hang. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org