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

No M1 binaries for openssl > 2.0.0 on r-oldrel? #1024

Closed
krlmlr opened this issue Jun 8, 2022 · 9 comments
Closed

No M1 binaries for openssl > 2.0.0 on r-oldrel? #1024

krlmlr opened this issue Jun 8, 2022 · 9 comments

Comments

@krlmlr
Copy link
Contributor

krlmlr commented Jun 8, 2022

This is for R 4.1.3.

CRAN: macOS binaries: r-release (arm64): openssl_2.0.2.tgz, r-oldrel (arm64): openssl_2.0.2.tgz, r-release (x86_64): openssl_2.0.2.tgz, r-oldrel (x86_64): openssl_2.0.2.tgz

MRAN database:

path <- renv:::renv_mran_database_refresh()
x <- readRDS("/Users/kirill/Library/Caches/org.R-project.R/R/renv/mran/packages.rds")
x$"/bin/macosx/contrib/4.1"$Version[which(x$"/bin/macosx/contrib/4.1"$Package == "openssl")]
#> [1] 1.4.4 1.4.5 1.4.6 2.0.0
#> 3128 Levels: 0-0-1 0-5 0.0 0.0-0 0.0-1 0.0-14 0.0-18.1 0.0-2 0.0-21 ... 9.2

Created on 2022-06-08 by the reprex package (v2.0.1)

(Does the version need to be a factor?)

@krlmlr krlmlr changed the title No M1 binaries for openssl > 2.0.0? No M1 binaries for openssl > 2.0.0 on r-oldrel? Jun 8, 2022
@krlmlr
Copy link
Contributor Author

krlmlr commented Jun 8, 2022

@krlmlr
Copy link
Contributor Author

krlmlr commented Jun 8, 2022

Should we put the process that updates the database into CI/CD?

@kevinushey
Copy link
Collaborator

Should we put the process that updates the database into CI/CD?

Yeah, we really should.

@krlmlr
Copy link
Contributor Author

krlmlr commented Jun 8, 2022

Happy to help/review.

@krlmlr
Copy link
Contributor Author

krlmlr commented Jun 8, 2022

Thanks for the fix!

@krlmlr krlmlr closed this as completed Jun 8, 2022
@krlmlr
Copy link
Contributor Author

krlmlr commented Jun 20, 2022

Similar problem with systemfonts.

@krlmlr krlmlr reopened this Jun 20, 2022
@krlmlr
Copy link
Contributor Author

krlmlr commented Jun 20, 2022

Using the GitHub version fixed it. 🎉

@krlmlr krlmlr closed this as completed Jun 20, 2022
@krlmlr
Copy link
Contributor Author

krlmlr commented Jun 20, 2022

But it seems that packages are downloaded from the MRAN snapshot dated https://mran.microsoft.com/snapshot/2022-06-07/ . And I had to set options(pkgType = "binary") .

@kevinushey
Copy link
Collaborator

I really need to put together a proper cronjob for this...

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