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=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ALR unable to get many packages Date: Tue, 08 Aug 2023 09:38:06 +0100 Organization: A noiseless patient Spider Message-ID: 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> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="6f0955dd9fab3458ad74cd62a52e6e01"; logging-data="3504771"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/3UbXJYv+HtD7yjk9cI8neOoILV3iCSOk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (darwin) Cancel-Lock: sha1:E3Hm9DR/UwxxYh3wN5UAMfz8vio= sha1:nR7Ifddkr5t881D/xkw5Bab6tow= Xref: news.eternal-september.org comp.lang.ada:65501 List-Id: Kenneth Wolcott writes: > ONE: > sed issues (three instances): > > 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 > TWO: > gnatcoll-refcount.ads:90:04: warning: in instantiation at gnatcoll-storage_pools-headers.adb:57 [enabled by default] > gnatcoll-refcount.ads:90:04: warning: possible aliasing problem for type "Header_Access" [enabled by default] > gnatcoll-refcount.ads:90:04: warning: use -fno-strict-aliasing switch for references [enabled by default] > gnatcoll-refcount.ads:90:04: warning: or use "pragma No_Strict_Aliasing (Header_Access);" [enabled by default] This set of warnings has been there for quite a while. I've never had a problem with it. > Lots of "Exploring..." would there be something useful here as far as > something not pertinent being examined or something that was NOT > explored that should have been? I don't recall those messages ... I probably wasn't looking, so if the build didn't stop I wouldn't have noticed > 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 > 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. > 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!!)