Opened 5 weeks ago

Last modified 5 weeks ago

#74118 new defect

R-Matrix grief on Tahoe 26.5.1 ARM

Reported by: gjolleyrogers (Garry Jolley-Rogers) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: R-Matrix

Description

Bad Chksum and a whole heap of errors. Any suggestions? Cleaned, uninstalled R with dependacies, removed leaves. No joy.

Excepts from log...

  • file ‘src/SuiteSparse/SuiteSparse_config/SuiteSparse_config.h’ has the wrong MD5 checksum

and a whole heap of errors following

  • opt/local/bin/clang-mp-22 -std=gnu23 -I"/opt/local/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"SuiteSparse/SuiteSparse_config" -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk -fvisibility=hidden -fPIC -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk -arch arm64 -c cholmod-common.c -o cholmod-common.o
  • cholmod-common.c:1225:2: error: use of undeclared identifier 'Rf_findVarInFrame' 1225 GET_MEMBER_FROM_FRAME(dbound, Real);

Change History (1)

comment:1 Changed 5 weeks ago by jmroot (Joshua Root)

AIUI, the contributor who added the R-* package ports has chosen not to update them in our repo any more. So many of them are likely outdated and have bugs that have been fixed in the latest CRAN version. As a result, it has been suggested elsewhere to remove these ports (just the packages, not R itself), but this has not been implemented yet.

I don't use R but I believe you can install packages from CRAN in the R application itself, which will use the latest CRAN versions.

Note: See TracTickets for help on using tickets.