+ 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/xanalyser-1.32/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xanalyser-1.32/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for xanalyser-1.32 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- Analyser.o --- --- pcm.o --- --- pcm-cdr.o --- --- pcm-wav.o --- --- pcm-oss.o --- --- Sample.o --- --- Scope.o --- --- control.o --- --- Analyser.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT Analyser.o -MD -MP -MF ".deps/Analyser.Tpo" -c -o Analyser.o Analyser.cc; then mv -f ".deps/Analyser.Tpo" ".deps/Analyser.Po"; else rm -f ".deps/Analyser.Tpo"; exit 1; fi --- pcm.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT pcm.o -MD -MP -MF ".deps/pcm.Tpo" -c -o pcm.o pcm.cc; then mv -f ".deps/pcm.Tpo" ".deps/pcm.Po"; else rm -f ".deps/pcm.Tpo"; exit 1; fi --- pcm-oss.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT pcm-oss.o -MD -MP -MF ".deps/pcm-oss.Tpo" -c -o pcm-oss.o pcm-oss.cc; then mv -f ".deps/pcm-oss.Tpo" ".deps/pcm-oss.Po"; else rm -f ".deps/pcm-oss.Tpo"; exit 1; fi --- Sample.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT Sample.o -MD -MP -MF ".deps/Sample.Tpo" -c -o Sample.o Sample.cc; then mv -f ".deps/Sample.Tpo" ".deps/Sample.Po"; else rm -f ".deps/Sample.Tpo"; exit 1; fi --- pcm-cdr.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT pcm-cdr.o -MD -MP -MF ".deps/pcm-cdr.Tpo" -c -o pcm-cdr.o pcm-cdr.cc; then mv -f ".deps/pcm-cdr.Tpo" ".deps/pcm-cdr.Po"; else rm -f ".deps/pcm-cdr.Tpo"; exit 1; fi --- pcm-wav.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT pcm-wav.o -MD -MP -MF ".deps/pcm-wav.Tpo" -c -o pcm-wav.o pcm-wav.cc; then mv -f ".deps/pcm-wav.Tpo" ".deps/pcm-wav.Po"; else rm -f ".deps/pcm-wav.Tpo"; exit 1; fi --- Scope.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT Scope.o -MD -MP -MF ".deps/Scope.Tpo" -c -o Scope.o Scope.cc; then mv -f ".deps/Scope.Tpo" ".deps/Scope.Po"; else rm -f ".deps/Scope.Tpo"; exit 1; fi --- control.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT control.o -MD -MP -MF ".deps/control.Tpo" -c -o control.o control.cc; then mv -f ".deps/control.Tpo" ".deps/control.Po"; else rm -f ".deps/control.Tpo"; exit 1; fi control.cc: In function 'void startstop()': control.cc:123:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 123 | if (!sample.isopen ()) | ^ control.cc: In function 'void control_create()': control.cc:297:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 297 | control_w = XmCreateForm (toplevel, "Control", args, n); | ^~~~~~~~~ control.cc:307:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 307 | frame1_w = XmCreateFrame (control_w, "Frame1", args, n); | ^~~~~~~~ control.cc:313:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 313 | form1_w = XmCreateForm (frame1_w, "Form1", args, n); | ^~~~~~~ control.cc:322:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 322 | label11_w = XmCreateLabel (form1_w, "Source", args, n); | ^~~~~~~~ control.cc:331:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 331 | box1_w = XmCreateRadioBox (form1_w, "RadioBox1", args, n); | ^~~~~~~~~~~ control.cc:339:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 339 | card_w = XmCreateToggleButton (box1_w, "Soundcard", args, n); | ^~~~~~~~~~~ control.cc:350:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 350 | disk_w = XmCreateToggleButton (box1_w, "Diskfile", args, n); | ^~~~~~~~~~ control.cc:364:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 364 | frame2_w = XmCreateFrame (control_w, "Frame2", args, n); | ^~~~~~~~ control.cc:370:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 370 | form2_w = XmCreateForm (frame2_w, "Form2", args, n); | ^~~~~~~ control.cc:379:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 379 | label21_w = XmCreateLabel (form2_w, "Freq. Analyser", args, n); | ^~~~~~~~~~~~~~~~ control.cc:388:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 388 | analyseron_w = XmCreateToggleButton (form2_w, "Run", args, n); | ^~~~~ control.cc:400:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 400 | alpha_w = XmCreateScale (form2_w, "Alpha", args, n); | ^~~~~~~ control.cc:413:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 413 | decay_w = XmCreateScale (form2_w, "Decay", args, n); | ^~~~~~~ control.cc:425:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 425 | search_w = XmCreateToggleButton (form2_w, "Peak Search", args, n); | ^~~~~~~~~~~~~ control.cc:439:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 439 | frame3_w = XmCreateFrame (control_w, "Frame3", args, n); | ^~~~~~~~ control.cc:445:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 445 | form3_w = XmCreateForm (frame3_w, "Form3", args, n); | ^~~~~~~ control.cc:454:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 454 | label31_w = XmCreateLabel (form3_w, "XY Scope", args, n); | ^~~~~~~~~~ control.cc:463:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 463 | scopeon_w = XmCreateToggleButton (form3_w, "Run", args, n); | ^~~~~ control.cc:474:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 474 | zoom_w = XmCreateScale (form3_w, "Zoom", args, n); | ^~~~~~ control.cc:490:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 490 | frame5_w = XmCreateFrame (control_w, "Frame5", args, n); | ^~~~~~~~ control.cc:496:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 496 | form5_w = XmCreateForm (frame5_w, "Form5", args, n); | ^~~~~~~ control.cc:505:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 505 | label51_w = XmCreateLabel (form5_w, "Help", args, n); | ^~~~~~ control.cc:516:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 516 | help_w = XmCreatePushButton (form5_w, "Help", args, n); | ^~~~~~ control.cc:531:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 531 | frame6_w = XmCreateFrame (control_w, "Frame6", args, n); | ^~~~~~~~ control.cc:537:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 537 | form6_w = XmCreateForm (frame6_w, "Form6", args, n); | ^~~~~~~ control.cc:547:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 547 | quit_w = XmCreatePushButton (form6_w, "Quit", args, n); | ^~~~~~ control.cc: In function 'void analyser_callback(Widget, XtPointer, XtPointer)': control.cc:570:29: warning: narrowing conversion of 'e->XExposeEvent::x' from 'int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 570 | XRectangle rect = { e->x, e->y, e->width, e->height }; | ~~~^ control.cc:570:35: warning: narrowing conversion of 'e->XExposeEvent::y' from 'int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 570 | XRectangle rect = { e->x, e->y, e->width, e->height }; | ~~~^ control.cc:570:41: warning: narrowing conversion of 'e->XExposeEvent::width' from 'int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 570 | XRectangle rect = { e->x, e->y, e->width, e->height }; | ~~~^~~~~ control.cc:570:51: warning: narrowing conversion of 'e->XExposeEvent::height' from 'int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 570 | XRectangle rect = { e->x, e->y, e->width, e->height }; | ~~~^~~~~~ control.cc:589:27: warning: narrowing conversion of 'e->XButtonEvent::x' from 'int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 589 | XPoint point = { e->x, e->y }; | ~~~^ control.cc:589:33: warning: narrowing conversion of 'e->XButtonEvent::y' from 'int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 589 | XPoint point = { e->x, e->y }; | ~~~^ control.cc: In function 'void analyser_create()': control.cc:633:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 633 | analyser_w = XmCreateFormDialog (toplevel, "Analyser", args, n); | ^~~~~~~~~~ control.cc:654:62: warning: deprecated conversion from string constant to 'String' {aka 'char*'} [-Wwrite-strings] 654 | analyser_drawing_w[0] = XmCreateDrawingArea (analyser_w, "Display0", args, n); | ^~~~~~~~~~ control.cc:673:59: warning: deprecated conversion from string constant to 'String' {aka 'char*'} [-Wwrite-strings] 673 | analyser_drawing_w[1] = XmCreateDrawingArea (analyser_w, "Display1", args, n); | ^~~~~~~~~~ control.cc: In function 'void scope_callback(Widget, XtPointer, XtPointer)': control.cc:713:29: warning: narrowing conversion of 'e->XExposeEvent::x' from 'int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 713 | XRectangle rect = { e->x, e->y, e->width, e->height }; | ~~~^ control.cc:713:35: warning: narrowing conversion of 'e->XExposeEvent::y' from 'int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 713 | XRectangle rect = { e->x, e->y, e->width, e->height }; | ~~~^ control.cc:713:41: warning: narrowing conversion of 'e->XExposeEvent::width' from 'int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 713 | XRectangle rect = { e->x, e->y, e->width, e->height }; | ~~~^~~~~ control.cc:713:51: warning: narrowing conversion of 'e->XExposeEvent::height' from 'int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 713 | XRectangle rect = { e->x, e->y, e->width, e->height }; | ~~~^~~~~~ control.cc: In function 'void scope_create()': control.cc:757:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 757 | scope_w = XmCreateFormDialog (toplevel, "Scope", args, n); | ^~~~~~~ control.cc:772:53: warning: deprecated conversion from string constant to 'String' {aka 'char*'} [-Wwrite-strings] 772 | scope_drawing_w = XmCreateDrawingArea (scope_w, "Drawing", args, n); | ^~~~~~~~~ --- Analyser.o --- Analyser.cc: In member function 'void Analyser::resize(bool)': Analyser.cc:149:28: warning: narrowing conversion of '((Analyser*)this)->Analyser::width' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 149 | XRectangle rect = { 0, 0, width, height }; | ^~~~~ Analyser.cc:149:35: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 149 | XRectangle rect = { 0, 0, width, height }; | ^~~~~~ Analyser.cc: In member function 'void Analyser::clear(bool)': Analyser.cc:172:28: warning: narrowing conversion of '((Analyser*)this)->Analyser::width' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 172 | XRectangle rect = { 0, 0, width, height }; | ^~~~~ Analyser.cc:172:35: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 172 | XRectangle rect = { 0, 0, width, height }; | ^~~~~~ --- Scope.o --- Scope.cc: In member function 'void Scope::resize(bool)': Scope.cc:135:28: warning: narrowing conversion of '((Scope*)this)->Scope::width' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 135 | XRectangle rect = { 0, 0, width, height }; | ^~~~~ Scope.cc:135:35: warning: narrowing conversion of '((Scope*)this)->Scope::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 135 | XRectangle rect = { 0, 0, width, height }; | ^~~~~~ --- Analyser.o --- Analyser.cc: In member function 'void Analyser::drawpeakmarker()': Analyser.cc:206:30: warning: narrowing conversion of '((Analyser*)this)->Analyser::marker[m]' from 'short unsigned int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 206 | XRectangle rect = { marker[m], 0, 1, height }; | ~~~~~~~~^ Analyser.cc:206:39: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 206 | XRectangle rect = { marker[m], 0, 1, height }; | ^~~~~~ --- Scope.o --- Scope.cc: In member function 'void Scope::clear(bool)': Scope.cc:196:28: warning: narrowing conversion of '((Scope*)this)->Scope::width' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 196 | XRectangle rect = { 0, 0, width, height }; | ^~~~~ Scope.cc:196:35: warning: narrowing conversion of '((Scope*)this)->Scope::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 196 | XRectangle rect = { 0, 0, width, height }; | ^~~~~~ Scope.cc: In member function 'bool Scope::shot(const int32_t*, bool)': Scope.cc:313:28: warning: narrowing conversion of '((Scope*)this)->Scope::width' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 313 | XRectangle rect = { 0, 0, width, height }; | ^~~~~ Scope.cc:313:35: warning: narrowing conversion of '((Scope*)this)->Scope::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 313 | XRectangle rect = { 0, 0, width, height }; | ^~~~~~ --- Analyser.o --- Analyser.cc: In member function 'bool Analyser::shot(const int32_t*, int, bool)': Analyser.cc:430:28: warning: narrowing conversion of '((Analyser*)this)->Analyser::width' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 430 | XRectangle rect = { 0, 0, width, height }; | ^~~~~ Analyser.cc:430:35: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 430 | XRectangle rect = { 0, 0, width, height }; | ^~~~~~ --- pcm-cdr.o --- pcm-cdr.cc:30:4: error: #error "undefined endianness" 30 | # error "undefined endianness" | ^~~~~ --- Analyser.o --- Analyser.cc: In member function 'void Analyser::set_search(bool)': Analyser.cc:611:34: warning: narrowing conversion of '((Analyser*)this)->Analyser::marker[m]' from 'short unsigned int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 611 | XRectangle rect = { marker[m], 0, 1, height }; | ~~~~~~~~^ Analyser.cc:611:43: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 611 | XRectangle rect = { marker[m], 0, 1, height }; | ^~~~~~ Analyser.cc:621:34: warning: narrowing conversion of '((Analyser*)this)->Analyser::marker[m]' from 'short unsigned int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 621 | XRectangle rect = { marker[m], 0, 1, height }; | ~~~~~~~~^ Analyser.cc:621:43: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 621 | XRectangle rect = { marker[m], 0, 1, height }; | ^~~~~~ Analyser.cc: In member function 'void Analyser::set_marker(short int)': Analyser.cc:650:36: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 650 | XRectangle rect = { old, 0, 1, height }; | ^~~~~~ Analyser.cc:665:30: warning: narrowing conversion of '((Analyser*)this)->Analyser::marker[m]' from 'short unsigned int' to 'short int' is ill-formed in C++11 [-Wnarrowing] 665 | XRectangle rect = { marker[m], 0, 1, height }; | ~~~~~~~~^ Analyser.cc:665:39: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing] 665 | XRectangle rect = { marker[m], 0, 1, height }; | ^~~~~~ --- pcm.o --- pcm.cc:38:4: error: #error "undefined endianness" 38 | # error "undefined endianness" | ^~~~~ --- pcm-wav.o --- pcm-wav.cc:30:4: error: #error "undefined endianness" 30 | # error "undefined endianness" | ^~~~~ --- fft.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT fft.o -MD -MP -MF ".deps/fft.Tpo" -c -o fft.o fft.cc; then mv -f ".deps/fft.Tpo" ".deps/fft.Po"; else rm -f ".deps/fft.Tpo"; exit 1; fi --- utils.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.cc; then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi --- pcm.o --- *** [pcm.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32/src --- pcm-cdr.o --- *** [pcm-cdr.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32/src --- pcm-wav.o --- *** [pcm-wav.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32/src 3 errors bmake[2]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32 1 error bmake[1]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32 1 error bmake: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/audio/xanalyser *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/audio/xanalyser