Bug#572359: adacontrol: Internal error when invoking AdaControl

2010-03-09 Thread Ludovic Brenta
Thanks for the update. Calling gnatgcc is actually correct; the bug, then, is merely a missing dependency on the package 'gnat', the sole purpose of which is to provide the gnatgcc symlink and to depend on the default gnat-x.y. So, please remove the symlinks you created manually and install

Bug#572359: adacontrol: Internal error when invoking AdaControl

2010-03-08 Thread Ludovic Brenta
I have to check but I suspect that the bug is in ASIS; it tries to call gcc instead of gcc-4.4. Workaround #1: install package gcc (= 4.4) Workaround #2: ln -s /usr/bin/gcc-4.4 /usr/bin/gcc Workaround #3: export PATH=$HOME/bin:$PATH mkdir $HOME/bin ln -s /usr/bin/gcc-4.4 $HOME/bin/gcc Please

Bug#572359: adacontrol: Internal error when invoking AdaControl

2010-03-08 Thread Ludovic Brenta
reassign 572359 libasis2008 retitle 572359 asis calls gcc instead of gcc-4.4 severity normal thanks For the record, the OP confirmed that my suggested workarounds solved the problem. Reassigning to asis. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to

Bug#572359: adacontrol: Internal error when invoking AdaControl

2010-03-08 Thread Tero Koskinen
Just to be pedantic: asis calls *gnatgcc*, not gcc and creating symlink from gcc-4.4 to gnatgcc helps as a work-around: ln -s /usr/bin/gcc-4.4 /usr/bin/gnatgcc -- Tero Koskinen tero.koski...@iki.fi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#572359: adacontrol: Internal error when invoking AdaControl

2010-03-03 Thread Tero Koskinen
Package: adacontrol Version: 1.9r4-5 Severity: normal AdaControl gives me following error when I try to run it: Internal implementation error: A4G.GNAT_Int.Create_Tree: check the path and environment settings for gcc! Steps to reproduce: 1. Download Ada code and some AdaControl ruleset, for