* installing *source* package 'uuid' ...
** package 'uuid' successfully unpacked and MD5 sums checked
** using staged installation

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpATTKrK/R.INSTALL1c2a418446fc0/uuid/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c R.c -o R.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Ruuid.c -o Ruuid.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c clear.c -o clear.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c compare.c -o compare.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c copy.c -o copy.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c gen_uuid.c -o gen_uuid.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c isnull.c -o isnull.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c md5.c -o md5.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pack.c -o pack.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c parse.c -o parse.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rand.c -o rand.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c randutils.c -o randutils.o
randutils.c:60:12: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   60 | static int getuid() { return 1; }
      |            ^~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sha1.c -o sha1.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c unpack.c -o unpack.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -include config.h -Iwin32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c unparse.c -o unparse.o
gcc -shared -s -static-libgcc -o uuid.dll tmp.def R.o Ruuid.o clear.o compare.o copy.o gen_uuid.o isnull.o md5.o pack.o parse.o rand.o randutils.o sha1.o unpack.o unparse.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/RtmpATTKrK/R.INSTALL1c2a418446fc0/uuid/src'
make[1]: Entering directory '/d/temp/RtmpATTKrK/R.INSTALL1c2a418446fc0/uuid/src'
make[1]: Leaving directory '/d/temp/RtmpATTKrK/R.INSTALL1c2a418446fc0/uuid/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-uuid/00new/uuid/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 'uuid' as uuid_1.2-0.zip
* DONE (uuid)