=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/amsynth", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for amsynth-1.12.2nb22 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/var/tmp/work/audio/amsynth/work/amsynth-1.12.2' Making all in po gmake[2]: Entering directory '/var/tmp/work/audio/amsynth/work/amsynth-1.12.2/po' MSGFMT de.gmo MSGFMT fr.gmo gmake[2]: Leaving directory '/var/tmp/work/audio/amsynth/work/amsynth-1.12.2/po' gmake[2]: Entering directory '/var/tmp/work/audio/amsynth/work/amsynth-1.12.2' CXX src/amsynth-Synthesizer.o CXX src/amsynth-TuningMap.o src/Synthesizer.cpp:111:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] return sprintf(*buffer, "%s", string.c_str()); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 1 warning generated. CXX src/amsynth-VoiceAllocationUnit.o CXX src/amsynth-AudioOutput.o CXX src/amsynth-JackOutput.o CC src/amsynth-lash.o CXX src/amsynth-main.o src/JackOutput.cpp:90:2: warning: 'jack_set_session_callback' is deprecated [-Wdeprecated-declarations] jack_set_session_callback(client, session_callback, client); ^ /var/tmp/work/audio/amsynth/work/.buildlink/include/jack/session.h:189:58: note: 'jack_set_session_callback' has been explicitly marked deprecated here void *arg) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; ^ /var/tmp/work/audio/amsynth/work/.buildlink/include/jack/weakmacros.h:80:61: note: expanded from macro 'JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT' #define JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT __attribute__((__deprecated__)) ^ src/JackOutput.cpp:224:2: warning: 'jack_session_reply' is deprecated [-Wdeprecated-declarations] jack_session_reply( (jack_client_t *)arg, event ); ^ /var/tmp/work/audio/amsynth/work/.buildlink/include/jack/session.h:205:54: note: 'jack_session_reply' has been explicitly marked deprecated here jack_session_event_t *event) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; ^ /var/tmp/work/audio/amsynth/work/.buildlink/include/jack/weakmacros.h:80:61: note: expanded from macro 'JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT' #define JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT __attribute__((__deprecated__)) ^ src/JackOutput.cpp:237:2: warning: 'jack_session_event_free' is deprecated [-Wdeprecated-declarations] jack_session_event_free (event); ^ /var/tmp/work/audio/amsynth/work/.buildlink/include/jack/session.h:217:60: note: 'jack_session_event_free' has been explicitly marked deprecated here void jack_session_event_free (jack_session_event_t *event) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; ^ /var/tmp/work/audio/amsynth/work/.buildlink/include/jack/weakmacros.h:80:61: note: expanded from macro 'JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT' #define JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT __attribute__((__deprecated__)) ^ 3 warnings generated. CXX src/drivers/amsynth-CoreAudio.o CXX src/amsynth_dssi_gtk-amsynth_dssi_gtk.o src/drivers/CoreAudio.cpp:43:9: warning: 'AudioHardwareGetPropertyInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = AudioHardwareGetPropertyInfo (kAudioHardwarePropertyDevices, &size, &writable); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:321:1: note: 'AudioHardwareGetPropertyInfo' has been explicitly marked deprecated here AudioHardwareGetPropertyInfo( AudioHardwarePropertyID inPropertyID, ^ src/drivers/CoreAudio.cpp:48:9: warning: 'AudioHardwareGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = AudioHardwareGetProperty (kAudioHardwarePropertyDevices, &size, m_DeviceList); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:342:1: note: 'AudioHardwareGetProperty' has been explicitly marked deprecated here AudioHardwareGetProperty( AudioHardwarePropertyID inPropertyID, ^ src/drivers/CoreAudio.cpp:88:13: warning: 'AudioHardwareGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] status = AudioHardwareGetProperty(kAudioHardwarePropertyDefaultOutputDevice, &propertySize, &defaultDeviceID); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:342:1: note: 'AudioHardwareGetProperty' has been explicitly marked deprecated here AudioHardwareGetProperty( AudioHardwarePropertyID inPropertyID, ^ src/drivers/CoreAudio.cpp:92:4: warning: 'AudioDeviceAddIOProc' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations] AudioDeviceAddIOProc(m_DeviceID, audioDeviceIOProc, (void *)this); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:724:1: note: 'AudioDeviceAddIOProc' has been explicitly marked deprecated here AudioDeviceAddIOProc( AudioDeviceID inDevice, ^ 4 warnings generated. CXX src/amsynth_dssi_gtk-Configuration.o src/amsynth_dssi_gtk.cpp:151:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(value, "%s%s", url, _osc_path); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 1 warning generated. CXX src/amsynth_dssi_gtk-filesystem.o CXX src/amsynth_dssi_gtk-MidiController.o CXX src/amsynth_dssi_gtk-Parameter.o CXX src/amsynth_dssi_gtk-Preset.o CXX src/amsynth_dssi_gtk-PresetController.o CC src/GUI/amsynth_dssi_gtk-bitmap_button.o src/GUI/bitmap_button.c:36:21: warning: expected ';' at end of declaration list gint scaling_factor ^ ; 1 warning generated. CC src/GUI/amsynth_dssi_gtk-bitmap_knob.o CC src/GUI/amsynth_dssi_gtk-bitmap_popup.o CXX src/GUI/amsynth_dssi_gtk-editor_menus.o CC src/GUI/amsynth_dssi_gtk-editor_pane.o src/GUI/editor_pane.c:32:10: fatal error: 'gdk/gdkx.h' file not found #include ^~~~~~~~~~~~ 1 error generated. gmake[2]: *** [Makefile:2373: src/GUI/amsynth_dssi_gtk-editor_pane.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/var/tmp/work/audio/amsynth/work/amsynth-1.12.2' gmake[1]: *** [Makefile:3705: all-recursive] Error 1 gmake[1]: Leaving directory '/var/tmp/work/audio/amsynth/work/amsynth-1.12.2' gmake: *** [Makefile:1485: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/amsynth *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/amsynth