=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/din", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for din-60 Making all in src gmake[1]: Entering directory '/var/tmp/work/audio/din/work/din-60/src' depbase=`echo alarm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"60\" -DPACKAGE_STRING=\"din\ 60\" -DPACKAGE_BUGREPORT=\"jag@dinisnoise.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"60\" -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\" -D__BOOST_TIME__ -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 $depbase.Tpo -c -o alarm.o alarm.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo arrow_button.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"60\" -DPACKAGE_STRING=\"din\ 60\" -DPACKAGE_BUGREPORT=\"jag@dinisnoise.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"60\" -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\" -D__BOOST_TIME__ -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 $depbase.Tpo -c -o arrow_button.o arrow_button.cc &&\ mv -f $depbase.Tpo $depbase.Po In file included from alarm.cc:9: In file included from ./chrono.h:12: In file included from /var/tmp/work/audio/din/work/.buildlink/include/boost/date_time/posix_time/posix_time.hpp:24: In file included from /var/tmp/work/audio/din/work/.buildlink/include/boost/date_time/posix_time/time_formatters.hpp:12: In file included from /var/tmp/work/audio/din/work/.buildlink/include/boost/date_time/gregorian/gregorian.hpp:31: In file included from /var/tmp/work/audio/din/work/.buildlink/include/boost/date_time/gregorian/gregorian_io.hpp:16: In file included from /var/tmp/work/audio/din/work/.buildlink/include/boost/date_time/date_facet.hpp: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 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); ^ arrow_button.cc:64: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:65: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); ^ 3 warnings generated. depbase=`echo audio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"60\" -DPACKAGE_STRING=\"din\ 60\" -DPACKAGE_BUGREPORT=\"jag@dinisnoise.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"60\" -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\" -D__BOOST_TIME__ -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 $depbase.Tpo -c -o audio.o audio.cc &&\ mv -f $depbase.Tpo $depbase.Po 2 errors generated. gmake[1]: *** [Makefile:655: alarm.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... In file included from audio.cc:23: In file included from ./console.h:25: ./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:24: ./oscilloscope.h:56:7: warning: 'oscilloscope::load' hides overloaded virtual function [-Woverloaded-virtual] int load (); ^ ./widget.h:157: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:57:7: warning: 'oscilloscope::save' hides overloaded virtual function [-Woverloaded-virtual] int save (); ^ ./widget.h:158:16: note: hidden overloaded virtual function 'widget::save' declared here: different number of parameters (1 vs 0) virtual void save (std::ofstream& file); ^ 3 warnings generated. gmake[1]: Leaving directory '/var/tmp/work/audio/din/work/din-60/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