#17115: deluge install error

View: New views
5 Messages — Rating Filter:   Alert me  

#17115: deluge install error

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#17115: deluge install error
-------------------------------------+--------------------------------------
 Reporter:  mau_hernandez@...  |       Owner:  macports-tickets@...
     Type:  defect                   |      Status:  new                                  
 Priority:  Normal                   |   Milestone:  Port Bugs                            
Component:  ports                    |     Version:  1.6.0                                
 Keywords:                           |        Port:                                      
-------------------------------------+--------------------------------------
 I encountered the following errors after running command
 sudo port install deluge... pls help?

 Error: Target org.macports.activate returned: Image error:
 /opt/local/bin/a2p is being used by the active perl5.8 port.  Please
 deactivate this port first, or use the -f flag to force the activation.
 Error: The following dependencies failed to build: librsvg libgsf gnome-
 vfs gconf gtk2 shared-mime-info intltool perl5 tiff orbit2 libidl gnome-
 mime-data openssl libbonobo py25-gtk libglade2 py25-cairo py25-numpy
 fftw-3 py25-hashlib py25-nose py25-setuptools py25-zlib py25-xdg
 Error: Status 1 encountered during processing.

--
Ticket URL: <http://trac.macports.org/ticket/17115>
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

Re: #17115: deluge install error

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

 * cc: mau_hernandez@... (removed)
 * cc: mcalhoun@... (added)


Old description:

> I encountered the following errors after running command
> sudo port install deluge... pls help?
>
> Error: Target org.macports.activate returned: Image error:
> /opt/local/bin/a2p is being used by the active perl5.8 port.  Please
> deactivate this port first, or use the -f flag to force the activation.
> Error: The following dependencies failed to build: librsvg libgsf gnome-
> vfs gconf gtk2 shared-mime-info intltool perl5 tiff orbit2 libidl gnome-
> mime-data openssl libbonobo py25-gtk libglade2 py25-cairo py25-numpy
> fftw-3 py25-hashlib py25-nose py25-setuptools py25-zlib py25-xdg
> Error: Status 1 encountered during processing.

New description:

 I encountered the following errors after running command
 sudo port install deluge... pls help?
 {{{
 Error: Target org.macports.activate returned: Image error:
 /opt/local/bin/a2p is being used by the active perl5.8 port.  Please
 deactivate this port first, or use the -f flag to force the activation.
 Error: The following dependencies failed to build: librsvg libgsf gnome-
 vfs gconf gtk2 shared-mime-info intltool perl5 tiff orbit2 libidl gnome-
 mime-data openssl libbonobo py25-gtk libglade2 py25-cairo py25-numpy
 fftw-3 py25-hashlib py25-nose py25-setuptools py25-zlib py25-xdg
 Error: Status 1 encountered during processing.
 }}}

--

Comment:

 "...being used by the active perl5.8 port... perl5..." so something is
 wanting perl5 even though you already have perl5.8 installed.  mcalhoun,
 shouldn't all references to perl5 have been with a path: dependency?

--
Ticket URL: <http://trac.macports.org/ticket/17115#comment:2>
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

Re: #17115: deluge install error

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

 * cc: jmr@... (added)
  * port:  => deluge


Comment:

 Try: `sudo port uninstall perl5 && sudo port selfupdate`

 I suspect you have a slightly outdated autoconf portfile which is causing
 this. See #16830.

--
Ticket URL: <http://trac.macports.org/ticket/17115#comment:3>
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

Re: #17115: deluge install error

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#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

Re: #17115: deluge install error

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

  * status:  new => closed
  * resolution:  => fixed


Comment:

 It seems that the proposed [comment:4 fix] worked, so I will close this
 ticket.

--
Ticket URL: <http://trac.macports.org/ticket/17115#comment:5>
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