#13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by dluke@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