Re: new snapshot available: autoconf-2.72c

2023-04-01 Thread Richard Purdie
On Fri, 2023-03-31 at 19:53 -0700, Paul Eggert wrote: > On 2023-03-28 13:57, Richard Purdie wrote: > > From a regression/failure point of view, the worrying issue is the > > gpgme/mpg123 issue on x32 which also appears for musl 32 and 64 bit x86 > > targets. > > > > https://autobuilder.yoctoproje

Re: [platform-testers] new snapshot available: autoconf-2.72c

2023-03-31 Thread Sam James
o-worker/musl-qemux86-64/build/meta/recipes-support/gpgme/gpgme_1.18.0.bb:do_compile Also, which version of musl? If it's a musl snapshot from git, I think that's expected because of the LFS changes they made. I couldn't find the full logs either, just what Paul noted. I didn't pok

Re: new snapshot available: autoconf-2.72c

2023-03-31 Thread Paul Eggert
On 2023-03-28 13:57, Richard Purdie wrote: From a regression/failure point of view, the worrying issue is the gpgme/mpg123 issue on x32 which also appears for musl 32 and 64 bit x86 targets. https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6881/steps/11/logs/stdio https://autob

Re: new snapshot available: autoconf-2.72c

2023-03-31 Thread Paul Eggert
On 2023-03-28 09:12, Frederic Berat wrote: Regarding EGREP, although I agree in principle this can be solved by using AS_CASE, I'd argue that the component actually required AC_PROG_EGREP. Just following up on this since I see that I didn't reply to everybody in this thread. Today I installe

Re: new snapshot available: autoconf-2.72c

2023-03-29 Thread Zack Weinberg
Please don't top-post on this mailing list. On Wed, Mar 29, 2023, at 1:21 PM, Frederic Berat wrote: > I need to have a closer look at 'kguitar', but there is likely a > problem in the configure.in file too: >./configure: line 27629: syntax error near unexpected token `fi' >./configure: lin

Re: new snapshot available: autoconf-2.72c

2023-03-29 Thread Frederic Berat
Hi, I'm done walking through the Fedora rebuilds, I get the following failures due to largefile.m4 which breaks with autoconf: ImageMagick 1:7.1.1.4 emacs 1:28.2 grub2 2.06 gzip 1.12 libidn 1.41 libloc 0.9.16 make 4.4 parted 3.5 pspp 1.6.2 rcs 5.10.1 Indirectly: 'fatresize' (1.1.0) has a bug in

Re: [platform-testers] new snapshot available: autoconf-2.72c

2023-03-29 Thread Richard Purdie
On Wed, 2023-03-29 at 01:53 +0200, Bruno Haible wrote: > Richard Purdie wrote: > > > We run autoreconf against most things. > > > ... > > > gettext 0.21.1: > > > ... > > > > The latter two look like they're as I'm missing the gnulib fixes to > > largefile.m4. > > autoreconf is not supported in GN

Re: [platform-testers] new snapshot available: autoconf-2.72c

2023-03-28 Thread Bruno Haible
Richard Purdie wrote: > > We run autoreconf against most things. > > ... > > gettext 0.21.1: > > ... > > The latter two look like they're as I'm missing the gnulib fixes to > largefile.m4. autoreconf is not supported in GNU gettext; there's a script 'autogen.sh' instead. When I run this script o

Re: new snapshot available: autoconf-2.72c

2023-03-28 Thread Richard Purdie
On Tue, 2023-03-28 at 09:03 -0700, Jim Meyering wrote: > On Tue, Mar 28, 2023 at 7:23 AM Richard Purdie > wrote: > > I was able to work around the EGREP_TRADITIONAL issue by reordering > > macros. The issue is conditional code blocks which mean > > EGREP_TRADITIONAL was not set in some configure o

Re: new snapshot available: autoconf-2.72c

2023-03-28 Thread Zack Weinberg
Please don't top-post on this mailing list. On Tue, Mar 28, 2023, at 12:12 PM, Frederic Berat wrote: > Regarding EGREP, although I agree in principle this can be solved by > using AS_CASE, I'd argue that the component actually required > AC_PROG_EGREP. In principle, that should be enough, and requ

Re: new snapshot available: autoconf-2.72c

2023-03-28 Thread Frederic Berat
Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2023-03-28 at 09:18 +0100, Richard Purdie wrote: > > On Tue, 2023-03-28 at 08:44 +0100, Richard Purdie wrote: > > > On Mon, 2023-03-27 at 08:38 -0700, Jim Meyering wrote: > > > > We're overdue for a new release, so he

Re: new snapshot available: autoconf-2.72c

2023-03-28 Thread Jim Meyering
On Tue, Mar 28, 2023 at 7:23 AM Richard Purdie wrote: > I was able to work around the EGREP_TRADITIONAL issue by reordering > macros. The issue is conditional code blocks which mean > EGREP_TRADITIONAL was not set in some configure option combinations > leading to obtuse failures. > > Our testing

Re: new snapshot available: autoconf-2.72c

2023-03-28 Thread Richard Purdie
I was able to work around the EGREP_TRADITIONAL issue by reordering macros. The issue is conditional code blocks which mean EGREP_TRADITIONAL was not set in some configure option combinations leading to obtuse failures. Our testing so far shows the following three sets of issues. Macro ordering

Re: new snapshot available: autoconf-2.72c

2023-03-28 Thread Frederic Berat
7 at 08:38 -0700, Jim Meyering wrote: > > > We're overdue for a new release, so here's a snapshot in preparation > > > for that, which I want to call 2.73 (skipping 2.72). There has never > > > been an autoconf-2.72 release, yet `git describe` now prints 2.72c and

Re: new snapshot available: autoconf-2.72c

2023-03-28 Thread Richard Purdie
On Tue, 2023-03-28 at 09:18 +0100, Richard Purdie wrote: > On Tue, 2023-03-28 at 08:44 +0100, Richard Purdie wrote: > > On Mon, 2023-03-27 at 08:38 -0700, Jim Meyering wrote: > > > We're overdue for a new release, so here's a snapshot in preparation > > >

Re: new snapshot available: autoconf-2.72c

2023-03-28 Thread Richard Purdie
On Tue, 2023-03-28 at 08:44 +0100, Richard Purdie wrote: > On Mon, 2023-03-27 at 08:38 -0700, Jim Meyering wrote: > > We're overdue for a new release, so here's a snapshot in preparation > > for that, which I want to call 2.73 (skipping 2.72). There has never > >

Re: new snapshot available: autoconf-2.72c

2023-03-28 Thread Richard Purdie
On Mon, 2023-03-27 at 08:38 -0700, Jim Meyering wrote: > We're overdue for a new release, so here's a snapshot in preparation > for that, which I want to call 2.73 (skipping 2.72). There has never > been an autoconf-2.72 release, yet `git describe` now prints 2.72c and > has

Re: new snapshot available: autoconf-2.72c

2023-03-27 Thread Jim Meyering
On Mon, Mar 27, 2023 at 2:49 PM Václav Haisman wrote: > On 27. 03. 23 17:38, Jim Meyering wrote: > > We're overdue for a new release, so here's a snapshot in preparation > > for that, which I want to call 2.73 (skipping 2.72). There has never > > been an autoconf-

Re: new snapshot available: autoconf-2.72c

2023-03-27 Thread Jim Meyering
On Mon, Mar 27, 2023 at 10:18 AM Zack Weinberg wrote: > On Mon, Mar 27, 2023, at 11:38 AM, Jim Meyering wrote: > > We're overdue for a new release, so here's a snapshot in preparation > > for that, which I want to call 2.73 (skipping 2.72). There has never > > bee

Re: new snapshot available: autoconf-2.72c

2023-03-27 Thread Paul Eggert
On 3/27/23 10:16, Zack Weinberg wrote: Compatibility with compilers that reject unprototyped function declarations should maybe get a more prominent NEWS entry. I gave that a shot by installing the attached.From 5ffc09fca39de051537fbebd7c6c33d5255a520f Mon Sep 17 00:00:00 2001 From: Paul Egger

Re: new snapshot available: autoconf-2.72c

2023-03-27 Thread Paul Eggert
On 3/27/23 14:49, Václav Haisman wrote: Curious amounts of things getting wrapped in case/esac but I am assuming that's intentional. Yes it is: https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=c8d6d6eb8be36144f1285f35901e325b56bac68f

Re: new snapshot available: autoconf-2.72c

2023-03-27 Thread Václav Haisman
On 27. 03. 23 17:38, Jim Meyering wrote: We're overdue for a new release, so here's a snapshot in preparation for that, which I want to call 2.73 (skipping 2.72). There has never been an autoconf-2.72 release, yet `git describe` now prints 2.72c and has been printing strings like

Re: new snapshot available: autoconf-2.72c

2023-03-27 Thread Zack Weinberg
On Mon, Mar 27, 2023, at 2:30 PM, Carlos O'Donell wrote: > On 3/27/23 13:45, Sam James wrote: >> "Zack Weinberg" writes: >>> On Mon, Mar 27, 2023, at 11:38 AM, Jim Meyering wrote: >>>> We're overdue for a new release, so here's a snapshot

Re: new snapshot available: autoconf-2.72c

2023-03-27 Thread Carlos O'Donell
On 3/27/23 13:45, Sam James wrote: > > "Zack Weinberg" writes: > >> On Mon, Mar 27, 2023, at 11:38 AM, Jim Meyering wrote: >>> We're overdue for a new release, so here's a snapshot in >>> preparation for that, which I want to call 2.73 (skip

Re: new snapshot available: autoconf-2.72c

2023-03-27 Thread Sam James
"Zack Weinberg" writes: > On Mon, Mar 27, 2023, at 11:38 AM, Jim Meyering wrote: >> We're overdue for a new release, so here's a snapshot in preparation >> for that, which I want to call 2.73 (skipping 2.72). There has never >> been an autoconf-2.72 rel

Re: new snapshot available: autoconf-2.72c

2023-03-27 Thread Zack Weinberg
On Mon, Mar 27, 2023, at 11:38 AM, Jim Meyering wrote: > We're overdue for a new release, so here's a snapshot in preparation > for that, which I want to call 2.73 (skipping 2.72). There has never > been an autoconf-2.72 release, yet `git describe` now prints 2.72c and > has

new snapshot available: autoconf-2.72c

2023-03-27 Thread Jim Meyering
We're overdue for a new release, so here's a snapshot in preparation for that, which I want to call 2.73 (skipping 2.72). There has never been an autoconf-2.72 release, yet `git describe` now prints 2.72c and has been printing strings like v2.72a-92-g8db00aa8 for years. If you maintain

snapshot preparations

2023-03-26 Thread Jim Meyering
grep-3.10 used this version of autoconf, and so far there's been no indication of trouble, so I'm going to proceed with a snapshot. But first, there was a test failure, and "make fetch" pulled in a few small changes, so here are those two diffs, just pushed. With these, the t

Re: Snapshot

2001-03-06 Thread Pavel Roskin
Hello, Akim! > Any problem? Can we make the snapshot? Make sure to clean up BUGS. I understand that the problems described there have been addressed. Don't forget that "autoconf -Wall" doesn't warn about deprecated use of AC_OUTPUT, which must be a bug. You may wan

Snapshot

2001-03-06 Thread Akim Demaille
Any problem? Can we make the snapshot?

RE: Latest snapshot of AUTOCONF

2001-02-21 Thread Tim Van Holder
> Also, should it search the PATH when:- > > checking for a BSD compatible install... ? > Install.exe is on the path, but configure selects ./install-sh -c > instead. Yes it should - but the current CVS autoconf does not do this for AC_PROG_INSTALL. And even if it does, it always seems to selec

Re: Latest snapshot of AUTOCONF

2001-02-20 Thread John Poltorak
On Tue, Feb 20, 2001 at 05:28:11PM +0100, Lars J. Aas wrote: > On Tue, Feb 20, 2001 at 12:30:41PM +, John Poltorak wrote: > : How do I get the latest version of AUTOCONF using CVS? > > cvs -d :pserver:[EMAIL PROTECTED]:/cvs login > cvs -d :pserver:[EMAIL PROTECTED]:/cvs co autoconf Thanks.

Re: Latest snapshot of AUTOCONF

2001-02-20 Thread Lars J. Aas
On Tue, Feb 20, 2001 at 12:30:41PM +, John Poltorak wrote: : How do I get the latest version of AUTOCONF using CVS? cvs -d :pserver:[EMAIL PROTECTED]:/cvs login cvs -d :pserver:[EMAIL PROTECTED]:/cvs co autoconf Lars J -- Innovation is one percent inspiration and ninetynine percent perspi

Latest snapshot of AUTOCONF

2001-02-20 Thread John Poltorak
How do I get the latest version of AUTOCONF using CVS? -- John

If you are against a snapshot now...

2001-01-24 Thread Akim Demaille
speak now! I intend to make it in the end of the French afternoon, i.e., within, say, 4 hours.

Re: Snapshot 2.49c

2001-01-22 Thread Lars J. Aas
On Mon, Jan 22, 2001 at 08:08:31PM +0100, Akim Demaille wrote: : >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : : Lars> On Wed, Jan 17, 2001 at 10:15:49AM +0100, Akim Demaille wrote: : : Lars> Anyone seeing a show stopper? Let's go for a sn

Re: Snapshot 2.49c

2001-01-22 Thread Akim Demaille
>>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> On Wed, Jan 17, 2001 at 10:15:49AM +0100, Akim Demaille wrote: : Lars> Anyone seeing a show stopper? Let's go for a snapshot today. Lars> We're soon a week behind schedule. Hurry up

Re: Snapshot 2.49c

2001-01-22 Thread Lars J. Aas
On Wed, Jan 17, 2001 at 10:15:49AM +0100, Akim Demaille wrote: : Anyone seeing a show stopper? Let's go for a snapshot today. We're soon a week behind schedule. Hurry up guys! ;-) How about this wednesday, making it an odd week? Lars J -- Innovation is one percent inspi

Snapshot 2.49c

2001-01-17 Thread Akim Demaille
Anyone seeing a show stopper? Let's go for a snapshot today.

Snapshot

2000-12-06 Thread Akim Demaille
I intend to make the 2.49b snapshot this (French) afternoon. I still have to apply a couple of patches, one for config.*, and another for AT_CHECK (the one which is waiting to be debated. I'm applying it anyway because it makes the test suite more robust. If someone doesn't agree