Yosemite Problems
General Issues
First of all, please read Migration.
Updating MacPorts Base
MacPorts must be re-installed in a version configured for Yosemite.
Ensure you have at least the command line tools installed by running xcode-select --install
from a Terminal. Make sure to also run this even if you have Xcode installed, because some ports fail to build without it. You also have to run sudo xcodebuild -license
after doing this.
If cmake fails to build because the MacOSX10.10 SDK isn't found
Install Xcode 6.1 or later, and select it with xcode-select
. (#44581)
If you get a CoreSimulatorService or SimVerifier error message
Run the following (#45445):
sudo launchctl asuser
id -u macports
sudo -u macports xcrun simctl list
Tickets for Broken Ports
- #45006
- cups-pdf sandbox issues in yosemite
- #45481
- fltk @1.3.2: cannot initialize a parameter of type 'id<NSFileManagerDelegate>' with an rvalue of type 'FLDelegate *'
- #45518
- Nodejs http server doesn't bind to port
- #46412
- p5-text-kakasi, p5-text-chasen: fails to install on Yosemite
- #47983
- ocaml-lacaml 7.0.13 build failure owing to changed framework on yosemite 10.10
- #53161
- tuntaposx: kernel extensions have to be signed
- #56662
- qbs "qtprofilesetup.cpp:73:8: error: redefinition of 'fat_arch_64'"
- #60634
- skaffold: usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
- #60650
- osquery @4.3.0: error: use of undeclared identifier '_SC_PHYS_PAGES'
- #62455
- pngpaste: error: use of undeclared identifier 'NSBitmapImageFileTypeGIF'
- #64822
- wireguard-go @0.0.20220117: Undefined symbols _clock_gettime _getentropy
- #65148
- py310-cryptography: error: linking with `cc` failed: exit status: 1
- #66121
- lens @6.1.14: Playwright does not support webkit on mac10.13
- #66550
- py310-pyobjc @9.0_0: error: use of undeclared identifier 'simd_float4x4'
- #67003
- qpdf @11.2.0_0+gnutls: fatal error: 'string_view' file not found
- #67194
- SendMIDI, ReceiveMIDI: The 10.14 SDK (Xcode 10.1+) is required to build JUCE apps
- #67516
- opencascade @7.7.0: ld: internal error: atom not found in symbolIndex(__ZN11opencascade13type_instanceI18NCollection_BufferE3getEv)
- #68333
- libfido2 @1.13.0: error: use of undeclared identifier 'id'
- #68518
- boost181: error: "Boost.Locale requires C++11 since Boost 1.81."
- #68607
- tatami, tatami-devel fail to build with clang on < 10.14: Undefined symbols for architecture x86_64: "___kmpc_for_static_fini" etc.
- #68871
- btop broken on Catalina and below
- #68890
- tiledb @2.18.2 fails to build with clangs on Catalina and earlier
- #69006
- LimeChat broken on every macOS from Mojave down
- #69043
- libknot: error: unknown type name 'sa_endpoints_t' (support earlier OS?)
- #69087
- py-jsonschema broken by update to @4.20 which forced Rust dependency
- #69098
- dispenso fails to build on 10.10–10.11: error: no member named 'malloc' in the global namespace
- #69122
- smtube fails to display video previews if built with Qt4: SSL issue?
- #69192
- folly +tests needs a better fix for aligned_alloc on macOS <11; perhaps, switch to posix_memalign
- #69347
- rocksdb: clang builds fail on < 10.13: error: aligned allocation function of type 'void *(std::size_t, std::align_val_t)' is only available on macOS 10.13 or newer
- #69410
- rb*-unf_ext tries to link against libstdc++ on 10.7–10.12 with clang
- #69469
- rizin fails to build on 10.12 and below: error: too many arguments provided to function-like macro invocation; error: use of undeclared identifier 'POSIX_SPAWN_CLOEXEC_DEFAULT'
- #69496
- lpython needs filesystem on < 10.15 when Clang is used
- #69786
- R-quanteda now fails on 10.12 and earlier with libc++: error: aligned deallocation function of type 'void (void *, std::align_val_t) noexcept' is only available on macOS 10.13 or newer
- #69886
- rb30-nokogiri, rb31-nokogiri, rb32-nokogiri, rb33-nokogiri @1.16.4: ERROR: Failed to build gem native extension.
- #69911
- duckdb @0.10.2: error: no type named 'type' in 'std::__1::enable_if<false, std::__1::unique_ptr<unsigned char [], std::__1::default_delete<unsigned char []> >::__nat>'; 'enable_if' cannot be used to disable this declaration
- #70146
- httping build error: tcp.c: error: 'TCP_FASTOPEN' undeclared (first use in this function); did you mean 'TCP_MAXOLEN'?
- #70171
- sigil-qt4 fails to build with clang: Undefined symbols for architecture x86_64: "boost::scoped_static_mutex_lock::scoped_static_mutex_lock(boost::static_mutex&, bool)"
- #70194
- rawproc: builds with clangs fail on < 10.12
- #70229
- R-RcppParallel dependents using libc++ on < 10.12 need a fix for aligned deallocation: error: aligned deallocation function of type 'void (void *, std::align_val_t) noexcept' is only available on macOS 10.13 or newer
- #70282
- folly @2024.06.03.00 fails on Catalina and below with libc++: error: no matching constructor for initialization of 'std::function<LocalRefCount ()>'
- #70867
- clang-17: Undefined symbols: __availability_version_check
- #45582
- grace: xmgrace crashes with SIGSYS in yosemite
- #45612
- Failed to Install SoXt on Yosemite
- #45629
- cedet @1.1 fails to build on OS X Yosemite
- #45689
- Yosemite 10.10 Glade requirements not met
- #46015
- Cannot install gnu prolog (gprolog) on Yosemite
- #46548
- octave-parallel-2.0.5 Configure failure on Yosemite
- #48004
- Internal compiler error (gcc-5.1.0) when using math.h on Yosemite
- #49621
- qyoto @ 4.14.3: fails to build on Yosemite
- #51153
- Error: Failed to install p5.22-html-parser on Yosemite
- #70161
- graphviz-gui build failure on 10.10 (Yosemite)
Last modified 7 years ago
Last modified on Sep 27, 2017, 3:34:16 PM