Changes between Initial Version and Version 1 of Ticket #69491
- Timestamp:
- Mar 13, 2024, 11:33:51 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69491
- Property Keywords sonoma added; jdk tomcat tomcat-native build removed
- Property Cc mattbishop removed
-
Property
Status
changed from
new
toassigned
- Property Owner set to mattbishop
-
Ticket #69491 – Description
initial v1 1 1 There appear to be two issues: a filename-handling issue, and not looking for a MacPorts-installed SDK when no other JDKs are installed. 2 2 3 Issue #1: build script not handling a space in a directory name ("Internet Plug-Ins"):3 Issue !#1: build script not handling a space in a directory name ("Internet Plug-Ins"): 4 4 5 5 … … 19 19 So it knows the directory it's looking for, but the include directives are apparently not quoted. ("-I/Library/Internet") 20 20 21 Issue #2 is that this would fail anyway because the JVM is no longer shipped by default, and the build script doesn't look for a MacPorts-installed JDK under /opt (in this case, the file in question is there, but just not found).21 Issue !#2 is that this would fail anyway because the JVM is no longer shipped by default, and the build script doesn't look for a MacPorts-installed JDK under /opt (in this case, the file in question is there, but just not found). 22 22 23 23 … … 26 26 }}} 27 27 28 Xcode 15.2 28 Xcode 15.2 \\ 29 29 Build version 15C500b