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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:d643:: with SMTP id o64-v6mr703925itg.48.1528829363450; Tue, 12 Jun 2018 11:49:23 -0700 (PDT) X-Received: by 2002:aca:c74c:: with SMTP id x73-v6mr43803oif.12.1528829363328; Tue, 12 Jun 2018 11:49:23 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!85.12.16.68.MISMATCH!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!u78-v6no669470itb.0!news-out.google.com!z3-v6ni210iti.0!nntp.google.com!u78-v6no669468itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 12 Jun 2018 11:49:23 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.35; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.35 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <194edf25-72a6-4bb5-8eaa-74c0f3a5e153@googlegroups.com> Subject: Re: There's a problem with gnatclean on Windows GNAT Community 2018 From: Anh Vo Injection-Date: Tue, 12 Jun 2018 18:49:23 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1894 X-Received-Body-CRC: 3810580244 Xref: reader02.eternal-september.org comp.lang.ada:53073 Date: 2018-06-12T11:49:23-07:00 List-Id: On Tuesday, June 12, 2018 at 9:26:34 AM UTC-7, fabien....@gmail.com wrote: > 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 :) All the sources should be read only, too. Anh Vo