* installing *source* package 'foreign' ...
** package 'foreign' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmpim3c3z/R.INSTALL198cc66264e68/foreign/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c R_systat.c -o R_systat.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rdbfread.c -o Rdbfread.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rdbfwrite.c -o Rdbfwrite.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c SASxport.c -o SASxport.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c avl.c -o avl.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dbfopen.c -o dbfopen.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c file-handle.c -o file-handle.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c format.c -o format.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c minitab.c -o minitab.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pfm-read.c -o pfm-read.o
pfm-read.c: In function 'read_version_data':
pfm-read.c:552:16: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
  552 |       lose ((_("Bad date string length %lu"), strlen (date)));
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pfm-read.c:125:21: note: in definition of macro 'lose'
  125 |             warning X;                          \
      |                     ^
pfm-read.c:552:14: note: in expansion of macro '_'
  552 |       lose ((_("Bad date string length %lu"), strlen (date)));
      |              ^
pfm-read.c:552:42: note: format string is defined here
  552 |       lose ((_("Bad date string length %lu"), strlen (date)));
      |                                        ~~^
      |                                          |
      |                                          long unsigned int
      |                                        %llu
pfm-read.c:579:16: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
  579 |       lose ((_("Bad time string length %lu"), strlen (time)));
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pfm-read.c:125:21: note: in definition of macro 'lose'
  125 |             warning X;                          \
      |                     ^
pfm-read.c:579:14: note: in expansion of macro '_'
  579 |       lose ((_("Bad time string length %lu"), strlen (time)));
      |              ^
pfm-read.c:579:42: note: format string is defined here
  579 |       lose ((_("Bad time string length %lu"), strlen (time)));
      |                                        ~~^
      |                                          |
      |                                          long unsigned int
      |                                        %llu
pfm-read.c: In function 'read_variables':
pfm-read.c:754:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
  754 |         lose ((_("position %d: Variable name has %lu characters"),
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pfm-read.c:125:21: note: in definition of macro 'lose'
  125 |             warning X;                          \
      |                     ^
pfm-read.c:754:16: note: in expansion of macro '_'
  754 |         lose ((_("position %d: Variable name has %lu characters"),
      |                ^
pfm-read.c:754:52: note: format string is defined here
  754 |         lose ((_("position %d: Variable name has %lu characters"),
      |                                                  ~~^
      |                                                    |
      |                                                    long unsigned int
      |                                                  %llu
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sfm-read.c -o sfm-read.o
sfm-read.c: In function 'read_machine_int32_info':
sfm-read.c:554:14: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'long long unsigned int' [-Wformat=]
  554 |     lose ((_("%s: Bad size (%d or count (%u) field on record type 7, subtype 3. Expected size %ld, count 8"),
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sfm-read.c:204:21: note: in definition of macro 'lose'
  204 |             warning X;                          \
      |                     ^
sfm-read.c:554:12: note: in expansion of macro '_'
  554 |     lose ((_("%s: Bad size (%d or count (%u) field on record type 7, subtype 3. Expected size %ld, count 8"),
      |            ^
sfm-read.c:554:97: note: format string is defined here
  554 |     lose ((_("%s: Bad size (%d or count (%u) field on record type 7, subtype 3. Expected size %ld, count 8"),
      |                                                                                               ~~^
      |                                                                                                 |
      |                                                                                                 long int
      |                                                                                               %lld
sfm-read.c: In function 'read_machine_flt64_info':
sfm-read.c:621:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'long long unsigned int' [-Wformat=]
  621 |     lose ((_("%s: Bad size (%d) or count (%u) field on record type 7, subtype 4.        Expected size %lu, count 8"),
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sfm-read.c:204:21: note: in definition of macro 'lose'
  204 |             warning X;                          \
      |                     ^
sfm-read.c:621:12: note: in expansion of macro '_'
  621 |     lose ((_("%s: Bad size (%d) or count (%u) field on record type 7, subtype 4.        Expected size %lu, count 8"),
      |            ^
sfm-read.c:621:105: note: format string is defined here
  621 |     lose ((_("%s: Bad size (%d) or count (%u) field on record type 7, subtype 4.        Expected size %lu, count 8"),
      |                                                                                                       ~~^
      |                                                                                                         |
      |                                                                                                         long unsigned int
      |                                                                                                       %llu
sfm-read.c: In function 'read_header':
sfm-read.c:802:14: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'long long unsigned int' [-Wformat=]
  802 |     lose ((_("%s: Number of elements per case (%d) is not between 1 and %ld"),
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sfm-read.c:204:21: note: in definition of macro 'lose'
  204 |             warning X;                          \
      |                     ^
sfm-read.c:802:12: note: in expansion of macro '_'
  802 |     lose ((_("%s: Number of elements per case (%d) is not between 1 and %ld"),
      |            ^
sfm-read.c:802:75: note: format string is defined here
  802 |     lose ((_("%s: Number of elements per case (%d) is not between 1 and %ld"),
      |                                                                         ~~^
      |                                                                           |
      |                                                                           long int
      |                                                                         %lld
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spss.c -o spss.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c stataread.c -o stataread.o
gcc -shared -s -static-libgcc -o foreign.dll tmp.def R_systat.o Rdbfread.o Rdbfwrite.o SASxport.o avl.o dbfopen.o file-handle.o format.o init.o minitab.o pfm-read.o sfm-read.o spss.o stataread.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmpim3c3z/R.INSTALL198cc66264e68/foreign/src'
make[1]: Entering directory '/d/temp/Rtmpim3c3z/R.INSTALL198cc66264e68/foreign/src'
make[1]: Leaving directory '/d/temp/Rtmpim3c3z/R.INSTALL198cc66264e68/foreign/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-foreign/00new/foreign/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'foreign' as foreign_0.8-86.zip
* DONE (foreign)