-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[ci] Solaris R hub build is failing: "installation of package ‘Matrix’ had non-zero exit status" #5216
Comments
Interestingly, that image does have docker run \
--rm \
--entrypoint="" \
-it wch1/r-debug \
which gfortran
But the linker cannot find it. docker run \
--rm \
--entrypoint="" \
-it wch1/r-debug \
gcc -lgfortran
I'm not really sure how to interpret this. However, I do find that switching to I'll open an issue on https://github.com/wch/r-debug, and also a PR switching to |
Opened wch/r-debug#27. |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Description
Comment-triggered jobs submitting the R package to R Hub have been failing for a few days, because they're trying to build
{Matrix}
from source (to be able to build{lightgbm}
's vignettes), and in the container image we use, the linker isn't able to findgfortran
.Running the reproducible example below results in the following.
more logs (click me)
Reproducible example
Running the following is enough to reproduce the error.
Environment info
See reproducible example.
Hash for the
wch1/debug:latest
image (May 11, 2022).Additional Comments
Created this issue from #5159 (comment).
The text was updated successfully, but these errors were encountered: