* installing *source* package 'curl' ...
** this is package 'curl' version '6.4.0'
** package 'curl' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_06_26_01_50_00_32127/RtmpMzz4Oy/R.INSTALL2769866183179/curl/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c callbacks.c -o callbacks.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c curl.c -o curl.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c download.c -o download.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c dryrun.c -o dryrun.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c escape.c -o escape.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c fetch.c -o fetch.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c findport.c -o findport.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c form.c -o form.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c getdate.c -o getdate.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c handle.c -o handle.o
In file included from curl-common.h:6,
                 from handle.c:1:
handle.c: In function 'R_handle_setopt':
../.deps/libcurl/include/curl/typecheck-gcc.h:84:15: warning: call to '_curl_easy_setopt_err_xferinfo_cb' declared with attribute warning: curl_easy_setopt expects a curl_xferinfo_callback argument [-Wattribute-warning]
   84 |               _curl_easy_setopt_err_xferinfo_cb();                      \
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../.deps/libcurl/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION'
   59 | #define CURL_IGNORE_DEPRECATION(statements)     statements
      |                                                 ^~~~~~~~~~
handle.c:110:54: note: in expansion of macro 'curl_easy_setopt'
  110 | #define set_user_option(option, value) assert_setopt(curl_easy_setopt(handle, option, value), option, optname)
      |                                                      ^~~~~~~~~~~~~~~~
handle.c:284:7: note: in expansion of macro 'set_user_option'
  284 |       set_user_option(CURLOPT_XFERINFOFUNCTION, (curl_progress_callback) R_curl_callback_xferinfo);
      |       ^~~~~~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c ieproxy.c -o ieproxy.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c interrupt.c -o interrupt.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c multi.c -o multi.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c nslookup.c -o nslookup.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c options.c -o options.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c reflist.c -o reflist.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c split.c -o split.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c ssl.c -o ssl.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c typechecking.c -o typechecking.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c urlparser.c -o urlparser.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c utils.c -o utils.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c version.c -o version.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c winidn.c -o winidn.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../.deps/libcurl/include -DCURL_STATICLIB -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c writer.c -o writer.o
gcc -shared -s -static-libgcc -o curl.dll tmp.def callbacks.o curl.o download.o dryrun.o escape.o fetch.o findport.o form.o getdate.o handle.o ieproxy.o init.o interrupt.o multi.o nslookup.o options.o reflist.o split.o ssl.o typechecking.o urlparser.o utils.o version.o winidn.o writer.o -L../.deps/libcurl/lib-14.2.0/x64 -L../.deps/libcurl/lib -lwinhttp -lcurl -lnghttp2 -lssh2 -lz -lssl -lcrypto -pthread -lgdi32 -lws2_32 -lcrypt32 -lbcrypt -lwldap32 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_06_26_01_50_00_32127/RtmpMzz4Oy/R.INSTALL2769866183179/curl/src'
make[1]: Entering directory '/d/temp/2025_06_26_01_50_00_32127/RtmpMzz4Oy/R.INSTALL2769866183179/curl/src'
make[1]: Leaving directory '/d/temp/2025_06_26_01_50_00_32127/RtmpMzz4Oy/R.INSTALL2769866183179/curl/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-curl/00new/curl/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'curl' as curl_6.4.0.zip
* DONE (curl)