From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a1c:9e53:: with SMTP id h80-v6mr102324wme.7.1528820793198; Tue, 12 Jun 2018 09:26:33 -0700 (PDT) X-Received: by 2002:aca:c456:: with SMTP id u83-v6mr28579oif.4.1528820792743; Tue, 12 Jun 2018 09:26:32 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!x11-v6no910796wmh.0!news-out.google.com!n13-v6ni23wmc.0!nntp.google.com!u78-v6no541721itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 12 Jun 2018 09:26:32 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.98.77.125; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 194.98.77.125 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: There's a problem with gnatclean on Windows GNAT Community 2018 From: fabien.chouteau@gmail.com Injection-Date: Tue, 12 Jun 2018 16:26:33 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:53069 Date: 2018-06-12T09:26:32-07:00 List-Id: Hi all, We want to let you know that a problem was detected in the 2018 Community release for Windows. Because of the installer, the run-time .ali files are not marked as read only. As a result, gnatclean will remove all the .ali files from the installation, including those of the run-time. Until we release a fix, you can use these commands to mark the .ali as read only: $ cd $ attrib +r /s *.ali That's it :)