#67254 closed defect (fixed)

R-Rcpp fails to build on Tiger: fatal error: execinfo.h: No such file or directory

Reported by: barracuda156 Owned by: barracuda156
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: tiger Cc:
Port: R-Rcpp

Description

* installing *source* package ‘Rcpp’ ...
** package ‘Rcpp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
/opt/local/bin/g++-mp-7 -std=gnu++14 -I"/opt/local/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/  -isystem/opt/local/include/LegacySupport -I/opt/local/include   -fPIC  -pipe -Os -arch ppc  -c api.cpp -o api.o
In file included from ../inst/include/Rcpp.h:59:0,
                 from api.cpp:26:
../inst/include/Rcpp/exceptions_impl.h:38:12: fatal error: execinfo.h: No such file or directory
 #  include <execinfo.h>
            ^~~~~~~~~~~~
compilation terminated.
make: *** [api.o] Error 1
ERROR: compilation failed for package ‘Rcpp’

Change History (1)

comment:1 Changed 13 months ago by barracuda156

Resolution: fixed
Status: assignedclosed

In 73f8086518f96e2ac625ef6d5d5af8275f839971/macports-ports (master):

R-Rcpp: fix for 10.4

Fixes: #67254

Note: See TracTickets for help on using tickets.