Your message dated Sun, 28 Jul 2024 15:35:35 +0000
with message-id <e1sy5vr-00f0o3...@fasolo.debian.org>
and subject line Bug#1076503: Removed package(s) from unstable
has caused the Debian Bug report #717014,
regarding [fixed in 11] on some archs, a library using Elementary_Functions
needs -lm
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 ow...@bugs.debian.org
immediately.)
--
717014: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717014
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnat-4.6
Version: 4.6.4-1
Severity: normal
On armel armhf ia64 m68k mips mipsel powerpc s390 s390x sparc, the
following scenario complains about the "cos", "sin", etc symbols being
undefined. Adding "-lm" to library_options (used at the end of the
link command) fixes the problem, but gnat should not expect the end
user to know if these functions are built in gcc or provided by an
external library.
mkdir lib
cat > pack.ads <<EOF
with Ada.Numerics.Generic_Elementary_Functions;
package Pack is new Ada.Numerics.Generic_Elementary_Functions (Float);
EOF
cat > pack.gpr <<EOF
project Pack is
for Library_Name use "pack";
for Library_Version use "libpack.so.1";
for Source_Dirs use (".");
for Library_Dir use "lib";
for Library_Kind use "dynamic";
for Library_Options use ("-Wl,-z,defs"); -- Fail on undefined symbols.
end Pack;
EOF
gnatmake -v -Ppack.gpr
--- End Message ---
--- Begin Message ---
Version: 10.5.0-4+rm
Dear submitter,
as the package gcc-10 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1076503
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---