From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:2d1:b0:403:b221:ea4f with SMTP id a17-20020a05622a02d100b00403b221ea4fmr21232qtx.7.1691535524013; Tue, 08 Aug 2023 15:58:44 -0700 (PDT) X-Received: by 2002:a05:6870:5b0d:b0:1bb:f2f:2a66 with SMTP id ds13-20020a0568705b0d00b001bb0f2f2a66mr313866oab.10.1691535523801; Tue, 08 Aug 2023 15:58:43 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 8 Aug 2023 15:58:43 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=98.59.238.112; posting-account=oHOvdQoAAACYgyEBjgPNvKFOGxg8pNns NNTP-Posting-Host: 98.59.238.112 References: <616ebbaf-0483-4af6-9249-e083bf36bcf8n@googlegroups.com> <0b3bebef-b082-47ae-b593-44a46ebbffd4n@googlegroups.com> <03dee1c7-22f9-41ad-89b4-8c6881100a1fn@googlegroups.com> <1bd25978-6143-43ab-aeec-af6cf57d2f17n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ALR unable to get many packages From: Kenneth Wolcott Injection-Date: Tue, 08 Aug 2023 22:58:44 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 3112 Xref: news.eternal-september.org comp.lang.ada:65503 List-Id: Hi Simon; > > sed: illegal option -- s > > usage: sed script [-Ealnru] [-i extension] [file ...] > > sed [-Ealnu] [-i extension] [-e script] ... [-f script_file] ... [file ...] > This dosn't seem to do any harm. > See this PR: https://github.com/AdaCore/aws/pull/368 Cool. > > gnatcoll-refcount.ads:90:04: warnings > This set of warnings has been there for quite a while. I've never had a > problem with it. Also cool. > > Lots of "Exploring..." > I don't recall those messages ... I probably wasn't looking, so if the > build didn't stop I wouldn't have noticed Very good, see no problem then there is no problem :-) > > Lots of "Building"... If it doesn't complain then there's nothing > > missing and nothing wrong with the C and Ada sources? > I'd say Yes Very good, see no problem then there is no problem :-) > > The process generates at least three times a warning something like > > the following: "Generating possibly incomplete environment because of > > missing dependencies" > That's because the alr you're using doesn't understand MacPorts. Watch > this space. Looking forward to this! [GRIN*] > > What do I do now to ascertain the precise state of the alr aws package? > You could try > > cd demos/hello_world > alr exec -- make TARGET=aarch64-apple-darwin21 > ./hello_world > > and within 60 seconds open your browser on localhost:8080. > > (the 'make' part rebuilds the whole of aws!!) The test you suggested worked! Thank you! Ken