Opened 5 years ago

Last modified 3 years ago

#59345 assigned defect

R @3.5.1 configure failure

Reported by: VBoudry Owned by: kjellpk (Kjell Konis)
Priority: Normal Milestone:
Component: ports Version: 2.6.1
Keywords: Cc: cooljeanius (Eric Gallager)
Port: R

Description

Trying to install R ends-up in a configuration error:

configure:7937: /lib/cpp -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk conftest.cpp
./configure: line 2412: /lib/cpp: No such file or directory
configure:7937: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "3.5.1"
| #define PACKAGE_STRING "R 3.5.1"
| #define PACKAGE_BUGREPORT "https://bugs.r-project.org"
| #define PACKAGE_URL "https://www.r-project.org"
| #define PACKAGE "R"
| #define VERSION "3.5.1"
| #define R_PLATFORM "x86_64-apple-darwin18.7.0"
| #define R_CPU "x86_64"
| #define R_VENDOR "apple"
| #define R_OS "darwin18.7.0"
|

OSX 10.14.6 (18G95), Xcode Version 11.1 (11A1027)

Attachments (2)

config.log (51.0 KB) - added by VBoudry 5 years ago.
Config log
main.log (144.8 KB) - added by VBoudry 5 years ago.

Download all attachments as: .zip

Change History (6)

Changed 5 years ago by VBoudry

Attachment: config.log added

Config log

Changed 5 years ago by VBoudry

Attachment: main.log added

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Cc: kjell.konis@… removed
Owner: set to kjellpk
Port: 3.5.1 removed
Status: newassigned

comment:2 Changed 5 years ago by jmroot (Joshua Root)

Looks like a duplicate of #59329 (R also uses the compilers portgroup).

comment:3 Changed 4 years ago by jmroot (Joshua Root)

Was this fixed along with the other ticket?

comment:4 Changed 3 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.