===> Building for din-59nb1 Making all in src gmake[1]: Entering directory '/Users/pbulk/build/audio/din/work/din-59/src' clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"59\" -DPACKAGE_STRING=\"din\ 59\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"59\" -I. -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT alarm.o -MD -MP -MF .deps/alarm.Tpo -c -o alarm.o alarm.cc mv -f .deps/alarm.Tpo .deps/alarm.Po clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"59\" -DPACKAGE_STRING=\"din\ 59\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"59\" -I. -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT arrow_button.o -MD -MP -MF .deps/arrow_button.Tpo -c -o arrow_button.o arrow_button.cc 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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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); ^ 4 warnings generated. mv -f .deps/arrow_button.Tpo .deps/arrow_button.Po clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"59\" -DPACKAGE_STRING=\"din\ 59\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"59\" -I. -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT audio.o -MD -MP -MF .deps/audio.Tpo -c -o audio.o audio.cc In file included from audio.cc:23: In file included from ./console.h:21: ./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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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 audio.cc:23: In file included from ./console.h:27: 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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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); ^ In file included from audio.cc:24: ./oscilloscope.h:51:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual] int load (); ^ ./widget.h:160:16: note: hidden overloaded virtual function 'widget::load' declared here: different number of parameters (1 vs 0) virtual void load (std::ifstream& file); ^ In file included from audio.cc:24: ./oscilloscope.h:52:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual] int save (); ^ ./widget.h:161:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0) virtual void save (std::ofstream& file); ^ 4 warnings generated. mv -f .deps/audio.Tpo .deps/audio.Po clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"59\" -DPACKAGE_STRING=\"din\ 59\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"59\" -I. -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT authors_note.o -MD -MP -MF .deps/authors_note.Tpo -c -o authors_note.o authors_note.cc In file included from authors_note.cc:8: In file included from ./authors_note.h:12: 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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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 authors_note.cc:8: In file included from ./authors_note.h:12: 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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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); ^ authors_note.cc:43:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMatrixMode (GL_PROJECTION); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ authors_note.cc:44:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity (); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ authors_note.cc:45:3: warning: 'glOrtho' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glOrtho (0, view.xmax, 0, view.ymax, -1, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2604:13: note: 'glOrtho' has been explicitly marked deprecated here extern void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ authors_note.cc:47:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMatrixMode (GL_MODELVIEW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ authors_note.cc:48:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glLoadIdentity (); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14); ^ 7 warnings generated. mv -f .deps/authors_note.Tpo .deps/authors_note.Po clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"59\" -DPACKAGE_STRING=\"din\ 59\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"59\" -I. -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT autoflip.o -MD -MP -MF .deps/autoflip.Tpo -c -o autoflip.o autoflip.cc In file included from autoflip.cc:10: In file included from ./console.h:21: ./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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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 autoflip.cc:10: In file included from ./console.h:27: 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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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); ^ 2 warnings generated. mv -f .deps/autoflip.Tpo .deps/autoflip.Po clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"59\" -DPACKAGE_STRING=\"din\ 59\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"59\" -I. -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"/opt/pkg\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -I/opt/pkg/include/SDL -std=c++20 -D__UNIX_JACK__ -MT autopause.o -MD -MP -MF .deps/autopause.Tpo -c -o autopause.o autopause.cc In file included from autopause.cc:12: In file included from ./console.h:20: In file included from ./globals.h:12: In file included from ./tokenizer.h:15: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/vector:321: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__format/formatter_bool.h:20: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__format/formatter_integral.h:21: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__format/formatter_output.h:22: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__format/parser_std_format_spec.h:250:1: error: anonymous structs and classes must be class members struct __chrono { ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__format/parser_std_format_spec.h:300:14: error: a type specifier is required for all declarations __chrono __chrono_; ^ In file included from autopause.cc:12: In file included from ./console.h:21: ./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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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 autopause.cc:12: In file included from ./console.h:27: 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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.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); ^ 2 warnings and 2 errors generated. gmake[1]: *** [Makefile:642: autopause.o] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/audio/din/work/din-59/src' gmake: *** [Makefile:344: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/din *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/din