+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/ardour-8.2.0/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/ardour-8.2.0/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for ardour-8.2.0
cd /home/pbulk/build/audio/ardour/work/Ardour-8.2.0 && /usr/bin/env EGDIR=/opt/local/share/examples/ardour8 CC=gcc CFLAGS=\ -pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ \ -I/opt/local/include\ -I/usr/include\ -I/opt/local/include/glib-2.0\ -I/opt/local/include/gio-unix-2.0\ -I/opt/local/lib/glib-2.0/include\ -I/opt/local/include/ncurses\ -I/opt/local/include/freetype2\ -I/opt/local/include/harfbuzz\ -I/opt/local/include/soundtouch\ -I/opt/local/include/taglib\ -DLDAP_DEPRECATED CXX=g++ CXXFLAGS=\ -pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ \ -I/opt/local/include\ -I/usr/include\ -I/opt/local/include/glib-2.0\ -I/opt/local/include/gio-unix-2.0\ -I/opt/local/lib/glib-2.0/include\ -I/opt/local/include/ncurses\ -I/opt/local/include/freetype2\ -I/opt/local/include/harfbuzz\ -I/opt/local/include/soundtouch\ -I/opt/local/include/taglib\ -DLDAP_DEPRECATED\ -fpermissive DESTDIR=/home/pbulk/build/audio/ardour/work/.destdir LINKFLAGS=\ -Wl,-R/opt/local/lib/ardour8\ -Wl,-R/opt/local/lib/ardour8/LV2\ -Wl,-R/opt/local/lib/ardour8/LV2/a-comp.lv2\ -Wl,-R/opt/local/lib/ardour8/LV2/a-delay.lv2\ -Wl,-R/opt/local/lib/ardour8/LV2/a-eq.lv2\ -Wl,-R/opt/local/lib/ardour8/LV2/a-fluidsynth.lv2\ -Wl,-R/opt/local/lib/ardour8/LV2/a-reverb.lv2\ -Wl,-R/opt/local/lib/ardour8/LV2/a-reasonablesynth.lv2\ -Wl,-R/opt/local/lib/ardour8/backends\ -Wl,-R/opt/local/lib/ardour8/engines\ -Wl,-R/opt/local/lib/ardour8/panners\ -Wl,-R/opt/local/lib/ardour8/surfaces\ -Wl,-R/opt/local/lib/ardour8/utils\ -Wl,-R/opt/local/lib/ardour8/vamp\ \ \ -L/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0\ -Wl,-R/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0\ -L/opt/local/lib\ -Wl,-R/opt/local/lib\ -liconv\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64\ -lintl PATH=/home/pbulk/build/audio/ardour/work/.cwrapper/bin:/home/pbulk/build/audio/ardour/work/.buildlink/bin:/home/pbulk/build/audio/ardour/work/.gcc/bin:/home/pbulk/build/audio/ardour/work/.tools/bin:/opt/local/bin:/sbin:/usr/sbin:/usr/bin:/opt/tools/bin PREFIX=/opt/local JOBS=1 ./waf --with-backends=dummy,jack --keepflags --noconfirm --dist-target=none --cxx11 --freedesktop --no-phone-home --use-external-libs --mandir=/opt/local/man --libdir=/opt/local/lib
Waf: Entering directory `/home/pbulk/build/audio/ardour/work/Ardour-8.2.0/build'
Using packaged revision
Generating po/ca.po
Generating po/cs.po
Generating po/de.po
Generating po/eu.po
Generating po/fr.po
Generating po/it.po
Generating po/ja.po
Generating po/ko.po
Generating po/ru.po
Generating po/zh.po
Generating /home/pbulk/build/audio/ardour/work/Ardour-8.2.0/gtk2_ardour/ardour.appdata.xml.in
[   1/1204] Compiling libs/pbd/pbd/signals.py
[   2/1204] Compiling tools/avahi.sh
[   3/1204] Creating build/libs/clearlooks-newer/engines
[   4/1204] Compiling libs/plugins/reasonablesynth.lv2/manifest.ttl.in
[   5/1204] Compiling libs/plugins/reasonablesynth.lv2/reasonablesynth.ttl.in
[   6/1204] Compiling libs/plugins/a-comp.lv2/manifest.ttl.in
[   7/1204] Compiling libs/pbd/stateful_diff_command.cc
[   8/1204] Compiling libs/pbd/stateful.cc
[   9/1204] Compiling libs/pbd/convert.cc
[  10/1204] Compiling libs/pbd/string_convert.cc
[  11/1204] Compiling libs/pbd/pthread_utils.cc
[  12/1204] Compiling libs/pbd/undo.cc
[  13/1204] Compiling libs/pbd/xml++.cc
../libs/pbd/xml++.cc: In member function 'bool XMLTree::read_internal(bool)':
../libs/pbd/xml++.cc:93:29: warning: 'int xmlKeepBlanksDefault(int)' is deprecated [-Wdeprecated-declarations]
   93 |         xmlKeepBlanksDefault(0);
      |         ~~~~~~~~~~~~~~~~~~~~^~~
In file included from ../libs/pbd/pbd/xml++.h:41,
                 from ../libs/pbd/xml++.cc:13:
/home/pbulk/build/audio/ardour/work/.buildlink/include/libxml2/libxml/parser.h:957:17: note: declared here
  957 |                 xmlKeepBlanksDefault    (int val);
      |                 ^~~~~~~~~~~~~~~~~~~~
../libs/pbd/xml++.cc: In member function 'bool XMLTree::read_buffer(const char*, bool)':
../libs/pbd/xml++.cc:138:29: warning: 'int xmlKeepBlanksDefault(int)' is deprecated [-Wdeprecated-declarations]
  138 |         xmlKeepBlanksDefault(0);
      |         ~~~~~~~~~~~~~~~~~~~~^~~
/home/pbulk/build/audio/ardour/work/.buildlink/include/libxml2/libxml/parser.h:957:17: note: declared here
  957 |                 xmlKeepBlanksDefault    (int val);
      |                 ^~~~~~~~~~~~~~~~~~~~
../libs/pbd/xml++.cc: In member function 'bool XMLTree::write() const':
../libs/pbd/xml++.cc:166:29: warning: 'int xmlKeepBlanksDefault(int)' is deprecated [-Wdeprecated-declarations]
  166 |         xmlKeepBlanksDefault(0);
      |         ~~~~~~~~~~~~~~~~~~~~^~~
/home/pbulk/build/audio/ardour/work/.buildlink/include/libxml2/libxml/parser.h:957:17: note: declared here
  957 |                 xmlKeepBlanksDefault    (int val);
      |                 ^~~~~~~~~~~~~~~~~~~~
../libs/pbd/xml++.cc: In member function 'void XMLTree::debug(FILE*) const':
../libs/pbd/xml++.cc:201:29: warning: 'int xmlKeepBlanksDefault(int)' is deprecated [-Wdeprecated-declarations]
  201 |         xmlKeepBlanksDefault(0);
      |         ~~~~~~~~~~~~~~~~~~~~^~~
/home/pbulk/build/audio/ardour/work/.buildlink/include/libxml2/libxml/parser.h:957:17: note: declared here
  957 |                 xmlKeepBlanksDefault    (int val);
      |                 ^~~~~~~~~~~~~~~~~~~~
../libs/pbd/xml++.cc: In member function 'const std::string& XMLTree::write_buffer() const':
../libs/pbd/xml++.cc:219:29: warning: 'int xmlKeepBlanksDefault(int)' is deprecated [-Wdeprecated-declarations]
  219 |         xmlKeepBlanksDefault(0);
      |         ~~~~~~~~~~~~~~~~~~~~^~~
/home/pbulk/build/audio/ardour/work/.buildlink/include/libxml2/libxml/parser.h:957:17: note: declared here
  957 |                 xmlKeepBlanksDefault    (int val);
      |                 ^~~~~~~~~~~~~~~~~~~~

[  14/1204] Compiling libs/pbd/property_list.cc
[  15/1204] Compiling libs/pbd/event_loop.cc
[  16/1204] Compiling libs/pbd/enums.cc
[  17/1204] Compiling libs/pbd/epa.cc
[  18/1204] Compiling libs/pbd/locale_guard.cc
[  19/1204] Compiling libs/pbd/md5.cc
[  20/1204] Compiling libs/pbd/mountpoint.cc
../libs/pbd/mountpoint.cc: In function 'std::string mountpoint(std::string)':
../libs/pbd/mountpoint.cc:137:43: error: 'MNT_NOWAIT' was not declared in this scope; did you mean 'IPC_NOWAIT'?
  137 |         if ((count = getmntinfo(&mntbufp, MNT_NOWAIT)) == 0) {
      |                                           ^~~~~~~~~~
      |                                           IPC_NOWAIT
../libs/pbd/mountpoint.cc:137:22: error: 'getmntinfo' was not declared in this scope
  137 |         if ((count = getmntinfo(&mntbufp, MNT_NOWAIT)) == 0) {
      |                      ^~~~~~~~~~
../libs/pbd/mountpoint.cc:151:45: error: invalid use of incomplete type 'struct mountpoint(std::string)::statfs'
  151 |                 while (cpath[n] && mntbufp[i].f_mntonname[n]) {
      |                                             ^
../libs/pbd/mountpoint.cc:123:16: note: forward declaration of 'struct mountpoint(std::string)::statfs'
  123 |         struct statfs *mntbufp = 0;
      |                ^~~~~~
../libs/pbd/mountpoint.cc:151:45: error: invalid use of incomplete type 'struct mountpoint(std::string)::statfs'
  151 |                 while (cpath[n] && mntbufp[i].f_mntonname[n]) {
      |                                    ~~~~~~~~~^
../libs/pbd/mountpoint.cc:123:16: note: forward declaration of 'struct mountpoint(std::string)::statfs'
  123 |         struct statfs *mntbufp = 0;
      |                ^~~~~~
../libs/pbd/mountpoint.cc:152:50: error: invalid use of incomplete type 'struct mountpoint(std::string)::statfs'
  152 |                         if (cpath[n] != mntbufp[i].f_mntonname[n]) {
      |                                                  ^
../libs/pbd/mountpoint.cc:123:16: note: forward declaration of 'struct mountpoint(std::string)::statfs'
  123 |         struct statfs *mntbufp = 0;
      |                ^~~~~~
../libs/pbd/mountpoint.cc:152:50: error: invalid use of incomplete type 'struct mountpoint(std::string)::statfs'
  152 |                         if (cpath[n] != mntbufp[i].f_mntonname[n]) {
      |                                         ~~~~~~~~~^
../libs/pbd/mountpoint.cc:123:16: note: forward declaration of 'struct mountpoint(std::string)::statfs'
  123 |         struct statfs *mntbufp = 0;
      |                ^~~~~~
../libs/pbd/mountpoint.cc:160:69: error: invalid use of incomplete type 'struct mountpoint(std::string)::statfs'
  160 |                         snprintf(best, sizeof(best), "%s", mntbufp[i].f_mntonname);
      |                                                                     ^
../libs/pbd/mountpoint.cc:123:16: note: forward declaration of 'struct mountpoint(std::string)::statfs'
  123 |         struct statfs *mntbufp = 0;
      |                ^~~~~~
../libs/pbd/mountpoint.cc:160:69: error: invalid use of incomplete type 'struct mountpoint(std::string)::statfs'
  160 |                         snprintf(best, sizeof(best), "%s", mntbufp[i].f_mntonname);
      |                                                            ~~~~~~~~~^
../libs/pbd/mountpoint.cc:123:16: note: forward declaration of 'struct mountpoint(std::string)::statfs'
  123 |         struct statfs *mntbufp = 0;
      |                ^~~~~~
../libs/pbd/mountpoint.cc:166:78: error: invalid use of incomplete type 'struct mountpoint(std::string)::statfs'
  166 |                                 snprintf (best, sizeof(best), "%s", mntbufp[i].f_mntonname);
      |                                                                              ^
../libs/pbd/mountpoint.cc:123:16: note: forward declaration of 'struct mountpoint(std::string)::statfs'
  123 |         struct statfs *mntbufp = 0;
      |                ^~~~~~
../libs/pbd/mountpoint.cc:166:78: error: invalid use of incomplete type 'struct mountpoint(std::string)::statfs'
  166 |                                 snprintf (best, sizeof(best), "%s", mntbufp[i].f_mntonname);
      |                                                                     ~~~~~~~~~^
../libs/pbd/mountpoint.cc:123:16: note: forward declaration of 'struct mountpoint(std::string)::statfs'
  123 |         struct statfs *mntbufp = 0;
      |                ^~~~~~

Waf: Leaving directory `/home/pbulk/build/audio/ardour/work/Ardour-8.2.0/build'
Build failed
 -> task in 'libpbd' failed with exit status 1 (run with -v to display more information)
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/audio/ardour
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/audio/ardour