[MacPorts] #13975: subversion-perlbindings won't install
MacPorts
trac at macosforge.org
Fri Feb 1 13:48:26 PST 2008
#13975: subversion-perlbindings won't install
--------------------------------+-------------------------------------------
Reporter: joe at slagwerks.com | Owner: dluke at macports.org
Type: defect | Status: assigned
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
--------------------------------+-------------------------------------------
Comment (by dluke at macports.org):
That is really odd.
If it were my machine, I would probably try removing all of the perl
module ports, cleaning and then reinstalling them. Something like this
(tcsh):
$ port installed | grep p5 | cut -f 3 -d " " > perl_ports.txt
$ foreach i (`cat perl_ports.txt`)
foreach -> sudo port -d -v -f uninstall $i
foreach -> sudo port -d -v -f clean --archive $i
foreach -> end
...
$ foreach i (`cat perl_ports.txt`)
foreach -> sudo port -d -v install $i
foreach -> end
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13975#comment:16>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list