+ 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=312 WRKLOG=/tmp/bulklog/snapcast-0.26.0nb6/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/snapcast-0.26.0nb6/work.log
WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead.
===> Building for snapcast-0.26.0nb6
[  1%] Building CXX object common/CMakeFiles/common.dir/resampler.cpp.o
[  3%] Building CXX object common/CMakeFiles/common.dir/sample_format.cpp.o
[  5%] Building CXX object common/CMakeFiles/common.dir/daemon.cpp.o
In file included from /home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/daemon.cpp:23:
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp: In function 'std::string getOS()':
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:160:16: error: expected ';' before 'u'
  160 |         utsname u;
      |                ^~
      |                ;
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:160:9: warning: statement has no effect [-Wunused-value]
  160 |         utsname u;
      |         ^~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:161:16: error: 'u' was not declared in this scope
  161 |         uname(&u);
      |                ^
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp: In function 'std::string getMacAddress(int)':
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:294:21: error: 'SIOCGIFCONF' was not declared in this scope
  294 |     if (ioctl(sock, SIOCGIFCONF, &ifc) != 0)
      |                     ^~~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:308:25: error: 'SIOCGIFFLAGS' was not declared in this scope
  308 |         if (ioctl(sock, SIOCGIFFLAGS, &ifr) == 0)
      |                         ^~~~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:343:33: error: 'SIOCGIFHWADDR' was not declared in this scope
  343 |                 if (ioctl(sock, SIOCGIFHWADDR, &ifr) == 0)
      |                                 ^~~~~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:378:70: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  378 |     sprintf(mac, "%02x:%02x:%02x:%02x:%02x:%02x", (unsigned char)ifr.ifr_hwaddr.sa_data[0], (unsigned char)ifr.ifr_hwaddr.sa_data[1],
      |                                                                      ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:378:112: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  378 |     sprintf(mac, "%02x:%02x:%02x:%02x:%02x:%02x", (unsigned char)ifr.ifr_hwaddr.sa_data[0], (unsigned char)ifr.ifr_hwaddr.sa_data[1],
      |                                                                                                                ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:379:32: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  379 |             (unsigned char)ifr.ifr_hwaddr.sa_data[2], (unsigned char)ifr.ifr_hwaddr.sa_data[3], (unsigned char)ifr.ifr_hwaddr.sa_data[4],
      |                                ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:379:74: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  379 |             (unsigned char)ifr.ifr_hwaddr.sa_data[2], (unsigned char)ifr.ifr_hwaddr.sa_data[3], (unsigned char)ifr.ifr_hwaddr.sa_data[4],
      |                                                                          ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:379:116: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  379 |             (unsigned char)ifr.ifr_hwaddr.sa_data[2], (unsigned char)ifr.ifr_hwaddr.sa_data[3], (unsigned char)ifr.ifr_hwaddr.sa_data[4],
      |                                                                                                                    ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:380:32: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  380 |             (unsigned char)ifr.ifr_hwaddr.sa_data[5]);
      |                                ^~~~~~~~~~
In file included from /home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/sample_format.cpp:26:
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp: In function 'std::string getOS()':
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:160:16: error: expected ';' before 'u'
  160 |         utsname u;
      |                ^~
      |                ;
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:160:9: warning: statement has no effect [-Wunused-value]
  160 |         utsname u;
      |         ^~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:161:16: error: 'u' was not declared in this scope
  161 |         uname(&u);
      |                ^
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp: In function 'std::string getMacAddress(int)':
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:294:21: error: 'SIOCGIFCONF' was not declared in this scope
  294 |     if (ioctl(sock, SIOCGIFCONF, &ifc) != 0)
      |                     ^~~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:308:25: error: 'SIOCGIFFLAGS' was not declared in this scope
  308 |         if (ioctl(sock, SIOCGIFFLAGS, &ifr) == 0)
      |                         ^~~~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:343:33: error: 'SIOCGIFHWADDR' was not declared in this scope
  343 |                 if (ioctl(sock, SIOCGIFHWADDR, &ifr) == 0)
      |                                 ^~~~~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:378:70: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  378 |     sprintf(mac, "%02x:%02x:%02x:%02x:%02x:%02x", (unsigned char)ifr.ifr_hwaddr.sa_data[0], (unsigned char)ifr.ifr_hwaddr.sa_data[1],
      |                                                                      ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:378:112: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  378 |     sprintf(mac, "%02x:%02x:%02x:%02x:%02x:%02x", (unsigned char)ifr.ifr_hwaddr.sa_data[0], (unsigned char)ifr.ifr_hwaddr.sa_data[1],
      |                                                                                                                ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:379:32: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  379 |             (unsigned char)ifr.ifr_hwaddr.sa_data[2], (unsigned char)ifr.ifr_hwaddr.sa_data[3], (unsigned char)ifr.ifr_hwaddr.sa_data[4],
      |                                ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:379:74: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  379 |             (unsigned char)ifr.ifr_hwaddr.sa_data[2], (unsigned char)ifr.ifr_hwaddr.sa_data[3], (unsigned char)ifr.ifr_hwaddr.sa_data[4],
      |                                                                          ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:379:116: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  379 |             (unsigned char)ifr.ifr_hwaddr.sa_data[2], (unsigned char)ifr.ifr_hwaddr.sa_data[3], (unsigned char)ifr.ifr_hwaddr.sa_data[4],
      |                                                                                                                    ^~~~~~~~~~
/home/pbulk/build/audio/snapcast/work/snapcast-0.26.0/common/utils.hpp:380:32: error: 'struct ifreq' has no member named 'ifr_hwaddr'
  380 |             (unsigned char)ifr.ifr_hwaddr.sa_data[5]);
      |                                ^~~~~~~~~~
--- common/CMakeFiles/common.dir/daemon.cpp.o ---
*** [common/CMakeFiles/common.dir/daemon.cpp.o] Error code 1

bmake[2]: stopped making "common/CMakeFiles/common.dir/build" in /home/pbulk/build/audio/snapcast/work/snapcast-0.26.0
--- common/CMakeFiles/common.dir/sample_format.cpp.o ---
*** [common/CMakeFiles/common.dir/sample_format.cpp.o] Error code 1

bmake[2]: stopped making "common/CMakeFiles/common.dir/build" in /home/pbulk/build/audio/snapcast/work/snapcast-0.26.0
bmake[2]: 2 errors

bmake[2]: stopped making "common/CMakeFiles/common.dir/build" in /home/pbulk/build/audio/snapcast/work/snapcast-0.26.0
--- common/CMakeFiles/common.dir/all ---
*** [common/CMakeFiles/common.dir/all] Error code 2

bmake[1]: stopped making "all" in /home/pbulk/build/audio/snapcast/work/snapcast-0.26.0
bmake[1]: 1 error

bmake[1]: stopped making "all" in /home/pbulk/build/audio/snapcast/work/snapcast-0.26.0
*** [all] Error code 2

bmake: stopped making "all" in /home/pbulk/build/audio/snapcast/work/snapcast-0.26.0
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/audio/snapcast/work/snapcast-0.26.0
*** Error code 2

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

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/audio/snapcast