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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e82656e46f06871d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.bt.com!news.bt.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 07 Jul 2010 15:21:10 -0500 From: Stephen Sangwine Newsgroups: comp.lang.ada Date: Wed, 7 Jul 2010 21:21:10 +0100 Message-ID: <2010070721211016807-sjs@essexacuk> References: <2010070518261116807-sjs@essexacuk> <2010070520465816807-sjs@essexacuk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Install problems with Gnat GPL 2010 on Mac OS X User-Agent: Unison/1.8.1 X-Usenet-Provider: http://www.giganews.com X-AuthenticatedUsername: NoAuthUser X-Trace: sv3-UeFQhTOGZnGjJIshTiOM6O1lmTEDKi9iqSB6mkVKIgyZsysyn8PWQBmbMRf7k/l9T3QVy/8SVgVsc1S!Qmi4c4+u7Dc1yoHoMYlC5kKN59LzKLHAUc8HoBXTKYf+PJ/mfAs0bmZQ6nWY5W9bbMoa X-Complaints-To: abuse@btinternet.com X-DMCA-Complaints-To: abuse@btinternet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Xref: g2news1.google.com comp.lang.ada:12252 Date: 2010-07-07T21:21:10+01:00 List-Id: On 2010-07-05 23:20:52 +0100, Kevin K said: > It gave me the same error. I think it was something with the > directory I was running the install from. A space or something in it. Yes! You have pointed me in the direction of the error. The problem is this: when I downloaded GNAT GPL 2010 I also asked for XMLADA and the tar file contains two top-level directories, one of them called "GNAT GPL" (with a space). Below this is the directory gnat-2010-x86_64-apple-darwin9.6.0-bin. I ran the doinstall script from the directory ~/Desktop/AdaCore/Gnat GPL/gnat-2010-x86_64-apple-darwin9.6.0-bin and this is the cause of the problem. I worked around it by moving the directory gnat-2010-x86_64-apple-darwin9.6.0-bin directly into the AdaCore directory and installation worked.