comp.lang.ada
 help / color / mirror / Atom feed
From: sophia.adampour@gmail.com
Subject: Ada download
Date: Fri, 5 Jan 2018 16:54:52 -0800 (PST)
Date: 2018-01-05T16:54:52-08:00	[thread overview]
Message-ID: <397e0653-1512-4111-b321-edde0c024bc8@googlegroups.com> (raw)

Hi! I get this error message when I try to download Ada on my MacBook Pro 2017 using "doinstall" on the terminal:

  This script is provided to simplify the installation of the
     x86_64-apple-darwin14.5.0
   binary version of the GNAT GPL Edition Ada (2012, 2005, 95, and 83)
   environment maintained by AdaCore. For information on commercial
   support please contact sales@adacore.com.

   This script will ask you how you would like to configure GNAT.
   Confirmation is required before any write action is taken.

   Please press RETURN to continue.

RETURN












    To install GNAT, you need to specify a base directory.
    All the files will be installed in subdirectories
    that are created under this directory.

    Important Note: You should not use ~ or ~username wildcards
    when specifying this directory name.

    In which directory do you want to install GNAT? [/usr/local/gnat]:
/usr/local/gnat2017


    The GNAT GPL Edition installation directory will be:
      /usr/local/gnat2017
    Is this correct ? Type 'Y' if so, otherwise type 'N' and you'll
    be prompted for another directory name.

    Do you want to continue ? [yY|nN]:

Y





   GNAT GPL Edition is now about to be installed in
      /usr/local/gnat2017.
   Type 'Y' if you want to proceed with installation or any other key
   if you wish to abort.

   Do you want to proceed with installation ? [yY|nN]:

Y
rm -fr "/usr/local/gnat2017/lib/gcc/x86_64-apple-darwin14.5.0/6.3.1"/rts*
rm -fr "/usr/local/gnat2017/lib/gcc/x86_64-apple-darwin14.5.0/6.3.1/adainclude" "/usr/local/gnat2017/lib/gcc/x86_64-apple-darwin14.5.0/6.3.1/adalib"
rm -fr "/usr/local/gnat2017/share/doc/gnat"
rm -fr "/usr/local/gnat2017/share/examples/gnat"
rm -fr "/usr/local/gnat2017"/share/gprconfig
mkdir -p "/usr/local/gnat2017"
mkdir: /usr/local/gnat2017: Permission denied
make: [mkdirs] Error 1 (ignored)
rm -f "/usr/local/gnat2017"/lib/libgcc*
rm -f "/usr/local/gnat2017"/bin/gnat[!p]*
rm -f "/usr/local/gnat2017"/bin/gnatpp*
rm -f "/usr/local/gnat2017"/bin/gnatprep*
rm -f "/usr/local/gnat2017"/bin/gnat
rm -f "/usr/local/gnat2017"/bin/gpr*
rm -f "/usr/local/gnat2017"/bin/gcc "/usr/local/gnat2017"/bin/x86_64-apple-darwin14.5.0-gcc
for d in bin lib libexec lib32 lib64 include \
                 doc examples share etc DLLs x86_64-apple-darwin14.5.0; do \
	   if [ -d "$d" ]; then \
	      tar cf - "$d" | (cd "/usr/local/gnat2017" && tar xf -); \
	   fi \
	done
/bin/sh: line 0: cd: /usr/local/gnat2017: No such file or directory
/bin/sh: line 0: cd: /usr/local/gnat2017: No such file or directory
/bin/sh: line 0: cd: /usr/local/gnat2017: No such file or directory
/bin/sh: line 0: cd: /usr/local/gnat2017: No such file or directory
/bin/sh: line 0: cd: /usr/local/gnat2017: No such file or directory
/bin/sh: line 0: cd: /usr/local/gnat2017: No such file or directory
# Override the mkheaders target assignment on solaris so we apply the
# correct set of fixinclude hacks. This set depends on the solaris
# version, the default assignment is established from the target for
# which the compiler was configured and we might be installing
# elsewhere (e.g. installing on a 2.10 host from a binary configure
# for 2.9)
solaris_target=`uname -rs|sed -n -e 's/SunOS 5/solaris2/p'`; \
	if [ "$solaris_target" ]; then \
	  sed -e "s:target=sparc-sun-solaris2[0-9\.]*:target=sparc-sun-$solaris_target:" \
	    "/usr/local/gnat2017/libexec/gcc/x86_64-apple-darwin14.5.0/6.3.1/install-tools/mkheaders" > mkheaders.tmp \
	  && chmod +x mkheaders.tmp && mv mkheaders.tmp "/usr/local/gnat2017/libexec/gcc/x86_64-apple-darwin14.5.0/6.3.1/install-tools/mkheaders"; \
	fi
"/usr/local/gnat2017/libexec/gcc/x86_64-apple-darwin14.5.0/6.3.1/install-tools/mkheaders" -v -v "/usr/local/gnat2017"
/bin/sh: /usr/local/gnat2017/libexec/gcc/x86_64-apple-darwin14.5.0/6.3.1/install-tools/mkheaders: No such file or directory
make: *** [ins-basic] Error 127


   An error occurred during installation. You can find a complete log
   of the installation in /var/folders/h7/dgk0jtzs5tzfh1rh1rn2c1hw0000gn/T//install.log.1955.
   Don't hesitate to send a message to report@adacore.com with a
   meaningful subject line including the keyword "GNAT" if you have
   any question about this installation process.

logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.


I am thankful for any guidance and help, I really want Ada on my computer

             reply	other threads:[~2018-01-06  0:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-06  0:54 sophia.adampour [this message]
2018-01-06 11:54 ` Ada download Brian Drummond
2018-01-06 12:42   ` sophia.adampour
2018-01-06 13:36     ` Simon Wright
2018-01-06 19:17       ` sophia.adampour
2018-01-06 20:05         ` Simon Wright
2018-01-08 12:21           ` sophia.adampour
2018-01-08 18:53             ` sophia.adampour
2018-01-08 20:13               ` Dennis Lee Bieber
2018-01-08 20:34               ` Anh Vo
2018-01-08 21:29             ` Simon Wright
2018-01-12  0:07               ` sophia.adampour
2018-01-12  9:39                 ` Simon Wright
2018-01-14 16:08                   ` sophia.adampour
2018-01-14 16:12                     ` sophia.adampour
2018-01-14 18:03                     ` Simon Wright
2018-01-15 18:42                       ` sophia.adampour
2018-01-15 19:13                         ` Dennis Lee Bieber
2018-01-15 20:16                           ` Simon Wright
2018-01-06 19:21       ` sophia.adampour
replies disabled

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