#49008: valgrind-devel @3.12.0-r15685 install failure -----------------------------+---------------------- Reporter: jhi@… | Owner: raimue@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: valgrind-devel | -----------------------------+---------------------- Comment (by raimue@…): I guess the missing file on your system would be `/usr/lib/libgcc_s.10.5.tbd` or `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libgcc_s.10.5.tbd`. I am not sure where the compiler/linker will search for these. In any case, these files are supposed to be installed with Xcode and the OS X SDKs according to pkgutil. Make sure you have the latest Xcode and latest Command Line Tools. {{{ $ pkgutil --file-info /usr/lib/libgcc_s.10.5.tbd volume: / path: /usr/lib/libgcc_s.10.5.tbd pkgid: com.apple.pkg.DevSDK_OSX1010 pkg-version: 7.2.0.0.1.1447826929 install-time: 1449756774 uid: 0 gid: 0 $ pkgutil --file-info /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libgcc_s.10.5.tbd volume: / path: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libgcc_s.10.5.tbd pkgid: com.apple.pkg.Xcode pkg-version: 7.2.1.0.1.1453745985 install-time: 1454499880 uid: 0 gid: 0 mode: 644 mode: 644 }}} {{{ $ sw_vers ProductName: Mac OS X ProductVersion: 10.10.5 BuildVersion: 14F1808 $ xcodebuild -version Xcode 7.2.1 Build version 7C1002 }}} -- Ticket URL: <https://trac.macports.org/ticket/49008#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X