From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Rod Kay Newsgroups: comp.lang.ada Subject: Re: No Free GNAT 2022 Date: Wed, 21 Sep 2022 22:11:43 +1000 Organization: A noiseless patient Spider Message-ID: References: <7b69ad61-3620-4bf6-b58a-6c3871bcd823n@googlegroups.com> <0e90ce61-7083-4f3e-98b6-b90ebe442ce8n@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 21 Sep 2022 12:11:23 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="b3fa4e845b7140f36ffbb034423f8457"; logging-data="1914637"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+rht15HhtrzJi4lSSewOPGabagbG7+aLA=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Cancel-Lock: sha1:iELOzGl51LDDvG1e98dj/hbYN9w= Content-Language: en-US In-Reply-To: <0e90ce61-7083-4f3e-98b6-b90ebe442ce8n@googlegroups.com> Xref: reader01.eternal-september.org comp.lang.ada:64374 List-Id: On 21/9/22 20:50, Saada Mehdi wrote: > Le samedi 16 juillet 2022 à 08:40:50 UTC+2, roda...@gmail.com a écrit : >> Also, if you happen to be using Archlinux, there is a >> 'gnatstudio-bin' in the AUR. > Which seems broken as I write this. Like a lot of AUR packages. If the problem is to do with the libcrypt version then the following should help ... $ sudo ln -s /usr/lib/libcrypt.so.2 /usr/lib/libcrypt.so.1 I neglected to update the gnatstudio-bin PKGBUILD to fix this when it occurred. Will correct asap. Regards.