+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/spiralloops-2.0.0nb14/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/spiralloops-2.0.0nb14/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for spiralloops-2.0.0nb14
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o Loop.o Loop.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralSound/Sample.o SpiralSound/Sample.C
In file included from /usr/include/c++/8/backward/strstream:50,
                 from SpiralLoops.h:28,
                 from Loop.h:28,
                 from Loop.C:19:
/usr/include/c++/8/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
 #warning \
  ^~~~~~~
In file included from Loop.h:27,
                 from Loop.C:19:
GUI/LoopGUI.h:51:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(char *name="");
                                    ^~
In file included from SpiralLoops.h:33,
                 from Loop.h:28,
                 from Loop.C:19:
GUI/OutputGUI.h:37:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                            ^~
In file included from SpiralLoops.h:35,
                 from Loop.h:28,
                 from Loop.C:19:
GUI/ScopeGUI.h:52:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                            ^~
In file included from Loop.h:28,
                 from Loop.C:19:
SpiralLoops.h:122:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                    ^~
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralLoopsInfo.o SpiralLoopsInfo.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralLoops.o SpiralLoops.C
In file included from /usr/include/c++/8/backward/strstream:50,
                 from SpiralLoops.h:28,
                 from SpiralLoops.C:19:
/usr/include/c++/8/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
 #warning \
  ^~~~~~~
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralSound/SpiralInfo.o SpiralSound/SpiralInfo.C
In file included from SpiralLoops.h:33,
                 from SpiralLoops.C:19:
GUI/OutputGUI.h:37:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                            ^~
In file included from SpiralLoops.h:34,
                 from SpiralLoops.C:19:
GUI/LoopGUI.h:51:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(char *name="");
                                    ^~
In file included from SpiralLoops.h:35,
                 from SpiralLoops.C:19:
GUI/ScopeGUI.h:52:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                            ^~
In file included from SpiralLoops.C:19:
SpiralLoops.h:122:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                    ^~
SpiralLoops.h: In constructor 'Loops::Loops()':
SpiralLoops.h:97:13: warning: 'Loops::m_PluginWindow' will be initialized after [-Wreorder]
  Fl_Window *m_PluginWindow;
             ^~~~~~~~~~~~~~
SpiralLoops.h:93:11: warning:   'Sample* Loops::m_PluginBuffer' [-Wreorder]
  Sample  *m_PluginBuffer;
           ^~~~~~~~~~~~~~
SpiralLoops.C:46:1: warning:   when initialized here [-Wreorder]
 Loops::Loops():
 ^~~~~
SpiralLoops.C: In member function 'Fl_Window* Loops::CreateWindow()':
SpiralLoops.C:87:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  CreateGUI(5, 5, "Main");
                        ^
SpiralLoops.C:88:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  m_DelayGUI.CreateGUI(210,5,"Delay");
                                    ^
SpiralLoops.C:89:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  m_ReverbGUI.CreateGUI(210,70,"Reverb");
                                       ^
SpiralLoops.C:90:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  m_Scope.CreateGUI(515,13,"Scope");
                                  ^
SpiralLoops.C:91:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  m_OutGUI.CreateGUI(745,13,"Output");
                                    ^
SpiralLoops.C: In member function 'void Loops::cb_LoadPlugin_i(Fl_Button*, void*)':
SpiralLoops.C:432:16: warning: comparison with string literal results in unspecified behavior [-Waddress]
  if (fn && fn!="")
                ^~
SpiralLoops.C: In member function 'void Loops::cb_Load_i(Fl_Button*, void*)':
SpiralLoops.C:471:16: warning: comparison between pointer and zero character constant [-Wpointer-compare]
  if (fn && fn!='\0')
                ^~~~
SpiralLoops.C:471:16: note: did you mean to dereference the pointer?
SpiralLoops.C: In member function 'void Loops::cb_Save_i(Fl_Button*, void*)':
SpiralLoops.C:508:16: warning: comparison between pointer and zero character constant [-Wpointer-compare]
  if (fn && fn!='\0')
                ^~~~
SpiralLoops.C:508:16: note: did you mean to dereference the pointer?
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralSound/ModBase.o SpiralSound/ModBase.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralSound/iir_filter.o SpiralSound/iir_filter.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralSound/Filter.o SpiralSound/Filter.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralSound/Delay.o SpiralSound/Delay.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralSound/Output.o SpiralSound/Output.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralSound/RiffWav.o SpiralSound/RiffWav.C
SpiralSound/Output.C: In member function 'void Output::Play()':
SpiralSound/Output.C:101:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(m_Dspfd,m_Buffer.GetBuffer(),sizeof(short)*SpiralInfo::BUFSIZE*m_Channels);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o SpiralSound/Reverb.o SpiralSound/Reverb.C
SpiralSound/RiffWav.C: In member function 'int WavFile::Open(std::__cxx11::string, WavFile::Mode, WavFile::Channels)':
SpiralSound/RiffWav.C:142:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(Check,4,1,m_Stream);
   ~~~~~^~~~~~~~~~~~~~~~~~~~
SpiralSound/RiffWav.C:150:9: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    fread(&temp,1,1,m_Stream);
    ~~~~~^~~~~~~~~~~~~~~~~~~~
SpiralSound/RiffWav.C:159:9: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    fread(&m_TotalLength,4,1,m_Stream);
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/GUIBase.o GUI/GUIBase.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/ScopeGUI.o GUI/ScopeGUI.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/DelayGUI.o GUI/DelayGUI.C
In file included from GUI/ScopeGUI.C:21:
GUI/ScopeGUI.h:52:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                            ^~
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/LoopGUI.o GUI/LoopGUI.C
In file included from /usr/include/c++/8/backward/strstream:50,
                 from GUI/../SpiralLoops.h:28,
                 from GUI/../Loop.h:28,
                 from GUI/LoopGUI.C:23:
/usr/include/c++/8/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
 #warning \
  ^~~~~~~
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/OutputGUI.o GUI/OutputGUI.C
In file included from GUI/LoopGUI.C:22:
GUI/LoopGUI.h:51:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(char *name="");
                                    ^~
In file included from GUI/../SpiralLoops.h:33,
                 from GUI/../Loop.h:28,
                 from GUI/LoopGUI.C:23:
GUI/../GUI/OutputGUI.h:37:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                            ^~
In file included from GUI/../SpiralLoops.h:35,
                 from GUI/../Loop.h:28,
                 from GUI/LoopGUI.C:23:
GUI/../GUI/ScopeGUI.h:52:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                            ^~
In file included from GUI/../Loop.h:28,
                 from GUI/LoopGUI.C:23:
GUI/../SpiralLoops.h:122:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                    ^~
GUI/LoopGUI.C: In member function 'virtual void LoopGUI::CreateGUI(char*)':
GUI/LoopGUI.C:216:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    DelayWin->CreateGUI(0,300,"Delay");
                                     ^
GUI/LoopGUI.C:219:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    ReverbWin->CreateGUI(0,365,"Reverb");
                                       ^
In file included from GUI/OutputGUI.C:19:
GUI/OutputGUI.h:37:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  virtual void CreateGUI(int xoff=0, int yoff=0, char *name="");
                                                            ^~
GUI/LoopGUI.C: In member function 'void LoopGUI::cb_Load_i(Fl_Button*, void*)':
GUI/LoopGUI.C:390:16: warning: comparison with string literal results in unspecified behavior [-Waddress]
  if (fn && fn!="")
                ^~
GUI/LoopGUI.C: In member function 'void LoopGUI::cb_Save_i(Fl_Button*, void*)':
GUI/LoopGUI.C:478:16: warning: comparison with string literal results in unspecified behavior [-Waddress]
  if (fn && fn!="")
                ^~
GUI/OutputGUI.C: In member function 'void OutputGUI::cb_Record_i(Fl_Button*, void*)':
GUI/OutputGUI.C:77:17: warning: comparison with string literal results in unspecified behavior [-Waddress]
   if (fn && fn!="")
                 ^~
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/ReverbGUI.o GUI/ReverbGUI.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/Widgets/Fl_Knob.o GUI/Widgets/Fl_Knob.cxx
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/Widgets/Fl_Loop.o GUI/Widgets/Fl_Loop.C
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/Widgets/Fl_LED_Button.o GUI/Widgets/Fl_LED_Button.cxx
g++ -c -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -DDEVOSSAUDIO="\"/dev/dsp\"" -DFLTK_1_0_COMPAT -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused   -o GUI/Widgets/Fl_Trigger.o GUI/Widgets/Fl_Trigger.C
g++ -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64  -o SpiralLoops Loop.o SpiralSound/Sample.o SpiralLoopsInfo.o SpiralLoops.o SpiralSound/SpiralInfo.o SpiralSound/ModBase.o SpiralSound/iir_filter.o SpiralSound/Filter.o SpiralSound/Delay.o SpiralSound/Output.o SpiralSound/RiffWav.o SpiralSound/Reverb.o GUI/GUIBase.o GUI/ScopeGUI.o GUI/DelayGUI.o GUI/LoopGUI.o GUI/OutputGUI.o GUI/ReverbGUI.o GUI/Widgets/Fl_Knob.o GUI/Widgets/Fl_Loop.o GUI/Widgets/Fl_LED_Button.o GUI/Widgets/Fl_Trigger.o  -lfltk -lGL -lXext -lX11 -lm 
/bin/ld: SpiralLoops.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
//usr/lib64/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:125: SpiralLoops] Error 1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/audio/spiralloops
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/audio/spiralloops