[MacPorts] #66380: R @4.2.2_1: error when installing package "later: ld: library not found for -latomic

MacPorts noreply at macports.org
Sat Dec 3 12:59:56 UTC 2022


#66380: R @4.2.2_1: error when installing package "later: ld: library not found for
-latomic
---------------------------+--------------------
  Reporter:  MarcKaufmann  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:
Resolution:                |   Keywords:
      Port:  R             |
---------------------------+--------------------

Comment (by MarcKaufmann):

 Yes, you are right, I am missing whatever it is this is looking for:

 {{{
 % clang++-mp-14 -v -Wl, -v test.cpp
 clang version 14.0.6
 Target: arm64-apple-darwin22.1.0
 Thread model: posix
 InstalledDir: /opt/local/libexec/llvm-14/bin
  "/opt/local/libexec/llvm-14/bin/clang" -cc1 -triple arm64-apple-
 macosx13.0.0 -Wundef-prefix=TARGET_OS_ -Werror=undef-prefix -Wdeprecated-
 objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all
 --mrelax-relocations -disable-free -clear-ast-before-backend -disable-
 llvm-verifier -discard-value-names -main-file-name test.cpp -mrelocation-
 model pic -pic-level 2 -mframe-pointer=non-leaf -ffp-contract=on -fno-
 rounding-math -funwind-tables=2 -fcompatibility-qualified-id-block-type-
 checking -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1
 -target-feature +v8.5a -target-feature +fp-armv8 -target-feature +neon
 -target-feature +crc -target-feature +crypto -target-feature +dotprod
 -target-feature +fp16fml -target-feature +ras -target-feature +lse
 -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-
 feature +zcz -target-feature +fullfp16 -target-feature +sha2 -target-
 feature +aes -target-abi darwinpcs -fallow-half-arguments-and-returns
 -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb
 -target-linker-version 820.1 -v -v -fcoverage-compilation-dir=/tmp
 -resource-dir /opt/local/libexec/llvm-14/lib/clang/14.0.6 -stdlib=libc++
 -internal-isystem /opt/local/libexec/llvm-14/bin/../include/c++/v1
 -internal-isystem /usr/local/include -internal-isystem
 /opt/local/libexec/llvm-14/lib/clang/14.0.6/include -internal-externc-
 isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir=/tmp
 -ferror-limit 19 -stack-protector 1 -fblocks -fencode-extended-block-
 signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fcxx-
 exceptions -fexceptions -fmax-type-align=16 -fcolor-diagnostics
 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o
 /var/folders/8_/0lh40nm57qq3069hrzss3s1m0000gn/T/test-5459d1.o -x c++
 test.cpp
 clang -cc1 version 14.0.6 based upon LLVM 14.0.6 default target arm64
 -apple-darwin22.1.0
 ignoring nonexistent directory "/usr/local/include"
 ignoring nonexistent directory "/usr/include"
 #include "..." search starts here:
 #include <...> search starts here:
  /opt/local/libexec/llvm-14/bin/../include/c++/v1
  /opt/local/libexec/llvm-14/lib/clang/14.0.6/include
  /System/Library/Frameworks (framework directory)
  /Library/Frameworks (framework directory)
 End of search list.
  "/opt/local/libexec/llvm-14/bin/ld" -demangle -lto_library
 /opt/local/libexec/llvm-14/lib/libLTO.dylib -no_deduplicate -dynamic -arch
 arm64 -platform_version macos 13.0.0 13.0.0 -o a.out
 /var/folders/8_/0lh40nm57qq3069hrzss3s1m0000gn/T/test-5459d1.o -lc++
 -lSystem
 /opt/local/libexec/llvm-14/lib/clang/14.0.6/lib/darwin/libclang_rt.osx.a
 ld: library not found for -lc++
 clang: error: linker command failed with exit code 1 (use -v to see
 invocation)
 }}}

 I have Xcode CLI tools installed, at least according to this (in case
 that's what you meant with SDK):

 {{{
 % xcode-select --version
 xcode-select version 2396.
 }}}

 So what is it that I am missing according to this, and how would I install
 it? R didn't complain about this, but some other things I wanted to
 install (shellcheck) said I needed a full Xcode install, which I didn't
 succeed at installing somehow, so I didn't install shellcheck. Is that
 what I'd need?

-- 
Ticket URL: <https://trac.macports.org/ticket/66380#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list