#32090: python27 +universal: destroot fails if py27-xml is installed non-universal ----------------------------------+----------------------------------------- Reporter: cdiehl@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: python27 py27-xml ----------------------------------+----------------------------------------- Comment(by vloodo@…): Replying to [comment:8 vloodo@…]:
I am having the same problem. I cannot install py27-xml +universal because it depends on python27, and I can't install python27 because it "depends" on py27-xml +universal. How do I go about fixing this cycle?
Fixed it by doing: {{{ # sudo port -f deactivate py27-xml # sudo port install python27 +universal # sudo port install py27-xml +universal }}} -- Ticket URL: <https://trac.macports.org/ticket/32090#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS