[MacPorts] #17115: deluge install error
MacPorts
noreply at macports.org
Thu Nov 6 21:17:33 PST 2008
#17115: deluge install error
--------------------------------------+-------------------------------------
Reporter: mau_hernandez at yahoo.com | Owner: mcalhoun at macports.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
Port: deluge |
--------------------------------------+-------------------------------------
Changes (by mcalhoun at macports.org):
* cc: mcalhoun at macports.org (removed)
* owner: macports-tickets at lists.macosforge.org => mcalhoun at macports.org
Comment:
I tried to install deluge on a clean machine.[[BR]]
Although I haven't reached the error yet (boost is a big project), I think
the following will solve the problem:
{{{
sudo port selfupdate
sudo port uninstall perl5
sudo port install perl5.8
sudo port install deluge
}}}
The following seems to have happened:
* There was no perl installed when the command sudo port install deluge
was run
* One of the required ports depended on path:bin/perl:perl5 so MacPorts
listed per5 as a dependency
* Another of the required ports depended on either path:bin/perl:perl5.8
or port:perl5.8, so MacPorts listed perl5.8 as a dependency.
Let me know if this does not work.
--
Ticket URL: <http://trac.macports.org/ticket/17115#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list