On a NetBSD 9 amd64 system (updated along 9 about a month ago), I
updated pkgsrc to head and done a full pkg_rr, with amazingly no
failures. That resulted in the following package build time:
Jun 14 01:11 firefox-88.0.1nb1
I have then done and update and repeat pkg_rr a few times, and now
firefox doesn't build, with:
===> Configuring for firefox-88.0.1nb2
printf '#!/bin/sh\n[ "$*" = "-f" ] && exit 0\nexec /bin/rm $@\n' > /tmp/work/www/firefox/work/.cwrapper/bin/rm
chmod +x /tmp/work/www/firefox/work/.cwrapper/bin/rm
/bin/ln -sf /usr/pkg/bin/clang /tmp/work/www/firefox/work/.cwrapper/bin/clang
/bin/ln -sf /usr/pkg/bin/clang++ /tmp/work/www/firefox/work/.cwrapper/bin/clang++
/bin/ln -sf /usr/pkg/bin/clang-cpp /tmp/work/www/firefox/work/.cwrapper/bin/clang-cpp
=> Dont include malloc.h on dragonflybsd
=> Fixing absolute paths.
cd /tmp/work/www/firefox/work/firefox-88.0.1 && autoconf
build/autoconf/hooks.m4:6: error: defn: undefined macro: AC_INIT_PREPARE
build/autoconf/hooks.m4:6: the top level
autom4te: error: /usr/pkg/bin/gm4 failed with exit status: 1
*** Error code 1
I haven't dug in yet, but thought I should yell fast.