Project

General

Profile

Bug #12599

Updated by François ARMAND about 5 years ago

We should just add a dependency there 


 Error message is  
 <pre> 
 Version: 4.3.0~rc2~git201803160036-stretch0 

 Can't locate XML/TreePP.pm in @INC (you may need to install the XML::TreePP module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /var/rudder/cfengine-community/inputs/inventory/1.0/test-inventory.pl line 5. 
 BEGIN failed--compilation aborted at /var/rudder/cfengine-community/inputs/inventory/1.0/test-inventory.pl line 5. 
 </pre> 

 For reference, this is due to a change in perl dependencies between debian 8 and debian 9.  

 We don't need the dependency on debian 8 / ubuntu 16.04.  

 We need the dependency for any debian 9 based distrib.

Back