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.36.16.21 with SMTP id 21mr2980828ity.37.1515200093829; Fri, 05 Jan 2018 16:54:53 -0800 (PST) X-Received: by 10.157.88.134 with SMTP id x6mr213177otg.4.1515200092738; Fri, 05 Jan 2018 16:54:52 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!paganini.bofh.team!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g80no532358itg.0!news-out.google.com!s63ni829itb.0!nntp.google.com!g80no532352itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 5 Jan 2018 16:54:52 -0800 (PST) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <397e0653-1512-4111-b321-edde0c024bc8@googlegroups.com> Subject: Ada download From: sophia.adampour@gmail.com Injection-Date: Sat, 06 Jan 2018 00:54:53 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:49777 Date: 2018-01-05T16:54:52-08:00 List-Id: 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