[Bug 279996] lang/gnat12: missing ali files for aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jun 2024 05:04:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279996 Bug ID: 279996 Summary: lang/gnat12: missing ali files for aarch64 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: thierry@FreeBSD.org Reporter: jonc@chen.org.nz Assignee: thierry@FreeBSD.org Flags: maintainer-feedback?(thierry@FreeBSD.org) Created attachment 251703 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=251703&action=edit gnat12 aarch ali fix For ARCH=aarch64, multiple ads (ada specification files) have been installed without corresponding ali (ada library) files. In particular: /usr/local/gnat12/lib/gcc/aarch64-portbld-freebsd14.1/12.3.0/adainclude/s-imglllb.ads /usr/local/gnat12/lib/gcc/aarch64-portbld-freebsd14.1/12.3.0/adainclude/s-imgllli.ads /usr/local/gnat12/lib/gcc/aarch64-portbld-freebsd14.1/12.3.0/adainclude/s-imglllu.ads /usr/local/gnat12/lib/gcc/aarch64-portbld-freebsd14.1/12.3.0/adainclude/s-imglllw.ads The attached patch fixes this. Additionally, this unblocks the build for devel/gprbuild on aarch64 as well. -- You are receiving this mail because: You are the assignee for the bug.