gnat-3.15p_1 Doesn't Build

Daniel Eischen eischen at vigrid.com
Sun Oct 24 15:59:10 PDT 2004


On Sun, 24 Oct 2004, Jason C. Wells wrote:

> Attempts to build gnat 3.15 result in:
>
> 	Bad system call (core dumped)
>
> I do not have a pre-existing Ada compiler on this system.  It looks the
> build of gnat is hung up on the use of the adaboot bootstrap.  None of the
> include variables set for the adagcc compiler seem to be correct.
>
> The dependencies listed in the makefile are all installed on the system.

You probably don't have option _KPOSIX_PRIORITY_SCHEDULING in
your kernel.  I think gnat and the thread libraries need
sched_yield() with is omitted if _KPOSIX_PRIORITY_SCHEDULING
isn't defined.

-- 
Dan Eischen



More information about the freebsd-ports mailing list