* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘RMySQL’ ...
** package ‘RMySQL’ successfully unpacked and MD5 sums checked
** using staged installation
Found mysql_config cflags and libs!
Using PKG_CFLAGS=-I/usr/include/mariadb -I/usr/include/mariadb/mysql
Using PKG_LIBS=-L/usr/lib/x86_64-linux-gnu/ -lmariadb
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/RtmpBcHhzT/R.INSTALL1d8ef12a2fe65d/RMySQL/src'
rm -f RMySQL.so RMySQL-init.o connection.o db-apply.o driver.o exception.o fields.o result.o utils.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/include/mariadb -I/usr/include/mariadb/mysql  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c RMySQL-init.c -o RMySQL-init.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/include/mariadb -I/usr/include/mariadb/mysql  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c connection.c -o connection.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/include/mariadb -I/usr/include/mariadb/mysql  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c db-apply.c -o db-apply.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/include/mariadb -I/usr/include/mariadb/mysql  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c driver.c -o driver.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/include/mariadb -I/usr/include/mariadb/mysql  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c exception.c -o exception.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/include/mariadb -I/usr/include/mariadb/mysql  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c fields.c -o fields.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/include/mariadb -I/usr/include/mariadb/mysql  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c result.c -o result.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/include/mariadb -I/usr/include/mariadb/mysql  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c utils.c -o utils.o
utils.c: In function ‘RS_DBI_newEntry’:
utils.c:132:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  132 |   for(i = 0; i < length; i++)
      |   ^~~
utils.c:137:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  137 |     return indx;
      |     ^~~~~~
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o RMySQL.so RMySQL-init.o connection.o db-apply.o driver.o exception.o fields.o result.o utils.o -L/usr/lib/x86_64-linux-gnu/ -lmariadb -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpBcHhzT/R.INSTALL1d8ef12a2fe65d/RMySQL/src'
make[1]: Entering directory '/tmp/RtmpBcHhzT/R.INSTALL1d8ef12a2fe65d/RMySQL/src'
make[1]: Leaving directory '/tmp/RtmpBcHhzT/R.INSTALL1d8ef12a2fe65d/RMySQL/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-RMySQL/00new/RMySQL/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘RMySQL’
    finding HTML links ... done
    MySQLConnection-class                   html  
    MySQLDriver-class                       html  
    MySQLResult-class                       html  
    constants                               html  
    db-meta                                 html  
    dbApply                                 html  
    dbColumnInfo-MySQLConnection-method     html  
    dbConnect-MySQLDriver-method            html  
    dbDataType-MySQLDriver-method           html  
    dbEscapeStrings                         html  
    dbGetInfo-MySQLDriver-method            html  
    dbNextResult                            html  
    dbQuoteIdentifier-MySQLConnection-character-method
                                            html  
    dbReadTable                             html  
    dbUnloadDriver-MySQLDriver-method       html  
    dbWriteTable                            html  
    isIdCurrent                             html  
    make.db.names-MySQLConnection-character-method
                                            html  
    mysqlBuildTableDefinition               html  
    mysqlClientLibraryVersions              html  
    mysqlHasDefault                         html  
    query                                   html  
    result-meta                             html  
    transactions                            html  
    finding level-2 HTML links ... done

** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (RMySQL)