+ 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/zam-plugins-3.14nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/zam-plugins-3.14nb2/work.log ===> Building for zam-plugins-3.14nb2 /opt/pkg/bin/gmake -C dpf/dgl gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/dpf/dgl' /opt/pkg/bin/gmake -C dpf/utils/lv2-ttl-generator gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/dpf/utils/lv2-ttl-generator' gcc lv2_ttl_generator.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -o ../lv2_ttl_generator -L/opt/pkg/lib -Wl,-R/opt/pkg/lib gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/dpf/utils/lv2-ttl-generator' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/dpf/dgl' /opt/pkg/bin/gmake -C plugins/ZamComp /opt/pkg/bin/gmake -C plugins/ZamCompX2 /opt/pkg/bin/gmake -C plugins/ZaMultiComp gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamCompX2' gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamComp' /opt/pkg/bin/gmake -C plugins/ZamTube gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMultiComp' gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamTube' Compiling ZamCompPlugin.cpp Compiling ZaMultiCompPlugin.cpp Compiling ZamTubePlugin.cpp Compiling ZamCompX2Plugin.cpp In file included from ../../dpf/distrho/DistrhoPlugin.hpp:22, from ZaMultiCompPlugin.hpp:19, from ZaMultiCompPlugin.cpp:18: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: #warning Plugins with programs and state need to implement full state API [-Wcpp] 134 | # warning Plugins with programs and state need to implement full state API | ^~~~~~~ Compiling DistrhoPluginMain.cpp (LV2) Compiling DistrhoPluginMain.cpp (LV2) Compiling tonestacks.cpp Compiling triode.cpp Compiling DistrhoPluginMain.cpp (LV2) In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22, from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20, from ../../dpf/distrho/src/DistrhoPlugin.cpp:17, from ../../dpf/distrho/DistrhoPluginMain.cpp:17: ../../dpf/distrho/src/../src/DistrhoPluginChecks.h:134:3: warning: #warning Plugins with programs and state need to implement full state API [-Wcpp] 134 | # warning Plugins with programs and state need to implement full state API | ^~~~~~~ Compiling DistrhoPluginMain.cpp (LV2) Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoPluginMain.cpp (VST) In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22, from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20, from ../../dpf/distrho/src/DistrhoPlugin.cpp:17, from ../../dpf/distrho/DistrhoPluginMain.cpp:17: ../../dpf/distrho/src/../src/DistrhoPluginChecks.h:134:3: warning: #warning Plugins with programs and state need to implement full state API [-Wcpp] 134 | # warning Plugins with programs and state need to implement full state API | ^~~~~~~ Creating LV2 plugin library for ZamCompX2 Creating VST plugin for ZamCompX2 gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamCompX2' /opt/pkg/bin/gmake -C plugins/ZamEQ2 gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamEQ2' Creating LV2 plugin library for ZamComp Creating VST plugin for ZamComp gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamComp' /opt/pkg/bin/gmake -C plugins/ZamAutoSat gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamAutoSat' Compiling ZamEQ2Plugin.cpp Creating LV2 plugin library for ZamTube Creating VST plugin for ZamTube ZamEQ2Plugin.cpp: In member function 'virtual void DISTRHO::ZamEQ2Plugin::run(const float**, float**, uint32_t)': ZamEQ2Plugin.cpp:429:43: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 429 | double qq1 = pow(2.0, 1.0/q1)/(pow(2.0, q1) - 1.0); //q from octave bw | ~~~^~~~~~~~~ In file included from /usr/include/math.h:35, from /opt/tools/gcc13/include/c++/13.3.0/bits/std_abs.h:40, from /opt/tools/gcc13/include/c++/13.3.0/cstdlib:81, from ../../dpf/distrho/extra/../DistrhoUtils.hpp:24, from ../../dpf/distrho/extra/String.hpp:20, from ../../dpf/distrho/DistrhoPlugin.hpp:20, from ZamEQ2Plugin.hpp:19, from ZamEQ2Plugin.cpp:18: /usr/include/iso/math_iso.h:76:15: note: candidate 1: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ /usr/include/iso/math_iso.h:175:22: note: candidate 2: 'float std::pow(float, float)' 175 | inline float pow(float __X, float __Y) { return __powf(__X, __Y); } | ^~~ ZamEQ2Plugin.cpp:436:43: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 436 | double qq2 = pow(2.0, 1.0/q2)/(pow(2.0, q2) - 1.0); //q from octave bw | ~~~^~~~~~~~~ /usr/include/iso/math_iso.h:76:15: note: candidate 1: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ /usr/include/iso/math_iso.h:175:22: note: candidate 2: 'float std::pow(float, float)' 175 | inline float pow(float __X, float __Y) { return __powf(__X, __Y); } | ^~~ gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamTube' /opt/pkg/bin/gmake -C plugins/ZamGEQ31 gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGEQ31' Compiling ZamAutoSatPlugin.cpp Compiling DistrhoPluginMain.cpp (LV2) Creating LV2 plugin library for ZaMultiComp Compiling ZamGEQ31Plugin.cpp Creating VST plugin for ZaMultiComp gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMultiComp' /opt/pkg/bin/gmake -C plugins/ZaMultiCompX2 Compiling DistrhoPluginMain.cpp (LV2) gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMultiCompX2' ZamGEQ31Plugin.cpp: In member function 'void DISTRHO::ZamGEQ31Plugin::geq(int, float, float)': ZamGEQ31Plugin.cpp:551:25: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 551 | k[i] = (1. / pow(glinear, (1. / (2. * m[i])))) * tan(omegaB / 2.); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/math.h:35, from /opt/tools/gcc13/include/c++/13.3.0/bits/std_abs.h:40, from /opt/tools/gcc13/include/c++/13.3.0/cstdlib:81, from ../../dpf/distrho/extra/../DistrhoUtils.hpp:24, from ../../dpf/distrho/extra/String.hpp:20, from ../../dpf/distrho/DistrhoPlugin.hpp:20, from ZamGEQ31Plugin.hpp:19, from ZamGEQ31Plugin.cpp:18: /usr/include/iso/math_iso.h:76:15: note: candidate 1: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ /usr/include/iso/math_iso.h:175:22: note: candidate 2: 'float std::pow(float, float)' 175 | inline float pow(float __X, float __Y) { return __powf(__X, __Y); } | ^~~ ZamGEQ31Plugin.cpp:551:25: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 551 | k[i] = (1. / pow(glinear, (1. / (2. * m[i])))) * tan(omegaB / 2.); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/iso/math_iso.h:76:15: note: candidate 1: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ /usr/include/iso/math_iso.h:177:22: note: candidate 2: 'float std::pow(float, int)' 177 | inline float pow(float __X, int __Y) { | ^~~ ZamGEQ31Plugin.cpp:552:19: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 552 | v[i] = pow(glinear, (1. / m[i])) - 1; | ~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/iso/math_iso.h:76:15: note: candidate 1: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ /usr/include/iso/math_iso.h:175:22: note: candidate 2: 'float std::pow(float, float)' 175 | inline float pow(float __X, float __Y) { return __powf(__X, __Y); } | ^~~ ZamGEQ31Plugin.cpp:552:19: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 552 | v[i] = pow(glinear, (1. / m[i])) - 1; | ~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/iso/math_iso.h:76:15: note: candidate 1: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ /usr/include/iso/math_iso.h:177:22: note: candidate 2: 'float std::pow(float, int)' 177 | inline float pow(float __X, int __Y) { | ^~~ Compiling ZaMultiCompX2Plugin.cpp Compiling DistrhoPluginMain.cpp (LV2) Compiling DistrhoPluginMain.cpp (LV2) Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoPluginMain.cpp (VST) Compiling DistrhoPluginMain.cpp (VST) Creating LV2 plugin library for ZamEQ2 Creating VST plugin for ZamEQ2 Compiling DistrhoPluginMain.cpp (VST) gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamEQ2' Creating LV2 plugin library for ZaMultiCompX2 Creating LV2 plugin library for ZamAutoSat /opt/pkg/bin/gmake -C plugins/ZamGate gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGate' Creating VST plugin for ZamAutoSat gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamAutoSat' /opt/pkg/bin/gmake -C plugins/ZamGateX2 gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGateX2' Compiling ZamGatePlugin.cpp Compiling ZamGateX2Plugin.cpp Creating LV2 plugin library for ZamGEQ31 Creating VST plugin for ZamGEQ31 gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGEQ31' Compiling DistrhoPluginMain.cpp (LV2) Compiling DistrhoPluginMain.cpp (LV2) Compiling DistrhoPluginMain.cpp (VST) Creating VST plugin for ZaMultiCompX2 gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMultiCompX2' Compiling DistrhoPluginMain.cpp (VST) /opt/pkg/bin/gmake -C plugins/ZamHeadX2 gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamHeadX2' Compiling convolution.cpp Compiling ZamHeadX2Plugin.cpp Creating VST plugin for ZamGateX2 In file included from ../../dpf/distrho/DistrhoPlugin.hpp:22, from ZamHeadX2Plugin.hpp:19, from ZamHeadX2Plugin.cpp:18: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: #warning Plugins with programs and state need to implement full state API [-Wcpp] 134 | # warning Plugins with programs and state need to implement full state API | ^~~~~~~ Creating LV2 plugin library for ZamGateX2 gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGateX2' Compiling zita-convolver.cpp Creating VST plugin for ZamGate Creating LV2 plugin library for ZamGate gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGate' Compiling DistrhoPluginMain.cpp (VST) /opt/pkg/bin/gmake -C plugins/ZaMaximX2 gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMaximX2' In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22, from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20, from ../../dpf/distrho/src/DistrhoPlugin.cpp:17, from ../../dpf/distrho/DistrhoPluginMain.cpp:17: ../../dpf/distrho/src/../src/DistrhoPluginChecks.h:134:3: warning: #warning Plugins with programs and state need to implement full state API [-Wcpp] 134 | # warning Plugins with programs and state need to implement full state API | ^~~~~~~ Compiling ZaMaximX2Plugin.cpp Compiling DistrhoPluginMain.cpp (LV2) Compiling DistrhoPluginMain.cpp (VST) /opt/pkg/bin/gmake -C plugins/ZamDelay gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamDelay' Compiling ZamDelayPlugin.cpp convolution.cpp: In member function 'void LV2convolv::clv_clone_settings(LV2convolv*)': convolution.cpp:450:16: warning: 'void* std::memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class LV2convolv'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 450 | memcpy (clv_new, this, sizeof(LV2convolv)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from convolution.cpp:46: convolution.hpp:31:7: note: 'class LV2convolv' declared here 31 | class LV2convolv { | ^~~~~~~~~~ Compiling DistrhoPluginMain.cpp (LV2) Creating VST plugin for ZaMaximX2 Compiling DistrhoPluginMain.cpp (VST) Creating LV2 plugin library for ZaMaximX2 gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZaMaximX2' /opt/pkg/bin/gmake -C plugins/ZamDynamicEQ gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamDynamicEQ' Compiling ZamDynamicEQPlugin.cpp ZamDynamicEQPlugin.cpp: In member function 'virtual void DISTRHO::ZamDynamicEQPlugin::run(const float**, float**, uint32_t)': ZamDynamicEQPlugin.cpp:727:69: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 727 | qq2 = pow(2.0, 1.0/targetwidth)/(pow(2.0, targetwidth) - 1.0); //q from octave bw | ~~~^~~~~~~~~~~~~~~~~~ In file included from /usr/include/math.h:35, from /opt/tools/gcc13/include/c++/13.3.0/bits/std_abs.h:40, from /opt/tools/gcc13/include/c++/13.3.0/cstdlib:81, from ../../dpf/distrho/extra/../DistrhoUtils.hpp:24, from ../../dpf/distrho/extra/String.hpp:20, from ../../dpf/distrho/DistrhoPlugin.hpp:20, from ZamDynamicEQPlugin.hpp:19, from ZamDynamicEQPlugin.cpp:16: /usr/include/iso/math_iso.h:76:15: note: candidate 1: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ /usr/include/iso/math_iso.h:175:22: note: candidate 2: 'float std::pow(float, float)' 175 | inline float pow(float __X, float __Y) { return __powf(__X, __Y); } | ^~~ Compiling DistrhoPluginMain.cpp (LV2) Creating VST plugin for ZamHeadX2 gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamHeadX2' /opt/pkg/bin/gmake -C plugins/ZamPhono gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamPhono' Compiling DistrhoPluginMain.cpp (VST) Compiling ZamPhonoPlugin.cpp Creating VST plugin for ZamDelay Creating LV2 plugin library for ZamDelay gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamDelay' Compiling DistrhoPluginMain.cpp (LV2) Compiling DistrhoPluginMain.cpp (VST) /opt/pkg/bin/gmake -C plugins/ZamVerb gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamVerb' Compiling ZamVerbPlugin.cpp In file included from ../../dpf/distrho/DistrhoPlugin.hpp:22, from ZamVerbPlugin.hpp:19, from ZamVerbPlugin.cpp:16: ../../dpf/distrho/src/DistrhoPluginChecks.h:134:3: warning: #warning Plugins with programs and state need to implement full state API [-Wcpp] 134 | # warning Plugins with programs and state need to implement full state API | ^~~~~~~ Creating VST plugin for ZamDynamicEQ Creating LV2 plugin library for ZamDynamicEQ gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamDynamicEQ' /opt/pkg/bin/gmake -C plugins/ZamGrains gmake[1]: Entering directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGrains' Compiling ZamGrainsPlugin.cpp Compiling ZamVerbImpulses.cpp Compiling DistrhoPluginMain.cpp (LV2) Creating VST plugin for ZamPhono Compiling DistrhoPluginMain.cpp (VST) Creating LV2 plugin library for ZamPhono gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamPhono' Compiling convolution.cpp convolution.cpp: In member function 'void LV2convolv::clv_clone_settings(LV2convolv*)': convolution.cpp:142:16: warning: 'void* std::memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class LV2convolv'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 142 | memcpy (clv_new, this, sizeof(LV2convolv)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from convolution.cpp:46: convolution.hpp:31:7: note: 'class LV2convolv' declared here 31 | class LV2convolv { | ^~~~~~~~~~ Compiling zita-convolver.cpp Creating VST plugin for ZamGrains Compiling DistrhoPluginMain.cpp (VST) In file included from ../../dpf/distrho/src/../DistrhoPlugin.hpp:22, from ../../dpf/distrho/src/DistrhoPluginInternal.hpp:20, from ../../dpf/distrho/src/DistrhoPlugin.cpp:17, from ../../dpf/distrho/DistrhoPluginMain.cpp:17: ../../dpf/distrho/src/../src/DistrhoPluginChecks.h:134:3: warning: #warning Plugins with programs and state need to implement full state API [-Wcpp] 134 | # warning Plugins with programs and state need to implement full state API | ^~~~~~~ Creating LV2 plugin library for ZamGrains gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamGrains' Creating VST plugin for ZamVerb gmake[1]: Leaving directory '/home/pbulk/build/audio/zam-plugins/work/zam-plugins-3.14/plugins/ZamVerb' Generate ttl data for './ZaMultiCompX2_dsp.so', basename: 'ZaMultiCompX2_dsp' Writing manifest.ttl... done! Writing ZaMultiCompX2_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamGEQ31_dsp.so', basename: 'ZamGEQ31_dsp' Writing manifest.ttl... done! Writing ZamGEQ31_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamPhono_dsp.so', basename: 'ZamPhono_dsp' Writing manifest.ttl... done! Writing ZamPhono_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamDelay_dsp.so', basename: 'ZamDelay_dsp' Writing manifest.ttl... done! Writing ZamDelay_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamComp_dsp.so', basename: 'ZamComp_dsp' Writing manifest.ttl... done! Writing ZamComp_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamEQ2_dsp.so', basename: 'ZamEQ2_dsp' Writing manifest.ttl... done! Writing ZamEQ2_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamGate_dsp.so', basename: 'ZamGate_dsp' Writing manifest.ttl... done! Writing ZamGate_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamCompX2_dsp.so', basename: 'ZamCompX2_dsp' Writing manifest.ttl... done! Writing ZamCompX2_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamGrains_dsp.so', basename: 'ZamGrains_dsp' Writing manifest.ttl... done! Writing ZamGrains_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamDynamicEQ_dsp.so', basename: 'ZamDynamicEQ_dsp' Writing manifest.ttl... done! Writing ZamDynamicEQ_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamGateX2_dsp.so', basename: 'ZamGateX2_dsp' Writing manifest.ttl... done! Writing ZamGateX2_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamTube_dsp.so', basename: 'ZamTube_dsp' Writing manifest.ttl... done! Writing ZamTube_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZaMaximX2_dsp.so', basename: 'ZaMaximX2_dsp' Writing manifest.ttl... done! Writing ZaMaximX2_dsp.ttl... done! Writing presets.ttl... done! Generate ttl data for './ZamAutoSat_dsp.so', basename: 'ZamAutoSat_dsp' Writing manifest.ttl... done! Writing ZamAutoSat_dsp.ttl... done! Generate ttl data for './ZaMultiComp_dsp.so', basename: 'ZaMultiComp_dsp' Writing manifest.ttl... done! Writing ZaMultiComp_dsp.ttl... done! Writing presets.ttl... done! *** Please use pkgtools/verifypc to sanity check dependencies.