#43131: mpd: fatal error: 'random' file not found --------------------------+----------------------------- Reporter: starkhalo@… | Owner: rmstonecipher@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: mpd | --------------------------+----------------------------- Changes (by ryandesign@…): * cc: rouson@… (added) Comment: Replying to [comment:2 starkhalo@…]:
What did you mean "with mp-gcc49"? I see no evidence in your second log of MacPorts gcc49 being used, nor would I expect there to be, since the mpd port does not offer a gcc49 variant; it's using clang, just as it should. just mentioned it because the latest portfile removed the compiler blacklisting PortGroup and I have `port select gcc` set to mp-gcc49 FWIW
Ok. That shouldn't matter. Ports should ignore your `port select gcc` selection. (Any port that doesn't is faulty needs to have that fixed.) @rouson, your log says: {{{ :info:build The directory that should contain system headers does not exist: :info:build /usr/include }}} This indicates you have not installed the Xcode command line tools, which are required for using MacPorts. Please install them by running `xcode- select --install`. (This is specific to Mavericks and later.) -- Ticket URL: <https://trac.macports.org/ticket/43131#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X