« Return to Thread: #17115: deluge install error

Re: #17115: deluge install error

by MacPorts :: Rate this Message:

Reply to Author | View in Thread

#17115: deluge install error
--------------------------------------+-------------------------------------
  Reporter:  mau_hernandez@...  |       Owner:  mcalhoun@...
      Type:  defect                   |      Status:  new                  
  Priority:  Normal                   |   Milestone:  Port Bugs            
 Component:  ports                    |     Version:  1.6.0                
Resolution:                           |    Keywords:                      
      Port:  deluge                   |  
--------------------------------------+-------------------------------------
Changes (by mcalhoun@...):

 * cc: mcalhoun@... (removed)
  * owner:  macports-tickets@... => mcalhoun@...


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
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

 « Return to Thread: #17115: deluge install error