[GNU Autoconf 2.63] testsuite: 166 failed

2008-10-10 Thread Thomas Klausner
Hi! autoconf-2.63's test 166 fails on NetBSD-4.99.72/amd64, testsuite.log attached as requested. Cheers, Thomas testsuite.log.bz2 Description: Binary data

Re: [GNU Autoconf 2.63] testsuite: 166 failed

2009-01-04 Thread Thomas Klausner
Hi Ralf, Eric, Sorry for the late reply. On Fri, Oct 10, 2008 at 09:35:13PM +0200, Ralf Wildenhues wrote: > [ in case you're not subscribed: ] > I'm not subscribed. > Hi Eric, Thomas, > > * Eric Blake wrote on Fri, Oct

AC_FUNC_ALLOCA shouldn't define prototype

2010-08-04 Thread Thomas Klausner
Hi! Joerg Sonnenberger recently committed the attached patch to pkgsrc (for autoconf-2.66) prohibiting AC_FUNC_ALLOCA from defining a prototype on the BSDs. The reason was: Do not fall through to the implicit prototype as it conflicts with stdlib.h. Please include (something like) this in the ne

autoconf-2.69 pkgsrc patch

2012-09-14 Thread Thomas Klausner
Hi! Jörg Sonnenberger added the attached patch to the autoconf package in pkgsrc in 2010; it seems the patch still isn't integrated, so I thought I'd send it upstream. The commit message was: AC_FUNC_ALLOCA should never define a prototype on the BSDs. (The patch comment is "Do not fall through to

Re: autoconf-2.69 pkgsrc patch

2012-09-15 Thread Thomas Klausner
On Fri, Sep 14, 2012 at 08:13:02AM -0600, Eric Blake wrote: > > @@ -369,6 +369,8 @@ AC_CACHE_CHECK([for alloca], ac_cv_func_ > > # ifdef _MSC_VER > > # include > > # define alloca _alloca > > +# elif defined(__NetBSD__) || defined(__FreeBSD__) || > > defined(__DragonFly__) || defined(__OpenB

[sr #110740] AC_PROG_MKDIR_P has incorrect result on NetBSD

2022-10-11 Thread Thomas Klausner
: *BSD ___ Follow-up Comments: --- Date: Tue 11 Oct 2022 03:19:07 PM UTC By: Thomas Klausner The AC_PROG_MKDIR_P() macro is supposed to check for a race-free mkdir(1). NetBSD's is race-free but is not detected as s

[sr #110739] AC_PROG_MKDIR_P has incorrect result on NetBSD

2022-10-11 Thread Thomas Klausner
Follow-up Comment #1, sr #110739 (project autoconf): Please close this, more complete version in https://savannah.gnu.org/support/index.php?110740 ___ Reply to this item at: __

[sr #110740] AC_PROG_MKDIR_P has incorrect result on NetBSD

2022-10-11 Thread Thomas Klausner
Follow-up Comment #2, sr #110740 (project autoconf): I agree that this is difficult to test for. In a recent discussion on NetBSD mailing lists people wondered what operating systems still have raceful mkdir(1) implementations. Perhaps the test should use a list of operating systems that are know

[sr #110740] AC_PROG_MKDIR_P has incorrect result on NetBSD

2022-10-11 Thread Thomas Klausner
Follow-up Comment #4, sr #110740 (project autoconf): For reference, this particular issue caused fallout because postgresql's build system used the resulting MKDIR variable, more details here: https://mail-index.netbsd.org/tech-pkg/2022/10/09/msg026848.html _

[sr #110740] AC_PROG_MKDIR_P has incorrect result on NetBSD

2022-10-13 Thread Thomas Klausner
Follow-up Comment #8, sr #110740 (project autoconf): Thanks, Paul! ___ Reply to this item at: ___ Message sent via Savannah https://savannah.gnu.org