Opened 3 years ago

Last modified 3 years ago

#63123 new defect

Lingon @2.1.1_1: error: Compiling for earlier than macOS 10.6 is no longer supported.

Reported by: cooljeanius (Eric Gallager) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: Lingon

Description

Trying to compile Lingon on macOS Big Sur with Xcode 12.5 results in errors from Interface Builder like these:

CompileXIB English.lproj/LINManPageLaunchdPlist.xib
    cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Lingon/Lingon/work/LingonSource
    export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
    /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module Lingon --output-partial-info-plist /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Lingon/Lingon/work/LingonSource/build/Lingon.build/Release/Lingon.build/English.lproj/LINManPageLaunchdPlist-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 11.0 --output-format human-readable-text --compile /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Lingon/Lingon/work/LingonSource/build/Release/Lingon.app/Contents/Resources/English.lproj/LINManPageLaunchdPlist.nib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Lingon/Lingon/work/LingonSource/English.lproj/LINManPageLaunchdPlist.xib
/* com.apple.ibtool.document.warnings */
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Lingon/Lingon/work/LingonSource/English.lproj/LINManPageLaunchdPlist.xib:global: warning: This file is set to build for a version older than the deployment target. Functionality may be limited.
/* com.apple.ibtool.document.errors */
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Lingon/Lingon/work/LingonSource/English.lproj/LINManPageLaunchdPlist.xib:global: error: Compiling for earlier than macOS 10.6 is no longer supported.

** BUILD FAILED **


The following build commands failed:
	CompileXIB sv.lproj/LINMainMenu.xib
	CompileXIB English.lproj/LINMainMenu.xib
	CompileXIB English.lproj/LINManPageLaunchd.xib
	CompileXIB English.lproj/LINPreferences.xib
	CompileXIB English.lproj/LINManPageLaunchctl.xib
	CompileXIB sv.lproj/LINPreferences.xib
	CompileXIB English.lproj/LINManPageLaunchdPlist.xib
(7 failures)

Change History (1)

comment:1 Changed 3 years ago by kencu (Ken)

You probably know that you just need to change the 1050s in those files to 1060s.

Probably a 5 minute job -- I did a few other ports already.

Careful with a reinplace though -- there are often other 1050s that you want to miss, so do them by hand (IMHO).

Note: See TracTickets for help on using tickets.