+ 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=34 WRKLOG=/tmp/bulklog/ruby34-odbc-0.999992/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent RUBY_VERSION_REQD=34 WRKLOG=/tmp/bulklog/ruby34-odbc-0.999992/work.log ===> Installing for ruby34-odbc-0.999992 => Generating pre-install file lists => Installing gem into installation root Building native extensions with: '--build-args --disable-dlopen --with-odbc-include=/opt/pkg/include/iodbc --with-odbc-lib=/opt/pkg/lib/iodbc' This could take a while... ERROR: Error installing /home/pbulk/build/databases/ruby-odbc/work/ruby-odbc-0.999992/ruby-odbc-0.999992.gem: ERROR: Failed to build gem native extension. current directory: /home/pbulk/build/databases/ruby-odbc/work/.inst/opt/pkg/lib/ruby/gems/3.4.0/gems/ruby-odbc-0.999992/ext/utf8 /opt/pkg/bin/ruby34 extconf.rb --build-args --disable-dlopen --with-odbc-include\=/opt/pkg/include/iodbc --with-odbc-lib\=/opt/pkg/lib/iodbc checking for version.h... no checking for ruby/version.h... yes checking for sql.h... yes checking for sqlext.h... yes checking for SQLTCHAR in sqltypes.h... yes checking for SQLLEN in sqltypes.h... yes checking for SQLULEN in sqltypes.h... yes checking for odbcinst.h... yes checking for SQLAllocConnect() in -lodbc... yes checking for SQLConfigDataSource() in -lodbcinst... no checking for SQLConfigDataSource() in -liodbcinst... yes checking for SQLConfigDataSourceW() in odbcinst.h... yes checking for SQLWriteFileDSNW() in odbcinst.h... yes checking for SQLReadFileDSNW() in odbcinst.h... yes checking for SQLInstallerError() in odbcinst.h... yes checking for SQLInstallerErrorW() in odbcinst.h... yes creating Makefile current directory: /home/pbulk/build/databases/ruby-odbc/work/.inst/opt/pkg/lib/ruby/gems/3.4.0/gems/ruby-odbc-0.999992/ext/utf8 make DESTDIR\= sitearchdir\=./.gem.20250715-6424-lpxgg7 sitelibdir\=./.gem.20250715-6424-lpxgg7 clean current directory: /home/pbulk/build/databases/ruby-odbc/work/.inst/opt/pkg/lib/ruby/gems/3.4.0/gems/ruby-odbc-0.999992/ext/utf8 make DESTDIR\= sitearchdir\=./.gem.20250715-6424-lpxgg7 sitelibdir\=./.gem.20250715-6424-lpxgg7 compiling init.c compiling odbc.c In file included from odbc.c:17: ../odbc.c: In function 'env_of': ../odbc.c:2251:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 2251 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ In file included from /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core.h:27, from /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/ruby.h:29, from /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby.h:38, from ../odbc.c:21: /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:2260:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 2260 | Data_Get_Struct(self, DBC, p); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'get_env': ../odbc.c:2274:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 2274 | Data_Get_Struct(env_of(self), ENV, e); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'get_dbc': ../odbc.c:2294:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 2294 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:2300:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 2300 | Data_Get_Struct(self, DBC, p); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'dbc_dsns': ../odbc.c:2395:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 2395 | Data_Get_Struct(env, ENV, e); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'dbc_drivers': ../odbc.c:2452:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 2452 | Data_Get_Struct(env, ENV, e); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'dbc_wfdsn': ../odbc.c:2715:46: warning: passing argument 4 of 'SQLWriteFileDSN' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2715 | (LPCSTR) skname, (LPCSTR) sval)) { | ^~~~~~~~~~~~~ In file included from ../odbc.c:39: /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/iodbc/odbcinst.h:315:11: note: expected 'LPSTR' {aka 'char *'} but argument is of type 'const char *' 315 | LPSTR lpszString); | ~~~~~~^~~~~~~~~~ ../odbc.c: In function 'dbc_new': ../odbc.c:2897:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 2897 | Data_Get_Struct(obj, DBC, p); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:2914:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 2914 | Data_Get_Struct(env, ENV, e); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'dbc_getinfo': ../odbc.c:4075:17: error: passing argument 1 of 'sprintf' from incompatible pointer type [-Wincompatible-pointer-types] 4075 | sprintf(buffer, "Unknown info type %d for ODBC::Connection.get_info", | ^~~~~~ | | | SQLWCHAR * {aka int *} In file included from /usr/include/stdio.h:82, from /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/defines.h:16, from /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/ruby.h:25: /usr/include/iso/stdio_iso.h:212:25: note: expected 'char * restrict' but argument is of type 'SQLWCHAR *' {aka 'int *'} 212 | extern int sprintf(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, ...); ../odbc.c:4077:17: error: passing argument 1 of 'set_err' from incompatible pointer type [-Wincompatible-pointer-types] 4077 | set_err(buffer, 1); | ^~~~~~ | | | SQLWCHAR * {aka int *} ../odbc.c:1891:21: note: expected 'const char *' but argument is of type 'SQLWCHAR *' {aka 'int *'} 1891 | set_err(const char *msg, int warn) | ~~~~~~~~~~~~^~~ ../odbc.c: In function 'make_result': ../odbc.c:4476:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 4476 | Data_Get_Struct(dbc, DBC, p); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:4504:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 4504 | Data_Get_Struct(result, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:4531:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 4531 | Data_Get_Struct(result, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'do_option': ../odbc.c:5312:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5312 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'date_load1': ../odbc.c:5677:13: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5677 | Data_Get_Struct(self, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'date_init': ../odbc.c:5709:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5709 | Data_Get_Struct(self, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5710:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5710 | Data_Get_Struct(y, DATE_STRUCT, date2); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5720:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5720 | Data_Get_Struct(self, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5721:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5721 | Data_Get_Struct(y, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5746:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5746 | Data_Get_Struct(self, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'date_clone': ../odbc.c:5760:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5760 | Data_Get_Struct(self, DATE_STRUCT, date1); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5761:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5761 | Data_Get_Struct(obj, DATE_STRUCT, date2); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'date_to_s': ../odbc.c:5775:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5775 | Data_Get_Struct(self, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'date_year': ../odbc.c:5802:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5802 | Data_Get_Struct(self, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'date_month': ../odbc.c:5817:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5817 | Data_Get_Struct(self, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'date_day': ../odbc.c:5832:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5832 | Data_Get_Struct(self, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'date_cmp': ../odbc.c:5848:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5848 | Data_Get_Struct(self, DATE_STRUCT, date1); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5849:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5849 | Data_Get_Struct(date, DATE_STRUCT, date2); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'time_load1': ../odbc.c:5912:13: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5912 | Data_Get_Struct(self, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'time_init': ../odbc.c:5944:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5944 | Data_Get_Struct(self, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5945:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5945 | Data_Get_Struct(h, TIME_STRUCT, time2); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5955:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5955 | Data_Get_Struct(self, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5956:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5956 | Data_Get_Struct(h, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5974:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5974 | Data_Get_Struct(self, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'time_clone': ../odbc.c:5988:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5988 | Data_Get_Struct(self, TIME_STRUCT, time1); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:5989:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 5989 | Data_Get_Struct(obj, TIME_STRUCT, time2); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'time_to_s': ../odbc.c:6003:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6003 | Data_Get_Struct(self, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'time_hour': ../odbc.c:6030:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6030 | Data_Get_Struct(self, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'time_min': ../odbc.c:6045:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6045 | Data_Get_Struct(self, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'time_sec': ../odbc.c:6060:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6060 | Data_Get_Struct(self, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'time_cmp': ../odbc.c:6076:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6076 | Data_Get_Struct(self, TIME_STRUCT, time1); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:6077:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6077 | Data_Get_Struct(time, TIME_STRUCT, time2); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_load1': ../odbc.c:6140:13: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6140 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_init': ../odbc.c:6170:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6170 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:6171:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6171 | Data_Get_Struct(y, TIMESTAMP_STRUCT, ts2); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:6185:17: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6185 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:6186:17: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6186 | Data_Get_Struct(m, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:6194:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6194 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:6195:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6195 | Data_Get_Struct(y, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:6230:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6230 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_clone': ../odbc.c:6248:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6248 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts1); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:6249:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6249 | Data_Get_Struct(obj, TIMESTAMP_STRUCT, ts2); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_to_s': ../odbc.c:6263:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6263 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_year': ../odbc.c:6293:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6293 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_month': ../odbc.c:6308:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6308 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_day': ../odbc.c:6323:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6323 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_hour': ../odbc.c:6338:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6338 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_min': ../odbc.c:6353:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6353 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_sec': ../odbc.c:6368:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6368 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_fraction': ../odbc.c:6383:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6383 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'timestamp_cmp': ../odbc.c:6399:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6399 | Data_Get_Struct(self, TIMESTAMP_STRUCT, ts1); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:6400:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6400 | Data_Get_Struct(timestamp, TIMESTAMP_STRUCT, ts2); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_drop': ../odbc.c:6453:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6453 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_close': ../odbc.c:6469:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6469 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_cancel': ../odbc.c:6484:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6484 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_ncols': ../odbc.c:6520:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6520 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_nrows': ../odbc.c:6532:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6532 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_nparams': ../odbc.c:6546:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6546 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_param_type': ../odbc.c:6597:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6597 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_param_iotype': ../odbc.c:6629:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6629 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_param_output_value': ../odbc.c:6653:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6653 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_param_output_size': ../odbc.c:6764:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6764 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_param_output_type': ../odbc.c:6785:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6785 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_cursorname': ../odbc.c:6811:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6811 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_column': ../odbc.c:6865:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6865 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_columns': ../odbc.c:6881:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6881 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_param': ../odbc.c:6928:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6928 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_params': ../odbc.c:6943:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 6943 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_fetch1': ../odbc.c:7484:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 7484 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_fetch_first1': ../odbc.c:7556:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 7556 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_fetch_scroll1': ../odbc.c:7612:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 7612 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_fetch_hash1': ../odbc.c:7727:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 7727 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_fetch_first_hash1': ../odbc.c:7800:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 7800 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_each': ../odbc.c:7842:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 7842 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_each_hash': ../odbc.c:7901:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 7901 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_more_results': ../odbc.c:7948:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 7948 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_prep_int': ../odbc.c:7984:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 7984 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'bind_one_param': ../odbc.c:8186:13: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8186 | Data_Get_Struct(arg, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:8196:13: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8196 | Data_Get_Struct(arg, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:8206:13: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8206 | Data_Get_Struct(arg, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_exec_int': ../odbc.c:8444:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8444 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_ignorecase': ../odbc.c:8558:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8558 | Data_Get_Struct(self, STMT, q); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:8563:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8563 | Data_Get_Struct(self, DBC, p); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'stmt_new': ../odbc.c:8589:5: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8589 | Data_Get_Struct(self, DBC, p); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'mod_2time': ../odbc.c:8748:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8748 | Data_Get_Struct(a1, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:8765:17: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8765 | Data_Get_Struct(a2, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:8777:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8777 | Data_Get_Struct(a1, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:8790:17: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8790 | Data_Get_Struct(a2, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:8804:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8804 | Data_Get_Struct(a1, TIME_STRUCT, time); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c: In function 'mod_2date': ../odbc.c:8848:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8848 | Data_Get_Struct(arg, DATE_STRUCT, date); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../odbc.c:8857:9: warning: 'rb_data_object_get_warning' is deprecated: by TypedData [-Wdeprecated-declarations] 8857 | Data_Get_Struct(arg, TIMESTAMP_STRUCT, ts); | ^~~~~~~~~~~~~~~ /home/pbulk/build/databases/ruby-odbc/work/.buildlink/include/ruby-3.4.0/ruby/internal/core/rdata.h:325:1: note: declared here 325 | rb_data_object_get_warning(VALUE obj) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ *** Error code 1 Stop. make: stopped making "all" in /home/pbulk/build/databases/ruby-odbc/work/.inst/opt/pkg/lib/ruby/gems/3.4.0/gems/ruby-odbc-0.999992/ext/utf8 make failed, exit code 1 Gem files will remain installed in /home/pbulk/build/databases/ruby-odbc/work/.inst/opt/pkg/lib/ruby/gems/3.4.0/gems/ruby-odbc-0.999992 for inspection. Results logged to /home/pbulk/build/databases/ruby-odbc/work/.inst/opt/pkg/lib/ruby/gems/3.4.0/extensions/x86_64-solaris-2.11/3.4.0/ruby-odbc-0.999992/gem_make.out *** Error code 1 Stop. bmake[1]: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/ruby-odbc *** Error code 1 Stop. bmake: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/ruby-odbc