#18132: mesa 7.2: build fails on install ----------------------------------+----------------------------------------- Reporter: devans@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.8.0 Resolution: fixed | Keywords: Port: mesa | ----------------------------------+----------------------------------------- Comment(by jeremyhu@…): You may have some rogue libs linking against your system X11 instead of the macports one (possibly because you didn't do the sudo port -v upgrade outdated). Run this to find them: {{{ cd /opt/local/lib for f in *dylib; do otool -L $f | grep -q /usr/X11 && echo $f; done cd /opt/local/bin for f in *; do otool -L $f | grep -q /usr/X11 && echo $f; done }}} Then 'sudo port -v -f uninstall' the ports that made those files, then reinstall the ports. -- Ticket URL: <http://trac.macports.org/ticket/18132#comment:19> MacPorts <http://www.macports.org/> Ports system for Mac OS