Building a conda package based on R package PNG fails with error "gcc is not able to compile..." -
i build conda package r package available on cran server. run following commands:
conda config --add channels r conda skeleton cran png # example conda build r-png/ # patchelf package installed the last command leads following error:
linking packages ... cc1: error: /root/anaconda/envs/_build/lib/gcc/i686-pc-linux-gnu/4.8.5/include: keine berechtigung cc1: error: /root/anaconda/envs/_build/lib/gcc/i686-pc-linux-gnu/4.8.5/include-fixed: keine berechtigung installation failed: gcc not able compile simple 'hello, world' program. error: post-link failed for: gcc-4.8.5-3 this error message true trials build conda package bsed on r cran packages.
can help?
Comments
Post a Comment