FS#48016 - [gcc-ada] Missing a few gnat tools

Attached to Project: Arch Linux
Opened by Earnestly (Earnest) - Wednesday, 03 February 2016, 17:05 GMT
Last edited by Allan McRae (Allan) - Monday, 08 February 2016, 14:01 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Quite a few of the gnat sub-commands appear to be missing. Checking this I see the following:

% ls -l $(gnat --help | awk '/gnat/ { print "/usr/bin/"$3 }')
ls: cannot access '/usr/bin/gnatcheck': No such file or directory
ls: cannot access '/usr/bin/gnatelim': No such file or directory
ls: cannot access '/usr/bin/gnatmetric': No such file or directory
ls: cannot access '/usr/bin/gnatpp': No such file or directory
ls: cannot access '/usr/bin/gnatstack': No such file or directory
ls: cannot access '/usr/bin/gnatstub': No such file or directory
ls: cannot access '/usr/bin/gnattest': No such file or directory
-rwxr-xr-x 1 root root 1.4M Dec 16 23:33 /usr/bin/gnatbind*
-rwxr-xr-x 1 root root 989K Dec 16 23:33 /usr/bin/gnatchop*
-rwxr-xr-x 1 root root 3.2M Dec 16 23:33 /usr/bin/gnatclean*
-rwxr-xr-x 1 root root 975K Dec 16 23:33 /usr/bin/gnatfind*
-rwxr-xr-x 1 root root 644K Dec 16 23:33 /usr/bin/gnatkr*
-rwxr-xr-x 1 root root 785K Dec 16 23:33 /usr/bin/gnatlink*
-rwxr-xr-x 1 root root 2.6M Dec 16 23:33 /usr/bin/gnatls*
-rwxr-xr-x 1 root root 3.5M Dec 16 23:33 /usr/bin/gnatmake*
-rwxr-xr-x 1 root root 3.5M Dec 16 23:33 /usr/bin/gnatmake*
-rwxr-xr-x 1 root root 2.7M Dec 16 23:33 /usr/bin/gnatname*
-rwxr-xr-x 1 root root 1.7M Dec 16 23:33 /usr/bin/gnatprep*
-rwxr-xr-x 1 root root 973K Dec 16 23:33 /usr/bin/gnatxref*

I'm not really sure why they are missing, oversight or are they simply not included?
This task depends upon

Closed by  Allan McRae (Allan)
Monday, 08 February 2016, 14:01 GMT
Reason for closing:  Not a bug
Additional comments about closing:  These files are not supplied by gcc
Comment by Allan McRae (Allan) - Monday, 08 February 2016, 09:45 GMT
These are not supplied by gcc. In Debian, they are in a "asis-programs" package.
Comment by Earnestly (Earnest) - Monday, 08 February 2016, 12:33 GMT
Ah interesting, thanks.
Well in that case this could be closed if you want since packaging asis looks a bit of a hassle

Loading...