Changes between Initial Version and Version 1 of Ticket #69161


Ignore:
Timestamp:
Jan 23, 2024, 7:38:48 AM (4 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

rust seems to break all the time unless you use an extremely recent version of macOS. I recommend avoiding it on unsupported macOS versions, or in general, if possible.

  = note: Undefined symbols for architecture i386:
            "___mpls_closedir", referenced from:
                llvm::sys::fs::detail::directory_iterator_increment(llvm::sys::fs::detail::DirIterState&) in librustc_llvm-e0dfc3518f302824.rlib(Path.cpp.o)
                std::__1::__shared_ptr_emplace<llvm::sys::fs::detail::DirIterState, std::__1::allocator<llvm::sys::fs::detail::DirIterState> >::~__shared_ptr_emplace() in librustc_llvm-e0dfc3518f302824.rlib(Path.cpp.o)
                std::__1::__shared_ptr_emplace<llvm::sys::fs::detail::DirIterState, std::__1::allocator<llvm::sys::fs::detail::DirIterState> >::~__shared_ptr_emplace() in librustc_llvm-e0dfc3518f302824.rlib(Path.cpp.o)
                std::__1::__shared_ptr_emplace<llvm::sys::fs::detail::DirIterState, std::__1::allocator<llvm::sys::fs::detail::DirIterState> >::__on_zero_shared() in librustc_llvm-e0dfc3518f302824.rlib(Path.cpp.o)
            "___mpls_readdir", referenced from:
                llvm::sys::fs::detail::directory_iterator_increment(llvm::sys::fs::detail::DirIterState&) in librustc_llvm-e0dfc3518f302824.rlib(Path.cpp.o)
            "___mpls_opendir", referenced from:
                llvm::sys::fs::detail::directory_iterator_construct(llvm::sys::fs::detail::DirIterState&, llvm::StringRef, bool) in librustc_llvm-e0dfc3518f302824.rlib(Path.cpp.o)
          ld: symbol(s) not found for architecture i386
          clang: error: linker command failed with exit code 1 (use -v to see invocation)
          
Did not run successfully: exit status: 1

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69161

    • Property Status changed from new to assigned
    • Property Keywords snowleopard added; rust removed
    • Property Owner set to MarcusCalhoun-Lopez
    • Property Summary changed from rust won't build on Mac OS X 10.6.8 CoreDuo to rust @1.71.1: Undefined symbols on Mac OS X 10.6.8 CoreDuo
  • Ticket #69161 – Description

    initial v1  
    1 This is Mac OS X 10.6.8 on a 32-bit-ONLY CoreDuo "Yonah: CPU
     1This is Mac OS X 10.6.8 on a 32-bit-ONLY CoreDuo "Yonah" CPU.
    22I don't now remember what I was trying to install, but it certainly wasn't rust.
    33Rust was a dependency, and it won't build. I'm not sure why.