Re: gnuplot
Scott Hannahs via Fink-users <[email protected]>
| Newsgroups | gmane.os.apple.fink.general |
|---|---|
| Message-ID | <[email protected]> |
Jacques, Found the files at home this evening. Put these in /opt/sw/fink/10.9-libcxx/local/main/finkinfo/utils/ until a real fix comes out. -Scott > On Oct 5, 2023, at 12:37 PM, Scott Hannahs <[email protected]> wrote: > > Jacques, (and others), > > Yes I made a patch file to modify the the plist to set the correct parameters for building launch. However, I can’t find that modification now. However it breaks building for earlier systems which is obviously not good for the 10.9-libcxx tree which seems to be a bad thing. The built executable is a fat binary that has both x86 and arm64 architectures. > > I am not sure how the fink team wants to handle this? Should the dot-info file have an OS Versioning? > > -Scott > > > >> On Oct 5, 2023, at 03:41, Jacques Bloch <[email protected]> wrote: >> >> When trying to install gnuplot the built crash with the following error: >> >> ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a >> clang: error: linker command failed with exit code 1 (use -v to see invocation) >> >> This happens when fink builds launch-1.2.5-1 as an intermediate step to the installation of gnuplot. >> >> Best, >> Jacques >> >> _______________________________________________ >> Fink-users mailing list >> [email protected] >> List archive: >> https://sourceforge.net/p/fink/mailman/fink-users/ >> Subscription management: >> https://lists.sourceforge.net/lists/listinfo/fink-users > _______________________________________________ Fink-users mailing list [email protected] List archive: https://sourceforge.net/p/fink/mailman/fink-users/ Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
launch.info
(application/octet-stream, 1.5 KB) - not displayed
launch.patch
(application/octet-stream, 1.6 KB)
diff -ruN /opt/sw/src/fink.build/launch-1.2.5-1/launch-1.2.5/launch.xcodeproj/project.pbxproj launch-1.2.5/launch.xcodeproj/project.pbxproj --- /opt/sw/src/fink.build/launch-1.2.5-1/launch-1.2.5/launch.xcodeproj/project.pbxproj 2023-09-26 17:45:21 +++ launch-1.2.5/launch.xcodeproj/project.pbxproj 2023-09-26 17:28:38 @@ -126,6 +126,7 @@ developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( + English, en, ); mainGroup = 08FB7794FE84155DC02AAC07 /* launch */; @@ -182,7 +183,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = Info.plist; + MACOSX_DEPLOYMENT_TARGET = 10.9; - MACOSX_DEPLOYMENT_TARGET = 10.8; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = NO; @@ -221,7 +222,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = Info.plist; + MACOSX_DEPLOYMENT_TARGET = 10.9; - MACOSX_DEPLOYMENT_TARGET = 10.8; SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = NO; VERSIONING_SYSTEM = "apple-generic"; @@ -235,6 +236,7 @@ COPY_PHASE_STRIP = NO; CREATE_INFOPLIST_SECTION_IN_BINARY = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + MACOSX_DEPLOYMENT_TARGET = 10.13; PRODUCT_BUNDLE_IDENTIFIER = net.sabi.launch; PRODUCT_NAME = launch; WARNING_CFLAGS = ( @@ -251,6 +253,7 @@ CLANG_ENABLE_OBJC_ARC = YES; CREATE_INFOPLIST_SECTION_IN_BINARY = YES; INSTALL_PATH = "$(inherited)"; + MACOSX_DEPLOYMENT_TARGET = 10.13; PRODUCT_BUNDLE_IDENTIFIER = net.sabi.launch; PRODUCT_NAME = launch; WARNING_CFLAGS = (