comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: ALR unable to get many packages
Date: Tue, 08 Aug 2023 09:38:06 +0100	[thread overview]
Message-ID: <lyjzu6oro1.fsf@pushface.org> (raw)
In-Reply-To: 1bd25978-6143-43ab-aeec-af6cf57d2f17n@googlegroups.com

Kenneth Wolcott <kennethwolcott@gmail.com> 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!!)

  reply	other threads:[~2023-08-08  8:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-04 20:09 ALR unable to get many packages Kenneth Wolcott
2023-08-05  7:28 ` Simon Wright
2023-08-05 21:02   ` Kenneth Wolcott
2023-08-05 21:58     ` Kenneth Wolcott
2023-08-06  8:26       ` Simon Wright
2023-08-05 22:12     ` Simon Wright
2023-08-05 22:41       ` Kenneth Wolcott
2023-08-06 11:30         ` Simon Wright
2023-08-06 23:20           ` Kenneth Wolcott
2023-08-06 23:29             ` Kenneth Wolcott
2023-08-07 13:14               ` Simon Wright
2023-08-07 15:05                 ` Simon Wright
2023-08-08  0:04                   ` Kenneth Wolcott
2023-08-08  8:38                     ` Simon Wright [this message]
2023-08-08 22:58                       ` Kenneth Wolcott
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox