On Sun, Aug 05, 2018 at 09:11:14AM +0200, Helmut Grohne wrote: > Control: tags -1 + patch > > On Sun, Aug 05, 2018 at 08:55:32AM +0200, Helmut Grohne wrote: > > Scanning the recent upload history, automake-1.16 looks suspicious now. > > Yes, it looks like a missing Makefile.am dependency. The attached patch > makes it build. > > Helmut
> --- libtextwrap-0.1.orig/Makefile.am > +++ libtextwrap-0.1/Makefile.am > @@ -9,3 +9,4 @@ > bin_PROGRAMS = dotextwrap > dotextwrap_SOURCES = dotextwrap.c > dotextwrap_LDADD = -ltextwrap > +EXTRA_dotextwrap_DEPENDENCIES = libtextwrap.la That's then a race condition that also exists with older automake, and the new automake just reshuffled the build order. The correct fix is to fix the bug one line earlier with s/-ltextwrap/libtextwrap.la/ cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed