Re: [Libguestfs] Handling different architectures in virt-builder

2014-02-14 Thread Richard W.M. Jones
On Fri, Feb 14, 2014 at 03:48:34PM +0100, Pino Toscano wrote: > a) adding arch=.. keys in entries > b) rename (or just copy, to avoid breaking older virt-builders) keys to >$distro-$version-$arch > c) to not break compatibility with user input virt-builder joins >$user_selection + $arch = $

Re: [Libguestfs] Handling different architectures in virt-builder

2014-02-14 Thread Richard W.M. Jones
On Fri, Feb 14, 2014 at 03:48:34PM +0100, Pino Toscano wrote: > Hi, > > currently virt-builder's index contains only x86_64/amd64 images, so > asking virt-builder to produce an image always produce a x86_64 image, > regardless of the host. This also mean that trying to produce, say, a > new fed

[Libguestfs] Handling different architectures in virt-builder

2014-02-14 Thread Pino Toscano
Hi, currently virt-builder's index contains only x86_64/amd64 images, so asking virt-builder to produce an image always produce a x86_64 image, regardless of the host. This also mean that trying to produce, say, a new fedora-20 image from an i686 not only would produce an unexpected result, bu

Re: [Libguestfs] [PATCH 2/2] nbdkit: Retrieve libperl linking information from ExtUtils::Embed

2014-02-14 Thread Richard W.M. Jones
On Thu, Feb 13, 2014 at 06:56:39PM +0100, Hilko Bengen wrote: > perl -MConfig -e 'print $Config{ldflags}' gave me > > -lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt > > with Perl 5.18 as configured on Debian/unstable. > --- > configure.ac | 15 +-- > plugins

Re: [Libguestfs] [PATCH 1/2] nbdkit: Work around what seems like an bug in automake 1.14

2014-02-14 Thread Richard W.M. Jones
On Thu, Feb 13, 2014 at 06:56:38PM +0100, Hilko Bengen wrote: > "AM_INIT_AUTOMAKE(foreign) dnl ..." seems to trigger Debian bug#738716 > --- > configure.ac | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index ee9d377..df31014 100644 > ---

Re: [Libguestfs] [PATCH] podwrapper: Recognize git-style dates in ChangeLog

2014-02-14 Thread Richard W.M. Jones
On Fri, Feb 14, 2014 at 09:10:17AM +0100, Hilko Bengen wrote: > --- > podwrapper.pl.in | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/podwrapper.pl.in b/podwrapper.pl.in > index 9bceec3..61d5e12 100755 > --- a/podwrapper.pl.in > +++ b/podwrapper.pl.in > @@

[Libguestfs] [PATCH] podwrapper: Recognize git-style dates in ChangeLog

2014-02-14 Thread Hilko Bengen
--- podwrapper.pl.in | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/podwrapper.pl.in b/podwrapper.pl.in index 9bceec3..61d5e12 100755 --- a/podwrapper.pl.in +++ b/podwrapper.pl.in @@ -235,9 +235,17 @@ my $date; my $filename = "$abs_top_srcdir/ChangeLog"; if (-r