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

Some builds hang on Ubuntu 20.04 LTS #62

Closed
joncfoo opened this issue May 4, 2020 · 2 comments
Closed

Some builds hang on Ubuntu 20.04 LTS #62

joncfoo opened this issue May 4, 2020 · 2 comments

Comments

@joncfoo
Copy link
Contributor

joncfoo commented May 4, 2020

@glin and I saw some builds hang on Ubuntu 20.04 LTS during the byte-compiling grDevices step of the build.

From what we can tell, R <= ~3.5 is affected (3.4.3, 3.5.3 were seen hanging, while 3.6.3 and 4.0.0 seemed fine).

This has something to do with including libopenblas as a dependency - not entirely sure why the build hangs but removing this dependency allows the builds to complete.

During the hang, a single CPU spins at 100%.


Related: #60
Related: #61

@glin
Copy link
Contributor

glin commented Jan 25, 2021

This seems to have been a bug with the libopenblas package on Ubuntu 20.04: https://bugs.launchpad.net/ubuntu/+source/openblas/+bug/1860601
OpenMathLib/OpenBLAS#2642

Looks like it was fixed upstream last June, so we could try adding OpenBLAS again.

@glin
Copy link
Contributor

glin commented May 7, 2024

Fixed in #215 (@michaelmayer2)

@glin glin closed this as completed May 7, 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