comp.lang.ada
 help / color / mirror / Atom feed
* Install problems with Gnat GPL 2010 on Mac OS X
@ 2010-07-05 17:26 Stephen Sangwine
  2010-07-05 18:57 ` (see below)
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Sangwine @ 2010-07-05 17:26 UTC (permalink / raw)


Has anyone succeeded in installing Gnat GPL 2010 on a Mac?
The doinstall script doesn't work 'out of the box'. Run
under sudo, the first error I hit is this:

touch: GPL/gnat-2010-x86_64-apple-darwin9.6.0-bin/install.log: No such 
file or directory

Creating an empty file install.log and restarting leads to this one:

./doinstall: line 225: cd: /usr/local/gnat/bin: No such file or directory
chgrp: gdb: No such file or directory
chmod: gdb: No such file or directory

(This is all with default responses to the script dialogue.)






^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Install problems with Gnat GPL 2010 on Mac OS X
  2010-07-05 17:26 Install problems with Gnat GPL 2010 on Mac OS X Stephen Sangwine
@ 2010-07-05 18:57 ` (see below)
  2010-07-05 19:25   ` Simon Wright
  0 siblings, 1 reply; 10+ messages in thread
From: (see below) @ 2010-07-05 18:57 UTC (permalink / raw)


On 05/07/2010 18:26, in article 2010070518261116807-sjs@essexacuk, "Stephen
Sangwine" <sjs@essex.ac.uk> wrote:

> Has anyone succeeded in installing Gnat GPL 2010 on a Mac?

Yes. The installation and compiler worked without a hitch.

-- 
Bill Findlay
<surname><forename> chez blueyonder.co.uk





^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Install problems with Gnat GPL 2010 on Mac OS X
  2010-07-05 18:57 ` (see below)
@ 2010-07-05 19:25   ` Simon Wright
  2010-07-05 19:46     ` Stephen Sangwine
  0 siblings, 1 reply; 10+ messages in thread
From: Simon Wright @ 2010-07-05 19:25 UTC (permalink / raw)


"(see below)" <yaldnif.w@blueyonder.co.uk> writes:

> On 05/07/2010 18:26, in article 2010070518261116807-sjs@essexacuk, "Stephen
> Sangwine" <sjs@essex.ac.uk> wrote:
>
>> Has anyone succeeded in installing Gnat GPL 2010 on a Mac?
>
> Yes. The installation and compiler worked without a hitch.

Here also.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Install problems with Gnat GPL 2010 on Mac OS X
  2010-07-05 19:25   ` Simon Wright
@ 2010-07-05 19:46     ` Stephen Sangwine
  2010-07-05 20:13       ` (see below)
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Sangwine @ 2010-07-05 19:46 UTC (permalink / raw)


On 2010-07-05 20:25:39 +0100, Simon Wright <simon@pushface.org> said:

> "(see below)" <yaldnif.w@blueyonder.co.uk> writes:
> 
>> On 05/07/2010 18:26, in article 2010070518261116807-sjs@essexacuk, "Stephen
>> Sangwine" <sjs@essex.ac.uk> wrote:
>> 
>>> Has anyone succeeded in installing Gnat GPL 2010 on a Mac?
>> 
>> Yes. The installation and compiler worked without a hitch.
> 
> Here also.

Puzzling. Are you both using Snow Leopard?





^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Install problems with Gnat GPL 2010 on Mac OS X
  2010-07-05 19:46     ` Stephen Sangwine
@ 2010-07-05 20:13       ` (see below)
  2010-07-05 22:20         ` Kevin K
  0 siblings, 1 reply; 10+ messages in thread
From: (see below) @ 2010-07-05 20:13 UTC (permalink / raw)


On 05/07/2010 20:46, in article 2010070520465816807-sjs@essexacuk, "Stephen
Sangwine" <sjs@essex.ac.uk> wrote:

> On 2010-07-05 20:25:39 +0100, Simon Wright <simon@pushface.org> said:
> 
>> "(see below)" <yaldnif.w@blueyonder.co.uk> writes:
>> 
>>> On 05/07/2010 18:26, in article 2010070518261116807-sjs@essexacuk, "Stephen
>>> Sangwine" <sjs@essex.ac.uk> wrote:
>>> 
>>>> Has anyone succeeded in installing Gnat GPL 2010 on a Mac?
>>> 
>>> Yes. The installation and compiler worked without a hitch.
>> 
>> Here also.
> 
> Puzzling. Are you both using Snow Leopard?

10.6.4 here. 

-- 
Bill Findlay
<surname><forename> chez blueyonder.co.uk





^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Install problems with Gnat GPL 2010 on Mac OS X
  2010-07-05 20:13       ` (see below)
@ 2010-07-05 22:20         ` Kevin K
  2010-07-06  6:20           ` MRE
  2010-07-07 20:21           ` Stephen Sangwine
  0 siblings, 2 replies; 10+ messages in thread
From: Kevin K @ 2010-07-05 22:20 UTC (permalink / raw)


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.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Install problems with Gnat GPL 2010 on Mac OS X
  2010-07-05 22:20         ` Kevin K
@ 2010-07-06  6:20           ` MRE
  2010-07-07 20:21           ` Stephen Sangwine
  1 sibling, 0 replies; 10+ messages in thread
From: MRE @ 2010-07-06  6:20 UTC (permalink / raw)


On 6 Jul., 00:20, Kevin K <kevi...@gmail.com> wrote:
> 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.

I got the same error (on Leopard). Had to tinker with the install
script then it went nicely.

Regards,

Marc



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Install problems with Gnat GPL 2010 on Mac OS X
  2010-07-05 22:20         ` Kevin K
  2010-07-06  6:20           ` MRE
@ 2010-07-07 20:21           ` Stephen Sangwine
  2010-07-08 10:22             ` Stephen Sangwine
  1 sibling, 1 reply; 10+ messages in thread
From: Stephen Sangwine @ 2010-07-07 20:21 UTC (permalink / raw)


On 2010-07-05 23:20:52 +0100, Kevin K <kevink4@gmail.com> 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.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Install problems with Gnat GPL 2010 on Mac OS X
  2010-07-07 20:21           ` Stephen Sangwine
@ 2010-07-08 10:22             ` Stephen Sangwine
  2010-07-08 16:06               ` Stephen Sangwine
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Sangwine @ 2010-07-08 10:22 UTC (permalink / raw)


I've now reported this problem to AdaCore, with the suggested
fix of changing the directory name from 'GNAT GPL' to 'GNAT-GPL'
in the downloaded tar file.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Install problems with Gnat GPL 2010 on Mac OS X
  2010-07-08 10:22             ` Stephen Sangwine
@ 2010-07-08 16:06               ` Stephen Sangwine
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Sangwine @ 2010-07-08 16:06 UTC (permalink / raw)


On 2010-07-08 11:22:26 +0100, Stephen Sangwine <sjs@essex.ac.uk> said:

> I've now reported this problem to AdaCore, with the suggested
> fix of changing the directory name from 'GNAT GPL' to 'GNAT-GPL'
> in the downloaded tar file.

And I have been told the problem has already been fixed, so more
recent downloads should not suffer from it.




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-07-08 16:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-05 17:26 Install problems with Gnat GPL 2010 on Mac OS X Stephen Sangwine
2010-07-05 18:57 ` (see below)
2010-07-05 19:25   ` Simon Wright
2010-07-05 19:46     ` Stephen Sangwine
2010-07-05 20:13       ` (see below)
2010-07-05 22:20         ` Kevin K
2010-07-06  6:20           ` MRE
2010-07-07 20:21           ` Stephen Sangwine
2010-07-08 10:22             ` Stephen Sangwine
2010-07-08 16:06               ` Stephen Sangwine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox