Displaying 20 results from an estimated 30000 matches similar to: "IRC question: Will Perl [..] remain a binding but not a requirement?"
2015 Oct 22
2
[PATCH 1/2] build: isolate common po-docs logic
Move most of the content of either po-docs/ja/Makefile.am or
po-docs/uk/Makefile.am to po-docs/language.mk, and use it exclusively
instead of the former contents of the languange-specific Makefile.am.
This way, either adding a new documentation or enabling a new language
will not require copying over the same make code.
---
 po-docs/ja/Makefile.am | 174 +-------------------------------------------
2013 Sep 24
2
[PATCH] build: fix errors when compiling man-pages
I'm not sure whether this is the best fix, but it makes the build
pass.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
Notes:
    The configure was called like this:
    
    ./autogen.sh --disable-appliance --disable-daemon --with-readline --disable-php --enable-python --enable-perl --disable-haskell --disable-ruby --enable-gobject --enable-probes --enable-lua
2011 Aug 14
6
[PATCH 1/6] out-of-tree build: fix documentation generation
---
 cat/Makefile.am             |    6 +++---
 df/Makefile.am              |    2 +-
 edit/Makefile.am            |    2 +-
 examples/Makefile.am        |   12 ++++++------
 fish/Makefile.am            |   18 +++++++++---------
 fuse/Makefile.am            |    2 +-
 inspector/Makefile.am       |    2 +-
 java/examples/Makefile.am   |    6 +++---
 ocaml/examples/Makefile.am  |    6 +++---
2015 Oct 05
1
[PATCH] Fix shebang in perl scripts
Instead of hardcoding the location of perl (assuming it is installed in
/usr), use /usr/bin/env to run it, and thus picking it from $PATH.
This makes it possible to run these scripts also on installations with
perl in a different prefix than /usr.
Also, given that we want enable warnings on scripts, turn the -w
previously in shebang to explicit "use warnings;" in scripts which
2013 May 30
2
libguestfs-1.22.1 compilation error
myconf
    ./configure \
        PYTHON=/usr/bin/python2 \
        --prefix=/usr --libdir=/usr/lib \
        --mandir=/usr/share/man \
        --sysconfdir=/etc \
        --disable-probes \
        --disable-gobject \
        --enable-introspection=no \
        --disable-lua \
        --disable-erlang \
        --disable-php \
        --disable-haskell \
        --disable-ruby \
       
2016 Aug 25
2
[PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
By adding common CLEANFILES and DISTCLEANFILES variables to
common-rules.mk, we can remove these from most other Makefiles, and
also clean files more consistently.
Note that bin_PROGRAMS are already cleaned by 'make clean', so I
removed cases where these were unnecessarily added to CLEANFILES.
---
 .gitignore                            |  1 +
 Makefile.am                           |  6
2013 May 30
0
Re: libguestfs-1.22.1 compilation error
On Thu, May 30, 2013 at 10:41:37AM +0300, Evaggelos Balaskas wrote:
> podwrapper.pl: wrote guestfs-release-notes.1
> Wide character in print at
> /home/ebal/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.22.1/podwrapper.pl
> line 506.
> podwrapper.pl: wrote ./html/guestfs-release-notes.1.html
> This shouldn't happen at /usr/share/perl5/core_perl/Text/Wrap.pm line 84.
>
2019 Oct 01
0
[libnbd PATCH] docs: Add libnbd-security(1) man page
Copies heavily after a similar addition recently made in nbdkit.
---
 docs/Makefile.am         |  7 +++++++
 docs/libnbd-security.pod | 32 ++++++++++++++++++++++++++++++++
 docs/libnbd.pod          |  1 +
 Makefile.am              |  1 +
 .gitignore               |  3 ++-
 SECURITY                 | 14 ++++++++++++++
 6 files changed, 57 insertions(+), 1 deletion(-)
 create mode 100644
2014 May 29
2
Re: libguestfs error
Hi Rich
Yes Rich I have tried libguesftfs on powerpc and it was working fine.For
some reason i had to format my hard disk and now when I'm again compiling
it,I'm getting following error....
Below is the status of configure ..
This is how we have configured the optional components for you today:
Daemon .............................. yes
Appliance ........................... yes
QEMU
2019 Oct 01
1
[libnbd PATCH] docs: Add libnbd-security(1) man page
Copies heavily after a similar addition recently made in nbdkit.
---
I'm not sure if .1 or .3 fits better for the man page.  With nbdkit,
.1 made sense because 'nbdkit' is a standalone program; but with
libnbd, our only standalone is nbdsh, yet naming it nbdsh-security
seems off.
 docs/Makefile.am         |  7 +++++++
 docs/libnbd-security.pod | 32 ++++++++++++++++++++++++++++++++
2019 Nov 26
0
[PATCH libguestfs 1/3] podwrapper: __INCLUDE:file.pod__ and __VERBATIM:file.txt__ in POD files.
The current method of adding multiple --insert or --verbatim
parameters to the podwrapper command is not very easy to use because
it involves modifying the Makefile.am in every place where this is
used, plus under po-docs/$language/Makefile.am.  It's better if the
POD file itself can do the inclusion.
This enhances support so that the special sequences
  __INCLUDE:file.pod__
or
 
2019 Jun 04
0
[PATCH libnbd v2 3/4] api: Implement concurrent writer.
Callers may now optionally set up a concurrent writer thread.  The
outline of this idea is explained here:
https://www.redhat.com/archives/libguestfs/2019-June/msg00010.html
The change is quite small, but here are some points which are true but
may not be obvious:
* All writes return immediately with success (unless we run out of
  memory), and writes never block.
* When going down the READY
2016 Aug 04
0
[PATCH] build: Add silent rules for podwrapper.
Also quietens the podwrapper script itself, as there is no reason to
print 'wrote <output>' for each output file.
---
 m4/guestfs_perl.m4 | 2 +-
 podwrapper.pl.in   | 6 +++---
 subdir-rules.mk    | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/m4/guestfs_perl.m4 b/m4/guestfs_perl.m4
index 249772c..be688b4 100644
--- a/m4/guestfs_perl.m4
+++
2014 Jan 05
2
Build libguestfs error with undefined reference to `tgetnum'
Hi
I want to build libguestfs on my laptop.
I run Centos 6.4, libguestfs libguestfs-1.24.3.
I get this error:
Wide character in print at /root/libguestfs-1.24.3/podwrapper.pl line 418.
podwrapper.pl: wrote guestfish.1
podwrapper.pl: wrote ../html/guestfish.1.html
touch stamp-guestfish.pod
  CCLD     guestfish
guestfish-progress.o: In function `progress_bar_set':
2014 Jan 05
0
Re: Build libguestfs error with undefined reference to `tgetnum'
On Sun, Jan 05, 2014 at 02:11:21PM +0700, Nguyễn Trường Sơn wrote:
> Hi
> 
> I want to build libguestfs on my laptop.
> I run Centos 6.4, libguestfs libguestfs-1.24.3.
> 
> I get this error:
> 
> Wide character in print at /root/libguestfs-1.24.3/podwrapper.pl line 418.
> podwrapper.pl: wrote guestfish.1
> podwrapper.pl: wrote ../html/guestfish.1.html
> touch
2019 Jun 03
1
Re: [PATCH libnbd discussion only 4/5] api: Implement concurrent writer.
On 6/3/19 10:29 AM, Richard W.M. Jones wrote:
> ---
>  docs/libnbd.pod     | 73 +++++++++++++++++++++++++++++++++++++++++++++
>  generator/generator | 52 +++++++++++++++++++++++++++-----
>  lib/handle.c        | 32 ++++++++++++++++++++
>  lib/internal.h      |  7 +++++
>  lib/socket.c        | 22 +++++++++++---
>  podwrapper.pl.in    |  3 +-
>  6 files changed, 177
2014 Jan 05
2
Re: Build libguestfs error with undefined reference to `tgetnum'
hi mr Jones
Thank for your quick reply.
I only run ./configure.
I've just deleted config.cache as you say, but nothing changed.
Even i get new library : libguestfs-1.24.4, still get error.
2014/1/5 Richard W.M. Jones <rjones@redhat.com>
> On Sun, Jan 05, 2014 at 02:11:21PM +0700, Nguyễn Trường Sơn wrote:
> > Hi
> >
> > I want to build libguestfs on my laptop.
2011 Jun 21
0
builder-debian libguestfs FAILED tests e1e78bcef5e4654bd2456bd696840329359d35cd
This is an automatic message generated by the builder on
builder-debian for libguestfs.  Log files from the build
follow below.
Linux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux
Tue Jun 21 23:20:34 BST 2011
-----
+ git pull --rebase git://git.annexia.org/git/libguestfs.git master
>From git://git.annexia.org/git/libguestfs
 * branch 
2019 Jun 03
0
[PATCH libnbd discussion only 4/5] api: Implement concurrent writer.
---
 docs/libnbd.pod     | 73 +++++++++++++++++++++++++++++++++++++++++++++
 generator/generator | 52 +++++++++++++++++++++++++++-----
 lib/handle.c        | 32 ++++++++++++++++++++
 lib/internal.h      |  7 +++++
 lib/socket.c        | 22 +++++++++++---
 podwrapper.pl.in    |  3 +-
 6 files changed, 177 insertions(+), 12 deletions(-)
diff --git a/docs/libnbd.pod b/docs/libnbd.pod
index
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
 builder/website/debian.preseed |   2 +-
 builder/website/index          | 120 +++++-----
 builder/website/index.asc      | 120 +++++-----
 customize/customize_run.mli    |   2 +-
 daemon/mount.c                 |   2 +-
 fish/test-file-attrs.sh        |  10 +-
 generator/c.ml                 |   2 +-
 guestfs-release-notes.txt      | 520