r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
353 stars 52 forks source link

ERROR: compilation failed for package ‘OpenMx’ #452

Closed NicholasDanks closed 3 years ago

NicholasDanks commented 3 years ago

On the Oracle Solaris 10, x86, 32 bit, R-release (solaris-x86-patched) build, the OpenMX package is failing to build:


14416#> ^

14417#> omxGREMLfitfunction.cpp:1272:26: error: ‘_Scale’ was not declared in this scope

14418#> infoMat(hrn,hcn) = _Scale*0.5*tr2 + _Scale*pullAugVal(2,a1,a2);

14419#> ^

14420#> gmake: *** [/opt/csw/lib/R/etc/Makeconf:181: omxGREMLfitfunction.o] Error 1

14421#> ERROR: compilation failed for package ‘OpenMx’

The repercussions of which are that packages rsvg and semPlot cannot load.

gaborcsardi commented 3 years ago

I am not not sure you think this is a bug in the R-hub config? Is seems that this code just does not work on this platform. This is also what CRAN sees: https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/OpenMx-00install.html

NicholasDanks commented 3 years ago

Thanks. I will close the issue.