[libvirt] [PATCH] freebsd: Add gnulib environ module for the commandtest

2011-07-28 Thread Matthias Bolte
--- bootstrap.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index f006a47..3b105b1 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -36,6 +36,7 @@ configmake count-one-bits crypto/md5 dirname-lgpl +environ fclose fcntl-h ffs

Re: [libvirt] [PATCH] freebsd: Add gnulib environ module for the commandtest

2011-07-28 Thread Eric Blake
On 07/28/2011 05:08 AM, Matthias Bolte wrote: --- bootstrap.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index f006a47..3b105b1 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -36,6 +36,7 @@ configmake count-one-bits cryp

Re: [libvirt] [PATCH] freebsd: Add gnulib environ module for the commandtest

2011-07-28 Thread Matthias Bolte
2011/7/28 Eric Blake : > On 07/28/2011 05:08 AM, Matthias Bolte wrote: >> >> --- >>  bootstrap.conf |    1 + >>  1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/bootstrap.conf b/bootstrap.conf >> index f006a47..3b105b1 100644 >> --- a/bootstrap.conf >> +++ b/bootstrap.conf >> @@

Re: [libvirt] [PATCH] freebsd: Add gnulib environ module for the commandtest

2011-07-28 Thread Eric Blake
On 07/28/2011 07:52 AM, Matthias Bolte wrote: At least all tests compile on FreeBSD again. But most of the SSH cases in virnetmessagetest are failing and I don't understand why yet. Could it be a PATH vs. exec() issue, where BSD ends up doing a slightly different PATH search and not executing

Re: [libvirt] [PATCH] freebsd: Add gnulib environ module for the commandtest

2011-08-02 Thread Daniel P. Berrange
On Thu, Jul 28, 2011 at 07:56:18AM -0600, Eric Blake wrote: > On 07/28/2011 07:52 AM, Matthias Bolte wrote: > >At least all tests compile on FreeBSD again. But most of the SSH cases > >in virnetmessagetest are failing and I don't understand why yet. > > Could it be a PATH vs. exec() issue, where B

Re: [libvirt] [PATCH] freebsd: Add gnulib environ module for the commandtest

2011-08-02 Thread Matthias Bolte
2011/8/2 Daniel P. Berrange : > On Thu, Jul 28, 2011 at 07:56:18AM -0600, Eric Blake wrote: >> On 07/28/2011 07:52 AM, Matthias Bolte wrote: >> >At least all tests compile on FreeBSD again. But most of the SSH cases >> >in virnetmessagetest are failing and I don't understand why yet. >> >> Could it