#39320: gtkmm @2.24.3_2 - triggers rebuild due to broken port -----------------------------+---------------------- Reporter: maverick.woo@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gtkmm | -----------------------------+---------------------- Comment (by devans@…): Yes, thanks. I was able to reproduce the problem by first installing gtkmm with variants for +x11 and then trying again with variants for +quartz as you are doing. This results in pango cairo gtk2 being rebuilt for +quartz but cairomm and pangomm are not rebuilt because they don't have a +quartz variant. Thus a dependency in pangomm that was created by the +x11 build can persist in the +quartz build. You can probably fix your problem by forcing a rebuild of cairomm and pangomm before trying the build gtkmm again {{{ sudo port -n upgrade --force cairomm pangomm sudo port -f install gtkmm }}} -- Ticket URL: <https://trac.macports.org/ticket/39320#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X