* installing *source* package 'RIBMDB' ... ** using staged installation platform = windows , arch = x64 , R_Version = R Under development (unstable) (2024-02-02 r85855 ucrt) Downloading DB2 ODBC CLI Driver from https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/ntx64_odbc_cli.zip ... trying URL 'https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/ntx64_odbc_cli.zip' Content type 'application/zip' length 26444862 bytes (25.2 MB) ================================================== downloaded 25.2 MB DOWNLOAD_DIR:--> D:/RCompile/recent/R/library/RIBMDB_CLI **************************************** You are downloading a package which includes the R module for IBM DB2/Informix. The module is licensed under the Apache License 2.0. The package also includes IBM ODBC and CLI Driver from IBM, which is automatically downloaded as the R module is installed on your system/device. The license agreement to the IBM ODBC and CLI Driver is available in D:/RCompile/recent/R /clidriver/license. Check for additional dependencies, which may come with their own license agreement(s). Your use of the components of the package and dependencies constitutes your acceptance of their respective license agreements. If you do not accept the terms of any license agreement(s), then delete the relevant component(s) from your device. **************************************** Downloading and extraction of DB2 ODBC CLI Driver completed successfully... : D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver Warning message: In download.file(installerfileURL, INSTALLER_FILE, method = "wininet", : the 'wininet' method is deprecated for http:// and https:// URLs ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include" -I"/clidriver/include" -I. -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RODBC.c -o RODBC.o In file included from D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlcli.h:989, from D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlcli1.h:45, from RODBC.c:50: D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlext.h:2133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2133 | RETCODE SQL_API TraceCloseLogFile(); /* Request to close a trace log */ | ^~~~~~~ D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlext.h:2135:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2135 | DWORD SQL_API TraceVersion(); /* Returns trace API version */ | ^~~~~ D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlext.h:2153:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2153 | DWORD SQL_API ODBCGetTryWaitValue(); /* In Milliseconds(!) */ | ^~~~~ RODBC.c: In function 'RODBCDriverConnect': RODBC.c:294:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'SQLINTEGER' {aka 'long int'} [-Wformat=] 294 | warning(_("[RIBMDB] ERROR: state %s, code %d, message %s"), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RODBC.c:58:38: note: in definition of macro '_' 58 | #define _(String) dgettext ("RODBC", String) | ^~~~~~ RODBC.c:294:64: note: format string is defined here 294 | warning(_("[RIBMDB] ERROR: state %s, code %d, message %s"), | ~^ | | | int | %ld RODBC.c: In function 'cachenbind': RODBC.c:673:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 673 | (SQLPOINTER) (unsigned long) thisHandle->rowArraySize, 0 ); | ^ RODBC.c: In function 'RODBCUpdate': RODBC.c:1075:58: warning: format '%d' expects argument of type 'int', but argument 4 has type 'SQLUINTEGER' {aka 'long unsigned int'} [-Wformat=] 1075 | Rprintf("Binding: '%s' DataType %d, ColSize %d\n", | ~^ | | | int | %ld ...... 1078 | thisHandle->ColData[j].ColSize); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | SQLUINTEGER {aka long unsigned int} gcc -shared -s -static-libgcc -o RIBMDB.dll tmp.def RODBC.o -LD:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/bin -L/clidriver/bin -ldb2app64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-RIBMDB/00new/RIBMDB/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading platform = windows , arch = x64 , R_Version = R Under development (unstable) (2024-02-02 r85855 ucrt) : D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Error: package or namespace load failed for 'RIBMDB' in inDL(x, as.logical(local), as.logical(now), ...): unable to load shared object 'D:/RCompile/CRANincoming/R-devel/lib/00LOCK-RIBMDB/00new/RIBMDB/libs/x64/RIBMDB.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error: loading failed Execution halted ERROR: loading failed * removing 'd:/RCompile/CRANincoming/R-devel/lib/RIBMDB'