Your message dated Sat, 21 May 2022 23:32:07 +0200
with message-id <YolaV7b6zfaBp6h7@pegase>
and subject line Re: dh-ada-library ftbfs with mismatching gcc/gnat versions
has caused the Debian Bug report #992241,
regarding dh-ada-library ftbfs with mismatching gcc/gnat versions
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
992241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992241
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dh-ada-library
Version: 7.3
Severity: important
Tags: sid bookworm
not yet seen in Debian, just in Ubuntu impish with GCC 11 as the default, and
link time optimizations turned on as the default:
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/amd64/d/dh-ada-library/20210814_170557_da8aa@/log.gz
As seen from the log, there are several invocations of /usr/bin/gnatgcc, but
also one using /usr/bin/gcc, which then leads to the build failure when the gcc
and gnatgcc versions mismatch, and the link time optimizations are turned on.
So the real fix should be to not call /usr/bin/gcc, but gnatgcc instead
everywhere. A work around would be to turn of link time optimizations for this
package.
--- End Message ---
--- Begin Message ---
Hello.
gprconfig-kb/22.0.0-3 should fix this issue.
This bug is closed in another package because:
* gprconfig-kb selects a compiler for gprbuild.
* the failure was affecting a test for dh-ada-library,
but during the gprbuild invocation.
--- End Message ---