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,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:c19:b0:76c:b8ab:7918 with SMTP id l25-20020a05620a0c1900b0076cb8ab7918mr32451qki.8.1691453068934; Mon, 07 Aug 2023 17:04:28 -0700 (PDT) X-Received: by 2002:a05:6870:8c32:b0:1be:fa3b:b34c with SMTP id ec50-20020a0568708c3200b001befa3bb34cmr13031667oab.6.1691453068630; Mon, 07 Aug 2023 17:04:28 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.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: Mon, 7 Aug 2023 17:04:28 -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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1bd25978-6143-43ab-aeec-af6cf57d2f17n@googlegroups.com> Subject: Re: ALR unable to get many packages From: Kenneth Wolcott Injection-Date: Tue, 08 Aug 2023 00:04:28 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 3138 Xref: news.eternal-september.org comp.lang.ada:65500 List-Id: Hi Simon; Vast improvement after changing the PATH env var as you instructed! I have an edited get+build log (hope it is not too long). Looks like there are still some sed issues and other things I'm not sure about. I guess it is too long; well it is definitely too annoying to copy&paste a screenfull at a time... What I saw: 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 ...] 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] 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? Lots of "Building"...If it doesn't complain then there's nothing missing and nothing wrong with the C and Ada sources? The process generates at least three times a warning something like the following: "Generating possibly incomplete environment because of missing dependencies" What do I do now to ascertain the precise state of the alr aws package? Thanks, Ken