Package: src:libgnatcoll Followup-For: Bug #777946 Hello.
Gprbuild, by default, only considers compilers - which are the Debian default (ex: /usr/bin/gcc from package gcc) - for which the version starts with 4.9. The intent is that users of the stable distribution with default settings - use the Debian default compilers - never mix objects with incompatible ABIs. Consequently, upgrading gcc (Debian package providing the /usr/bin symlink) to version 5 breaks libgnatcoll (#777946). The relevant line of the log ends with warning: no compiler specified for language "C", ignoring all its sources Gprbuild detects no C compiler (gcc-4.9 is installed as a Build-Dependency, but /usr/bin/gcc --version does not answer 4.9), ignores all C sources, and later complains at link stage about missing symbols. Anyway, due to Debian Ada policy, libgnatcoll cannot be built with gnat-5 before libgtkada. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org