=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for exempi-2.5.2nb9 Making all in third-party gmake[1]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/third-party' Making all in zuid/interfaces gmake[2]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/third-party/zuid/interfaces' CXX MD5.lo CXXLD libmd5.la gmake[2]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/third-party/zuid/interfaces' gmake[2]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/third-party' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/third-party' gmake[1]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/third-party' Making all in source gmake[1]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/source' CXX UnicodeConversions.lo CXX XMPFiles_IO.lo CXX XML_Node.lo CXX XIO.lo CXX XMP_LibUtils.lo CXX Host_IO-POSIX.lo CXX XMP_ProgressTracker.lo CXX PerfUtils.lo CXX IOUtils.lo CXXLD libxmpcommon.la gmake[1]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/source' Making all in XMPCore gmake[1]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPCore' Making all in source gmake[2]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPCore/source' CXX ExpatAdapter.lo CXX WXMPIterator.lo CXX WXMPUtils.lo CXX XMPMeta-Serialize.lo CXX XMPIterator.lo CXX XMPUtils-FileInfo.lo CXX ParseRDF.lo CXX XMPMeta-GetSet.lo XMPIterator.cpp: In function 'void AddNodeOffspring(IterInfo&, IterNode&, const XMP_Node*)': XMPIterator.cpp:117:60: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] snprintf ( buffer, sizeof(buffer), "[%lu]", childNum+1 ); // ! XPath indices are one-based. ~~~~~~~~~~ ^ CXX WXMPMeta.lo CXX XMPCore_Impl.lo CXX XMPMeta.lo CXX XMPMeta-Parse.lo CXX XMPUtils.lo CXXLD libXMPCore.la gmake[2]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPCore/source' gmake[2]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPCore' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPCore' gmake[1]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPCore' Making all in XMPFiles gmake[1]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPFiles' Making all in source gmake[2]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPFiles/source' Making all in FileHandlers gmake[3]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPFiles/source/FileHandlers' CXX AIFF_Handler.lo CXX ASF_Handler.lo CXX Basic_Handler.lo CXX AVCHD_Handler.lo CXX FLV_Handler.lo CXX InDesign_Handler.lo CXX JPEG_Handler.lo CXX MP3_Handler.lo FLV_Handler.cpp: In function 'void GetTagInfo(XMP_IO*, XMP_Uns64, TagInfo*)': FLV_Handler.cpp:200:55: warning: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context] info->time = GetUns24BE ( &buffer[4] ) || (buffer[7] << 24); ~~~~~~~~~~~^~~~~~ In file included from ../../../XMPFiles/source/FormatSupport/ReconcileLegacy.hpp:15:0, from ../../../XMPFiles/source/FormatSupport/Reconcile_Impl.hpp:15, from ../../../XMPFiles/source/FormatSupport/ASF_Support.hpp:17, from ../../../XMPFiles/source/FileHandlers/ASF_Handler.hpp:14, from ASF_Handler.cpp:19: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ In file included from ../../../XMPFiles/source/FileHandlers/JPEG_Handler.hpp:18:0, from JPEG_Handler.cpp:17: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ In file included from ../../../XMPFiles/source/FormatSupport/ReconcileLegacy.hpp:15:0, from ../../../XMPFiles/source/FormatSupport/Reconcile_Impl.hpp:15, from MP3_Handler.cpp:16: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ CXX MPEG2_Handler.lo CXX MPEG4_Handler.lo CXX P2_Handler.lo CXX PNG_Handler.lo MPEG4_Handler.cpp: In member function 'virtual void MPEG4_MetaHandler::CacheFileData()': MPEG4_Handler.cpp:2040:13: warning: declaration of 'parent' shadows a member of 'MPEG4_MetaHandler' [-Wshadow] XMPFiles * parent = this->parent; ^~~~~~ In file included from MPEG4_Handler.cpp:15:0: ../../../XMPFiles/source/XMPFiles_Impl.hpp:314:17: note: shadowed declaration is here XMPFiles * parent; // Let's the handler see the file info. ^~~~~~ MPEG4_Handler.cpp: In member function 'virtual void MPEG4_MetaHandler::ProcessXMP()': MPEG4_Handler.cpp:2135:13: warning: declaration of 'parent' shadows a member of 'MPEG4_MetaHandler' [-Wshadow] XMPFiles * parent = this->parent; ^~~~~~ In file included from MPEG4_Handler.cpp:15:0: ../../../XMPFiles/source/XMPFiles_Impl.hpp:314:17: note: shadowed declaration is here XMPFiles * parent; // Let's the handler see the file info. ^~~~~~ CXX PostScript_Handler.lo P2_Handler.cpp: In member function 'XML_Node* P2_MetaHandler::ForceChildElement(XML_Node*, XMP_StringPtr, XMP_Int32, XMP_Bool)': P2_Handler.cpp:923:135: warning: declaration of 'parent' shadows a member of 'P2_MetaHandler' [-Wshadow] XML_Node * P2_MetaHandler::ForceChildElement ( XML_Node * parent, XMP_StringPtr localName, XMP_Int32 indent , XMP_Bool insertAtFront ) ^ In file included from P2_Handler.cpp:15:0: ../../../XMPFiles/source/XMPFiles_Impl.hpp:314:17: note: shadowed declaration is here XMPFiles * parent; // Let's the handler see the file info. ^~~~~~ CXX PSD_Handler.lo CXX RIFF_Handler.lo PostScript_Handler.cpp: In member function 'bool PostScript_MetaHandler::FindFirstPacket()': PostScript_Handler.cpp:235:19: warning: declaration of 'packetInfo' shadows a member of 'PostScript_MetaHandler' [-Wshadow] XMP_PacketInfo & packetInfo = this->packetInfo; ^~~~~~~~~~ In file included from PostScript_Handler.cpp:15:0: ../../../XMPFiles/source/XMPFiles_Impl.hpp:324:19: note: shadowed declaration is here XMP_PacketInfo packetInfo; // ! This is always info about the packet in the file, if any! ^~~~~~~~~~ PostScript_Handler.cpp: In member function 'bool PostScript_MetaHandler::FindLastPacket()': PostScript_Handler.cpp:314:19: warning: declaration of 'packetInfo' shadows a member of 'PostScript_MetaHandler' [-Wshadow] XMP_PacketInfo & packetInfo = this->packetInfo; ^~~~~~~~~~ In file included from PostScript_Handler.cpp:15:0: ../../../XMPFiles/source/XMPFiles_Impl.hpp:324:19: note: shadowed declaration is here XMP_PacketInfo packetInfo; // ! This is always info about the packet in the file, if any! ^~~~~~~~~~ PostScript_Handler.cpp: In member function 'void PostScript_MetaHandler::ReadXMPPacket(std::__cxx11::string&)': PostScript_Handler.cpp:965:69: warning: declaration of 'xmpPacket' shadows a member of 'PostScript_MetaHandler' [-Wshadow] void PostScript_MetaHandler::ReadXMPPacket (std::string & xmpPacket ) ^ In file included from PostScript_Handler.cpp:15:0: ../../../XMPFiles/source/XMPFiles_Impl.hpp:325:17: note: shadowed declaration is here std::string xmpPacket; // ! This is the current XMP, updated by XMPFiles::PutXMP. ^~~~~~~~~ PostScript_Handler.cpp: In member function 'UpdateMethod PostScript_MetaHandler::DetermineUpdateMethod(std::__cxx11::string&)': PostScript_Handler.cpp:1309:19: warning: declaration of 'xmpPacket' shadows a member of 'PostScript_MetaHandler' [-Wshadow] std::string & xmpPacket = this->xmpPacket; ^~~~~~~~~ In file included from PostScript_Handler.cpp:15:0: ../../../XMPFiles/source/XMPFiles_Impl.hpp:325:17: note: shadowed declaration is here std::string xmpPacket; // ! This is the current XMP, updated by XMPFiles::PutXMP. ^~~~~~~~~ PostScript_Handler.cpp:1310:19: warning: declaration of 'packetInfo' shadows a member of 'PostScript_MetaHandler' [-Wshadow] XMP_PacketInfo & packetInfo = this->packetInfo; ^~~~~~~~~~ In file included from PostScript_Handler.cpp:15:0: ../../../XMPFiles/source/XMPFiles_Impl.hpp:324:19: note: shadowed declaration is here XMP_PacketInfo packetInfo; // ! This is always info about the packet in the file, if any! ^~~~~~~~~~ PSD_Handler.cpp: In member function 'virtual void PSD_MetaHandler::UpdateFile(bool)': PSD_Handler.cpp:263:41: warning: unused parameter 'doSafeUpdate' [-Wunused-parameter] void PSD_MetaHandler::UpdateFile ( bool doSafeUpdate ) ^~~~~~~~~~~~ In file included from ../../../XMPFiles/source/FileHandlers/PSD_Handler.hpp:13:0, from PSD_Handler.cpp:17: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp: At global scope: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ In file included from RIFF_Handler.cpp:13:0: ../../../XMPFiles/source/FormatSupport/RIFF.hpp:164:2: warning: missing initializer for member 'RIFF::Mapping::propType' [-Wmissing-field-initializers] }; ^ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:173:2: warning: missing initializer for member 'RIFF::Mapping::propType' [-Wmissing-field-initializers] }; ^ RIFF_Handler.cpp: In member function 'virtual void RIFF_MetaHandler::UpdateFile(bool)': RIFF_Handler.cpp:300:16: warning: declaration of 'mainChunk' shadows a previous local [-Wshadow] RIFF::Chunk* mainChunk = rc->at(0); ^~~~~~~~~ RIFF_Handler.cpp:197:24: note: shadowed declaration is here RIFF::ContainerChunk* mainChunk = rc->at(0); ^~~~~~~~~ RIFF_Handler.cpp:184:42: warning: unused parameter 'doSafeUpdate' [-Wunused-parameter] void RIFF_MetaHandler::UpdateFile ( bool doSafeUpdate ) ^~~~~~~~~~~~ CXX Scanner_Handler.lo In file included from RIFF_Handler.cpp:13:0: ../../../XMPFiles/source/FormatSupport/RIFF.hpp: At global scope: ../../../XMPFiles/source/FormatSupport/RIFF.hpp:166:17: warning: 'RIFF::listTdatProps' defined but not used [-Wunused-variable] static Mapping listTdatProps[] = { ^~~~~~~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:142:17: warning: 'RIFF::listInfoProps' defined but not used [-Wunused-variable] static Mapping listInfoProps[] = { ^~~~~~~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:139:17: warning: 'RIFF::bextCodingHistory' defined but not used [-Wunused-variable] static Mapping bextCodingHistory = { 0, kXMP_NS_BWF, "codingHistory", prop_SIMPLE }; ^~~~~~~~~~~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:138:17: warning: 'RIFF::bextUMID' defined but not used [-Wunused-variable] static Mapping bextUMID = { 0, kXMP_NS_BWF, "umid", prop_SIMPLE }; ^~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:137:17: warning: 'RIFF::bextVersion' defined but not used [-Wunused-variable] static Mapping bextVersion = { 0, kXMP_NS_BWF, "version", prop_SIMPLE }; ^~~~~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:136:17: warning: 'RIFF::bextTimeReference' defined but not used [-Wunused-variable] static Mapping bextTimeReference = { 0, kXMP_NS_BWF, "timeReference", prop_SIMPLE }; ^~~~~~~~~~~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:135:17: warning: 'RIFF::bextOriginationTime' defined but not used [-Wunused-variable] static Mapping bextOriginationTime = { 0, kXMP_NS_BWF, "originationTime", prop_SIMPLE }; ^~~~~~~~~~~~~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:134:17: warning: 'RIFF::bextOriginationDate' defined but not used [-Wunused-variable] static Mapping bextOriginationDate = { 0, kXMP_NS_BWF, "originationDate", prop_SIMPLE }; ^~~~~~~~~~~~~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:133:17: warning: 'RIFF::bextOriginatorRef' defined but not used [-Wunused-variable] static Mapping bextOriginatorRef = { 0, kXMP_NS_BWF, "originatorReference", prop_SIMPLE }; ^~~~~~~~~~~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:132:17: warning: 'RIFF::bextOriginator' defined but not used [-Wunused-variable] static Mapping bextOriginator = { 0, kXMP_NS_BWF, "originator", prop_SIMPLE }; ^~~~~~~~~~~~~~ ../../../XMPFiles/source/FormatSupport/RIFF.hpp:131:17: warning: 'RIFF::bextDescription' defined but not used [-Wunused-variable] static Mapping bextDescription = { 0, kXMP_NS_BWF, "description", prop_SIMPLE }; ^~~~~~~~~~~~~~~ CXX SonyHDV_Handler.lo Scanner_Handler.cpp: In member function 'virtual void Scanner_MetaHandler::CacheFileData()': Scanner_Handler.cpp:285:16: warning: declaration of 'xmpPacket' shadows a member of 'Scanner_MetaHandler' [-Wshadow] std::string xmpPacket; ^~~~~~~~~ In file included from Scanner_Handler.cpp:15:0: ../../../XMPFiles/source/XMPFiles_Impl.hpp:325:17: note: shadowed declaration is here std::string xmpPacket; // ! This is the current XMP, updated by XMPFiles::PutXMP. ^~~~~~~~~ CXX SWF_Handler.lo CXX SVG_Handler.lo CXX TIFF_Handler.lo In file included from ../../../XMPFiles/source/FileHandlers/TIFF_Handler.hpp:13:0, from TIFF_Handler.cpp:17: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ CXX Trivial_Handler.lo CXX UCF_Handler.lo CXX XDCAMEX_Handler.lo CXX XDCAM_Handler.lo CXX XDCAMFAM_Handler.lo CXX XDCAMSAM_Handler.lo CXX WAVE_Handler.lo CXX GIF_Handler.lo CXX WEBP_Handler.lo In file included from ../../../XMPFiles/source/FileHandlers/WEBP_Handler.hpp:8:0, from WEBP_Handler.cpp:4: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ CXXLD libxmpfilehandlers.la gmake[3]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPFiles/source/FileHandlers' Making all in FormatSupport gmake[3]: Entering directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPFiles/source/FormatSupport' CXX PackageFormat_Support.lo CXX PostScript_Support.lo CXX PSIR_FileWriter.lo CXX Reconcile_Impl.lo CXX ReconcileTIFF.lo CXX TIFF_MemoryReader.lo CXX PSIR_MemoryReader.lo CXX IPTC_Support.lo ReconcileTIFF.cpp:102:1: warning: missing initializer for member 'TIFF_MappingToXMP::ns' [-Wmissing-field-initializers] }; ^ ReconcileTIFF.cpp:102:1: warning: missing initializer for member 'TIFF_MappingToXMP::name' [-Wmissing-field-initializers] ReconcileTIFF.cpp:176:1: warning: missing initializer for member 'TIFF_MappingToXMP::ns' [-Wmissing-field-initializers] }; ^ ReconcileTIFF.cpp:176:1: warning: missing initializer for member 'TIFF_MappingToXMP::name' [-Wmissing-field-initializers] ReconcileTIFF.cpp:207:1: warning: missing initializer for member 'TIFF_MappingToXMP::ns' [-Wmissing-field-initializers] }; ^ ReconcileTIFF.cpp:207:1: warning: missing initializer for member 'TIFF_MappingToXMP::name' [-Wmissing-field-initializers] In file included from ../../../XMPFiles/source/FormatSupport/ReconcileLegacy.hpp:15:0, from ../../../XMPFiles/source/FormatSupport/Reconcile_Impl.hpp:15, from Reconcile_Impl.cpp:13: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ PostScript_Support.cpp: In function 'bool PostScript_Support::IsValidPSFile(XMP_IO*, XMP_FileFormat&)': PostScript_Support.cpp:267:4: warning: this statement may fall through [-Wimplicit-fallthrough=] if ( ! CheckBytes ( ioBuf.ptr, Uns8Ptr("EPSF-"), 5 ) ) return true; ^~ PostScript_Support.cpp:270:3: note: here case kXMP_EPSFile: ^~~~ In file included from PostScript_Support.cpp:10:0: ../../../XMPFiles/source/FormatSupport/PostScript_Support.hpp: At global scope: ../../../XMPFiles/source/FormatSupport/PostScript_Support.hpp:114:18: warning: 'nativeIndextoFlag' defined but not used [-Wunused-variable] static XMP_Uns64 nativeIndextoFlag[]={ kPS_CreatorTool, ^~~~~~~~~~~~~~~~~ In file included from TIFF_MemoryReader.cpp:13:0: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ In file included from ../../../XMPFiles/source/FormatSupport/ReconcileLegacy.hpp:15:0, from ../../../XMPFiles/source/FormatSupport/Reconcile_Impl.hpp:15, from IPTC_Support.cpp:15: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ In file included from ../../../XMPFiles/source/FormatSupport/ReconcileLegacy.hpp:15:0, from ../../../XMPFiles/source/FormatSupport/Reconcile_Impl.hpp:15, from ReconcileTIFF.cpp:13: ../../../XMPFiles/source/FormatSupport/TIFF_Support.hpp:463:25: warning: 'sKnownTags' defined but not used [-Wunused-variable] static const XMP_Uns16* sKnownTags[kTIFF_KnownIFDCount] = { sKnownPrimaryIFDTags, ^~~~~~~~~~ CXX ReconcileIPTC.lo libtool: posix_spawn failed: No such file or directory gmake[3]: *** [Makefile:646: ReconcileIPTC.lo] Error 255 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPFiles/source/FormatSupport' gmake[2]: *** [Makefile:528: all-recursive] Error 1 gmake[2]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPFiles/source' gmake[1]: *** [Makefile:378: all-recursive] Error 1 gmake[1]: Leaving directory '/pbulk/work/devel/exempi/work/exempi-2.5.2/XMPFiles' gmake: *** [Makefile:445: all-recursive] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/devel/exempi *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/exempi