Deluge install stop in p5-Locale-gettext

Status
Not open for further replies.

robself705

Cadet
Joined
Dec 18, 2014
Messages
5
I have been trying to get Deluge installed in a Jail on FreeNAS 9.3 for several hours but keep running into issues. Currently when I install Deluge from ports using

make WITHOUT_X11=yes install clean

I get the following error:

Code:
===>    Verifying install for p5-Locale-gettext>=0 in /usr/ports/devel/p5-Locale-gettext                                           
===>  Installing for p5-Locale-gettext-1.05_4                                                                                      
===>   p5-Locale-gettext-1.05_4 depends on file: /usr/local/bin/perl5.16.3 - found                                                 
===>   p5-Locale-gettext-1.05_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9)                        
===>  Checking if p5-Locale-gettext already installed                                                                              
===>   Registering installation for p5-Locale-gettext-1.05_4 as automatic                                                          
pkg-static: Unable to access file /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/auto/Locale/
gettext/gettext.so: No such file or directory                                                                                      
pkg-static: Unable to access file /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/Locale/gette
xt.pm: No such file or directory                                                                                                   
pkg-static: Unable to access file /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/man/man3/Locale::gette
xt.3.gz: No such file or directory                                                                                                 
*** [fake-pkg] Error code 74                                                                                                       
                                                                                                                                   
Stop in /usr/ports/devel/p5-Locale-gettext.                                                                                        
*** [build-depends] Error code 1                                                                                                   
                                                                                                                                   
Stop in /usr/ports/misc/help2man.                                                                                                  
*** [install] Error code 1                                                                                                         
                                                                                                                                   
Stop in /usr/ports/misc/help2man.                                                                                                  
*** [build-depends] Error code 1                                                                                                   
                                                                                                                                   
Stop in /usr/ports/devel/autoconf.                                                                                                 
*** [build-depends] Error code 1                                                                                                   
                                                                                                                                   
Stop in /usr/ports/net/GeoIP.                                                                                                      
*** [install] Error code 1                                                                                                         
                                                                                                                                   
Stop in /usr/ports/net/GeoIP.                                                                                                      
*** [lib-depends] Error code 1                                                                                                     
                                                                                                                                   
Stop in /usr/ports/net-p2p/libtorrent-rasterbar.                                                                                   
*** [install] Error code 1                                                                                                         
                                                                                                                                   
Stop in /usr/ports/net-p2p/libtorrent-rasterbar.                                                                                   
*** [lib-depends] Error code 1                                                                                                     
                                                                                                                                   
Stop in /usr/ports/net-p2p/libtorrent-rasterbar-python.                                                                            
*** [install] Error code 1                                                                                                         
                                                                                                                                   
Stop in /usr/ports/net-p2p/libtorrent-rasterbar-python.                                                                            
*** [run-depends] Error code 1                                                                                                     
                                                                                                                                   
Stop in /usr/ports/net-p2p/deluge.                                                                                                 
*** [install] Error code 1                                                                                                         
                                                                                                                                   
Stop in /usr/ports/net-p2p/deluge.  


What am I missing?
 

robself705

Cadet
Joined
Dec 18, 2014
Messages
5
I have updated perl to 5.18.4 however when I try to install p5-Locale-gettext I get the following:

Code:
root@deluge:/usr/ports/devel/p5-Locale-gettext # make deinstall reinstall                                                          
===>  Deinstalling for p5-Locale-gettext                                                                                           
===>   p5-Locale-gettext not installed, skipping                                                                                   
===>  Installing for p5-Locale-gettext-1.05_4                                                                                      
===>   p5-Locale-gettext-1.05_4 depends on file: /usr/local/bin/perl5.18.4 - found                                                 
===>   p5-Locale-gettext-1.05_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9)                        
===>   Registering installation for p5-Locale-gettext-1.05_4                                                                       
pkg-static: Unable to access file /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/auto/Locale/
gettext/gettext.so: No such file or directory                                                                                      
pkg-static: Unable to access file /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/Locale/gette
xt.pm: No such file or directory                                                                                                   
pkg-static: Unable to access file /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/man/man3/Locale::gette
xt.3.gz: No such file or directory                                                                                                 
*** [fake-pkg] Error code 74                                                                                                       
                                                                                                                                   
Stop in /usr/ports/devel/p5-Locale-gettext.                                                                                        
*** [reinstall] Error code 1                                                                                                       
                                                                                                                                   
Stop in /usr/ports/devel/p5-Locale-gettext.  
 
Status
Not open for further replies.
Top