+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent RUBY_VERSION_REQD=33 WRKLOG=/tmp/bulklog/ruby33-taglib-2.0.0/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent RUBY_VERSION_REQD=33 WRKLOG=/tmp/bulklog/ruby33-taglib-2.0.0/work.log
===> Installing for ruby33-taglib-2.0.0
=> Generating pre-install file lists
=> Installing gem into installation root
Building native extensions. This could take a while...
ERROR:  Error installing /home/pbulk/build/audio/ruby-taglib/work/taglib-ruby-2.0.0/taglib-ruby-2.0.0.gem:
	ERROR: Failed to build gem native extension.

    current directory: /home/pbulk/build/audio/ruby-taglib/work/.inst/opt/pkg/lib/ruby/gems/3.3.0/gems/taglib-ruby-2.0.0/ext/taglib_base
/opt/pkg/bin/ruby33 extconf.rb
checking for -lstdc++... yes
checking for -ltag... yes
creating Makefile

current directory: /home/pbulk/build/audio/ruby-taglib/work/.inst/opt/pkg/lib/ruby/gems/3.3.0/gems/taglib-ruby-2.0.0/ext/taglib_base
make DESTDIR\= sitearchdir\=./.gem.20241231-506856-yca3f3 sitelibdir\=./.gem.20241231-506856-yca3f3 clean

current directory: /home/pbulk/build/audio/ruby-taglib/work/.inst/opt/pkg/lib/ruby/gems/3.3.0/gems/taglib-ruby-2.0.0/ext/taglib_base
make DESTDIR\= sitearchdir\=./.gem.20241231-506856-yca3f3 sitelibdir\=./.gem.20241231-506856-yca3f3
compiling taglib_base_wrap.cxx
<command-line>: warning: "_XOPEN_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
taglib_base_wrap.cxx: In function 'void SWIG_RubyInitializeTrackings()':
taglib_base_wrap.cxx:1274:29: warning: 'void ruby::backward::cxxanyargs::rb_define_virtual_variable(const char*, VALUE (*)(...), void (*)(...))' is deprecated: Use of ANYARGS in this function is deprecated [-Wdeprecated-declarations]
 1274 |   rb_define_virtual_variable("SWIG_TRACKINGS_COUNT",
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
 1275 |                              VALUEFUNC(swig_ruby_trackings_count),
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1276 |                              SWIG_RUBY_VOID_ANYARGS_FUNC((rb_gvar_setter_t*)NULL));
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/internal/anyargs.h:83,
                 from /home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/ruby.h:27,
                 from /home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby.h:38,
                 from taglib_base_wrap.cxx:875:
/home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/backward/cxxanyargs.hpp:73:1: note: declared here
   73 | rb_define_virtual_variable(const char *q, type *w, void_type *e)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
taglib_base_wrap.cxx: In function 'void SWIG_RubyIterateTrackings(void (*)(void*, VALUE))':
taglib_base_wrap.cxx:1331:13: warning: 'int ruby::backward::cxxanyargs::rb_st_foreach(st_table*, int (*)(...), st_data_t)' is deprecated: Use of ANYARGS in this function is deprecated [-Wdeprecated-declarations]
 1331 |   st_foreach(swig_ruby_trackings,
In file included from /home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/internal/intern/hash.h:26,
                 from /home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/backward/cxxanyargs.hpp:16:
/home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/st.h:146:20: note: declared here
  146 | #define st_foreach rb_st_foreach
      |                    ^~~~~~~~~~~~~
/home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/backward/cxxanyargs.hpp:432:1: note: in expansion of macro 'st_foreach'
  432 | st_foreach(st_table *q, int_type *w, st_data_t e)
      | ^~~~~~~~~~
taglib_base_wrap.cxx: At global scope:
taglib_base_wrap.cxx:2073:43: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 2073 | VALUE taglib_offset_t_to_ruby_int(TagLib::offset_t off) {
      |                                           ^~~~~~~~
In file included from /home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/defines.h:19,
                 from /home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/ruby.h:25:
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx: In function 'int SWIG_AsVal_unsigned_SS_long(VALUE, long unsigned int*)':
taglib_base_wrap.cxx:2194:18: warning: 'VALUE ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), VALUE)' is deprecated: Use of ANYARGS in this function is deprecated [-Wdeprecated-declarations]
 2194 |     if (rb_rescue(VALUEFUNC(SWIG_AUX_NUM2ULONG), (VALUE)a, VALUEFUNC(SWIG_ruby_failed), 0) != Qnil) {
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/backward/cxxanyargs.hpp:260:1: note: declared here
  260 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
      | ^~~~~~~~~
taglib_base_wrap.cxx: In function 'int SWIG_AsVal_long(VALUE, long int*)':
taglib_base_wrap.cxx:2247:18: warning: 'VALUE ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), VALUE)' is deprecated: Use of ANYARGS in this function is deprecated [-Wdeprecated-declarations]
 2247 |     if (rb_rescue(VALUEFUNC(SWIG_AUX_NUM2LONG), (VALUE)a, VALUEFUNC(SWIG_ruby_failed), 0) != Qnil) {
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/backward/cxxanyargs.hpp:260:1: note: declared here
  260 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
      | ^~~~~~~~~
taglib_base_wrap.cxx: In function 'int SWIG_AsVal_unsigned_SS_long_SS_long(VALUE, long long unsigned int*)':
taglib_base_wrap.cxx:2319:18: warning: 'VALUE ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), VALUE)' is deprecated: Use of ANYARGS in this function is deprecated [-Wdeprecated-declarations]
 2319 |     if (rb_rescue(VALUEFUNC(SWIG_AUX_NUM2ULL), (VALUE)a, VALUEFUNC(SWIG_ruby_failed), 0) != Qnil) {
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/backward/cxxanyargs.hpp:260:1: note: declared here
  260 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
      | ^~~~~~~~~
taglib_base_wrap.cxx: In function 'int SWIG_AsVal_long_SS_long(VALUE, long long int*)':
taglib_base_wrap.cxx:2372:18: warning: 'VALUE ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), VALUE)' is deprecated: Use of ANYARGS in this function is deprecated [-Wdeprecated-declarations]
 2372 |     if (rb_rescue(VALUEFUNC(SWIG_AUX_NUM2LL), (VALUE)a, VALUEFUNC(SWIG_ruby_failed), 0) != Qnil) {
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/audio/ruby-taglib/work/.buildlink/include/ruby-3.3.0/ruby/backward/cxxanyargs.hpp:260:1: note: declared here
  260 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
      | ^~~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_find__SWIG_0(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3305:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3305 |   TagLib::offset_t arg3 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3313:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3313 |   TagLib::offset_t result;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3332:3: error: 'arg3' was not declared in this scope; did you mean 'arg4'?
 3332 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |   ^~~~
      |   arg4
taglib_base_wrap.cxx:3332:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 3332 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |                               ^~~~~~~~
taglib_base_wrap.cxx:3337:3: error: 'result' was not declared in this scope; did you mean 'vresult'?
 3337 |   result = (TagLib::offset_t)(arg1)->find((TagLib::ByteVector const &)*arg2,arg3,(TagLib::ByteVector const &)*arg4);
      |   ^~~~~~
      |   vresult
taglib_base_wrap.cxx:3337:21: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3337 |   result = (TagLib::offset_t)(arg1)->find((TagLib::ByteVector const &)*arg2,arg3,(TagLib::ByteVector const &)*arg4);
      |                     ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3339:42: error: 'taglib_offset_t_to_ruby_int' cannot be used as a function
 3339 |     vresult = taglib_offset_t_to_ruby_int(result);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_find__SWIG_1(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3351:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3351 |   TagLib::offset_t arg3 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3357:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3357 |   TagLib::offset_t result;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3376:3: error: 'arg3' was not declared in this scope; did you mean 'arg2'?
 3376 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |   ^~~~
      |   arg2
taglib_base_wrap.cxx:3376:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 3376 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |                               ^~~~~~~~
taglib_base_wrap.cxx:3377:3: error: 'result' was not declared in this scope; did you mean 'vresult'?
 3377 |   result = (TagLib::offset_t)(arg1)->find((TagLib::ByteVector const &)*arg2,arg3);
      |   ^~~~~~
      |   vresult
taglib_base_wrap.cxx:3377:21: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3377 |   result = (TagLib::offset_t)(arg1)->find((TagLib::ByteVector const &)*arg2,arg3);
      |                     ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3379:42: error: 'taglib_offset_t_to_ruby_int' cannot be used as a function
 3379 |     vresult = taglib_offset_t_to_ruby_int(result);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_find__SWIG_2(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3394:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3394 |   TagLib::offset_t result;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3409:3: error: 'result' was not declared in this scope; did you mean 'vresult'?
 3409 |   result = (TagLib::offset_t)(arg1)->find((TagLib::ByteVector const &)*arg2);
      |   ^~~~~~
      |   vresult
taglib_base_wrap.cxx:3409:21: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3409 |   result = (TagLib::offset_t)(arg1)->find((TagLib::ByteVector const &)*arg2);
      |                     ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3411:42: error: 'taglib_offset_t_to_ruby_int' cannot be used as a function
 3411 |     vresult = taglib_offset_t_to_ruby_int(result);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_rfind__SWIG_0(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3500:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3500 |   TagLib::offset_t arg3 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3508:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3508 |   TagLib::offset_t result;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3527:3: error: 'arg3' was not declared in this scope; did you mean 'arg4'?
 3527 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |   ^~~~
      |   arg4
taglib_base_wrap.cxx:3527:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 3527 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |                               ^~~~~~~~
taglib_base_wrap.cxx:3532:3: error: 'result' was not declared in this scope; did you mean 'vresult'?
 3532 |   result = (TagLib::offset_t)(arg1)->rfind((TagLib::ByteVector const &)*arg2,arg3,(TagLib::ByteVector const &)*arg4);
      |   ^~~~~~
      |   vresult
taglib_base_wrap.cxx:3532:21: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3532 |   result = (TagLib::offset_t)(arg1)->rfind((TagLib::ByteVector const &)*arg2,arg3,(TagLib::ByteVector const &)*arg4);
      |                     ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3534:42: error: 'taglib_offset_t_to_ruby_int' cannot be used as a function
 3534 |     vresult = taglib_offset_t_to_ruby_int(result);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_rfind__SWIG_1(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3546:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3546 |   TagLib::offset_t arg3 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3552:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3552 |   TagLib::offset_t result;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3571:3: error: 'arg3' was not declared in this scope; did you mean 'arg2'?
 3571 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |   ^~~~
      |   arg2
taglib_base_wrap.cxx:3571:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 3571 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |                               ^~~~~~~~
taglib_base_wrap.cxx:3572:3: error: 'result' was not declared in this scope; did you mean 'vresult'?
 3572 |   result = (TagLib::offset_t)(arg1)->rfind((TagLib::ByteVector const &)*arg2,arg3);
      |   ^~~~~~
      |   vresult
taglib_base_wrap.cxx:3572:21: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3572 |   result = (TagLib::offset_t)(arg1)->rfind((TagLib::ByteVector const &)*arg2,arg3);
      |                     ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3574:42: error: 'taglib_offset_t_to_ruby_int' cannot be used as a function
 3574 |     vresult = taglib_offset_t_to_ruby_int(result);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_rfind__SWIG_2(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3589:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3589 |   TagLib::offset_t result;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3604:3: error: 'result' was not declared in this scope; did you mean 'vresult'?
 3604 |   result = (TagLib::offset_t)(arg1)->rfind((TagLib::ByteVector const &)*arg2);
      |   ^~~~~~
      |   vresult
taglib_base_wrap.cxx:3604:21: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3604 |   result = (TagLib::offset_t)(arg1)->rfind((TagLib::ByteVector const &)*arg2);
      |                     ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3606:42: error: 'taglib_offset_t_to_ruby_int' cannot be used as a function
 3606 |     vresult = taglib_offset_t_to_ruby_int(result);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_insert__SWIG_0(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3705:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3705 |   TagLib::offset_t arg3 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3731:3: error: 'arg3' was not declared in this scope; did you mean 'arg4'?
 3731 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |   ^~~~
      |   arg4
taglib_base_wrap.cxx:3731:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 3731 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |                               ^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_insert__SWIG_1(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3748:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3748 |   TagLib::offset_t arg3 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3771:3: error: 'arg3' was not declared in this scope; did you mean 'arg2'?
 3771 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |   ^~~~
      |   arg2
taglib_base_wrap.cxx:3771:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 3771 |   arg3 = static_cast< TagLib::offset_t >(val3);
      |                               ^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_remove_block__SWIG_0(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3888:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3888 |   TagLib::offset_t arg2 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3909:3: error: 'arg2' was not declared in this scope; did you mean 'arg3'?
 3909 |   arg2 = static_cast< TagLib::offset_t >(val2);
      |   ^~~~
      |   arg3
taglib_base_wrap.cxx:3909:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 3909 |   arg2 = static_cast< TagLib::offset_t >(val2);
      |                               ^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_remove_block__SWIG_1(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:3925:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 3925 |   TagLib::offset_t arg2 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:3943:3: error: 'arg2' was not declared in this scope; did you mean 'arg1'?
 3943 |   arg2 = static_cast< TagLib::offset_t >(val2);
      |   ^~~~
      |   arg1
taglib_base_wrap.cxx:3943:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 3943 |   arg2 = static_cast< TagLib::offset_t >(val2);
      |                               ^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_seek__SWIG_0(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:4114:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 4114 |   TagLib::offset_t arg2 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:4135:3: error: 'arg2' was not declared in this scope; did you mean 'arg3'?
 4135 |   arg2 = static_cast< TagLib::offset_t >(val2);
      |   ^~~~
      |   arg3
taglib_base_wrap.cxx:4135:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 4135 |   arg2 = static_cast< TagLib::offset_t >(val2);
      |                               ^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_seek__SWIG_1(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:4151:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 4151 |   TagLib::offset_t arg2 ;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:4169:3: error: 'arg2' was not declared in this scope; did you mean 'arg1'?
 4169 |   arg2 = static_cast< TagLib::offset_t >(val2);
      |   ^~~~
      |   arg1
taglib_base_wrap.cxx:4169:31: error: 'offset_t' in namespace 'TagLib' does not name a type
 4169 |   arg2 = static_cast< TagLib::offset_t >(val2);
      |                               ^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_tell(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:4260:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 4260 |   TagLib::offset_t result;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:4271:3: error: 'result' was not declared in this scope; did you mean 'vresult'?
 4271 |   result = (TagLib::offset_t)((TagLib::File const *)arg1)->tell();
      |   ^~~~~~
      |   vresult
taglib_base_wrap.cxx:4271:21: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 4271 |   result = (TagLib::offset_t)((TagLib::File const *)arg1)->tell();
      |                     ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:4273:42: error: 'taglib_offset_t_to_ruby_int' cannot be used as a function
 4273 |     vresult = taglib_offset_t_to_ruby_int(result);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
taglib_base_wrap.cxx: In function 'VALUE _wrap_File_length(int, VALUE*, VALUE)':
taglib_base_wrap.cxx:4286:11: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 4286 |   TagLib::offset_t result;
      |           ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:4297:3: error: 'result' was not declared in this scope; did you mean 'vresult'?
 4297 |   result = (TagLib::offset_t)(arg1)->length();
      |   ^~~~~~
      |   vresult
taglib_base_wrap.cxx:4297:21: error: 'offset_t' is not a member of 'TagLib'; did you mean 'offset_t'?
 4297 |   result = (TagLib::offset_t)(arg1)->length();
      |                     ^~~~~~~~
/usr/include/sys/types.h:274:25: note: 'offset_t' declared here
  274 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
taglib_base_wrap.cxx:4299:42: error: 'taglib_offset_t_to_ruby_int' cannot be used as a function
 4299 |     vresult = taglib_offset_t_to_ruby_int(result);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
*** Error code 1

Stop.
make: stopped making "all" in /home/pbulk/build/audio/ruby-taglib/work/.inst/opt/pkg/lib/ruby/gems/3.3.0/gems/taglib-ruby-2.0.0/ext/taglib_base

make failed, exit code 1

Gem files will remain installed in /home/pbulk/build/audio/ruby-taglib/work/.inst/opt/pkg/lib/ruby/gems/3.3.0/gems/taglib-ruby-2.0.0 for inspection.
Results logged to /home/pbulk/build/audio/ruby-taglib/work/.inst/opt/pkg/lib/ruby/gems/3.3.0/extensions/x86_64-solaris-2.11/3.3.0/taglib-ruby-2.0.0/gem_make.out
*** Error code 1

Stop.
bmake[1]: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/ruby-taglib
*** Error code 1

Stop.
bmake: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/ruby-taglib