Bug#837002: Fix for the aweather FTBFS

Adrian Bunk bunk at stusta.de
Sun Dec 4 21:14:57 UTC 2016


On Sat, Dec 03, 2016 at 02:26:20AM +0500, Andrey Rahmatullin wrote:
> On Fri, Oct 07, 2016 at 12:22:38AM +0300, Adrian Bunk wrote:
> > Description: Don't force C99 in src/plugins/Makefile.am
> >  This makes timespec available for gps.h
> > Author: Adrian Bunk <bunk at stusta.de>
> > Bug-Debian: https://bugs.debian.org/837002
> > 
> > --- aweather-0.8.1.orig/src/plugins/Makefile.am
> > +++ aweather-0.8.1/src/plugins/Makefile.am
> > @@ -1,4 +1,4 @@
> > -AM_CFLAGS   = -Wall --std=gnu99 $(GRITS_CFLAGS)
> > +AM_CFLAGS   = -Wall $(GRITS_CFLAGS)
> >  AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/lib
> >  AM_LDFLAGS  = -shared -module -avoid-version
> >  LIBS        = $(GRITS_LIBS)
> This doesn't help because Makefile.in is not regenerated: make calls
> `missing --run automake-1.11` which fails due to missing automake-1.11,
> and autoreconf doesn't work fot the package either.

This worked for me because I had the automake1.11 package installed in
the chroot where I was building.

So a build-dependency on automake1.11 is additionally required.

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



More information about the debian-science-maintainers mailing list