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 10.182.97.134 with SMTP id ea6mr13578171obb.10.1435697112922; Tue, 30 Jun 2015 13:45:12 -0700 (PDT) X-Received: by 10.140.34.78 with SMTP id k72mr270590qgk.17.1435697112892; Tue, 30 Jun 2015 13:45:12 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!ff1no175979igc.0!news-out.google.com!4ni33104qgh.1!nntp.google.com!s91no99117qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 30 Jun 2015 13:45:12 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.99.95.58; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 83.99.95.58 References: <57fdd2b2-2b6a-4188-b489-0e5e845c2a79@googlegroups.com> <340d07e6-dc3b-430f-b15a-97a89f01763a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2ee2eb07-af78-432c-b0cc-38895b1ada6e@googlegroups.com> Subject: Re: Question about Gnat/FSF 2015 From: Laurent Injection-Date: Tue, 30 Jun 2015 20:45:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:26551 Date: 2015-06-30T13:45:12-07:00 List-Id: On Tuesday, 30 June 2015 10:15:07 UTC+2, briot.e...@gmail.com wrote: > > [2015-06-29 19:46:18] There are several startup scripts with the same name: /usr/local/gnat/share/gps/plug-ins/isearch.py > > Not loading: /usr/local/gnat/share/gps/library/isearch.py > > You might have an isearch.py somewhere else, for instance in your home dir: ~/.gps/plug-ins/ > Or try searching for it in your install directory. Perhaps you installed GPS on top of an existing > installation ? laurent$ mdfind isearch.py /Volumes/Backup/usr/local/gnat/share/gps/library/isearch.py /Volumes/Backup/usr/local/gnat/share/gps/plug-ins/isearch.py /Volumes/Backup/usr/local/gnat/share/gps/plug-ins/isearch.pyc /Volumes/Macintosh HD/Downloads/gnat-gpl-2015-x86_64-darwin-bin/share/gps/plug-ins/isearch.py /usr/local/gnat/share/gps/library/isearch.py /usr/local/gnat/share/gps/plug-ins/isearch.py /usr/local/gnat/share/gps/plug-ins/isearch.pyc So it looks like there is no other isearch.py somewhere else. I tried a clean install which solved the problem. I have as well removed share/gps/plug-ins/xmlada_gps.py. So no more red messages on startup in GPS. Thanks