=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for din-57
Making all in src
gmake[1]: Entering directory '/Users/pbulk/build/audio/din/work/din-57/src'
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"57\" -DPACKAGE_STRING=\"din\ 57\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"57\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT alarm.o -MD -MP -MF .deps/alarm.Tpo -c -o alarm.o alarm.cc
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"57\" -DPACKAGE_STRING=\"din\ 57\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"57\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT arrow_button.o -MD -MP -MF .deps/arrow_button.Tpo -c -o arrow_button.o arrow_button.cc
clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"57\" -DPACKAGE_STRING=\"din\ 57\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"57\" -I.   -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -D__BOOST_TIME__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/SDL -D__UNIX_JACK__ -MT audio.o -MD -MP -MF .deps/audio.Tpo -c -o audio.o audio.cc
In file included from audio.cc:10:
In file included from ./audio.h:12:
./RtAudio.h:302:18: error: function definition does not declare parameters
    unsigned int outputChannels{};  /*!< Maximum output channels supported by device. */
                 ^
./RtAudio.h:303:18: error: function definition does not declare parameters
    unsigned int inputChannels{};   /*!< Maximum input channels supported by device. */
                 ^
./RtAudio.h:304:18: error: function definition does not declare parameters
    unsigned int duplexChannels{};  /*!< Maximum simultaneous input/output channels supported by device. */
                 ^
./RtAudio.h:305:10: error: function definition does not declare parameters
    bool isDefaultOutput{false};         /*!< true if this is the default output device. */
         ^
./RtAudio.h:306:10: error: function definition does not declare parameters
    bool isDefaultInput{false};          /*!< true if this is the default input device. */
         ^
./RtAudio.h:308:18: error: function definition does not declare parameters
    unsigned int preferredSampleRate{}; /*!< Preferred sample rate, e.g. for WASAPI the system sample rate. */
                 ^
./RtAudio.h:309:19: error: function definition does not declare parameters
    RtAudioFormat nativeFormats{};  /*!< Bit mask of supported data formats. */
                  ^
./RtAudio.h:314:18: error: function definition does not declare parameters
    unsigned int deviceId{};     /*!< Device index (0 to getDeviceCount() - 1). */
                 ^
./RtAudio.h:315:18: error: function definition does not declare parameters
    unsigned int nChannels{};    /*!< Number of channels. */
                 ^
./RtAudio.h:316:18: error: function definition does not declare parameters
    unsigned int firstChannel{}; /*!< First channel index on device (default = 0). */
                 ^
./RtAudio.h:377:24: error: function definition does not declare parameters
    RtAudioStreamFlags flags{};      /*!< A bit-mask of stream flags (RTAUDIO_NONINTERLEAVED, RTAUDIO_MINIMIZE_LATENCY, RTAUDIO_HOG_DEVICE, RTAUDIO_ALSA_USE_DEFAULT). */
                       ^
./RtAudio.h:378:18: error: function definition does not declare parameters
    unsigned int numberOfBuffers{};  /*!< Number of stream buffers. */
                 ^
./RtAudio.h:380:9: error: function definition does not declare parameters
    int priority{};                  /*!< Scheduling priority of callback thread (only used with flag RTAUDIO_SCHEDULE_REALTIME). */
        ^
./RtAudio.h:641:9: error: function definition does not declare parameters
  void *object{};    // Used as a "this" pointer.
        ^
./RtAudio.h:642:16: error: function definition does not declare parameters
  ThreadHandle thread{};
               ^
./RtAudio.h:643:9: error: function definition does not declare parameters
  void *callback{};
        ^
./RtAudio.h:644:9: error: function definition does not declare parameters
  void *userData{};
        ^
./RtAudio.h:645:9: error: function definition does not declare parameters
  void *errorCallback{};
        ^
./RtAudio.h:646:9: error: function definition does not declare parameters
  void *apiInfo{};   // void pointer for API specific callback information
        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from arrow_button.cc:8:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
In file included from ./widget.h:12:
./color.h:53:3: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor4f (r, g, b, a);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from arrow_button.cc:8:
In file included from ./arrow_button.h:11:
In file included from ./button.h:12:
./widget.h:150:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
                glColor3f (clr.r, clr.g, clr.b);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
arrow_button.cc:65:3: warning: 'glVertexPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glVertexPointer (2, GL_INT, 0, v);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2754:13: note: 'glVertexPointer' has been explicitly marked deprecated here
extern void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);
            ^
arrow_button.cc:66:3: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDrawArrays (GL_LINE_LOOP, 0, 3);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here
extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14);
            ^
In file included from alarm.cc:9:
In file included from ./chrono.h:12:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/date_facet.hpp:25:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/format_date_parser.hpp:14:
/Users/pbulk/build/audio/din/work/.buildlink/include/boost/lexical_cast.hpp:40:1: warning: C++03 support is deprecated in Boost.LexicalCast 1.82 and will be removed in Boost.LexicalCast 1.84. [-W#pragma-messages]
BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.LexicalCast 1.82 and will be removed in Boost.LexicalCast 1.84.")
^
/Users/pbulk/build/audio/din/work/.buildlink/include/boost/config/pragma_message.hpp:24:34: note: expanded from macro 'BOOST_PRAGMA_MESSAGE'
# define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
                                 ^
<scratch space>:317:2: note: expanded from here
 message("C++03 support is deprecated in Boost.LexicalCast 1.82 and will be removed in Boost.LexicalCast 1.84.")
 ^
In file included from alarm.cc:9:
In file included from ./chrono.h:12:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/posix_time/time_formatters.hpp:16:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/posix_time/posix_time_types.hpp:10:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/date_time/time_clock.hpp:17:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/shared_ptr.hpp:17:
In file included from /Users/pbulk/build/audio/din/work/.buildlink/include/boost/smart_ptr/shared_ptr.hpp:17:
/Users/pbulk/build/audio/din/work/.buildlink/include/boost/smart_ptr/detail/requires_cxx11.hpp:19:1: warning: C++03 support was deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.84. Please open an issue in https://github.com/boostorg/smart_ptr if you want it retained. [-W#pragma-messages]
BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.84. Please open an issue in https://github.com/boostorg/smart_ptr if you want it retained.")
^
/Users/pbulk/build/audio/din/work/.buildlink/include/boost/config/pragma_message.hpp:24:34: note: expanded from macro 'BOOST_PRAGMA_MESSAGE'
# define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
                                 ^
<scratch space>:100:2: note: expanded from here
 message("C++03 support was deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.84. Please open an issue in https://github.com/boostorg/smart_ptr if you want it retained.")
 ^
20 errors generated.
gmake[1]: *** [Makefile:642: audio.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
4 warnings generated.
mv -f .deps/arrow_button.Tpo .deps/arrow_button.Po
2 warnings generated.
mv -f .deps/alarm.Tpo .deps/alarm.Po
gmake[1]: Leaving directory '/Users/pbulk/build/audio/din/work/din-57/src'
gmake: *** [Makefile:344: all-recursive] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/audio/din
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/audio/din