#35111: mesa build failure due to using /usr/X11 ------------------------------------+--------------------------------------- Reporter: dougmencken@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: worksforme | Keywords: Port: mesa | ------------------------------------+--------------------------------------- Changes (by jeremyhu@…): * status: reopened => closed * resolution: => worksforme Comment: It installs fine for me on Tiger through Mountain Lion, and you are not providing any information about your setup. All I can conclude from what you've provided (and the fact that you're the only person with this issue) is that your system is borked. I notice that your log shows "CC=/usr/bin/gcc-4.2" and is missing the "-I/opt/local/include" which to me indicates that your ${configure.cppflags} isn't set. This is in the Portfile: {{{ pre-build { build.args-append \ CC="${configure.cc} ${configure.cppflags}" \ CXX="${configure.cxx} ${configure.cppflags}" } }}} If that doesn't help you fix your system, I suggest you ask for help on macports-users, instead of filing a bug report. There is nothing to go on here. It builds fine for me on Tiger/intel and Leopard/universal (intel+ppc universal), and there are reports of it building fine on Tiger/ppc. It seems to me that something is broken outside of mesa that you need to uncover. -- Ticket URL: <https://trac.macports.org/ticket/35111#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS