[R-pkg-devel] trying to understand an error

Steven Scott @teve@the@b@ye@i@n @ending from gm@il@com
Thu May 31 22:49:31 CEST 2018


Looking at the Boom package results page, I see that it has errors on OSX
and two flavors of Linux.

The OSX install page is here:
https://www.r-project.org/nosvn/R.check/r-release-osx-x86_64/Boom-00install.html
.

I'm trying to understand the nature of the error.  The last lines say:

clang++ -std=gnu++11
-I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I.
-I../inst/include -IBmath -Imath/cephes
-I"/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.5/BH/include"
-I"/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.5/RcppEigen/include"
-I/usr/local/include   -fPIC  -Wall -g -O2 -c
Models/TimeSeries/ArModel.cpp -o Models/TimeSeries/ArModel.o
clang++ -std=gnu++11
-I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I.
-I../inst/include -IBmath -Imath/cephes
-I"/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.5/BH/include"
-I"/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.5/RcppEigen/include"
-I/usr/local/include   -fPIC  -Wall -g -O2 -c
Models/TimeSeries/ArmaModel.cpp -o Models/TimeSeries/ArmaModel.o
make: *** [Models/TimeSeries/ArmaModel.o] Interrupt: 2
ERROR: compilation failed for package ‘Boom’
* removing ‘/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/results/3.5/Boom.Rcheck/Boom’


As I read this, it looks like there was no compiler error, but the build
was interrupted for some reason.  Do others read it differently?  If I'm
reading it right, what needs to happen to re-run the check to clear the OSX
error status?

Thanks,

Steve

	[[alternative HTML version deleted]]



More information about the R-package-devel mailing list