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.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:b987:0:b0:76c:9ec6:48de with SMTP id j129-20020a37b987000000b0076c9ec648demr23209qkf.6.1691364023919; Sun, 06 Aug 2023 16:20:23 -0700 (PDT) X-Received: by 2002:a05:6830:4b3:b0:6b9:667a:7211 with SMTP id l19-20020a05683004b300b006b9667a7211mr8551785otd.4.1691364023605; Sun, 06 Aug 2023 16:20:23 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 6 Aug 2023 16:20:23 -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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0b3bebef-b082-47ae-b593-44a46ebbffd4n@googlegroups.com> Subject: Re: ALR unable to get many packages From: Kenneth Wolcott Injection-Date: Sun, 06 Aug 2023 23:20:23 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:65496 List-Id: On Sunday, August 6, 2023 at 4:30:16=E2=80=AFAM UTC-7, Simon Wright wrote: > Kenneth Wolcott writes: =20 > > So please show me what to do that will result in further progress with= =20 > > ALR and an M1 chip without using homebrew... > No guarantees here, but ..=20 Again, sorry I was lazy and did not trim details not relevant to the curren= t response in the thread... You asked which version of alr I was using: alr --version alr 2.0-dev > If alr says that a particular external package isn't available, then=20 >=20 > * instead of saying N say Y and install the requested package using port= =20 >=20 > * set these environment variables:=20 > export C_INCLUDE_PATH=3D/opt/local/include=20 > export CPLUS_INCLUDE_PATH=3D/opt/local/include=20 > export LIBRARY_PATH=3D/opt/local/lib Ok, I set those environment variables and now I will try "get"ing a package= , responding "Y" if the package is incomplete and if there does seem to be = a corresponding MacPorts port which I have not installed, will install it. Again, referring to your prior response: gcc -dumpmachine arm64-apple-darwin22.6.0 Thanks, Ken