[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CentOS 7 and %reldir% not replaced?
From: |
Mike Frysinger |
Subject: |
Re: CentOS 7 and %reldir% not replaced? |
Date: |
Sun, 20 Feb 2022 14:37:52 -0500 |
On 20 Feb 2022 20:17, Simon Josefsson via Gnulib discussion list wrote:
> Hi. I updated gnulib in libidn2, and it fails on CentOS7 like this:
>
> mv string.h-t string.h
> /usr/bin/mkdir -p '%reldir%/sys'
> sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
> -e 's|@''GUARD_PREFIX''@|GL|g' \
> -e 's|@''INCLUDE_NEXT''@|include_next|g' \
> ...
> -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
> -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
> ./sys_stat.in.h > sys/stat.h-t
> /bin/sh: sys/stat.h-t: No such file or directory
> make[2]: *** [sys/stat.h] Error 1
>
> All other platforms works. See complete log here:
>
> https://gitlab.com/libidn/libidn2/-/jobs/2115205987
>
> Before I try to debug it further, any ideas?
your automake version is too old. %reldir% was introduced in 1.14.
from your log:
> ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
-mike
signature.asc
Description: PGP signature
- CentOS 7 and %reldir% not replaced?, Simon Josefsson, 2022/02/20
- Re: CentOS 7 and %reldir% not replaced?,
Mike Frysinger <=
- Re: CentOS 7 and %reldir% not replaced?, Bruno Haible, 2022/02/20
- Re: CentOS 7 and %reldir% not replaced?, Simon Josefsson, 2022/02/21
- Re: CentOS 7 and %reldir% not replaced?, Bruno Haible, 2022/02/21
- Re: CentOS 7 and %reldir% not replaced?, Simon Josefsson, 2022/02/22
- Re: CentOS 7 and %reldir% not replaced?, Bruno Haible, 2022/02/22
- Re: CentOS 7 and %reldir% not replaced?, Simon Josefsson, 2022/02/22