+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openfst-1.8.2/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openfst-1.8.2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for openfst-1.8.2
/opt/local/bin/bmake  all-recursive
Making all in src
Making all in include
Making all in lib
depbase=`echo compat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/bash ../../libtool  --tag=CXX    --mode=compile g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H    -I./../include  -I/usr/include -I/opt/local/include   -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -MT compat.lo -MD -MP -MF $depbase.Tpo -c -o compat.lo compat.cc && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -I/home/pbulk/build/math/openfst/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc  -fPIC -DPIC -o .libs/compat.o
libtool: compile:  g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -I/home/pbulk/build/math/openfst/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -o compat.o >/dev/null 2>&1
depbase=`echo encode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/bash ../../libtool  --tag=CXX    --mode=compile g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H    -I./../include  -I/usr/include -I/opt/local/include   -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -MT encode.lo -MD -MP -MF $depbase.Tpo -c -o encode.lo encode.cc && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -I/home/pbulk/build/math/openfst/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.cc  -fPIC -DPIC -o .libs/encode.o
In file included from ./../include/fst/arc.h:32,
                 from ./../include/fst/fst.h:41,
                 from ./../include/fst/expanded-fst.h:33,
                 from ./../include/fst/mutable-fst.h:37,
                 from ./../include/fst/vector-fst.h:34,
                 from ./../include/fst/cache.h:33,
                 from ./../include/fst/arc-map.h:32,
                 from ./../include/fst/encode.h:32,
                 from encode.cc:20:
./../include/fst/float-weight.h: In instantiation of 'constexpr fst::RealWeightTpl<T> fst::Power(const RealWeightTpl<T>&, V) [with T = float; V = long unsigned int; bool Enable = true; std::enable_if_t<Enable>* <anonymous> = 0]':
./../include/fst/float-weight.h:820:36:   required from here
./../include/fst/float-weight.h:811:59: error: call of overloaded 'pow(const float&, long unsigned int&)' is ambiguous
  811 |                                               : Weight(pow(w.Value(), n));
      |                                                        ~~~^~~~~~~~~~~~~~
In file included from /usr/include/math.h:35,
                 from /opt/local/gcc13/include/c++/13.2.0/bits/std_abs.h:40,
                 from /opt/local/gcc13/include/c++/13.2.0/cstdlib:81,
                 from /opt/local/gcc13/include/c++/13.2.0/ext/string_conversions.h:43,
                 from /opt/local/gcc13/include/c++/13.2.0/bits/basic_string.h:4097,
                 from /opt/local/gcc13/include/c++/13.2.0/string:54,
                 from /opt/local/gcc13/include/c++/13.2.0/bits/locale_classes.h:40,
                 from /opt/local/gcc13/include/c++/13.2.0/bits/ios_base.h:41,
                 from /opt/local/gcc13/include/c++/13.2.0/ios:44,
                 from /opt/local/gcc13/include/c++/13.2.0/ostream:40,
                 from /opt/local/gcc13/include/c++/13.2.0/iostream:41,
                 from ./../include/fst/encode.h:24:
/usr/include/iso/math_iso.h:226:28: note: candidate: 'long double std::pow(long double, int)'
  226 |         inline long double pow(long double __X, int __Y) {
      |                            ^~~
/usr/include/iso/math_iso.h:222:28: note: candidate: 'long double std::pow(long double, long double)'
  222 |         inline long double pow(long double __X, long double __Y) {
      |                            ^~~
/usr/include/iso/math_iso.h:177:22: note: candidate: 'float std::pow(float, int)'
  177 |         inline float pow(float __X, int __Y) {
      |                      ^~~
/usr/include/iso/math_iso.h:175:22: note: candidate: 'float std::pow(float, float)'
  175 |         inline float pow(float __X, float __Y) { return __powf(__X, __Y); }
      |                      ^~~
/usr/include/iso/math_iso.h:154:23: note: candidate: 'double std::pow(double, int)'
  154 |         inline double pow(double __X, int __Y) {
      |                       ^~~
/usr/include/iso/math_iso.h:76:15: note: candidate: 'double std::pow(double, double)'
   76 | extern double pow(double, double);
      |               ^~~
./../include/fst/float-weight.h: In instantiation of 'constexpr fst::RealWeightTpl<T> fst::Power(const RealWeightTpl<T>&, V) [with T = double; V = long unsigned int; bool Enable = true; std::enable_if_t<Enable>* <anonymous> = 0]':
./../include/fst/float-weight.h:826:37:   required from here
./../include/fst/float-weight.h:811:59: error: call of overloaded 'pow(const double&, long unsigned int&)' is ambiguous
  811 |                                               : Weight(pow(w.Value(), n));
      |                                                        ~~~^~~~~~~~~~~~~~
/usr/include/iso/math_iso.h:226:28: note: candidate: 'long double std::pow(long double, int)'
  226 |         inline long double pow(long double __X, int __Y) {
      |                            ^~~
/usr/include/iso/math_iso.h:222:28: note: candidate: 'long double std::pow(long double, long double)'
  222 |         inline long double pow(long double __X, long double __Y) {
      |                            ^~~
/usr/include/iso/math_iso.h:177:22: note: candidate: 'float std::pow(float, int)'
  177 |         inline float pow(float __X, int __Y) {
      |                      ^~~
/usr/include/iso/math_iso.h:175:22: note: candidate: 'float std::pow(float, float)'
  175 |         inline float pow(float __X, float __Y) { return __powf(__X, __Y); }
      |                      ^~~
/usr/include/iso/math_iso.h:154:23: note: candidate: 'double std::pow(double, int)'
  154 |         inline double pow(double __X, int __Y) {
      |                       ^~~
/usr/include/iso/math_iso.h:76:15: note: candidate: 'double std::pow(double, double)'
   76 | extern double pow(double, double);
      |               ^~~
*** [encode.lo] Error code 1

bmake[3]: stopped in /home/pbulk/build/math/openfst/work/openfst-1.8.2/src/lib
1 error

bmake[3]: stopped in /home/pbulk/build/math/openfst/work/openfst-1.8.2/src/lib
*** [all-recursive] Error code 1

bmake[2]: stopped in /home/pbulk/build/math/openfst/work/openfst-1.8.2/src
1 error

bmake[2]: stopped in /home/pbulk/build/math/openfst/work/openfst-1.8.2/src
*** [all-recursive] Error code 1

bmake[1]: stopped in /home/pbulk/build/math/openfst/work/openfst-1.8.2
1 error

bmake[1]: stopped in /home/pbulk/build/math/openfst/work/openfst-1.8.2
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/math/openfst/work/openfst-1.8.2
1 error

bmake: stopped in /home/pbulk/build/math/openfst/work/openfst-1.8.2
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2023Q4-x86_64/math/openfst
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-2023Q4-x86_64/math/openfst