#31558: libbonoboui @2.24.5 +no_x11 +quartz build fails -----------------------------------------+---------------------------------- Reporter: greisberger@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: libbonoboui -----------------------------------------+---------------------------------- Comment(by ak.ml@…): Could you make a list of the {{{*.la}}} files which refer to {{{/opt/local/lib/libgtk-x11-2.0.la}}}?[[BR]] This will list the affected files: {{{ $ find /opt/local/lib -type f -name '*.la' \ | xargs egrep --files-with-matches -e '/opt/local/lib/libgtk-x11-2\.0\.la' }}} This will list the affected ports: {{{ $ find /opt/local/lib -type f -name '*.la' \ | xargs egrep --files-with-matches -e '/opt/local/lib/libgtk-x11-2\.0\.la' \ | xargs port provides \ | sed -e 's,^.* is provided by: ,,;' \ | sort \ | uniq }}} And could you make a list of {{{*.la}}} files in {{{gtk2}}}? {{{ $ port contents gtk2 | egrep -e '\.la$' }}} Usually the cure would be to recompile the affected ports, but it might not work in this case. -- Ticket URL: <https://trac.macports.org/ticket/31558#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS