[Buildroot] [PATCH 1/1] package/ipmiutil: needs autoreconf

Arnout Vandecappelle arnout at mind.be
Thu Aug 5 14:54:04 UTC 2021



On 05/08/2021 13:36, Fabrice Fontaine wrote:
> Build fails since bump to version 3.1.7 in commit
> 011f31ee244b7fe4621b3f69ca3d7e7b1cfdb5bb because ipmiutil
> unconditionally uses autoheader:
> 
> make[1]: Entering directory '/tmp/instance-4/output-1/build/ipmiutil-3.1.7'
> (CDPATH="${ZSH_VERSION+.}:" && cd . && autoheader)

 The problem is that aclocal.m4 is newer than config.h.in. It should be
sufficient to just touch config.h.in.

 Regards,
 Arnout

> /bin/bash: autoheader: command not found
> 
> So add back autoreconf
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/2005af881726473f2cda176e90c1e41e4baea67c
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/ipmiutil/ipmiutil.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/ipmiutil/ipmiutil.mk b/package/ipmiutil/ipmiutil.mk
> index d85b9643f0..a12146062c 100644
> --- a/package/ipmiutil/ipmiutil.mk
> +++ b/package/ipmiutil/ipmiutil.mk
> @@ -8,6 +8,8 @@ IPMIUTIL_VERSION = 3.1.7
>  IPMIUTIL_SITE = https://sourceforge.net/projects/ipmiutil/files
>  IPMIUTIL_LICENSE = BSD-3-Clause
>  IPMIUTIL_LICENSE_FILES = COPYING
> +# needs autoheader
> +IPMIUTIL_AUTORECONF = YES
>  
>  IPMIUTIL_MAKE = $(MAKE1)
>  
> 


More information about the buildroot mailing list