Opened 3 years ago
Closed 3 years ago
#64730 closed defect (fixed)
julius-caesar-3 @1.7.0: Build failure on 10.6/10.7 (incorrect macosx-version-min)
Reported by: | evanmiller (Evan Miller) | Owned by: | herbygillot (Herby Gillot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | lion snowleopard | Cc: | |
Port: | julius-caesar-3 |
Description
A couple of the build bots are failing:
https://build.macports.org/builders/ports-10.7_x86_64-builder/builds/90158
https://build.macports.org/builders/ports-10.6_x86_64-builder/builds/94015
Best I can tell the CMAKE_OSX_DEPLOYMENT_TARGET
variable is not being correctly set in CMakeCache.txt. It's not clear to me if this is an issue with the cmake PG, this port, or what.
Change History (2)
comment:1 Changed 3 years ago by evanmiller (Evan Miller)
comment:2 Changed 3 years ago by evanmiller (Evan Miller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It looks like
CMAKE_OSX_DEPLOYMENT_TARGET
is being forcibly set to 10.10 here:https://github.com/bvschaik/julius/blob/master/CMakeLists.txt#L692
Removing that line leads to other errors on 10.6 having to do with the absence of
iconutil
.