On Thu, Feb 10, 2011 at 04:16:39PM +0100, Matthias Bolte wrote: [...] > > it seems to compile and work fine for me. there is however a small > > problem at configure time: > > > > ------------------------------------- > > thinkpad:~/tmp/libvirt-0.8.8 -> ./autogen.sh --system ; make > > Running ./configure with --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib > > fatal: Not a git repository (or any of the parent directories): .git > > fatal: Cannot open 'bootstrap.conf': No such file or directory > > usage: git diff [--no-index] <path> <path> > > /home/veillard/tmp/libvirt-0.8.8/tmpwrk2661/archive > > /home/veillard/tmp/libvirt-0.8.8/tmpwrk2661/archive > > /home/veillard/tmp/libvirt-0.8.8/tmpwrk2661/archive > > Copying file m4/codeset.m4 > > ------------------------------------- > > > > Seems some git command is launched but errors out, that's normal > > but it should not pollute the output (there is also the extra paths > > output but that's due to the fact that I use CDPATH env variable > > and as a result "cd dir" is not silent when successful but output > > the target dir). > > > > Daniel > > > > Why does the build from a tarball try to use git anyway? I can > reproduce the failing git call. > > And syntax-check fails like this, but I'm not sure if it's supposed to > work from a tarball at all: > > $ make -s syntax-check > fatal: Not a git repository (or any of the parent directories): .git > fatal: Cannot open 'bootstrap.conf': No such file or directory > usage: git diff [--no-index] <path> <path> > make: *** No rule to make target `docs/hacking1.xsl', needed by > `HACKING'. Stop. I guess the following should fix the missing stylesheets issue Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@xxxxxxxxxxxx | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
diff --git a/docs/Makefile.am b/docs/Makefile.am index 43c54f6..0dfd764 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -80,6 +80,7 @@ fig = \ EXTRA_DIST= \ apibuild.py \ site.xsl newapi.xsl news.xsl page.xsl \ + hacking1.xsl hacking2.xsl \ $(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \ $(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \ $(xml) $(fig) $(png) $(css) \
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list