Re: [libvirt] Entering freeze for libvirt-1.1.1

On Fri, Jul 26, 2013 at 06:01:23AM -0400, Alex Jia wrote:
Hello Daniel, I gave a basic try for libvirt-1.1.1-rc1 on RHEL6.
[root@202 libvirt-1.1.1]# make
Notes, sometimes, I can meet the following errors, it's not reproducible each time, maybe, it's a network issue.
<slice>
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd formatdomain.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" ^ formatdomain.html.in:4582: parser error : Entity 'mdash' not defined <li> 'i6300esb' — the recommended device,
you need to install xhtml1-dtds for local validation of generated HTML [...]
TEST: virnetsockettest ........!!!.!!! 15 FAIL
weird ...
Notes, works well with PATH environment setting, but it still is failed for running 'make -C tests valgrind' due to previous 'make check' fails, whether we my bypass/fix this for 'make check'. BTW, I also checked libvirt upstream with "make -C tests valgrind", it's fine and without memory leaks.
[root@202 libvirt-1.1.1]# make syntax-check GEN HACKING GEN bracket-spacing-check ./build-aux/vc-list-files: Failed to determine type of version control used in /home/ajia/Workspace/rc1/libvirt-1.1.1 Can't open perl script "./build-aux/bracket-spacing.pl": No such file or directory maint.mk: incorrect whitespace, see HACKING for rules make: *** [bracket-spacing-check] Error 1
[root@202 libvirt-1.1.1]# ls ./build-aux/bracket-spacing.pl ls: cannot access ./build-aux/bracket-spacing.pl: No such file or directory
Notes, it's okay on libvirt upstream and can find ./build-aux/bracket-spacing.pl file.
To run coverity on libvirt-1.1.1-rc1 and attach report as an attachment.
thanks ! Daniel -- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/

I was able to get this to "build" locally, but received this error on FreeBSD. I was not able to get it to build outside of my machine, as it appears there is some other new dependency that is required to build that I am not figuring out, but I have it installed on my box. gmake[3]: Entering directory `/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1/src' CC libvirt_util_la-viralloc.lo CC libvirt_util_la-virarch.lo CC libvirt_util_la-viratomic.lo CC libvirt_util_la-viraudit.lo CC libvirt_util_la-virauth.lo CC libvirt_util_la-virauthconfig.lo CC libvirt_util_la-virbitmap.lo CC libvirt_util_la-virbuffer.lo CC libvirt_util_la-vircgroup.lo util/vircgroup.c: In function 'virCgroupAvailable': util/vircgroup.c:75: error: storage size of 'entry' isn't known util/vircgroup.c:85: warning: implicit declaration of function 'getmntent_r' util/vircgroup.c:85: warning: nested extern declaration of 'getmntent_r' [-Wnested-externs] util/vircgroup.c:85: warning: comparison between pointer and integer util/vircgroup.c:75: warning: unused variable 'entry' [-Wunused-variable] gmake[3]: *** [libvirt_util_la-vircgroup.lo] Error 1 gmake[3]: Leaving directory `/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1' gmake: *** [all] Error 2 -jgh

Jason Helfman wrote:
I was able to get this to "build" locally, but received this error on FreeBSD. I was not able to get it to build outside of my machine, as it appears there is some other new dependency that is required to build that I am not figuring out, but I have it installed on my box.
gmake[3]: Entering directory `/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1/src' CC libvirt_util_la-viralloc.lo CC libvirt_util_la-virarch.lo CC libvirt_util_la-viratomic.lo CC libvirt_util_la-viraudit.lo CC libvirt_util_la-virauth.lo CC libvirt_util_la-virauthconfig.lo CC libvirt_util_la-virbitmap.lo CC libvirt_util_la-virbuffer.lo CC libvirt_util_la-vircgroup.lo util/vircgroup.c: In function 'virCgroupAvailable': util/vircgroup.c:75: error: storage size of 'entry' isn't known util/vircgroup.c:85: warning: implicit declaration of function 'getmntent_r' util/vircgroup.c:85: warning: nested extern declaration of 'getmntent_r' [-Wnested-externs] util/vircgroup.c:85: warning: comparison between pointer and integer util/vircgroup.c:75: warning: unused variable 'entry' [-Wunused-variable] gmake[3]: *** [libvirt_util_la-vircgroup.lo] Error 1 gmake[3]: Leaving directory `/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1' gmake: *** [all] Error 2
Are you testing rc1? If so, please try rc2. Roman Bogorodskiy
participants (3)
-
Daniel Veillard
-
Jason Helfman
-
Roman Bogorodskiy