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.107.27.137 with SMTP id b131mr4833305iob.105.1515266253754; Sat, 06 Jan 2018 11:17:33 -0800 (PST) X-Received: by 10.157.95.22 with SMTP id f22mr314935oti.3.1515266253541; Sat, 06 Jan 2018 11:17:33 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g80no904065itg.0!news-out.google.com!s63ni1260itb.0!nntp.google.com!g80no904064itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 6 Jan 2018 11:17:33 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.209.190.158; posting-account=HX-a2AoAAAAsVMeMwPR6BDHiL1Oe3kHI NNTP-Posting-Host: 84.209.190.158 References: <397e0653-1512-4111-b321-edde0c024bc8@googlegroups.com> <2462e55d-57d1-4753-b3e2-cd0a0b0f28e0@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9bedbd9c-94d3-4aaa-ab92-0b2e8648e403@googlegroups.com> Subject: Re: Ada download From: sophia.adampour@gmail.com Injection-Date: Sat, 06 Jan 2018 19:17:33 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 3465525186 X-Received-Bytes: 5927 Xref: reader02.eternal-september.org comp.lang.ada:49792 Date: 2018-01-06T11:17:33-08:00 List-Id: I have done so, I think, but I still get this: Last login: Sat Jan 6 20:11:39 on ttys000 Adampours-MacBook-Pro:~ adampour$ /Users/adampour/Downloads/gnat-gpl-2017-x86_64-darwin-bin/doinstall ; exit; 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.1238. 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.