Opened 7 years ago
Closed 5 years ago
#55305 closed update (duplicate)
launch: Update to 1.2.4
Reported by: | jowens (John Owens) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | highsierra | Cc: | |
Port: | launch |
Description
'launch' fails to build on High Sierra, link error below. Current version in macports is 1.1. Upstream version is 1.2.4, https://github.com/nriley/launch/, and appears to be actively maintained.
:info:build Ld build/Deployment/launch normal x86_64 :info:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_launch/launch/work/launch-1.1 :info:build export MACOSX_DEPLOYMENT_TARGET=10.13 :info:build /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_launch/launch/work/launch-1.1/build/Deployment -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_launch/launch/work/launch-1.1/build/Deployment -filelist /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_launch/launch/work/launch-1.1/build/launch.build/Deployment/launch.build/Objects-normal/x86_64/launch.LinkFileList -mmacosx-version-min=10.13 -Xlinker -object_path_lto -Xlinker /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_launch/launch/work/launch-1.1/build/launch.build/Deployment/launch.build/Objects-normal/x86_64/launch_lto.o -framework CoreFoundation -framework ApplicationServices -framework Carbon -framework Security -Xlinker -dependency_info -Xlinker /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_launch/launch/work/launch-1.1/build/launch.build/Deployment/launch.build/Objects-normal/x86_64/launch_dependency_info.dat -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_launch/launch/work/launch-1.1/build/Deployment/launch :info:build Undefined symbols for architecture x86_64: :info:build "_check", referenced from: :info:build _printPathFromURL in main.o :info:build _printInfoFromURL in main.o :info:build _main in main.o :info:build ld: symbol(s) not found for architecture x86_64 :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation) :info:build ** BUILD FAILED ** :info:build The following build commands failed: :info:build Ld build/Deployment/launch normal x86_64 :info:build (1 failure)
Change History (2)
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | REQ: upgrade launch to 1.2.4 → launch: Update to 1.2.4 |
---|---|
Type: | defect → update |
comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Superseded by #60459.
Note: See
TracTickets for help on using
tickets.
Looks like 1.2.4 requires OS X 10.8 or later so the port should keep using version 1.1 for OS X 10.7 and earlier.