Closed javieriserte closed 2 months ago
When/where does this error occur, exactly?
Hi @rhijmans...
When/where does this error occur, exactly?
I build the docker image with the Dockerfile above, then i run the docker container, it enters to R, and I execute the install.packages("terra", repos="https://cran.rstudio.com"). The error occurs while building the packages, i think that it is in the linking phase. I can provide a full log of the installation if you wish.
thank you very much !
I looks like others have similar problem with LTO on Alpine. See
https://www.google.com/search?q=%22fortify%22+%22error%22+%22LTO%22
So I do not think it is directly related to terra.
yes, it seems something between LTO and FORTIFY, disabling any of them with compiler flags allows to compile.
I'm trying to install terra (1.7-78) from CRAN on Alpine line 3.20
i got this compilation error:
I'm trying to build a docker image:
Run the image and then
Could you help me with the installation?