[Bug 250173] Re: gnat broken with last gcc update

2011-04-05 Thread Angel Guzman Maeso
Reopening, this bug still happen on natty. Trying to execute appears: $ gnat fatal error, run-time library not installed correctly cannot locate file system.ads raised TYPES.UNRECOVERABLE_ERROR : targparm.adb:177 Searching with strace, show that gnat look for gcc 4.4, but the folder is 4.4.4:

[Bug 250173] Re: gnat broken with last gcc update

2008-09-08 Thread Matthias Klose
closing. checked with 4.3.2-1ubuntu1 in intrepid ** Changed in: gnat-4.3 (Ubuntu) Status: New => Fix Released -- gnat broken with last gcc update https://bugs.launchpad.net/bugs/250173 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 250173] Re: gnat broken with last gcc update

2008-09-02 Thread Matthias Klose
> with the current gnat it is impossible to compile anything. Neither gnat itself, nor any other file it seems. is cpp-4.3 installed on the system? -- gnat broken with last gcc update https://bugs.launchpad.net/bugs/250173 You received this bug notification because you are a member of Ubuntu Bug

[Bug 250173] Re: gnat broken with last gcc update

2008-09-02 Thread Matthias Klose
> Using the Ubuntu Development version if gnat is important to you, > appears to be a specifically bad idea as they appear to have disabled > all the tests at least for Ada. nothing changed from the debian package. please could you file a bug for Debian? afaicr this was disabled because the tests

[Bug 250173] Re: gnat broken with last gcc update

2008-09-01 Thread David Sauvage
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497369 about the symlink problem ... -- gnat broken with last gcc update https://bugs.launchpad.net/bugs/250173 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 250173] Re: gnat broken with last gcc update

2008-08-31 Thread David Sauvage
Concerning my first comment, here is the solution to be able to us again the gnat compiler tool chain : sudo ln -s /usr/lib/gcc/i486-linux-gnu/4.3 /usr/lib/gcc/i486-linux- gnu/4.3.1 strace tell us that the gnat command try to open /usr/lib/gcc/i486-linux-gnu/4.3.1/adainclude/system.ads, and cra

[Bug 250173] Re: gnat broken with last gcc update

2008-08-31 Thread Kay Hayen
Hello, Using the Ubuntu Development version if gnat is important to you, appears to be a specifically bad idea as they appear to have disabled all the tests at least for Ada. I am no longer an Ubuntu user myself, as its Development version has become too unstable for me. But I can confirm having

[Bug 250173] Re: gnat broken with last gcc update

2008-08-30 Thread David Sauvage
Hi, all gnat tools are not usable on this version [1] !!!, -- $ gnatclean fatal error, run-time library not installed correctly cannot locate file system.ads raised TYPES.UNRECOVERABLE_ERROR : targparm.adb:174 -- $ gnatmake -P g