Bug#633981: gprbuild: no compiler specified for language Ada ignoring all its sources

2011-08-04 Thread Stephen Leake
In testing and unstable, the locations of the Ada runtime has moved due to multiarch support. That's one of the items matched to find a compiler, so gprbuild fails to find an Ada compiler. This will be fixed in the next version of gprbuild. -- -- Stephe -- To UNSUBSCRIBE, email to

Bug#633981: gprbuild: no compiler specified for language Ada ignoring all its sources

2011-07-15 Thread Nicolas Boulenguez
Package: gprbuild Version: 1.3.0-2 Severity: normal Tags: sid When building libgmpada in unstable, people encountered #633569 and #633895. The bug is reproducible in unstable and testing with -- content of main.adb procedure Main is begin null; end Main; -- content of build.gpr project Build