Re: [libvirt] boostrap: gzip version check problem on FreeBSD

2010-11-13 Thread Eric Blake
On 11/12/2010 11:58 PM, Ralf Wildenhues wrote: > Hello, > > * Eric Blake wrote on Fri, Nov 12, 2010 at 10:40:25PM CET: >> On 11/12/2010 02:35 PM, Paul Eggert wrote: >>> On 11/12/2010 12:50 PM, Eric Blake wrote: + s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)\)*.*/\1/ >>> >>> Surely that is a typ

Re: [libvirt] boostrap: gzip version check problem on FreeBSD

2010-11-12 Thread Ralf Wildenhues
Hello, * Eric Blake wrote on Fri, Nov 12, 2010 at 10:40:25PM CET: > On 11/12/2010 02:35 PM, Paul Eggert wrote: > > On 11/12/2010 12:50 PM, Eric Blake wrote: > >> + s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)\)*.*/\1/ > > > > Surely that is a typo. The "*\)\)*" should be a "*\)*\)". > > Aargh - I

Re: [libvirt] boostrap: gzip version check problem on FreeBSD

2010-11-12 Thread Eric Blake
On 11/12/2010 02:35 PM, Paul Eggert wrote: > On 11/12/2010 12:50 PM, Eric Blake wrote: >> + s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)\)*.*/\1/ > > Surely that is a typo. The "*\)\)*" should be a "*\)*\)". Aargh - I tested on one machine, but committed on another. Typo is now fixed. -- Eric B

Re: [libvirt] boostrap: gzip version check problem on FreeBSD

2010-11-12 Thread Paul Eggert
On 11/12/2010 12:50 PM, Eric Blake wrote: > + s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)\)*.*/\1/ Surely that is a typo. The "*\)\)*" should be a "*\)*\)".

Re: [libvirt] boostrap: gzip version check problem on FreeBSD

2010-11-12 Thread Eric Blake
[adding bug-gnulib] On 11/12/2010 01:24 PM, Matthias Bolte wrote: > boostrap.conf lists gzip as build dependency. bootstrap then tries to > get it's version number using a get_version() function that executes > 'gzio --version' and tries to parse the result. > > The sed expression expects the ver