WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project. ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1091.vhd ERROR: Parse error at line 32 column 31: 22: -- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23: 24: -- --------------------------------------------------------------------- 25: -- 26: -- $Id: tc1091.vhd,v 1.2 2001-10-26 16:29:39 paw Exp $ 27: -- $Revision: 1.2 $ 28: -- 29: -- --------------------------------------------------------------------- 30: 31: package c06s05b00x00p02n01i01091pkg is 32: type FIVE is range 1 to 5; ^ 33: type ABASE is array (FIVE range <>) of BOOLEAN; 34: subtype A1 is ABASE(FIVE); 35: attribute AT1 : A1; 36: function fat1(i:integer) return a1; 37: end c06s05b00x00p02n01i01091pkg; 38: 39: package body c06s05b00x00p02n01i01091pkg is 40: function fat1(i:integer) return a1 is 41: variable va1 : a1; 42: begin /bin/bash: sonar-scanner-local : commande introuvable