Re: a few warnings in the 'ANSI C-conforming const' check when using clang

2011-06-14 Thread Austin English
On Tue, Jun 14, 2011 at 19:05, Eric Blake wrote: > On 06/14/2011 07:47 PM, Austin English wrote: >> I was recently testing Wine with the Clang static analyzer, which >> found a few issues in wine's configure.ac: >> http://source.winehq.org/git/wine.git/commitdiff/8521ebe79df39730ee62d518fde3751f45

Re: a few warnings in the 'ANSI C-conforming const' check when using clang

2011-06-14 Thread Eric Blake
On 06/14/2011 07:47 PM, Austin English wrote: > I was recently testing Wine with the Clang static analyzer, which > found a few issues in wine's configure.ac: > http://source.winehq.org/git/wine.git/commitdiff/8521ebe79df39730ee62d518fde3751f45606061 > > there are a few more warnings, however, tha

a few warnings in the 'ANSI C-conforming const' check when using clang

2011-06-14 Thread Austin English
I was recently testing Wine with the Clang static analyzer, which found a few issues in wine's configure.ac: http://source.winehq.org/git/wine.git/commitdiff/8521ebe79df39730ee62d518fde3751f45606061 there are a few more warnings, however, that come from autoconf itself: austin@aw25 ~/wine-git $ ~/

Re: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed

2011-06-14 Thread Jim Meyering
Stefano Lattarini wrote: > On Tuesday 14 June 2011, Jim Meyering wrote: >> Here's what I expect to do for coreutils, >> along with an advice-update for gnulib's init.sh: >> > Thanks, I'll apply something similar to automake `tests/defs' soonish. > I have a doubt below, tough (see near the end). >

Re: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed

2011-06-14 Thread Stefano Lattarini
On Tuesday 14 June 2011, Jim Meyering wrote: > Here's what I expect to do for coreutils, > along with an advice-update for gnulib's init.sh: > Thanks, I'll apply something similar to automake `tests/defs' soonish. I have a doubt below, tough (see near the end). > From e948173c1c461aac9f1c490061b25

Re: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed

2011-06-14 Thread Jim Meyering
Here's what I expect to do for coreutils, along with an advice-update for gnulib's init.sh: >From e948173c1c461aac9f1c490061b257f55e42608d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 14 Jun 2011 09:59:14 +0200 Subject: [PATCH] tests: accommodate HP-UX and Solaris shells Running "make

Re: [PATCH] doc: mention more about ksh cloexec behavior

2011-06-14 Thread Stefano Lattarini
Hi Eric. I have some minor issues with this patch ... On Tuesday 14 June 2011, Eric Blake wrote: > * doc/autoconf.texi (File Descriptors): Clarify that only the exec > builtin suffers from cloexec issues, and consolidate example to > show both /bin/sh and ksh pitfalls at once. > > Signed-off-by:

Re: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed

2011-06-14 Thread Stefano Lattarini
[adding automake-patches on CC:] Reference to original thread(s), mostly duplicated: Reference to last relevant message there:

Re: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed

2011-06-14 Thread Stefano Lattarini
Notice: this is a JFTR answer; for the final solution of the issue, see the better working solution at: On Tuesday 14 June 2011, Eric Blake wrote: > On

Re: autoconf-2.68: no AC_LANG_SOURCE call detected in body

2011-06-14 Thread Křištof Želechovski
Please observe that the following code from 3.1.2 "The Autoconf Language" is obsolete and should be updated: AC_COMPILE_IFELSE([[char b[10];]], [], [AC_MSG_ERROR([you lose])]) Running this snippet through autoconf produces the warning: no AC_LANG_SOURCE call detected in body It