Re: [package - 144i386-default][textproc/xmlada] Failed for xmlada-26.0.0 in build/runaway

From: Alastair Hogge <agh_at_riseup.net>
Date: Sun, 05 Jul 2026 08:48:17 UTC
On 2026-07-05 16:34, Alastair Hogge wrote:
> On 2026-07-05 16:11, pkg-fallout@FreeBSD.org wrote:
>> You are receiving this mail as a port that you maintain
>> is failing to build on the FreeBSD package build server.
>> Please investigate the failure and submit a PR to fix
>> build.
>> 
>> Maintainer:     ada@FreeBSD.org
>> Log URL:        https://pkg-status.freebsd.org/beefy18/data/144i386-default/2e12e7faaff2/logs/xmlada-26.0.0.log
>> Build URL:      https://pkg-status.freebsd.org/beefy18/build.html?mastername=144i386-default&build=2e12e7faaff2
>> Log:
> 
> [ remove bulk of the build log ]
> 
> 
>> raised STORAGE_ERROR : s-intman.adb:136 explicit raise
>> Call stack traceback locations:
>> 0x85594c4
>> 0x2887ff79
>> 0x2887f417
>> 0xffffea12
>> 0x85c2b22
>> 0x85c3d30
>> 0x85af81d
>> 0x85afa5c
>> 0x85afbfc
>> 0x85afcc1
>> 0x85ce2f4
>> 0x856912e
>> 0x8568d0b
>> 0x856956b
>> 0x85695ea
>> 0x8569315
>> 0x85692f0
>> 0x8101eca
>> 0x85afcc1
>> 0x85ce2f4
>> 0x856912e
>> 0x8568d0b
>> 0x856956b
>> 0x85695ea
>> 0x8569315
>> 0x85692f0
>> 0x8101eca
>> 0x85afcc1
>> 0x85ce2f4
>> 0x856912e
>> 0x8568d0b
>> 0x856956b
>> 0x85695ea
>> 0x8569315
>> 0x85692f0
>> 0x8101eca
>> 0x85afcc1
>> 0x85ce2f4
>> 0x856912e
>> 0x8568d0b
>> 0x856956b
>> 0x85695ea
>> 0x8569315
>> 0x85692f0
>> 0x8101eca
>> 0x85afcc1
>> 0x85ce2f4
>> 0x856912e
>> 0x8568d0b
>> 0x856956b
>> =>> Killing runaway build after 10800 seconds with no output
> 
> These gprbuild problems on i386 surfaced 3 or more years ago. I noticed
> themy when I was updating the de-orbited Ada Ports. I never found a
> solution, other than maybe calling gnatmake directly instead of using
> gprbuild. I have vague memories of modifying the environment (ulimit) to
> increase memory, but I do not think that worked.
> 
> The Ada body s-intman (System.Interrupt_Management) is the same for both
> 32 or 64 bit implementations. I suppose this is a good enuf reason to
> try out the new build options for gprbuild.

There is an interesting answer to this situation on StackOverflow. It
involves a Pragma statement informing the GNAT compiler to not insert
this particular exception/signal handler in the runtime:

https://stackoverflow.com/questions/62672924/why-am-i-getting-storage-error-on-my-ada-shared-library-when-running-under-a-j