=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for qsynth-0.6.3nb20
[  1%] Generating qsynth_cs.qm
Updating '/Users/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 '/Users/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 '/Users/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 '/Users/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 '/Users/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 '/Users/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
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2283:4: warning: 'fluid_synth_set_reverb_on' is deprecated [-Wdeprecated-declarations]
        ::fluid_synth_set_reverb_on(pEngine->pSynth, (int) bActive);
          ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:162:1: note: 'fluid_synth_set_reverb_on' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API void fluid_synth_set_reverb_on(fluid_synth_t *synth, int on);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2296:4: warning: 'fluid_synth_set_reverb' is deprecated [-Wdeprecated-declarations]
        ::fluid_synth_set_reverb(pEngine->pSynth, fRoom, fDamp, fWidth, fLevel);
          ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:165:1: note: 'fluid_synth_set_reverb' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_set_reverb(fluid_synth_t *synth, double roomsize,
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2307:4: warning: 'fluid_synth_set_chorus_on' is deprecated [-Wdeprecated-declarations]
        ::fluid_synth_set_chorus_on(pEngine->pSynth, (int) bActive);
          ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:208:1: note: 'fluid_synth_set_chorus_on' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API void fluid_synth_set_chorus_on(fluid_synth_t *synth, int on);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2321:4: warning: 'fluid_synth_set_chorus' is deprecated [-Wdeprecated-declarations]
        ::fluid_synth_set_chorus(pEngine->pSynth, iNr, fLevel, fSpeed, fDepth, iType);
          ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:211:1: note: 'fluid_synth_set_chorus' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_set_chorus(fluid_synth_t *synth, int nr, double level,
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2714:32: warning: 'fluid_synth_get_reverb_roomsize' is deprecated [-Wdeprecated-declarations]
        const double fReverbRoom  = ::fluid_synth_get_reverb_roomsize(pEngine->pSynth);
                                      ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:172:1: note: 'fluid_synth_get_reverb_roomsize' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_roomsize(fluid_synth_t *synth);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2715:32: warning: 'fluid_synth_get_reverb_damp' is deprecated [-Wdeprecated-declarations]
        const double fReverbDamp  = ::fluid_synth_get_reverb_damp(pEngine->pSynth);
                                      ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:173:1: note: 'fluid_synth_get_reverb_damp' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_damp(fluid_synth_t *synth);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2716:32: warning: 'fluid_synth_get_reverb_width' is deprecated [-Wdeprecated-declarations]
        const double fReverbWidth = ::fluid_synth_get_reverb_width(pEngine->pSynth);
                                      ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:175:1: note: 'fluid_synth_get_reverb_width' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_width(fluid_synth_t *synth);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2717:32: warning: 'fluid_synth_get_reverb_level' is deprecated [-Wdeprecated-declarations]
        const double fReverbLevel = ::fluid_synth_get_reverb_level(pEngine->pSynth);
                                      ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:174:1: note: 'fluid_synth_get_reverb_level' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_reverb_level(fluid_synth_t *synth);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2739:32: warning: 'fluid_synth_get_chorus_nr' is deprecated [-Wdeprecated-declarations]
        const int    iChorusNr    = ::fluid_synth_get_chorus_nr(pEngine->pSynth);
                                      ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:219:1: note: 'fluid_synth_get_chorus_nr' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_get_chorus_nr(fluid_synth_t *synth);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2740:32: warning: 'fluid_synth_get_chorus_level' is deprecated [-Wdeprecated-declarations]
        const double fChorusLevel = ::fluid_synth_get_chorus_level(pEngine->pSynth);
                                      ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:220:1: note: 'fluid_synth_get_chorus_level' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_chorus_level(fluid_synth_t *synth);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2742:32: warning: 'fluid_synth_get_chorus_speed' is deprecated [-Wdeprecated-declarations]
        const double fChorusSpeed = ::fluid_synth_get_chorus_speed(pEngine->pSynth);
                                      ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:221:1: note: 'fluid_synth_get_chorus_speed' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_chorus_speed(fluid_synth_t *synth);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2747:32: warning: 'fluid_synth_get_chorus_depth' is deprecated [-Wdeprecated-declarations]
        const double fChorusDepth = ::fluid_synth_get_chorus_depth(pEngine->pSynth);
                                      ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:222:1: note: 'fluid_synth_get_chorus_depth' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API double fluid_synth_get_chorus_depth(fluid_synth_t *synth);
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
/Users/pbulk/build/audio/qsynth/work/qsynth-0.6.3/src/qsynthMainForm.cpp:2751:32: warning: 'fluid_synth_get_chorus_type' is deprecated [-Wdeprecated-declarations]
        const int    iChorusType  = ::fluid_synth_get_chorus_type(pEngine->pSynth);
                                      ^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth/synth.h:223:1: note: 'fluid_synth_get_chorus_type' has been explicitly marked deprecated here
FLUID_DEPRECATED FLUIDSYNTH_API int fluid_synth_get_chorus_type(fluid_synth_t *synth); /* see fluid_chorus_mod */
^
/Users/pbulk/build/audio/qsynth/work/.buildlink/include/fluidsynth.h:58:45: note: expanded from macro 'FLUID_DEPRECATED'
#    define FLUID_DEPRECATED __attribute__((deprecated))
                                            ^
13 warnings generated.
[ 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
Copying OS X content src/qsynth.app/Contents/Resources/qsynth.icns
[ 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.app/Contents/MacOS/qsynth
[100%] Built target qsynth
*** Please use pkgtools/verifypc to sanity check dependencies.