+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/qsynth-0.6.3nb5/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/qsynth-0.6.3nb5/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for qsynth-0.6.3nb5
[  1%] Generating qsynth_cs.qm
Updating '/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynth_cs.qm'...
    Generated 401 translation(s) (401 finished and 0 unfinished)
[  3%] Generating qsynth_de.qm
Updating '/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynth_de.qm'...
    Generated 360 translation(s) (356 finished and 4 unfinished)
    Ignored 41 untranslated source text(s)
[  4%] Generating qsynth_es.qm
Updating '/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynth_es.qm'...
    Generated 401 translation(s) (401 finished and 0 unfinished)
[  6%] Generating qsynth_fr.qm
Updating '/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynth_fr.qm'...
    Generated 401 translation(s) (401 finished and 0 unfinished)
[  7%] Generating qsynth_ru.qm
Updating '/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynth_ru.qm'...
    Generated 348 translation(s) (344 finished and 4 unfinished)
    Ignored 53 untranslated source text(s)
[  9%] Generating qsynth_sr.qm
Updating '/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynth_sr.qm'...
    Generated 401 translation(s) (401 finished and 0 unfinished)
[  9%] Built target translations
[ 10%] Generating moc_qsynth.cpp
[ 12%] Generating moc_qsynthAboutForm.cpp
[ 14%] Generating moc_qsynthChannelsForm.cpp
[ 15%] Generating moc_qsynthKnob.cpp
[ 17%] Generating moc_qsynthMainForm.cpp
[ 18%] Generating moc_qsynthMessagesForm.cpp
[ 20%] Generating moc_qsynthMeter.cpp
[ 21%] Generating moc_qsynthOptionsForm.cpp
[ 23%] Generating moc_qsynthPaletteForm.cpp
[ 25%] Generating moc_qsynthPresetForm.cpp
[ 26%] Generating moc_qsynthSetupForm.cpp
[ 28%] Generating moc_qsynthSystemTray.cpp
[ 29%] Generating moc_qsynthTabBar.cpp
[ 31%] Generating qrc_qsynth.cpp
[ 32%] Generating ui_qsynthAboutForm.h
[ 34%] Generating ui_qsynthChannelsForm.h
[ 35%] Generating ui_qsynthMainForm.h
[ 37%] Generating ui_qsynthMessagesForm.h
[ 39%] Generating ui_qsynthOptionsForm.h
[ 40%] Generating ui_qsynthPaletteForm.h
[ 42%] Generating ui_qsynthPresetForm.h
[ 43%] Generating ui_qsynthSetupForm.h
[ 45%] Building CXX object src/CMakeFiles/qsynth.dir/qsynth.cpp.o
[ 46%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthEngine.cpp.o
[ 48%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthChannels.cpp.o
[ 50%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthKnob.cpp.o
[ 51%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthMeter.cpp.o
[ 53%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthSetup.cpp.o
[ 54%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthOptions.cpp.o
[ 56%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthSystemTray.cpp.o
[ 57%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthTabBar.cpp.o
[ 59%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthAboutForm.cpp.o
[ 60%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthChannelsForm.cpp.o
[ 62%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthMainForm.cpp.o
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp: In member function 'void qsynthMainForm::setEngineReverbOn(qsynthEngine*, bool)':
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2283:4: warning: 'void fluid_synth_set_reverb_on(fluid_synth_t*, int)' is deprecated [-Wdeprecated-declarations]
 2283 |  ::fluid_synth_set_reverb_on(pEngine->pSynth, (int) bActive);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:162:38: note: declared here
  162 | FLUID_DEPRECATED FLUIDSYNTH_API void fluid_synth_set_reverb_on(fluid_synth_t *synth, int on);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2283:60: warning: 'void fluid_synth_set_reverb_on(fluid_synth_t*, int)' is deprecated [-Wdeprecated-declarations]
 2283 |  ::fluid_synth_set_reverb_on(pEngine->pSynth, (int) bActive);
      |                                                            ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:162:38: note: declared here
  162 | FLUID_DEPRECATED FLUIDSYNTH_API void fluid_synth_set_reverb_on(fluid_synth_t *synth, int on);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp: In member function 'void qsynthMainForm::setEngineReverb(qsynthEngine*, double, double, double, double)':
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2296:4: warning: 'int fluid_synth_set_reverb(fluid_synth_t*, double, double, double, double)' is deprecated [-Wdeprecated-declarations]
 2296 |  ::fluid_synth_set_reverb(pEngine->pSynth, fRoom, fDamp, fWidth, fLevel);
      |    ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:165:37: note: declared here
  165 | FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_set_reverb(fluid_synth_t *synth, double roomsize,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2296:72: warning: 'int fluid_synth_set_reverb(fluid_synth_t*, double, double, double, double)' is deprecated [-Wdeprecated-declarations]
 2296 |  ::fluid_synth_set_reverb(pEngine->pSynth, fRoom, fDamp, fWidth, fLevel);
      |                                                                        ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:165:37: note: declared here
  165 | FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_set_reverb(fluid_synth_t *synth, double roomsize,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp: In member function 'void qsynthMainForm::setEngineChorusOn(qsynthEngine*, bool)':
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2307:4: warning: 'void fluid_synth_set_chorus_on(fluid_synth_t*, int)' is deprecated [-Wdeprecated-declarations]
 2307 |  ::fluid_synth_set_chorus_on(pEngine->pSynth, (int) bActive);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:208:38: note: declared here
  208 | FLUID_DEPRECATED FLUIDSYNTH_API void fluid_synth_set_chorus_on(fluid_synth_t *synth, int on);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2307:60: warning: 'void fluid_synth_set_chorus_on(fluid_synth_t*, int)' is deprecated [-Wdeprecated-declarations]
 2307 |  ::fluid_synth_set_chorus_on(pEngine->pSynth, (int) bActive);
      |                                                            ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:208:38: note: declared here
  208 | FLUID_DEPRECATED FLUIDSYNTH_API void fluid_synth_set_chorus_on(fluid_synth_t *synth, int on);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp: In member function 'void qsynthMainForm::setEngineChorus(qsynthEngine*, int, double, double, double, int)':
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2321:4: warning: 'int fluid_synth_set_chorus(fluid_synth_t*, int, double, double, double, int)' is deprecated [-Wdeprecated-declarations]
 2321 |  ::fluid_synth_set_chorus(pEngine->pSynth, iNr, fLevel, fSpeed, fDepth, iType);
      |    ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:211:37: note: declared here
  211 | FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_set_chorus(fluid_synth_t *synth, int nr, double level,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2321:78: warning: 'int fluid_synth_set_chorus(fluid_synth_t*, int, double, double, double, int)' is deprecated [-Wdeprecated-declarations]
 2321 |  ::fluid_synth_set_chorus(pEngine->pSynth, iNr, fLevel, fSpeed, fDepth, iType);
      |                                                                              ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:211:37: note: declared here
  211 | FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_set_chorus(fluid_synth_t *synth, int nr, double level,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp: In member function 'void qsynthMainForm::refreshReverb()':
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2714:32: warning: 'double fluid_synth_get_reverb_roomsize(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2714 |  const double fReverbRoom  = ::fluid_synth_get_reverb_roomsize(pEngine->pSynth);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:172:40: note: declared here
  172 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_roomsize(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2714:79: warning: 'double fluid_synth_get_reverb_roomsize(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2714 |  const double fReverbRoom  = ::fluid_synth_get_reverb_roomsize(pEngine->pSynth);
      |                                                                               ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:172:40: note: declared here
  172 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_roomsize(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2715:32: warning: 'double fluid_synth_get_reverb_damp(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2715 |  const double fReverbDamp  = ::fluid_synth_get_reverb_damp(pEngine->pSynth);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:173:40: note: declared here
  173 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_damp(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2715:75: warning: 'double fluid_synth_get_reverb_damp(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2715 |  const double fReverbDamp  = ::fluid_synth_get_reverb_damp(pEngine->pSynth);
      |                                                                           ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:173:40: note: declared here
  173 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_damp(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2716:32: warning: 'double fluid_synth_get_reverb_width(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2716 |  const double fReverbWidth = ::fluid_synth_get_reverb_width(pEngine->pSynth);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:175:40: note: declared here
  175 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_width(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2716:76: warning: 'double fluid_synth_get_reverb_width(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2716 |  const double fReverbWidth = ::fluid_synth_get_reverb_width(pEngine->pSynth);
      |                                                                            ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:175:40: note: declared here
  175 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_width(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2717:32: warning: 'double fluid_synth_get_reverb_level(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2717 |  const double fReverbLevel = ::fluid_synth_get_reverb_level(pEngine->pSynth);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:174:40: note: declared here
  174 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_level(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2717:76: warning: 'double fluid_synth_get_reverb_level(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2717 |  const double fReverbLevel = ::fluid_synth_get_reverb_level(pEngine->pSynth);
      |                                                                            ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:174:40: note: declared here
  174 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_level(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp: In member function 'void qsynthMainForm::refreshChorus()':
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2739:32: warning: 'int fluid_synth_get_chorus_nr(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2739 |  const int    iChorusNr    = ::fluid_synth_get_chorus_nr(pEngine->pSynth);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:219:37: note: declared here
  219 | FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_get_chorus_nr(fluid_synth_t *synth);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2739:73: warning: 'int fluid_synth_get_chorus_nr(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2739 |  const int    iChorusNr    = ::fluid_synth_get_chorus_nr(pEngine->pSynth);
      |                                                                         ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:219:37: note: declared here
  219 | FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_get_chorus_nr(fluid_synth_t *synth);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2740:32: warning: 'double fluid_synth_get_chorus_level(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2740 |  const double fChorusLevel = ::fluid_synth_get_chorus_level(pEngine->pSynth);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:220:40: note: declared here
  220 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_chorus_level(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2740:76: warning: 'double fluid_synth_get_chorus_level(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2740 |  const double fChorusLevel = ::fluid_synth_get_chorus_level(pEngine->pSynth);
      |                                                                            ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:220:40: note: declared here
  220 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_chorus_level(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2742:32: warning: 'double fluid_synth_get_chorus_speed(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2742 |  const double fChorusSpeed = ::fluid_synth_get_chorus_speed(pEngine->pSynth);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:221:40: note: declared here
  221 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_chorus_speed(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2742:76: warning: 'double fluid_synth_get_chorus_speed(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2742 |  const double fChorusSpeed = ::fluid_synth_get_chorus_speed(pEngine->pSynth);
      |                                                                            ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:221:40: note: declared here
  221 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_chorus_speed(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2747:32: warning: 'double fluid_synth_get_chorus_depth(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2747 |  const double fChorusDepth = ::fluid_synth_get_chorus_depth(pEngine->pSynth);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:222:40: note: declared here
  222 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_chorus_depth(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2747:76: warning: 'double fluid_synth_get_chorus_depth(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2747 |  const double fChorusDepth = ::fluid_synth_get_chorus_depth(pEngine->pSynth);
      |                                                                            ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:222:40: note: declared here
  222 | FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_chorus_depth(fluid_synth_t *synth);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2751:32: warning: 'int fluid_synth_get_chorus_type(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2751 |  const int    iChorusType  = ::fluid_synth_get_chorus_type(pEngine->pSynth);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:223:37: note: declared here
  223 | FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_get_chorus_type(fluid_synth_t *synth); /* see fluid_chorus_mod */
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2751:75: warning: 'int fluid_synth_get_chorus_type(fluid_synth_t*)' is deprecated [-Wdeprecated-declarations]
 2751 |  const int    iChorusType  = ::fluid_synth_get_chorus_type(pEngine->pSynth);
      |                                                                           ^
In file included from /home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:100,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthSetup.h:28,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthOptions.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthEngine.h:25,
                 from /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:24:
/home/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:223:37: note: declared here
  223 | FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_get_chorus_type(fluid_synth_t *synth); /* see fluid_chorus_mod */
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 64%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthMessagesForm.cpp.o
[ 65%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthOptionsForm.cpp.o
[ 67%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthPaletteForm.cpp.o
[ 68%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthPresetForm.cpp.o
[ 70%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthSetupForm.cpp.o
[ 71%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthDialClassicStyle.cpp.o
[ 73%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthDialPeppinoStyle.cpp.o
[ 75%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthDialVokiStyle.cpp.o
[ 76%] Building CXX object src/CMakeFiles/qsynth.dir/qsynthDialSkulptureStyle.cpp.o
[ 78%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynth.cpp.o
[ 79%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthKnob.cpp.o
[ 81%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthMeter.cpp.o
[ 82%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthSystemTray.cpp.o
[ 84%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthTabBar.cpp.o
[ 85%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthAboutForm.cpp.o
[ 87%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthChannelsForm.cpp.o
[ 89%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthMainForm.cpp.o
[ 90%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthMessagesForm.cpp.o
[ 92%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthOptionsForm.cpp.o
[ 93%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthPaletteForm.cpp.o
[ 95%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthPresetForm.cpp.o
[ 96%] Building CXX object src/CMakeFiles/qsynth.dir/moc_qsynthSetupForm.cpp.o
[ 98%] Building CXX object src/CMakeFiles/qsynth.dir/qrc_qsynth.cpp.o
[100%] Linking CXX executable qsynth
Undefined			first referenced
 symbol  			    in file
__xnet_socketpair                   CMakeFiles/qsynth.dir/qsynthMainForm.cpp.o  (symbol belongs to implicit dependency /lib/amd64/libsocket.so.1)
ld: fatal: symbol referencing errors. No output written to qsynth
collect2: error: ld returned 1 exit status
*** [src/qsynth] Error code 1

bmake[2]: stopped in /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3
1 error

bmake[2]: stopped in /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3
*** [src/CMakeFiles/qsynth.dir/all] Error code 2

bmake[1]: stopped in /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3
1 error

bmake[1]: stopped in /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3
1 error

bmake: stopped in /home/pbulk/build/audio/qsynth/work/qsynth-0.6.3
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/qsynth
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/qsynth