Opened 4 years ago

Closed 18 months ago

#59482 closed defect (fixed)

R-app: error: Compiling for earlier than macOS 10.6 is no longer supported

Reported by: Schamschula (Marius Schamschula) Owned by: kjellpk (Kjell Konis)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: TheLastLovemark, LenoreHorner
Port: R-app

Description

When building R-app on Mojave, using Xcode 10.3, I get the following error(s):

    cd /opt/local/var/macports/build/_Users_marius_Development_MacPorts_ports_math_R-app/R-app/work/Mac-GUI-1.68
:info:build     export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
:info:build     /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module R --output-partial-info-plist /opt/local/var/macports/build/_Users_marius_Development_MacPorts_ports_math_R-app/R-app/work/Mac-GUI-1.68/build/R.build/Release/R.build/nl.lproj/RDocument-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.14 --output-format human-readable-text --compile /opt/local/var/macports/build/_Users_marius_Development_MacPorts_ports_math_R-app/R-app/work/Mac-GUI-1.68/build/Release/R.app/Contents/Resources/nl.lproj/RDocument.nib /opt/local/var/macports/build/_Users_marius_Development_MacPorts_ports_math_R-app/R-app/work/Mac-GUI-1.68/nl.lproj/RDocument.xib
:info:build 2019-10-25 15:47:08.683 ibtoold[6007:21550021] NetworkStorageDB:_openDBReadConnections: failed to open read connection to DB @ /opt/local/var/macports/home/Library/Caches/com.apple.ibtool/Cache.db.  Error=14. Cause=unable to open database file
:info:build 2019-10-25 15:47:08.683 ibtoold[6007:21550021] CacheRead: unable to open cache files in /opt/local/var/macports/home/Library/Caches/com.apple.ibtool
:info:build 2019-10-25 15:47:08.684 ibtoold[6007:21550021] Failed to obtain sandbox extension for path=/opt/local/var/macports/home/Library/Caches/com.apple.ibtool. Errno:2
:info:build 2019-10-25 15:47:08.685 ibtoold[6007:21550021] NetworkStorageDB:_openDBReadConnections: failed to open read connection to DB @ /opt/local/var/macports/home/Library/Caches/com.apple.ibtool/Cache.db.  Error=14. Cause=unable to open database file
:info:build 2019-10-25 15:47:08.685 ibtoold[6007:21550021] CacheRead: unable to open cache files in /opt/local/var/macports/home/Library/Caches/com.apple.ibtool
:info:build 2019-10-25 15:47:08.685 ibtoold[6007:21550021] Failed to obtain sandbox extension for path=/opt/local/var/macports/home/Library/Caches/com.apple.ibtool. Errno:2

Attachments (1)

R-app-main.log (134.4 KB) - added by Schamschula (Marius Schamschula) 4 years ago.

Download all attachments as: .zip

Change History (6)

Changed 4 years ago by Schamschula (Marius Schamschula)

Attachment: R-app-main.log added

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

Owner: changed from kjell.konis@… to kjellpk

comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: TheLastLovemark added
Summary: R-app fails to build on MojaveR-app: error: Compiling for earlier than macOS 10.6 is no longer supported

I am not sure that the errors mentioned in the description are relevant. The relevant error seems to me to be:

error: Compiling for earlier than macOS 10.6 is no longer supported

Has duplicate #59957.

comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: LenoreHorner added

Has duplicate #60345.

comment:4 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

A newer version of R-app is available from the developer; the first step should probably be to try to update the port to that version.

comment:5 Changed 18 months ago by barracuda156

Resolution: fixed
Status: assignedclosed

In 83f06da2d1bc4e590135496f210df3d0c67278eb/macports-ports (master):

R-app: restore support for older systems and PPC
Fixes: #64167
Fixes: #59482
Fixes: #60345

Note: See TracTickets for help on using tickets.