Package: src:adacontrol Followup-For: Bug #823369 Hello.
The log attached by Matthias contains the same compiler message, though the problem is detected far later. New restrictions make legal Ada95 code illegal in Ada2005 [1]. All Debian architectures ensure "sizeof(long long) == 8" [2] probably implying "the size of the largest machine scalar is at least 64". Adding the Ada_2005 and lowering the length of the RecTab string field to 7 chararcters instead of 10 fixes the issue on partch.debian.org. [1] http://www.ada-auth.org/cgi-bin/cvsweb.cgi/ais/ai-00133.txt. [2] https://wiki.debian.org/ArchitectureSpecificsMemo,

