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

Add r-ellipsis #1343

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

anutosh491
Copy link
Contributor

Depends on #1303

@IsabelParedes
Copy link
Member

- Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '$PREFIX/lib/R/library/rlang/libs/rlang.so':
  $PREFIX/lib/R/library/rlang/libs/rlang.so: invalid ELF header
  Calls: <Anonymous> ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load
  Execution halted
- ERROR: lazy loading failed for package ‘ellipsis’

I'm working on a patch for r-base to fix this issue. This is because it tries to execute the R binary in the same build environment. This shows up on all the packages that depend on other R packages.

@IsabelParedes
Copy link
Member

The patch works!

Copy link
Member

@IsabelParedes IsabelParedes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need the build.sh anymore :)

@anutosh491 anutosh491 marked this pull request as ready for review October 2, 2024 07:45
@IsabelParedes IsabelParedes merged commit 47c5aac into emscripten-forge:main Oct 2, 2024
1 check passed
@anutosh491 anutosh491 deleted the r-ellipsis branch October 2, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants