=> 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'. ===> Installing for ruby27-taglib-1.1.3 => Generating pre-install file lists => Installing gem into installation root Building native extensions. This could take a while... ERROR: Error installing /tmp/audio/ruby-taglib/work/taglib-ruby-1.1.3/taglib-ruby-1.1.3.gem: ERROR: Failed to build gem native extension. current directory: /tmp/audio/ruby-taglib/work/.inst/usr/pkg/lib/ruby/gems/2.7.0/gems/taglib-ruby-1.1.3/ext/taglib_mpeg /usr/pkg/bin/ruby27 -I /usr/pkg/lib/ruby/2.7.0 -r ./siteconf20230327-21264-6rkb1v.rb extconf.rb checking for -lstdc++... yes checking for -ltag... yes creating Makefile current directory: /tmp/audio/ruby-taglib/work/.inst/usr/pkg/lib/ruby/gems/2.7.0/gems/taglib-ruby-1.1.3/ext/taglib_mpeg make "DESTDIR=" clean current directory: /tmp/audio/ruby-taglib/work/.inst/usr/pkg/lib/ruby/gems/2.7.0/gems/taglib-ruby-1.1.3/ext/taglib_mpeg make "DESTDIR=" compiling taglib_mpeg_wrap.cxx taglib_mpeg_wrap.cxx: In function 'VALUE taglib_bytevector_to_ruby_string(const TagLib::ByteVector&)': taglib_mpeg_wrap.cxx:1969:25: warning: 'bool TagLib::ByteVector::isNull() const' is deprecated [-Wdeprecated-declarations] if (byteVector.isNull()) { ^ In file included from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tstring.h:31:0, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tag.h:30, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tfile.h:31, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:30, from taglib_mpeg_wrap.cxx:1947: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tbytevector.h:284:28: note: declared here TAGLIB_DEPRECATED bool isNull() const; ^~~~~~ taglib_mpeg_wrap.cxx: In function 'TagLib::ByteVector ruby_string_to_taglib_bytevector(VALUE)': taglib_mpeg_wrap.cxx:1978:32: warning: 'TagLib::ByteVector::null' is deprecated [-Wdeprecated-declarations] return TagLib::ByteVector::null; ^~~~ In file included from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tstring.h:31:0, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tag.h:30, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tfile.h:31, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:30, from taglib_mpeg_wrap.cxx:1947: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tbytevector.h:598:41: note: declared here TAGLIB_DEPRECATED static ByteVector null; ^~~~ taglib_mpeg_wrap.cxx:1978:32: warning: 'TagLib::ByteVector::null' is deprecated [-Wdeprecated-declarations] return TagLib::ByteVector::null; ^~~~ In file included from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tstring.h:31:0, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tag.h:30, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tfile.h:31, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:30, from taglib_mpeg_wrap.cxx:1947: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tbytevector.h:598:41: note: declared here TAGLIB_DEPRECATED static ByteVector null; ^~~~ taglib_mpeg_wrap.cxx: In function 'VALUE taglib_string_to_ruby_string(const TagLib::String&)': taglib_mpeg_wrap.cxx:1985:21: warning: 'bool TagLib::String::isNull() const' is deprecated [-Wdeprecated-declarations] if (string.isNull()) { ^ In file included from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tag.h:30:0, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tfile.h:31, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:30, from taglib_mpeg_wrap.cxx:1947: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tstring.h:343:28: note: declared here TAGLIB_DEPRECATED bool isNull() const; ^~~~~~ taglib_mpeg_wrap.cxx: In function 'TagLib::String ruby_string_to_taglib_string(VALUE)': taglib_mpeg_wrap.cxx:1996:28: warning: 'TagLib::String::null' is deprecated [-Wdeprecated-declarations] return TagLib::String::null; ^~~~ In file included from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tag.h:30:0, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tfile.h:31, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:30, from taglib_mpeg_wrap.cxx:1947: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tstring.h:528:37: note: declared here TAGLIB_DEPRECATED static String null; ^~~~ taglib_mpeg_wrap.cxx:1996:28: warning: 'TagLib::String::null' is deprecated [-Wdeprecated-declarations] return TagLib::String::null; ^~~~ In file included from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tag.h:30:0, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tfile.h:31, from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:30, from taglib_mpeg_wrap.cxx:1947: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/tstring.h:528:37: note: declared here TAGLIB_DEPRECATED static String null; ^~~~ taglib_mpeg_wrap.cxx: In function 'VALUE _wrap_XingHeader_xing_header_offset(int, VALUE*, VALUE)': taglib_mpeg_wrap.cxx:2460:43: warning: 'static int TagLib::MPEG::XingHeader::xingHeaderOffset(TagLib::MPEG::Header::Version, TagLib::MPEG::Header::ChannelMode)' is deprecated [-Wdeprecated-declarations] result = (int)TagLib::MPEG::XingHeader::xingHeaderOffset(arg1,arg2); ^~~~~~~~~~~~~~~~ In file included from taglib_mpeg_wrap.cxx:1944:0: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/xingheader.h:114:36: note: declared here TAGLIB_DEPRECATED static int xingHeaderOffset(TagLib::MPEG::Header::Version v, ^~~~~~~~~~~~~~~~ taglib_mpeg_wrap.cxx:2460:69: warning: 'static int TagLib::MPEG::XingHeader::xingHeaderOffset(TagLib::MPEG::Header::Version, TagLib::MPEG::Header::ChannelMode)' is deprecated [-Wdeprecated-declarations] result = (int)TagLib::MPEG::XingHeader::xingHeaderOffset(arg1,arg2); ^ In file included from taglib_mpeg_wrap.cxx:1944:0: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/xingheader.h:114:36: note: declared here TAGLIB_DEPRECATED static int xingHeaderOffset(TagLib::MPEG::Header::Version v, ^~~~~~~~~~~~~~~~ taglib_mpeg_wrap.cxx: In function 'VALUE _wrap_new_Header__SWIG_0(int, VALUE*, VALUE)': taglib_mpeg_wrap.cxx:2483:94: warning: 'TagLib::MPEG::Header::Header(const TagLib::ByteVector&)' is deprecated [-Wdeprecated-declarations] result = (TagLib::MPEG::Header *)new TagLib::MPEG::Header((TagLib::ByteVector const &)*arg1); ^ In file included from /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/xingheader.h:29:0, from taglib_mpeg_wrap.cxx:1944: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegheader.h:55:25: note: declared here TAGLIB_DEPRECATED Header(const ByteVector &data); ^~~~~~ taglib_mpeg_wrap.cxx: In function 'VALUE _wrap_File_save__SWIG_2(int, VALUE*, VALUE)': taglib_mpeg_wrap.cxx:3874:40: warning: 'bool TagLib::MPEG::File::save(int, bool)' is deprecated [-Wdeprecated-declarations] result = (bool)(arg1)->save(arg2,arg3); ^ In file included from taglib_mpeg_wrap.cxx:1947:0: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:199:30: note: declared here TAGLIB_DEPRECATED bool save(int tags, bool stripOthers); ^~~~ taglib_mpeg_wrap.cxx: In function 'VALUE _wrap_File_save__SWIG_3(int, VALUE*, VALUE)': taglib_mpeg_wrap.cxx:3922:45: warning: 'bool TagLib::MPEG::File::save(int, bool, int)' is deprecated [-Wdeprecated-declarations] result = (bool)(arg1)->save(arg2,arg3,arg4); ^ In file included from taglib_mpeg_wrap.cxx:1947:0: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:205:30: note: declared here TAGLIB_DEPRECATED bool save(int tags, bool stripOthers, int id3v2Version); ^~~~ taglib_mpeg_wrap.cxx: In function 'VALUE _wrap_File_save__SWIG_4(int, VALUE*, VALUE)': taglib_mpeg_wrap.cxx:3978:50: warning: 'bool TagLib::MPEG::File::save(int, bool, int, bool)' is deprecated [-Wdeprecated-declarations] result = (bool)(arg1)->save(arg2,arg3,arg4,arg5); ^ In file included from taglib_mpeg_wrap.cxx:1947:0: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:211:30: note: declared here TAGLIB_DEPRECATED bool save(int tags, bool stripOthers, int id3v2Version, bool duplicateTags); ^~~~ taglib_mpeg_wrap.cxx: In function 'VALUE _wrap_File_set_id3v2_frame_factory(int, VALUE*, VALUE)': taglib_mpeg_wrap.cxx:4603:73: warning: 'void TagLib::MPEG::File::setID3v2FrameFactory(const TagLib::ID3v2::FrameFactory*)' is deprecated [-Wdeprecated-declarations] (arg1)->setID3v2FrameFactory((TagLib::ID3v2::FrameFactory const *)arg2); ^ In file included from taglib_mpeg_wrap.cxx:1947:0: /tmp/audio/ruby-taglib/work/.buildlink/include/taglib/mpegfile.h:320:30: note: declared here TAGLIB_DEPRECATED void setID3v2FrameFactory(const ID3v2::FrameFactory *factory); ^~~~~~~~~~~~~~~~~~~~ linking shared-object taglib_mpeg.so current directory: /tmp/audio/ruby-taglib/work/.inst/usr/pkg/lib/ruby/gems/2.7.0/gems/taglib-ruby-1.1.3/ext/taglib_mpeg make "DESTDIR=" install make: don't know how to make /usr/pkg/include/ruby-2.7.0/ruby.h. Stop make: stopped in /tmp/audio/ruby-taglib/work/.inst/usr/pkg/lib/ruby/gems/2.7.0/gems/taglib-ruby-1.1.3/ext/taglib_mpeg make install failed, exit code 2 Gem files will remain installed in /tmp/audio/ruby-taglib/work/.inst/usr/pkg/lib/ruby/gems/2.7.0/gems/taglib-ruby-1.1.3 for inspection. Results logged to /tmp/audio/ruby-taglib/work/.inst/usr/pkg/lib/ruby/gems/2.7.0/extensions/x86_64-netbsd/2.7.0/taglib-ruby-1.1.3/gem_make.out *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/ruby-taglib *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/ruby-taglib