Package: gprbuild Version: 2015-5 User: [email protected] Usertags: autopkgtest
Hello, gprbuild's tests recently started failing [1] with Error: no native compiler found for language 'ada', default runtime p.gpr:2:09: no languages defined for this project gnatvsn.gpr:24:09: no languages defined for this project gprbuild: "p.gpr" processing failed The same error can also be seen in gnat modules like https://ci.debian.net/packages/libg/libgnatcoll/unstable/amd64/ https://ci.debian.net/packages/a/asis/unstable/amd64/ and presumably others. gprbuild itself did not change since the failure started to happen, so I suppose some dependency changed. According to [2] the most likely change is from gcc-6 6.2.0-4 [3], but its changelog does not mention any dependency change. Curiously I can make libgnatcoll's tests work again by additionally installing gcc-6 [4] as that makes gprconfig work again. But gprbuild's own tests still already pull in gcc-6, so that cannot be the complete explanation. I'm afraid this should be investigated by someone who actually knows the Ada toolchain now. Thanks! Martin [1] https://ci.debian.net/packages/g/gprbuild/unstable/amd64/ [2] https://ci.debian.net/data/packages/unstable/amd64/g/gprbuild/20160916_121517.log [3] https://tracker.debian.org/news/797988 [4] autopkgtest libgnatcoll --setup-commands 'apt-get install -y --no-install-recommends gcc' -- [...] -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)

