bug#70410: Fwd: [PATCH] gotools: Workaround non-reproduceability of automake
Eric Gallager via Bug reports for Automake <[email protected]> Wed, 17 Apr 2024 13:12:49 -0400
| Newsgroups | gmane.comp.sysutils.automake.bugs |
|---|---|
| Message-ID | <CAMfHzOsZbYT+ozv8pfUt9zfzfZrrjPUfDvrubpfJK+=AZSAn=g@mail.gmail.com> |
Makefile.am in question is from the gotools subdirectory of GCC: https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gotools/Makefile.am;h=80b21847117fb1b685a677725826f4caba4e759e;hb=HEAD Note that the original reporter, Jakub Jelinek, has said that this might potentially be due to the use of an old version, so this might not actually be a current bug after all: https://gcc.gnu.org/pipermail/gcc-patches/2024-April/649576.html On Wed, Apr 17, 2024 at 11:56 AM Karl Berry <[email protected]> wrote: > > so whether it is > @NATIVE_FALSE@install-exec-local: > @NATIVE_FALSE@uninstall-local: > or > @NATIVE_FALSE@uninstall-local: > @NATIVE_FALSE@install-exec-local: > depends on some hash table traversal or what. > > Thanks for the report. Any chance of a Makefile.am that can reproduce > the problem? I wonder if it's related to the @NATIVE_FALSE@ somehow. > > Looking at automake.in, it's not obvious to me where a list is failed to > be sorted. Those -local targets aren't generated by automake itself, so > far as I can see. --thanks, karl. >