+ 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/libpgf-6.14.12/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libpgf-6.14.12/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for libpgf-6.14.12 --- ./config.h.in --- (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/home/pbulk/build/graphics/libpgf/work/libpgf/missing' autoheader) rm -f stamp-h1 touch ./config.h.in --- stamp-h1 --- cd . && /bin/bash ./config.status config.h config.status: creating config.h --- all --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- Decoder.lo --- --- Encoder.lo --- --- Decoder.lo --- /bin/bash ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I../include -pipe -O2 -MT Decoder.lo -MD -MP -MF .deps/Decoder.Tpo -c -o Decoder.lo Decoder.cpp --- Encoder.lo --- /bin/bash ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I../include -pipe -O2 -MT Encoder.lo -MD -MP -MF .deps/Encoder.Tpo -c -o Encoder.lo Encoder.cpp --- Decoder.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I../include -pipe -O2 -MT Decoder.lo -MD -MP -MF .deps/Decoder.Tpo -c Decoder.cpp -fPIC -DPIC -o .libs/Decoder.o --- Encoder.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I../include -pipe -O2 -MT Encoder.lo -MD -MP -MF .deps/Encoder.Tpo -c Encoder.cpp -fPIC -DPIC -o .libs/Encoder.o --- Decoder.lo --- In file included from ../include/PGFtypes.h:32, from ../include/PGFstream.h:32, from Decoder.h:32, from Decoder.cpp:29: ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:95:54: note: in expansion of macro 'THROW_' 95 | virtual void Write(int *count, void *buffer) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:96:53: note: in expansion of macro 'THROW_' 96 | virtual void Read(int *count, void *buffer) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:97:58: note: in expansion of macro 'THROW_' 97 | virtual void SetPos(short posMode, INT64 posOff) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:98:39: note: in expansion of macro 'THROW_' 98 | virtual UINT64 GetPos() const THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:116:39: note: in expansion of macro 'THROW_' 116 | CPGFMemoryStream(size_t size) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:121:55: note: in expansion of macro 'THROW_' 121 | CPGFMemoryStream(UINT8 *pBuffer, size_t size) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:126:56: note: in expansion of macro 'THROW_' 126 | void Reinitialize(UINT8 *pBuffer, size_t size) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:136:54: note: in expansion of macro 'THROW_' 136 | virtual void Write(int *count, void *buffer) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:138:58: note: in expansion of macro 'THROW_' 138 | virtual void SetPos(short posMode, INT64 posOff) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Subband.h:71:100: note: in expansion of macro 'THROW_' 71 | void ExtractTile(CEncoder& encoder, bool tile = false, UINT32 tileX = 0, UINT32 tileY = 0) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Subband.h:81:114: note: in expansion of macro 'THROW_' 81 | void PlaceTile(CDecoder& decoder, int quantParam, bool tile = false, UINT32 tileX = 0, UINT32 tileY = 0) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:106:58: note: in expansion of macro 'THROW_' 106 | bool useOMP, bool skipUserData) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:123:104: note: in expansion of macro 'THROW_' 123 | void Partition(CSubband* band, int quantParam, int width, int height, int startPos, int pitch) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:132:89: note: in expansion of macro 'THROW_' 132 | void DecodeInterleaved(CWaveletTransform* wtChannel, int level, int quantParam) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:141:36: note: in expansion of macro 'THROW_' 141 | void SetStreamPosToStart() THROW_ { ASSERT(m_stream); m_stream->SetPos(FSFromStart, m_startPos); } | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:145:35: note: in expansion of macro 'THROW_' 145 | void SetStreamPosToData() THROW_ { ASSERT(m_stream); m_stream->SetPos(FSFromStart, m_startPos + m_encodedHeaderLength); } | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:150:34: note: in expansion of macro 'THROW_' 150 | void Skip(UINT64 offset) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:158:78: note: in expansion of macro 'THROW_' 158 | void DequantizeValue(CSubband* band, UINT32 bandPos, int quantParam) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:166:65: note: in expansion of macro 'THROW_' 166 | UINT32 ReadEncodedData(UINT8* target, UINT32 len) const THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:171:29: note: in expansion of macro 'THROW_' 171 | void DecodeBuffer() THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:185:33: note: in expansion of macro 'THROW_' 185 | void DecodeTileBuffer() THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:190:31: note: in expansion of macro 'THROW_' 190 | void SkipTileBuffer() THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.h:202:49: note: in expansion of macro 'THROW_' 202 | void ReadMacroBlock(CMacroBlock* block) THROW_; ///< throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:75:68: note: in expansion of macro 'THROW_' 75 | bool useOMP, bool skipUserData) THROW_ | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:231:67: note: in expansion of macro 'THROW_' 231 | UINT32 CDecoder::ReadEncodedData(UINT8* target, UINT32 len) const THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:251:106: note: in expansion of macro 'THROW_' 251 | void CDecoder::Partition(CSubband* band, int quantParam, int width, int height, int startPos, int pitch) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:318:91: note: in expansion of macro 'THROW_' 318 | void CDecoder::DecodeInterleaved(CWaveletTransform* wtChannel, int level, int quantParam) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:434:36: note: in expansion of macro 'THROW_' 434 | void CDecoder::Skip(UINT64 offset) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:447:80: note: in expansion of macro 'THROW_' 447 | void CDecoder::DequantizeValue(CSubband* band, UINT32 bandPos, int quantParam) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:462:35: note: in expansion of macro 'THROW_' 462 | void CDecoder::DecodeTileBuffer() THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:479:31: note: in expansion of macro 'THROW_' 479 | void CDecoder::DecodeBuffer() THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:520:51: note: in expansion of macro 'THROW_' 520 | void CDecoder::ReadMacroBlock(CMacroBlock* block) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Decoder.cpp:578:33: note: in expansion of macro 'THROW_' 578 | void CDecoder::SkipTileBuffer() THROW_ { | ^~~~~~ --- Encoder.lo --- In file included from ../include/PGFtypes.h:32, from ../include/PGFstream.h:32, from Encoder.h:32, from Encoder.cpp:29: ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:95:54: note: in expansion of macro 'THROW_' 95 | virtual void Write(int *count, void *buffer) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:96:53: note: in expansion of macro 'THROW_' 96 | virtual void Read(int *count, void *buffer) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:97:58: note: in expansion of macro 'THROW_' 97 | virtual void SetPos(short posMode, INT64 posOff) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:98:39: note: in expansion of macro 'THROW_' 98 | virtual UINT64 GetPos() const THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:116:39: note: in expansion of macro 'THROW_' 116 | CPGFMemoryStream(size_t size) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:121:55: note: in expansion of macro 'THROW_' 121 | CPGFMemoryStream(UINT8 *pBuffer, size_t size) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:126:56: note: in expansion of macro 'THROW_' 126 | void Reinitialize(UINT8 *pBuffer, size_t size) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:136:54: note: in expansion of macro 'THROW_' 136 | virtual void Write(int *count, void *buffer) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ ../include/PGFstream.h:138:58: note: in expansion of macro 'THROW_' 138 | virtual void SetPos(short posMode, INT64 posOff) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Subband.h:71:100: note: in expansion of macro 'THROW_' 71 | void ExtractTile(CEncoder& encoder, bool tile = false, UINT32 tileX = 0, UINT32 tileY = 0) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Subband.h:81:114: note: in expansion of macro 'THROW_' 81 | void PlaceTile(CDecoder& decoder, int quantParam, bool tile = false, UINT32 tileX = 0, UINT32 tileY = 0) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:113:51: note: in expansion of macro 'THROW_' 113 | UINT64& userDataPos, bool useOMP) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:126:22: note: in expansion of macro 'THROW_' 126 | void Flush() THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:132:59: note: in expansion of macro 'THROW_' 132 | void UpdatePostHeaderSize(PGFPreHeader preHeader) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:139:55: note: in expansion of macro 'THROW_' 139 | UINT32 WriteLevelLength(UINT32*& levelLength) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:145:36: note: in expansion of macro 'THROW_' 145 | UINT32 UpdateLevelLength() THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:157:88: note: in expansion of macro 'THROW_' 157 | void Partition(CSubband* band, int width, int height, int startPos, int pitch) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:169:54: note: in expansion of macro 'THROW_' 169 | void WriteValue(CSubband* band, int bandPos) THROW_; | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:194:33: note: in expansion of macro 'THROW_' 194 | void EncodeTileBuffer() THROW_ { ASSERT(m_currentBlock && m_currentBlock->m_valuePos >= 0 && m_currentBlock->m_valuePos <= BufferSize); EncodeBuffer(ROIBlockHeader(m_currentBlock->m_valuePos, true)); } | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:206:45: note: in expansion of macro 'THROW_' 206 | void EncodeBuffer(ROIBlockHeader h) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.h:207:50: note: in expansion of macro 'THROW_' 207 | void WriteMacroBlock(CMacroBlock* block) THROW_; // throws IOException | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.cpp:70:149: note: in expansion of macro 'THROW_' 70 | CEncoder::CEncoder(CPGFStream* stream, PGFPreHeader preHeader, PGFHeader header, const PGFPostHeader& postHeader, UINT64& userDataPos, bool useOMP) THROW_ | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.cpp:160:61: note: in expansion of macro 'THROW_' 160 | void CEncoder::UpdatePostHeaderSize(PGFPreHeader preHeader) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.cpp:177:57: note: in expansion of macro 'THROW_' 177 | UINT32 CEncoder::WriteLevelLength(UINT32*& levelLength) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.cpp:202:38: note: in expansion of macro 'THROW_' 202 | UINT32 CEncoder::UpdateLevelLength() THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.cpp:246:90: note: in expansion of macro 'THROW_' 246 | void CEncoder::Partition(CSubband* band, int width, int height, int startPos, int pitch) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.cpp:310:24: note: in expansion of macro 'THROW_' 310 | void CEncoder::Flush() THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.cpp:326:56: note: in expansion of macro 'THROW_' 326 | void CEncoder::WriteValue(CSubband* band, int bandPos) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.cpp:341:47: note: in expansion of macro 'THROW_' 341 | void CEncoder::EncodeBuffer(ROIBlockHeader h) THROW_ { | ^~~~~~ ../include/PGFplatform.h:483:16: error: ISO C++17 does not allow dynamic exception specifications 483 | #define THROW_ throw(IOException) | ^~~~~ Encoder.cpp:406:52: note: in expansion of macro 'THROW_' 406 | void CEncoder::WriteMacroBlock(CMacroBlock* block) THROW_ { | ^~~~~~ *** [Encoder.lo] Error code 1 bmake[2]: stopped in /home/pbulk/build/graphics/libpgf/work/libpgf/src --- Decoder.lo --- *** [Decoder.lo] Error code 1 bmake[2]: stopped in /home/pbulk/build/graphics/libpgf/work/libpgf/src 2 errors bmake[2]: stopped in /home/pbulk/build/graphics/libpgf/work/libpgf/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/graphics/libpgf/work/libpgf 1 error bmake[1]: stopped in /home/pbulk/build/graphics/libpgf/work/libpgf *** [all] Error code 2 bmake: stopped in /home/pbulk/build/graphics/libpgf/work/libpgf 1 error bmake: stopped in /home/pbulk/build/graphics/libpgf/work/libpgf *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/graphics/libpgf *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/graphics/libpgf