On 02/06/2012 05:44 PM, Daniel Veillard wrote:
On Mon, Feb 06, 2012 at 04:11:45AM -0500, Alex Jia wrote:
> Hi all,
> I found the following issues:
[...]
> 2. test cases fail:
>
> TEST: virnetsockettest
> ........!!!.!!! 15 FAIL
>
> TEST: qemuxml2argvtest
> ....................!!.................. 40
> ......................................!. 80
> ........................................ 120
> ........................................ 160
> ...!.!!!!!!.!..!!.!.................... 199 FAIL
Weird that definitely worked fine for me.
Try to do an rpmbuild --rebuild libvirt-0.9.10-rc1.tar.gz to get
a list of possible missing build packages. However I don't see how
that could possibly affect qemuxml2argvtest ...
It's okay if I installed
related dev packages.
Other issues:
1.
GEN probes.o
/tmp/tmpOSBnp3.c:1: warning: return type defaults to 'int'
/tmp/tmpOSBnp3.c:1: warning: '__dtrace' defined but not used
CC libvirt_qemu_la-libvirt-qemu.lo
Notes, maybe, we should silence the warning.
2.
CC libvirtmod_qemu_la-libvirt-qemu-override.lo
libvirt-qemu-override.c:53: warning: 'py_str' defined but not used
CC libvirtmod_qemu_la-libvirt-qemu.lo
Notes, it should be a useful function, maybe, we will use it later ...
3.
CCLD libvirt_test.la
*** Warning: Linking the shared library libvirt.la against the non-libtool
*** objects probes.o is not portable!
4.
*** Warning: Linking the shared library libvirt_test.la against the
non-libtool
*** objects probes.o is not portable!
CCLD libvirt-qemu.la
Notes, I often meet the item 3 and 4 warnings when compiling, although I
saw gcc book said
they were common error and should use .o instead of .la, we can ignore
these 2 warnings
in here, right?
Regards,
Alex
Daniel