Opened 4 years ago
Closed 4 years ago
#62764 closed defect (fixed)
libreoffice @7.1.3.1: configure: error: "Xcode 10.3" is too old or unrecognized, must be at least Xcode 11.3
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Tatsh (Andrew Udvare) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | Cc: | ||
Port: | libreoffice |
Description
The libreoffice Portfile contains this check:
if {${os.major} < 14} { pre-fetch { ui_error "${name} @${version} requires OS X 10.10 or later." return -code error "incompatible OS X version" } }
That may need to be revised because the current version fails to build even on macOS 10.14 with Xcode 10.3:
checking whether Xcode is new enough... configure: error: "Xcode 10.3" is too old or unrecognized, must be at least Xcode 11.3
Xcode 11.3 requires macOS 10.15, so I guess libreoffice now requires macOS 10.15 or later. :(
Also, please add known_fail yes
within the same block where you define the pre-fetch
so that the buildbot can skip the port entirely on those systems.
Change History (3)
comment:1 Changed 4 years ago by kencu (Ken)
comment:2 Changed 4 years ago by Tatsh (Andrew Udvare)
PR for these changes: https://github.com/macports/macports-ports/pull/10815
comment:3 Changed 4 years ago by Tatsh (Andrew Udvare)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
libreoffice says it runs on 10.10+ https://www.libreoffice.org/get-help/system-requirements/
So you might consider telling people on older systems to just download it from the website rather than think they can't have it...