Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation warning: skipping pax global extended headers #333

Closed
tyner opened this issue Mar 6, 2024 · 1 comment
Closed

installation warning: skipping pax global extended headers #333

tyner opened this issue Mar 6, 2024 · 1 comment

Comments

@tyner
Copy link

tyner commented Mar 6, 2024

I am on x86_64-w64-mingw32/x64 (64-bit) running R version 4.1.3. My Rtools is version 4.0. I am able to install (from source) version 5.0.2 of curl with no issues. However, when I try to upgrade to a more recent version, it gives a warning:

  • installing source package 'curl' ...
    ** package 'curl' successfully unpacked and MD5 sums checked
    ** using staged installation
    ** libs

*** arch - i386
rm -f curl.dll callbacks.o curl.o download.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 utils.o version.o winidn.o writer.o
"C:/PROGRA1/R/R-411.3/bin/i386/Rscript.exe" "../tools/winlibs.R"
Error in untar2(tarfile, files, list, exdir, restore_times) :
(converted from warning) skipping pax global extended headers
Calls: untar -> untar2
Execution halted
make: *** [Makevars.win:18: winlibs] Error 1
ERROR: compilation failed for package 'curl'

wondering if this can be safely ignored (i.e. by setting options(warn=1) in my Rprofile), or if it indicates a potential misconfiguration somewhere in the toolchain. Thanks!

@jeroen
Copy link
Owner

jeroen commented Mar 6, 2024

Yes this is harmless, it happens because you run such an old version of R. The error will disappear if you update to at least R 4.2, but you can safely ignore it on older versions of R.

@jeroen jeroen closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants