[MacPorts] #56991: wine cannot be built against the 10.14 SDK
MacPorts
noreply at macports.org
Sat Sep 21 02:35:53 UTC 2019
#56991: wine cannot be built against the 10.14 SDK
---------------------------------------------+------------------------
Reporter: IComplainInComments | Owner: ryandesign
Type: defect | Status: assigned
Priority: Low | Milestone:
Component: ports | Version: 2.5.3
Resolution: | Keywords: mojave
Port: wine wine-devel wine-crossover |
---------------------------------------------+------------------------
Comment (by kencu):
You are quite right. `db48` does not like that libtool linkline:
{{{
libtool: link: /usr/bin/clang -pipe -Os -arch x86_64
-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
-o .libs/db_sql -Wl,-headerpad_max_install_names -arch x86_64
-Wl,-syslibroot
-Wl,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
-Wl,-isysroot
-Wl,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
-Wl,-w .libs/db_sql.o .libs/parse.o .libs/preparser.o .libs/parsefuncs.o
.libs/tokenize.o .libs/sqlprintf.o .libs/buildpt.o .libs/utils.o
.libs/generate.o .libs/generate_test.o .libs/generation_utils.o
.libs/generate_verification.o .libs/hint_comment.o -L/opt/universal/lib
./.libs/libdb-4.8.dylib -lpthread
ld: unknown option: -isysroot
}}}
either something changed after I did this last year, or perhaps I might
have added that bit after I build db48.
--
Ticket URL: <https://trac.macports.org/ticket/56991#comment:28>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list