tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: firefox failing to build NetBSD 9/amd64



On Sat, Jun 19, 2021 at 01:45:51PM +0100, Patrick Welche wrote:
> On Wed, Jun 16, 2021 at 05:13:08PM +0100, Patrick Welche wrote:
> > The code is:
> > 
> > dnl Wrap AC_INIT_PREPARE to add the above trap.
> > define([_MOZ_AC_INIT_PREPARE], defn([AC_INIT_PREPARE]))
> > define([AC_INIT_PREPARE],
> > [_MOZ_AC_INIT_PREPARE($1)
> > 
> > There isn't anything "above", so what trap? defn or m4_defn expects a macro.
> > AFAIR the macro is called _AC_INIT_PREPARE. I wonder what it is trying to do...
> 
> 
> In the days of autoconf 2.13 the macro was still called AC_INIT_PREPARE.
> 
> P

Yes, the problem is that the wrong version of autoconf is used.
This only affects non-sandboxed builds where autoconf is installed,
which is why it isn't visible in bulk build reports.

It should be resolved now.


Home | Main Index | Thread Index | Old Index