+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/steghide-0.5.1nb7/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/steghide-0.5.1nb7/work.log
=> Bootstrap dependency digest>=20211023: found digest-20211023
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for steghide-0.5.1nb7
/opt/local/bin/bmake  all-recursive
Making all in m4
Making all in intl
Making all in po
rm -f de.gmo && /home/pbulk/build/security/steghide/work/.tools/bin/msgfmt -c --statistics -o de.gmo de.po
de.po:7: warning: header field 'Language' missing in header
185 translated messages.
rm -f fr.gmo && /home/pbulk/build/security/steghide/work/.tools/bin/msgfmt -c --statistics -o fr.gmo fr.po
fr.po:8: warning: header field 'Language' missing in header
185 translated messages.
rm -f ro.gmo && /home/pbulk/build/security/steghide/work/.tools/bin/msgfmt -c --statistics -o ro.gmo ro.po
ro.po:6: warning: header field 'Language' missing in header
185 translated messages.
rm -f es.gmo && /home/pbulk/build/security/steghide/work/.tools/bin/msgfmt -c --statistics -o es.gmo es.po
es.po:6: warning: header field 'Language' missing in header
185 translated messages.
Making all in doc
Making all in src
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT Arg.o -MD -MP -MF ".deps/Arg.Tpo"  -c -o Arg.o `test -f 'Arg.cc' || echo './'`Arg.cc;  then mv ".deps/Arg.Tpo" ".deps/Arg.Po";  else rm -f ".deps/Arg.Tpo"; exit 1;  fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT Arguments.o -MD -MP -MF ".deps/Arguments.Tpo"  -c -o Arguments.o `test -f 'Arguments.cc' || echo './'`Arguments.cc;  then mv ".deps/Arguments.Tpo" ".deps/Arguments.Po";  else rm -f ".deps/Arguments.Tpo"; exit 1;  fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT AssertionFailed.o -MD -MP -MF ".deps/AssertionFailed.Tpo"  -c -o AssertionFailed.o `test -f 'AssertionFailed.cc' || echo './'`AssertionFailed.cc;  then mv ".deps/AssertionFailed.Tpo" ".deps/AssertionFailed.Po";  else rm -f ".deps/AssertionFailed.Tpo"; exit 1;  fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT AuFile.o -MD -MP -MF ".deps/AuFile.Tpo"  -c -o AuFile.o `test -f 'AuFile.cc' || echo './'`AuFile.cc;  then mv ".deps/AuFile.Tpo" ".deps/AuFile.Po";  else rm -f ".deps/AuFile.Tpo"; exit 1;  fi
In file included from /opt/local/gcc10/include/c++/10.4.0/ext/hash_set:60,
                 from wrapper_hash_set.h:32,
                 from SampleValue.h:27,
                 from AudioSampleValue.h:25,
                 from AudioData.h:26,
                 from AuData.h:25,
                 from AuFile.cc:26:
/opt/local/gcc10/include/c++/10.4.0/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]
   32 | #warning \
      |  ^~~~~~~
AuFile.cc: In member function 'virtual void AuFile::read(BinaryIO*)':
AuFile.cc:103:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=]
  103 |  catch (BinaryInputError e) {
      |                          ^
AuFile.cc: In member function 'virtual void AuFile::write()':
AuFile.cc:161:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=]
  161 |  catch (BinaryOutputError e) {
      |                           ^
In file included from AuData.h:25,
                 from AuFile.cc:26:
AudioData.h: In instantiation of 'void AudioDataImpl<Type, ValueType, SampleValueType>::read(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuPCM16; ValueType = short int; SampleValueType = AudioSampleValue<AuPCM16, short int>; UWORD32 = unsigned int]':
AudioData.h:75:6:   required from here
AudioData.h:91:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=]
   91 |  catch (BinaryInputError e) {
      |                          ^
AudioData.h: In instantiation of 'void AudioDataImpl<Type, ValueType, SampleValueType>::write(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuPCM16; ValueType = short int; SampleValueType = AudioSampleValue<AuPCM16, short int>; UWORD32 = unsigned int]':
AudioData.h:121:6:   required from here
AudioData.h:131:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=]
  131 |  catch (BinaryOutputError e) {
      |                           ^
AudioData.h: In instantiation of 'void AudioDataImpl<Type, ValueType, SampleValueType>::read(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuPCM8; ValueType = signed char; SampleValueType = AudioSampleValue<AuPCM8, signed char>; UWORD32 = unsigned int]':
AudioData.h:75:6:   required from here
AudioData.h:91:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=]
   91 |  catch (BinaryInputError e) {
      |                          ^
AudioData.h: In instantiation of 'void AudioDataImpl<Type, ValueType, SampleValueType>::write(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuPCM8; ValueType = signed char; SampleValueType = AudioSampleValue<AuPCM8, signed char>; UWORD32 = unsigned int]':
AudioData.h:121:6:   required from here
AudioData.h:131:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=]
  131 |  catch (BinaryOutputError e) {
      |                           ^
AudioData.h: In instantiation of 'void AudioDataImpl<Type, ValueType, SampleValueType>::read(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuMuLaw; ValueType = unsigned char; SampleValueType = AudioSampleValue<AuMuLaw, unsigned char>; UWORD32 = unsigned int]':
AudioData.h:75:6:   required from here
AudioData.h:91:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=]
   91 |  catch (BinaryInputError e) {
      |                          ^
AudioData.h: In instantiation of 'void AudioDataImpl<Type, ValueType, SampleValueType>::write(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuMuLaw; ValueType = unsigned char; SampleValueType = AudioSampleValue<AuMuLaw, unsigned char>; UWORD32 = unsigned int]':
AudioData.h:121:6:   required from here
AudioData.h:131:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=]
  131 |  catch (BinaryOutputError e) {
      |                           ^
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT AuSampleValues.o -MD -MP -MF ".deps/AuSampleValues.Tpo"  -c -o AuSampleValues.o `test -f 'AuSampleValues.cc' || echo './'`AuSampleValues.cc;  then mv ".deps/AuSampleValues.Tpo" ".deps/AuSampleValues.Po";  else rm -f ".deps/AuSampleValues.Tpo"; exit 1;  fi
In file included from /opt/local/gcc10/include/c++/10.4.0/ext/hash_set:60,
                 from wrapper_hash_set.h:32,
                 from SampleValue.h:27,
                 from AudioSampleValue.h:25,
                 from AuSampleValues.h:24,
                 from AuSampleValues.cc:21:
/opt/local/gcc10/include/c++/10.4.0/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]
   32 | #warning \
      |  ^~~~~~~
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT DFSAPHeuristic.o -MD -MP -MF ".deps/DFSAPHeuristic.Tpo"  -c -o DFSAPHeuristic.o `test -f 'DFSAPHeuristic.cc' || echo './'`DFSAPHeuristic.cc;  then mv ".deps/DFSAPHeuristic.Tpo" ".deps/DFSAPHeuristic.Po";  else rm -f ".deps/DFSAPHeuristic.Tpo"; exit 1;  fi
In file included from /opt/local/gcc10/include/c++/10.4.0/ext/hash_set:60,
                 from wrapper_hash_set.h:32,
                 from SampleValue.h:27,
                 from Edge.h:24,
                 from EdgeIterator.h:26,
                 from DFSAPHeuristic.h:24,
                 from DFSAPHeuristic.cc:21:
/opt/local/gcc10/include/c++/10.4.0/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]
   32 | #warning \
      |  ^~~~~~~
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT BFSAPHeuristic.o -MD -MP -MF ".deps/BFSAPHeuristic.Tpo"  -c -o BFSAPHeuristic.o `test -f 'BFSAPHeuristic.cc' || echo './'`BFSAPHeuristic.cc;  then mv ".deps/BFSAPHeuristic.Tpo" ".deps/BFSAPHeuristic.Po";  else rm -f ".deps/BFSAPHeuristic.Tpo"; exit 1;  fi
In file included from /opt/local/gcc10/include/c++/10.4.0/ext/hash_set:60,
                 from wrapper_hash_set.h:32,
                 from SampleValue.h:27,
                 from Edge.h:24,
                 from EdgeIterator.h:26,
                 from BFSAPHeuristic.h:24,
                 from BFSAPHeuristic.cc:21:
/opt/local/gcc10/include/c++/10.4.0/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]
   32 | #warning \
      |  ^~~~~~~
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT BinaryIO.o -MD -MP -MF ".deps/BinaryIO.Tpo"  -c -o BinaryIO.o `test -f 'BinaryIO.cc' || echo './'`BinaryIO.cc;  then mv ".deps/BinaryIO.Tpo" ".deps/BinaryIO.Po";  else rm -f ".deps/BinaryIO.Tpo"; exit 1;  fi
BinaryIO.cc: In member function 'void BinaryIO::open(const string&, BinaryIO::MODE)':
BinaryIO.cc:99:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   99 |     cmode = "rb" ;
      |             ^~~~
BinaryIO.cc:104:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  104 |     cmode = "wb" ;
      |             ^~~~
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT BitString.o -MD -MP -MF ".deps/BitString.Tpo"  -c -o BitString.o `test -f 'BitString.cc' || echo './'`BitString.cc;  then mv ".deps/BitString.Tpo" ".deps/BitString.Po";  else rm -f ".deps/BitString.Tpo"; exit 1;  fi
BitString.cc: In member function 'BitString& BitString::truncate(long unsigned int, long unsigned int)':
BitString.cc:223:16: warning: variable 'newsize_y' set but not used [-Wunused-but-set-variable]
  223 |  unsigned long newsize_y = 0 ;
      |                ^~~~~~~~~
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -DLOCALEDIR=\"/opt/local/lib/locale\" -I/opt/local/include -I/usr/include  -O2 -Wall -MT BmpFile.o -MD -MP -MF ".deps/BmpFile.Tpo"  -c -o BmpFile.o `test -f 'BmpFile.cc' || echo './'`BmpFile.cc;  then mv ".deps/BmpFile.Tpo" ".deps/BmpFile.Po";  else rm -f ".deps/BmpFile.Tpo"; exit 1;  fi
In file included from /opt/local/gcc10/include/c++/10.4.0/ext/hash_set:60,
                 from wrapper_hash_set.h:32,
                 from SampleValue.h:27,
                 from Edge.h:24,
                 from EdgeIterator.h:26,
                 from BFSAPHeuristic.h:24,
                 from BmpFile.cc:25:
/opt/local/gcc10/include/c++/10.4.0/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]
   32 | #warning \
      |  ^~~~~~~
BmpFile.cc: In member function 'virtual std::vector<SampleValueAdjacencyList*> BmpFile::calcSVAdjacencyLists(const std::vector<SampleValue*>&) const':
BmpFile.cc:195:51: error: call of overloaded 'sqrt(UWORD32&)' is ambiguous
  195 |   unsigned short r_eucl = (unsigned short) sqrt (r) ; // the euclidean radius (not squared) - rounded to next lower natural number
      |                                                   ^
In file included from /usr/include/math.h:35,
                 from /opt/local/gcc10/include/c++/10.4.0/bits/std_abs.h:40,
                 from /opt/local/gcc10/include/c++/10.4.0/cstdlib:77,
                 from BmpFile.cc:22:
/usr/include/iso/math_iso.h:232:21: note: candidate: 'long double std::sqrt(long double)'
  232 |  inline long double sqrt(long double __X) { return __sqrtl(__X); }
      |                     ^~~~
/usr/include/iso/math_iso.h:183:15: note: candidate: 'float std::sqrt(float)'
  183 |  inline float sqrt(float __X) { return __sqrtf(__X); }
      |               ^~~~
/usr/include/iso/math_iso.h:77:15: note: candidate: 'double std::sqrt(double)'
   77 | extern double sqrt(double);
      |               ^~~~
BmpFile.cc:202:64: error: call of overloaded 'sqrt(short int&)' is ambiguous
  202 |      hemisphere[dr + r_eucl][dg + r_eucl] = (short) sqrt (db_sq) ;
      |                                                                ^
In file included from /usr/include/math.h:35,
                 from /opt/local/gcc10/include/c++/10.4.0/bits/std_abs.h:40,
                 from /opt/local/gcc10/include/c++/10.4.0/cstdlib:77,
                 from BmpFile.cc:22:
/usr/include/iso/math_iso.h:232:21: note: candidate: 'long double std::sqrt(long double)'
  232 |  inline long double sqrt(long double __X) { return __sqrtl(__X); }
      |                     ^~~~
/usr/include/iso/math_iso.h:183:15: note: candidate: 'float std::sqrt(float)'
  183 |  inline float sqrt(float __X) { return __sqrtf(__X); }
      |               ^~~~
/usr/include/iso/math_iso.h:77:15: note: candidate: 'double std::sqrt(double)'
   77 | extern double sqrt(double);
      |               ^~~~
BmpFile.cc: In member function 'void BmpFile::readheaders()':
BmpFile.cc:436:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=]
  436 |  catch (BinaryInputError e) {
      |                          ^
BmpFile.cc: In member function 'void BmpFile::writeheaders()':
BmpFile.cc:666:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=]
  666 |  catch (BinaryOutputError e) {
      |                           ^
BmpFile.cc: In member function 'void BmpFile::readdata()':
BmpFile.cc:787:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=]
  787 |  catch (BinaryInputError e) {
      |                          ^
BmpFile.cc: In member function 'void BmpFile::writedata()':
BmpFile.cc:837:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=]
  837 |  catch (BinaryOutputError e) {
      |                           ^
*** [BmpFile.o] Error code 1

bmake[2]: stopped in /home/pbulk/build/security/steghide/work/steghide-0.5.1/src
1 error

bmake[2]: stopped in /home/pbulk/build/security/steghide/work/steghide-0.5.1/src
*** [all-recursive] Error code 1

bmake[1]: stopped in /home/pbulk/build/security/steghide/work/steghide-0.5.1
1 error

bmake[1]: stopped in /home/pbulk/build/security/steghide/work/steghide-0.5.1
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/security/steghide/work/steghide-0.5.1
1 error

bmake: stopped in /home/pbulk/build/security/steghide/work/steghide-0.5.1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/security/steghide
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/security/steghide