id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 12596 OS X Linking error re ApplicationServices framework ctreleaven@… JYA "Building and installing master (as of 9 Jan 2016) appears to succeed but launching any program results in the following error: {{{ Incompatible library version: /opt/local/bin/mythavtest requires version 64.0.0 or later, but /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices provides version 1.0.0 }}} Note that MacPorts does a scan for such issues and reports that 23 MythTV programs and 28 libraries/filters exhibit the same issue. I found that the linker arguments did not include '-framework ApplicationServices"". Adding ""--extra-ldflags='-framework ApplicationServices"" to the configure flags works around the problem. I believe '-framework Security' should also be added for completeness. For example, mythavtest (see otool -L /opt/local/bin/mythavtest) links to: {{{ /System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 57337.20.43) }}} The Security framework is also missing from the linker arguments. Not sure where the proper fix[es] should be. " Bug Report - General closed minor 31.1 Ports - OSX Master Head medium Fixed ctreleaven@… 0