+ 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/steghide-0.5.1nb7/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/steghide-0.5.1nb7/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for steghide-0.5.1nb7 /opt/pkg/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/pkg/lib/locale\" -I/opt/pkg/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/pkg/lib/locale\" -I/opt/pkg/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/pkg/lib/locale\" -I/opt/pkg/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/pkg/lib/locale\" -I/opt/pkg/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/tools/gcc10/include/c++/10.3.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/tools/gcc10/include/c++/10.3.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::read(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuPCM16; ValueType = short int; SampleValueType = AudioSampleValue; 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::write(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuPCM16; ValueType = short int; SampleValueType = AudioSampleValue; 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::read(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuPCM8; ValueType = signed char; SampleValueType = AudioSampleValue; 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::write(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuPCM8; ValueType = signed char; SampleValueType = AudioSampleValue; 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::read(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuMuLaw; ValueType = unsigned char; SampleValueType = AudioSampleValue; 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::write(BinaryIO*, UWORD32) [with AUDIOSAMPLETYPE Type = AuMuLaw; ValueType = unsigned char; SampleValueType = AudioSampleValue; 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/pkg/lib/locale\" -I/opt/pkg/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/tools/gcc10/include/c++/10.3.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/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/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/tools/gcc10/include/c++/10.3.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/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/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/tools/gcc10/include/c++/10.3.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/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/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/pkg/lib/locale\" -I/opt/pkg/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/pkg/lib/locale\" -I/opt/pkg/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/tools/gcc10/include/c++/10.3.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/tools/gcc10/include/c++/10.3.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 'void BmpFile::readheaders()': BmpFile.cc:438:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=] 438 | catch (BinaryInputError e) { | ^ BmpFile.cc: In member function 'void BmpFile::writeheaders()': BmpFile.cc:668:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=] 668 | catch (BinaryOutputError e) { | ^ BmpFile.cc: In member function 'void BmpFile::readdata()': BmpFile.cc:789:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=] 789 | catch (BinaryInputError e) { | ^ BmpFile.cc: In member function 'void BmpFile::writedata()': BmpFile.cc:839:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=] 839 | catch (BinaryOutputError e) { | ^ if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT BmpPaletteSampleValue.o -MD -MP -MF ".deps/BmpPaletteSampleValue.Tpo" -c -o BmpPaletteSampleValue.o `test -f 'BmpPaletteSampleValue.cc' || echo './'`BmpPaletteSampleValue.cc; then mv ".deps/BmpPaletteSampleValue.Tpo" ".deps/BmpPaletteSampleValue.Po"; else rm -f ".deps/BmpPaletteSampleValue.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from BmpSampleValue.h:24, from BmpPaletteSampleValue.h:24, from BmpPaletteSampleValue.cc:22: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT BmpRGBSampleValue.o -MD -MP -MF ".deps/BmpRGBSampleValue.Tpo" -c -o BmpRGBSampleValue.o `test -f 'BmpRGBSampleValue.cc' || echo './'`BmpRGBSampleValue.cc; then mv ".deps/BmpRGBSampleValue.Tpo" ".deps/BmpRGBSampleValue.Po"; else rm -f ".deps/BmpRGBSampleValue.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from BmpSampleValue.h:24, from BmpRGBSampleValue.h:24, from BmpRGBSampleValue.cc:21: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT BmpSampleValue.o -MD -MP -MF ".deps/BmpSampleValue.Tpo" -c -o BmpSampleValue.o `test -f 'BmpSampleValue.cc' || echo './'`BmpSampleValue.cc; then mv ".deps/BmpSampleValue.Tpo" ".deps/BmpSampleValue.Po"; else rm -f ".deps/BmpSampleValue.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from BmpSampleValue.h:24, from BmpSampleValue.cc:21: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT WKSConstructionHeuristic.o -MD -MP -MF ".deps/WKSConstructionHeuristic.Tpo" -c -o WKSConstructionHeuristic.o `test -f 'WKSConstructionHeuristic.cc' || echo './'`WKSConstructionHeuristic.cc; then mv ".deps/WKSConstructionHeuristic.Tpo" ".deps/WKSConstructionHeuristic.Po"; else rm -f ".deps/WKSConstructionHeuristic.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Edge.h:24, from WKSConstructionHeuristic.cc:22: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT DMDConstructionHeuristic.o -MD -MP -MF ".deps/DMDConstructionHeuristic.Tpo" -c -o DMDConstructionHeuristic.o `test -f 'DMDConstructionHeuristic.cc' || echo './'`DMDConstructionHeuristic.cc; then mv ".deps/DMDConstructionHeuristic.Tpo" ".deps/DMDConstructionHeuristic.Po"; else rm -f ".deps/DMDConstructionHeuristic.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Edge.h:24, from DMDConstructionHeuristic.cc:22: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT CvrStgFile.o -MD -MP -MF ".deps/CvrStgFile.Tpo" -c -o CvrStgFile.o `test -f 'CvrStgFile.cc' || echo './'`CvrStgFile.cc; then mv ".deps/CvrStgFile.Tpo" ".deps/CvrStgFile.Po"; else rm -f ".deps/CvrStgFile.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.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 CvrStgFile.cc:25: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Edge.o -MD -MP -MF ".deps/Edge.Tpo" -c -o Edge.o `test -f 'Edge.cc' || echo './'`Edge.cc; then mv ".deps/Edge.Tpo" ".deps/Edge.Po"; else rm -f ".deps/Edge.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Edge.h:24, from Edge.cc:21: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT EdgeIterator.o -MD -MP -MF ".deps/EdgeIterator.Tpo" -c -o EdgeIterator.o `test -f 'EdgeIterator.cc' || echo './'`EdgeIterator.cc; then mv ".deps/EdgeIterator.Tpo" ".deps/EdgeIterator.Po"; else rm -f ".deps/EdgeIterator.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Edge.h:24, from EdgeIterator.cc:21: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT EmbData.o -MD -MP -MF ".deps/EmbData.Tpo" -c -o EmbData.o `test -f 'EmbData.cc' || echo './'`EmbData.cc; then mv ".deps/EmbData.Tpo" ".deps/EmbData.Po"; else rm -f ".deps/EmbData.Tpo"; exit 1; fi In file included from /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/steghide/work/.buildlink/include/mhash.h:6, from MHashPP.h:26, from EmbData.cc:27: /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from Arguments.h:31, from common.h:101, from BinaryIO.h:27, from EmbData.cc:22: ../config.h:302: note: this is the location of the previous definition 302 | #define VERSION "0.5.1" | if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Embedder.o -MD -MP -MF ".deps/Embedder.Tpo" -c -o Embedder.o `test -f 'Embedder.cc' || echo './'`Embedder.cc; then mv ".deps/Embedder.Tpo" ".deps/Embedder.Po"; else rm -f ".deps/Embedder.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.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 Embedder.cc:24: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT EncryptionAlgorithm.o -MD -MP -MF ".deps/EncryptionAlgorithm.Tpo" -c -o EncryptionAlgorithm.o `test -f 'EncryptionAlgorithm.cc' || echo './'`EncryptionAlgorithm.cc; then mv ".deps/EncryptionAlgorithm.Tpo" ".deps/EncryptionAlgorithm.Po"; else rm -f ".deps/EncryptionAlgorithm.Tpo"; exit 1; fi EncryptionAlgorithm.cc:99:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 99 | { NONE, "none" }, | ^~~~~~ EncryptionAlgorithm.cc:100:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 100 | { TWOFISH, "twofish" }, | ^~~~~~~~~ EncryptionAlgorithm.cc:101:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 101 | { RIJNDAEL128, "rijndael-128" }, | ^~~~~~~~~~~~~~ EncryptionAlgorithm.cc:102:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 102 | { RIJNDAEL192, "rijndael-192" }, | ^~~~~~~~~~~~~~ EncryptionAlgorithm.cc:103:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 103 | { RIJNDAEL256, "rijndael-256" }, | ^~~~~~~~~~~~~~ EncryptionAlgorithm.cc:104:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 104 | { SAFERPLUS, "saferplus" }, | ^~~~~~~~~~~ EncryptionAlgorithm.cc:105:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 105 | { RC2, "rc2" }, | ^~~~~ EncryptionAlgorithm.cc:106:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 106 | { XTEA, "xtea" }, | ^~~~~~ EncryptionAlgorithm.cc:107:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 107 | { SERPENT, "serpent" }, | ^~~~~~~~~ EncryptionAlgorithm.cc:108:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 108 | { SAFERSK64, "safer-sk64" }, | ^~~~~~~~~~~~ EncryptionAlgorithm.cc:109:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 109 | { SAFERSK128, "safer-sk128" }, | ^~~~~~~~~~~~~ EncryptionAlgorithm.cc:110:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 110 | { CAST256, "cast-256" }, | ^~~~~~~~~~ EncryptionAlgorithm.cc:111:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 111 | { LOKI97, "loki97" }, | ^~~~~~~~ EncryptionAlgorithm.cc:112:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 112 | { GOST, "gost" }, | ^~~~~~ EncryptionAlgorithm.cc:113:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 113 | { THREEWAY, "threeway" }, | ^~~~~~~~~~ EncryptionAlgorithm.cc:114:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 114 | { CAST128, "cast-128" }, | ^~~~~~~~~~ EncryptionAlgorithm.cc:115:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 115 | { BLOWFISH, "blowfish" }, | ^~~~~~~~~~ EncryptionAlgorithm.cc:116:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 116 | { DES, "des" }, | ^~~~~ EncryptionAlgorithm.cc:117:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 117 | { TRIPLEDES, "tripledes" }, | ^~~~~~~~~~~ EncryptionAlgorithm.cc:118:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 118 | { ENIGMA, "enigma" }, | ^~~~~~~~ EncryptionAlgorithm.cc:119:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 119 | { ARCFOUR, "arcfour" }, | ^~~~~~~~~ EncryptionAlgorithm.cc:120:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 120 | { PANAMA, "panama" }, | ^~~~~~~~ EncryptionAlgorithm.cc:121:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 121 | { WAKE, "wake" } | ^~~~~~ if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT EncryptionMode.o -MD -MP -MF ".deps/EncryptionMode.Tpo" -c -o EncryptionMode.o `test -f 'EncryptionMode.cc' || echo './'`EncryptionMode.cc; then mv ".deps/EncryptionMode.Tpo" ".deps/EncryptionMode.Po"; else rm -f ".deps/EncryptionMode.Tpo"; exit 1; fi EncryptionMode.cc:99:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 99 | { ECB, "ecb" }, | ^~~~~ EncryptionMode.cc:100:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 100 | { CBC, "cbc" }, | ^~~~~ EncryptionMode.cc:101:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 101 | { OFB, "ofb" }, | ^~~~~ EncryptionMode.cc:102:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 102 | { CFB, "cfb" }, | ^~~~~ EncryptionMode.cc:103:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 103 | { NOFB, "nofb" }, | ^~~~~~ EncryptionMode.cc:104:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 104 | { NCFB, "ncfb" }, | ^~~~~~ EncryptionMode.cc:105:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 105 | { CTR, "ctr" }, | ^~~~~ EncryptionMode.cc:106:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 106 | { STREAM, "stream" } | ^~~~~~~~ if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Extractor.o -MD -MP -MF ".deps/Extractor.Tpo" -c -o Extractor.o `test -f 'Extractor.cc' || echo './'`Extractor.cc; then mv ".deps/Extractor.Tpo" ".deps/Extractor.Po"; else rm -f ".deps/Extractor.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Extractor.cc:27: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Graph.o -MD -MP -MF ".deps/Graph.Tpo" -c -o Graph.o `test -f 'Graph.cc' || echo './'`Graph.cc; then mv ".deps/Graph.Tpo" ".deps/Graph.Po"; else rm -f ".deps/Graph.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Edge.h:24, from Graph.cc:29: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT JpegFile.o -MD -MP -MF ".deps/JpegFile.Tpo" -c -o JpegFile.o `test -f 'JpegFile.cc' || echo './'`JpegFile.cc; then mv ".deps/JpegFile.Tpo" ".deps/JpegFile.Po"; else rm -f ".deps/JpegFile.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from JpegSampleValue.h:24, from JpegFile.cc:31: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT JpegSampleValue.o -MD -MP -MF ".deps/JpegSampleValue.Tpo" -c -o JpegSampleValue.o `test -f 'JpegSampleValue.cc' || echo './'`JpegSampleValue.cc; then mv ".deps/JpegSampleValue.Tpo" ".deps/JpegSampleValue.Po"; else rm -f ".deps/JpegSampleValue.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from JpegSampleValue.h:24, from JpegSampleValue.cc:25: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT MCryptPP.o -MD -MP -MF ".deps/MCryptPP.Tpo" -c -o MCryptPP.o `test -f 'MCryptPP.cc' || echo './'`MCryptPP.cc; then mv ".deps/MCryptPP.Tpo" ".deps/MCryptPP.Po"; else rm -f ".deps/MCryptPP.Tpo"; exit 1; fi In file included from /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/steghide/work/.buildlink/include/mhash.h:6, from MHashKeyGen.h:28, from MCryptPP.cc:36: /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from Arguments.h:31, from common.h:101, from MCryptPP.cc:21: ../config.h:302: note: this is the location of the previous definition 302 | #define VERSION "0.5.1" | if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT MHashKeyGen.o -MD -MP -MF ".deps/MHashKeyGen.Tpo" -c -o MHashKeyGen.o `test -f 'MHashKeyGen.cc' || echo './'`MHashKeyGen.cc; then mv ".deps/MHashKeyGen.Tpo" ".deps/MHashKeyGen.Po"; else rm -f ".deps/MHashKeyGen.Tpo"; exit 1; fi In file included from /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/steghide/work/.buildlink/include/mhash.h:6, from MHashKeyGen.h:28, from MHashKeyGen.cc:27: /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from Arguments.h:31, from common.h:101, from MHashKeyGen.cc:25: ../config.h:302: note: this is the location of the previous definition 302 | #define VERSION "0.5.1" | MHashKeyGen.cc: In member function 'void MHashKeyGen::setSalt(std::vector)': MHashKeyGen.cc:106:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 106 | for (int i = 0 ; i < AlgorithmData.salt_size ; i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT MHashPP.o -MD -MP -MF ".deps/MHashPP.Tpo" -c -o MHashPP.o `test -f 'MHashPP.cc' || echo './'`MHashPP.cc; then mv ".deps/MHashPP.Tpo" ".deps/MHashPP.Po"; else rm -f ".deps/MHashPP.Tpo"; exit 1; fi In file included from common.h:31, from BitString.h:28, from MHashPP.cc:28: ../config.h:302: warning: "VERSION" redefined 302 | #define VERSION "0.5.1" | In file included from /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mhash.h:29, from /home/pbulk/build/security/steghide/work/.buildlink/include/mhash.h:10, from MHashPP.cc:26: /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mhash_config.h:210: note: this is the location of the previous definition 210 | #define VERSION "0.9.9" | if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Matching.o -MD -MP -MF ".deps/Matching.Tpo" -c -o Matching.o `test -f 'Matching.cc' || echo './'`Matching.cc; then mv ".deps/Matching.Tpo" ".deps/Matching.Po"; else rm -f ".deps/Matching.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Edge.h:24, from Matching.cc:21: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT MatchingAlgorithm.o -MD -MP -MF ".deps/MatchingAlgorithm.Tpo" -c -o MatchingAlgorithm.o `test -f 'MatchingAlgorithm.cc' || echo './'`MatchingAlgorithm.cc; then mv ".deps/MatchingAlgorithm.Tpo" ".deps/MatchingAlgorithm.Po"; else rm -f ".deps/MatchingAlgorithm.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Edge.h:24, from EdgeIterator.h:26, from Graph.h:30, from MatchingAlgorithm.cc:21: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT ProgressOutput.o -MD -MP -MF ".deps/ProgressOutput.Tpo" -c -o ProgressOutput.o `test -f 'ProgressOutput.cc' || echo './'`ProgressOutput.cc; then mv ".deps/ProgressOutput.Tpo" ".deps/ProgressOutput.Po"; else rm -f ".deps/ProgressOutput.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT PseudoRandomSource.o -MD -MP -MF ".deps/PseudoRandomSource.Tpo" -c -o PseudoRandomSource.o `test -f 'PseudoRandomSource.cc' || echo './'`PseudoRandomSource.cc; then mv ".deps/PseudoRandomSource.Tpo" ".deps/PseudoRandomSource.Po"; else rm -f ".deps/PseudoRandomSource.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT RGBTriple.o -MD -MP -MF ".deps/RGBTriple.Tpo" -c -o RGBTriple.o `test -f 'RGBTriple.cc' || echo './'`RGBTriple.cc; then mv ".deps/RGBTriple.Tpo" ".deps/RGBTriple.Po"; else rm -f ".deps/RGBTriple.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT RandomSource.o -MD -MP -MF ".deps/RandomSource.Tpo" -c -o RandomSource.o `test -f 'RandomSource.cc' || echo './'`RandomSource.cc; then mv ".deps/RandomSource.Tpo" ".deps/RandomSource.Po"; else rm -f ".deps/RandomSource.Tpo"; exit 1; fi RandomSource.cc: In destructor 'RandomSource::~RandomSource()': RandomSource.cc:53:4: warning: in C++11 this 'throw' will call 'terminate' because destructors default to 'noexcept' [-Wc++11-compat] 53 | throw SteghideError (_("could not close random input file.")) ; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT SampleValue.o -MD -MP -MF ".deps/SampleValue.Tpo" -c -o SampleValue.o `test -f 'SampleValue.cc' || echo './'`SampleValue.cc; then mv ".deps/SampleValue.Tpo" ".deps/SampleValue.Po"; else rm -f ".deps/SampleValue.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from SampleValue.cc:22: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT SampleValueAdjacencyList.o -MD -MP -MF ".deps/SampleValueAdjacencyList.Tpo" -c -o SampleValueAdjacencyList.o `test -f 'SampleValueAdjacencyList.cc' || echo './'`SampleValueAdjacencyList.cc; then mv ".deps/SampleValueAdjacencyList.Tpo" ".deps/SampleValueAdjacencyList.Po"; else rm -f ".deps/SampleValueAdjacencyList.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from BmpSampleValue.h:24, from BmpRGBSampleValue.h:24, from SampleValueAdjacencyList.cc:26: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Selector.o -MD -MP -MF ".deps/Selector.Tpo" -c -o Selector.o `test -f 'Selector.cc' || echo './'`Selector.cc; then mv ".deps/Selector.Tpo" ".deps/Selector.Po"; else rm -f ".deps/Selector.Tpo"; exit 1; fi In file included from /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/steghide/work/.buildlink/include/mhash.h:6, from MHashPP.h:26, from Selector.cc:22: /home/pbulk/build/security/steghide/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from Arguments.h:31, from common.h:101, from BitString.h:28, from Selector.cc:21: ../config.h:302: note: this is the location of the previous definition 302 | #define VERSION "0.5.1" | In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_map:60, from wrapper_hash_map.h:31, from Selector.h:26, from Selector.cc:24: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Session.o -MD -MP -MF ".deps/Session.Tpo" -c -o Session.o `test -f 'Session.cc' || echo './'`Session.cc; then mv ".deps/Session.Tpo" ".deps/Session.Po"; else rm -f ".deps/Session.Tpo"; exit 1; fi Session.cc: In member function 'void Session::printInfo()': Session.cc:190:27: warning: catching polymorphic type 'class CorruptDataError' by value [-Wcatch-value=] 190 | catch (CorruptDataError e) { | ^ if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT SteghideError.o -MD -MP -MF ".deps/SteghideError.Tpo" -c -o SteghideError.o `test -f 'SteghideError.cc' || echo './'`SteghideError.cc; then mv ".deps/SteghideError.Tpo" ".deps/SteghideError.Po"; else rm -f ".deps/SteghideError.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Terminal.o -MD -MP -MF ".deps/Terminal.Tpo" -c -o Terminal.o `test -f 'Terminal.cc' || echo './'`Terminal.cc; then mv ".deps/Terminal.Tpo" ".deps/Terminal.Po"; else rm -f ".deps/Terminal.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Utils.o -MD -MP -MF ".deps/Utils.Tpo" -c -o Utils.o `test -f 'Utils.cc' || echo './'`Utils.cc; then mv ".deps/Utils.Tpo" ".deps/Utils.Po"; else rm -f ".deps/Utils.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT Vertex.o -MD -MP -MF ".deps/Vertex.Tpo" -c -o Vertex.o `test -f 'Vertex.cc' || echo './'`Vertex.cc; then mv ".deps/Vertex.Tpo" ".deps/Vertex.Po"; else rm -f ".deps/Vertex.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Edge.h:24, from Vertex.cc:22: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT WavChunk.o -MD -MP -MF ".deps/WavChunk.Tpo" -c -o WavChunk.o `test -f 'WavChunk.cc' || echo './'`WavChunk.cc; then mv ".deps/WavChunk.Tpo" ".deps/WavChunk.Po"; else rm -f ".deps/WavChunk.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT WavChunkHeader.o -MD -MP -MF ".deps/WavChunkHeader.Tpo" -c -o WavChunkHeader.o `test -f 'WavChunkHeader.cc' || echo './'`WavChunkHeader.cc; then mv ".deps/WavChunkHeader.Tpo" ".deps/WavChunkHeader.Po"; else rm -f ".deps/WavChunkHeader.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT WavChunkUnused.o -MD -MP -MF ".deps/WavChunkUnused.Tpo" -c -o WavChunkUnused.o `test -f 'WavChunkUnused.cc' || echo './'`WavChunkUnused.cc; then mv ".deps/WavChunkUnused.Tpo" ".deps/WavChunkUnused.Po"; else rm -f ".deps/WavChunkUnused.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT WavFile.o -MD -MP -MF ".deps/WavFile.Tpo" -c -o WavFile.o `test -f 'WavFile.cc' || echo './'`WavFile.cc; then mv ".deps/WavFile.Tpo" ".deps/WavFile.Po"; else rm -f ".deps/WavFile.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.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 WavFile.cc:26: /opt/tools/gcc10/include/c++/10.3.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 \ | ^~~~~~~ WavFile.cc: In member function 'void WavFile::readdata()': WavFile.cc:246:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=] 246 | catch (BinaryInputError e) { | ^ WavFile.cc: In member function 'void WavFile::writedata()': WavFile.cc:299:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=] 299 | catch (BinaryOutputError e) { | ^ WavFile.cc: In member function 'void WavFile::readheaders()': WavFile.cc:316:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 316 | riffchhdr = new WavChunkHeader ("RIFF", getBinIO()->read32_le()) ; | ^~~~~~ WavFile.cc:342:26: warning: catching polymorphic type 'class BinaryInputError' by value [-Wcatch-value=] 342 | catch (BinaryInputError e) { | ^ WavFile.cc: In member function 'void WavFile::writeheaders()': WavFile.cc:390:27: warning: catching polymorphic type 'class BinaryOutputError' by value [-Wcatch-value=] 390 | catch (BinaryOutputError e) { | ^ if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT WavFormatChunk.o -MD -MP -MF ".deps/WavFormatChunk.Tpo" -c -o WavFormatChunk.o `test -f 'WavFormatChunk.cc' || echo './'`WavFormatChunk.cc; then mv ".deps/WavFormatChunk.Tpo" ".deps/WavFormatChunk.Po"; else rm -f ".deps/WavFormatChunk.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT WavPCMSampleValue.o -MD -MP -MF ".deps/WavPCMSampleValue.Tpo" -c -o WavPCMSampleValue.o `test -f 'WavPCMSampleValue.cc' || echo './'`WavPCMSampleValue.cc; then mv ".deps/WavPCMSampleValue.Tpo" ".deps/WavPCMSampleValue.Po"; else rm -f ".deps/WavPCMSampleValue.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from WavPCMSampleValue.h:26, from WavPCMSampleValue.cc:26: /opt/tools/gcc10/include/c++/10.3.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/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o `test -f 'error.cc' || echo './'`error.cc; then mv ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o `test -f 'main.cc' || echo './'`main.cc; then mv ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT msg.o -MD -MP -MF ".deps/msg.Tpo" -c -o msg.o `test -f 'msg.cc' || echo './'`msg.cc; then mv ".deps/msg.Tpo" ".deps/msg.Po"; else rm -f ".deps/msg.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -O2 -Wall -MT SMDConstructionHeuristic.o -MD -MP -MF ".deps/SMDConstructionHeuristic.Tpo" -c -o SMDConstructionHeuristic.o `test -f 'SMDConstructionHeuristic.cc' || echo './'`SMDConstructionHeuristic.cc; then mv ".deps/SMDConstructionHeuristic.Tpo" ".deps/SMDConstructionHeuristic.Po"; else rm -f ".deps/SMDConstructionHeuristic.Tpo"; exit 1; fi In file included from /opt/tools/gcc10/include/c++/10.3.0/ext/hash_set:60, from wrapper_hash_set.h:32, from SampleValue.h:27, from Edge.h:24, from SMDConstructionHeuristic.cc:21: /opt/tools/gcc10/include/c++/10.3.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 \ | ^~~~~~~ libtool --mode=link g++ -O2 -Wall -Wl,-R/opt/pkg/lib -lintl -liconv -L/opt/pkg/lib -o steghide Arg.o Arguments.o AssertionFailed.o AuFile.o AuSampleValues.o DFSAPHeuristic.o BFSAPHeuristic.o BinaryIO.o BitString.o BmpFile.o BmpPaletteSampleValue.o BmpRGBSampleValue.o BmpSampleValue.o WKSConstructionHeuristic.o DMDConstructionHeuristic.o CvrStgFile.o Edge.o EdgeIterator.o EmbData.o Embedder.o EncryptionAlgorithm.o EncryptionMode.o Extractor.o Graph.o JpegFile.o JpegSampleValue.o MCryptPP.o MHashKeyGen.o MHashPP.o Matching.o MatchingAlgorithm.o ProgressOutput.o PseudoRandomSource.o RGBTriple.o RandomSource.o SampleValue.o SampleValueAdjacencyList.o Selector.o Session.o SteghideError.o Terminal.o Utils.o Vertex.o WavChunk.o WavChunkHeader.o WavChunkUnused.o WavFile.o WavFormatChunk.o WavPCMSampleValue.o error.o main.o msg.o SMDConstructionHeuristic.o -ljpeg -lmcrypt -lmhash -lz /opt/pkg/bin/libtool: line 979: /opt/pkg/bin/nbsed: No such file or directory /opt/pkg/bin/libtool: line 3451: /opt/pkg/bin/nbsed: No such file or directory /opt/pkg/bin/libtool: line 3451: /opt/pkg/bin/nbsed: No such file or directory /opt/pkg/bin/libtool: line 3451: /opt/pkg/bin/nbsed: No such file or directory /opt/pkg/bin/libtool: line 3451: /opt/pkg/bin/nbsed: No such file or directory /opt/pkg/bin/libtool: line 3451: /opt/pkg/bin/nbsed: No such file or directory /opt/pkg/bin/libtool: line 3451: /opt/pkg/bin/nbsed: No such file or directory : link: unable to infer tagged configuration /opt/pkg/bin/libtool: line 1330: /opt/pkg/bin/nbsed: No such file or directory : error: specify a tag with '--tag' *** [steghide] 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-upstream-trunk/security/steghide *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/steghide