Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-18 Thread Eric Blake
On 11/09/2011 05:12 AM, Justin Clift wrote: On another note, Eric, do you reckon it's possible to add the XHTML1 DTDs to maintainer requirements? Without them, generation of the html docs fails at the validation stage. Good idea, but I'm not quite sure how, yet. Requiring xmllint is

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-09 Thread Justin Clift
On 09/11/2011, at 6:22 PM, Wen Congyang wrote: snip To clarify, systemtap-sdt-devel is already installed. Doing a brand new autogen.sh, then compiling normally with: I find the following messages from autogen.sh's output: running CONFIG_SHELL=/bin/sh /bin/sh ./configure --with-dtrace=no

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Wen Congyang
At 11/08/2011 02:22 PM, Justin Clift Write: On 08/11/2011, at 5:17 PM, Justin Clift wrote: Hi guys, Just tried make rpm with git head, on RHEL 6.x. It gave the following failure: make[1]: Leaving directory `/home/jc/git_repos/libvirt' make[1]: Entering directory

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Wenyi Gao
On 2011年11月08日 16:58, Wen Congyang wrote: At 11/08/2011 02:22 PM, Justin Clift Write: On 08/11/2011, at 5:17 PM, Justin Clift wrote: Hi guys, Just tried make rpm with git head, on RHEL 6.x. It gave the following failure: make[1]: Leaving directory `/home/jc/git_repos/libvirt' make[1]:

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Wen Congyang
At 11/08/2011 05:09 PM, Wenyi Gao Write: On 2011年11月08日 16:58, Wen Congyang wrote: At 11/08/2011 02:22 PM, Justin Clift Write: On 08/11/2011, at 5:17 PM, Justin Clift wrote: Hi guys, Just tried make rpm with git head, on RHEL 6.x. It gave the following failure: make[1]: Leaving

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Wenyi Gao
On 2011年11月08日 17:19, Wen Congyang wrote: At 11/08/2011 05:09 PM, Wenyi Gao Write: On 2011年11月08日 16:58, Wen Congyang wrote: At 11/08/2011 02:22 PM, Justin Clift Write: On 08/11/2011, at 5:17 PM, Justin Clift wrote: Hi guys, Just tried make rpm with git head, on RHEL 6.x. It gave the

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Justin Clift
On 08/11/2011, at 8:19 PM, Wen Congyang wrote: snip I seems that NEWS is not included in dist on your machine. Here is my Makefile: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/libvirt.pc.in

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Hong Xiang
Please follow Congyang's suggestion to install systemtap-sdt-devel package and redo configure. On 11/08/2011 05:40 PM, Wenyi Gao wrote: On 2011年11月08日 17:33, Hong Xiang wrote: I believe it's due to missing xsltproc binary? Wenyi, same as your earlier failed to load external entity api.html.tmp

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Wenyi Gao
On 2011年11月08日 17:33, Hong Xiang wrote: I believe it's due to missing xsltproc binary? Wenyi, same as your earlier failed to load external entity api.html.tmp warning. On 11/08/2011 05:23 PM, Wenyi Gao wrote: I also got the error on ubuntu 11.10 when run make distcheck libvirt$ make distcheck

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Hong Xiang
I believe it's due to missing xsltproc binary? Wenyi, same as your earlier failed to load external entity api.html.tmp warning. On 11/08/2011 05:23 PM, Wenyi Gao wrote: I also got the error on ubuntu 11.10 when run make distcheck libvirt$ make distcheck { test ! -d libvirt-0.9.6 || { find

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Eric Blake
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

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Wen Congyang
At 11/09/2011 06:52 AM, Eric Blake Write: 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

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-08 Thread Wen Congyang
At 11/09/2011 03:01 PM, Justin Clift Write: 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

[libvirt] make rpm failing with git head on RHEL6

2011-11-07 Thread Justin Clift
Hi guys, Just tried make rpm with git head, on RHEL 6.x. It gave the following failure: make[1]: Leaving directory `/home/jc/git_repos/libvirt' make[1]: Entering directory `/home/jc/git_repos/libvirt' { test ! -d libvirt-0.9.6 || { find libvirt-0.9.6 -type d ! -perm -200 -exec chmod u+w

Re: [libvirt] make rpm failing with git head on RHEL6

2011-11-07 Thread Justin Clift
On 08/11/2011, at 5:17 PM, Justin Clift wrote: Hi guys, Just tried make rpm with git head, on RHEL 6.x. It gave the following failure: make[1]: Leaving directory `/home/jc/git_repos/libvirt' make[1]: Entering directory `/home/jc/git_repos/libvirt' { test ! -d libvirt-0.9.6 || { find