Displaying 5 results from an estimated 5 matches for "__availability__".
2013 Dec 09
3
[PATCH 1/3] Fix manpage generation in out-of-tree builds
...--- a/po-docs/ja/Makefile.am
+++ b/po-docs/ja/Makefile.am
@@ -92,9 +92,9 @@ guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-stru
--man $@ \
--section 3 \
--license LGPLv2+ \
- --insert guestfs-actions.pod:__ACTIONS__ \
- --insert guestfs-availability.pod:__AVAILABILITY__ \
- --insert guestfs-structs.pod:__STRUCTS__ \
+ --insert $(srcdir)/guestfs-actions.pod:__ACTIONS__ \
+ --insert $(srcdir)/guestfs-availability.pod:__AVAILABILITY__ \
+ --insert $(srcdir)/guestfs-structs.pod:__STRUCTS__ \
$<
guestfish.1: guestfish.pod guestfish-actions.pod guestfi...
2013 Mar 07
7
Fixes from the patch queue of the Debian package
Here are three patches that fix issues with out-of-tree building and
one that uses Ruby's own autoconf stuff for determining how Ruby
bindings should be built.
Cheers,
-Hilko
2015 Oct 22
2
[PATCH 1/2] build: isolate common po-docs logic
...ES)
-
-guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-structs.pod
- $(PODWRAPPER) \
- --no-strict-checks \
- --man $@ \
- --section 3 \
- --license LGPLv2+ \
- --insert $(srcdir)/guestfs-actions.pod:__ACTIONS__ \
- --insert $(srcdir)/guestfs-availability.pod:__AVAILABILITY__ \
- --insert $(srcdir)/guestfs-structs.pod:__STRUCTS__ \
- $<
-
-guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod guestfish-prepopts.pod
- $(PODWRAPPER) \
- --no-strict-checks \
- --man $@ \
- --license GPLv2+ \
- --insert $(srcdir)/guestfish-actions.pod:__ACTI...
2014 May 29
2
Re: libguestfs error
Hi Rich
I using ubuntu 13.10 with powerpc arch.
I tried the above stepss and below are the output of the related commands..
nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent
0000def0 T tgetent
ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so
libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so
However I'm not able to perform rm -f config.cache
2014 May 29
2
Re: libguestfs error
...libvirt_is_version-libvirt-is-version.o
CCLD libvirt-is-version
perl /home/ubuntu/libguestfs-1.26.1/podwrapper.pl \
--section 3 \
--man guestfs.3 \
--html ../html/guestfs.3.html \
--insert ./guestfs-actions.pod:__ACTIONS__ \
--insert ./guestfs-availability.pod:__AVAILABILITY__ \
--insert ./guestfs-structs.pod:__STRUCTS__ \
--license LGPLv2+ \
guestfs.pod
podwrapper.pl: wrote guestfs.3
Wide character in print at /home/ubuntu/libguestfs-1.26.1/podwrapper.pl
line 529.
podwrapper.pl: wrote ../html/guestfs.3.html
touch stamp-guestfs.pod
make[3]: Leaving dire...