#44721: libbluray build failure ----------------------------+------------------------ Reporter: theboergers@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: libbluray | ----------------------------+------------------------ Comment (by devans@…): Replying to [ticket:44721 theboergers@…]:
The problem seems to be with libbluray.
Probably not.
{{{ chris at CWB-MacBook $ sudo port install ffmpeg Warning: The Xcode Command Line Tools don't appear to be installed; most
ports will likely fail to build.
Warning: Install them by running `xcode-select --install'.
This the problem. MacPorts requires the Xcode Command Line Tools to be installed. Do what the error message says then clean and retry, {{{ $ xcode-select --install $ sudo port clean libbluray ffmpeg $ sudo port install ffmpeg }}} Since you are building on Yosemite, if this was an upgrade of MacPorts from an older OS X version, make sure you have followed the [wiki:Migration Migration] instructions. -- Ticket URL: <https://trac.macports.org/ticket/44721#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X