Re: test-open failure on Hurd

2009-10-03 Thread Samuel Thibault
Eric Blake, le Fri 02 Oct 2009 18:32:20 -0600, a écrit : > But meanwhile, the point of test-open was to test that opening > a non-directory with a trailing slash fails, Ok. > Therefore, we can fix the testsuite to be more portable by testing > something other than /dev/null/. I'm checking this i

Re: [PATCH 1/3 v2] uname: use only one OSVERSIONINFOEX struct

2009-10-03 Thread Bruno Haible
Paolo Bonzini wrote, trying to reduce the number of system calls: > --- a/lib/uname.c > +++ b/lib/uname.c > @@ -34,7 +34,7 @@ > int > uname (struct utsname *buf) > { > - OSVERSIONINFO version; > + OSVERSIONINFOEX version; >BOOL have_version; >const char *super_version; > > @@ -42,9 +

Re: [PATCH 3/3 v2] Handle Windows CE and rewrite NT version handling.

2009-10-03 Thread Bruno Haible
Paolo Bonzini wrote: > * lib/uname.c: Handle Windows CE and its processor types. Remove > code for processors never supported by Windows 95/98/ME. Rewrite > conversion of NT version numbers to product names. Operating one change per commit, I'm applying the patch below. I don't know why you want

Re: test suite problems

2009-10-03 Thread Bruno Haible
Ian Beckwith wrote: > Quite a few modules fail gnulib-tool --create-megatestdir --with-tests > with the error: > > > executing automake --add-missing --copy > > Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac' > > Of these modules, the ones I checked had AM_PROG_CC_C_O