On 10/02/2011, at 2:43 PM, Daniel Veillard wrote:
We're entering the week freeze for 0.8.8, so let's delay new
feature
until the end of next week and let's focuse on bug fixes. I have put an
initial release candidate at:
ftp://libvirt.org/libvirt/libvirt-0.8.8-rc1.tar.gz
it seems to compile and work fine for me. there is however a small
problem at configure time:
It's broken on OSX (and git head is too), even with everything practical
disabled:
CCLD libvirt_driver.la
CCLD libvirt.la
CCLD libvirt_test.la
ld: warning: in libvirt.syms, file was built for unsupported file format which is not
the architecture being linked (x86_64)
ld: duplicate symbol _virDomainQemuMonitorCommandFlags in
./.libs/libvirt_util.a(libvirt_util_la-bitmap.o) and
./.libs/libvirt_util.a(libvirt_util_la-authhelper.o)
collect2: ld returned 1 exit status
make[3]: *** [libvirt.la] Error 1
make[3]: *** Waiting for unfinished jobs....
In case it's helpful the configuration summary for this was:
configure: Configuration summary
configure: =====================
configure:
configure: Drivers
configure:
configure: Xen: no
configure: QEMU: no
configure: UML: no
configure: OpenVZ: no
configure: VMware: no
configure: VBox: no
configure: XenAPI: no
configure: LXC: no
configure: PHYP: no
configure: ONE: no
configure: ESX: no
configure: Test: no
configure: Remote: no
configure: Network: no
configure: Libvirtd: no
configure: netcf: no
configure: macvtap: no
configure: virtport: no
configure:
configure: Storage Drivers
configure:
configure: Dir: no
configure: FS: no
configure: NetFS: no
configure: LVM: no
configure: iSCSI: no
configure: SCSI: no
configure: mpath: no
configure: Disk: no
configure:
configure: Security Drivers
configure:
configure: SELinux: no
configure: AppArmor: no
configure:
configure: Driver Loadable Modules
configure:
configure: dlopen: no
configure:
configure: Libraries
configure:
configure: libxml: -I/opt/local/include/libxml2 -L/opt/local/lib -lxml2
configure: libcurl: no
configure: libssh2:
configure: gnutls: -I/opt/local/include -L/opt/local/lib -lgnutls -lgcrypt
configure: sasl: no
configure: yajl: no
configure: avahi: no
configure: polkit: no
configure: audit: no
configure: selinux: no
configure: apparmor: no
configure: numactl: no
configure: capng: no
configure: xen: no
configure: xenapi: no
configure: hal: no
configure: udev: no
configure: netcf: no
configure: xmlrpc: no
configure: pcap: no
configure: nl: no
configure: mscom: no
configure: xdr: no
configure:
configure: Test suite
configure:
configure: Coverage: no
configure: Alloc OOM: no
configure:
configure: Miscellaneous
configure:
configure: Debug: yes
configure: Warnings: maximum
configure: Readline: yes
configure: Python: yes
configure: DTrace: no
configure: XML Catalog: /etc/xml/catalog
configure:
configure: Privileges
configure:
configure: QEMU: root:root
configure:
+ Justin