Your message dated Sat, 15 Dec 2018 14:32:31 +0200
with message-id <20181215123231.GF24034@localhost>
and subject line Fixed in 18-5
has caused the Debian Bug report #913371,
regarding gnat-gps fails to build on 32-bit kernels, address space exhaustion.
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.)
--
913371: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913371
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: gnat-gps
version: 18-2
gnat-gps failed on armel, mips, and mipsel with the following error.
+===========================GNAT BUG DETECTED==============================+
| 8.2.0 (arm-linux-gnueabi) Storage_Error System.Memory.Realloc: heap exhausted|
| Error detected at gnatcoll-sql.adb:869:7 |
| Please submit a bug report; see https://gcc.gnu.org/bugs/ . |
| Use a subject line meaningful to you and us to track the bug. |
| Include the entire contents of this bug box in the report. |
| Include the exact command that you entered. |
| Also include sources listed below. |
+==========================================================================+
This looks like a case of address space being exhausted. On most 32-bit
systems the address space of any individual process is limited to 3GB.
armhf and powerpc succeeded but those builds were on 64-bit kernels
which allow nearly the full 4GB to be used by 32-bit programs.
We also ran into the issue over in raspbian, we have a mixture of
buildboxes with 32-bit and 64-bit hardware/kernels and it suceeded
on the box with a 64-bit kernel but failed on those with 32-bit kernels.
Other 32-bit architectures (i386, hppa, hurd-i386, kfreebsd-i386, m68k
, powerpcspe and sh4) have not tried to build the latest gnat-gps due
to uninstallable build-depends.
--- End Message ---
--- Begin Message ---
Version: 18-5
gnat-gps (18-5) unstable; urgency=medium
* Disable 32 bits builds, affected by #913371.
The problem was hidden by some 64 bits chroot.
-- Nicolas Boulenguez <nico...@debian.org> Tue, 11 Dec 2018 14:43:22 +0100
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--- End Message ---