Package: src:libalog
Followup-For: Bug #777934

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 libalog (#777934). 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, libalog cannot be built with
gnat-5 before libahven.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to