#22063: gcc44 and gcc45 +java conflict on ${prefix}/share/python/aotcompile.py -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: gcc44, gcc45 -------------------------------------+-------------------------------------- Previously, multiple gcc ports could be installed simultaneously, but it appears gcc44 and gcc45 (with the +java variant, whose functionality along with that of the gfortran variant will, I expect, become always-on once gcc45 becomes stable) both try to install the file ${prefix}/share/python/aotcompile.py thus making them conflict. {{{ $ sudo port install gcc45 +java ---> Computing dependencies for gcc45 ---> Fetching gcc45 ---> Verifying checksum(s) for gcc45 ---> Extracting gcc45 ---> Configuring gcc45 ---> Building gcc45 ---> Staging gcc45 into destroot ---> Installing gcc45 @4.5-20091001_0+java ---> Activating gcc45 @4.5-20091001_0+java Error: Target org.macports.activate returned: Image error: /opt/local/share/python/aotcompile.py is being used by the active gcc44 port. Please deactivate this port first, or use 'port -f activate gcc45' to force the activation. Error: Status 1 encountered during processing. }}} -- Ticket URL: <http://trac.macports.org/ticket/22063> MacPorts <http://www.macports.org/> Ports system for Mac OS