Opened 4 years ago
Last modified 4 years ago
#62195 new defect
namebench @1.3.1: MainMenu.xib:global: error: Compiling for earlier than macOS 10.6 is no longer supported.
Reported by: | lhaeger (Lothar Haeger) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | namebench |
Description
Error is "Compiling for earlier than macOS 10.6 is no longer supported." (surprise, surprise...)
:info:build /* com.apple.ibtool.document.errors */ :info:build /opt/local/var/macports/build/_Users_lhaeger_Documents_Source_macports-ports_aqua_namebench/namebench/work/namebench-1.3.1/cocoa/English.lproj/MainMenu.xib:global: error: Compiling for earlier than macOS 10.6 is no longer supported. [12] :info:build ** BUILD FAILED ** :info:build The following build commands failed: :info:build CompileXIB /opt/local/var/macports/build/_Users_lhaeger_Documents_Source_macports-ports_aqua_namebench/namebench/work/namebench-1.3.1/cocoa/English.lproj/MainMenu.xib :info:build (1 failure) :info:build Command failed: cd "/opt/local/var/macports/build/_Users_lhaeger_Documents_Source_macports-ports_aqua_namebench/namebench/work/namebench-1.3.1/cocoa" && /usr/bin/xcodebuild -alltargets -configuration Deployment build INSTALL_PATH=/Applications/MacPorts OBJROOT="/opt/local/var/macports/build/_Users_lhaeger_Documents_Source_macports-ports_aqua_namebench/namebench/work/namebench-1.3.1/cocoa/build/" SYMROOT="/opt/local/var/macports/build/_Users_lhaeger_Documents_Source_macports-ports_aqua_namebench/namebench/work/namebench-1.3.1/cocoa/build/" MACOSX_DEPLOYMENT_TARGET=10.15 ARCHS=x86_64 SDKROOT="/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk" GCC_VERSION=com.apple.compilers.llvm.clang.1_0 CLANG_CXX_LIBRARY="libc++" :info:build Exit code: 65 :error:build Failed to build namebench: command execution failed :debug:build Error code: NONE
Attachments (1)
Change History (4)
Changed 4 years ago by lhaeger (Lothar Haeger)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | namebench @1.3.1: does not compile on Catalina with XCode 12.3 → namebench @1.3.1: MainMenu.xib:global: error: Compiling for earlier than macOS 10.6 is no longer supported. |
---|
comment:2 Changed 4 years ago by jmroot (Joshua Root)
That means that the .xib file is configured to target < 10.6.
comment:3 Changed 4 years ago by kencu (Ken)
a simple reinplace for the string containing 1050 changing it to 1060 in the xibs usually fixes this, but you need to search for a slightly larger string than 1050, otherwise you get false hits.
there are a number of ports that do this already.
Note: See
TracTickets for help on using
tickets.
main.log