[MacPorts] #23144: xom and jaxen have a circular dependency
MacPorts
noreply at macports.org
Thu Feb 4 14:01:35 PST 2010
#23144: xom and jaxen have a circular dependency
-----------------------------------------+----------------------------------
Reporter: robin.smith@… | Owner: jberry@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: jaxen xom
-----------------------------------------+----------------------------------
Comment(by arto.bendiken@…):
Here's a workaround that allowed me to get XOM installed on a Leopard
machine:
{{{
wget http://dist.codehaus.org/jaxen/jars/jaxen-1.1.2.jar
sudo mv jaxen-1.1.2.jar /opt/local/share/java/jaxen.jar
sudo port install xom
sudo rm /opt/local/share/java/jaxen.jar
}}}
However, doing a subsequent "sudo port install jaxen" does not work. So, I
ended up changing the jaxen portfile so that it simply installs a
downloaded jaxen-1.1.2.jar instead of compiling the .jar file from the
source code. This allowed me to successfully complete the install of
Tomcat 6.0 (i.e. the "tomcat6" port).
--
Ticket URL: <http://trac.macports.org/ticket/23144#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list