bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48034: git coreutils ./bootstrap failure


From: Paul Eggert
Subject: bug#48034: git coreutils ./bootstrap failure
Date: Tue, 27 Apr 2021 00:06:45 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/26/21 3:29 AM, David L. Craig wrote:

configure.ac:55: warning: The macro `AC_PROG_CC_STDC' is obsolete.

I reproduced these warnings; they come from Autoconf 2.71. You can ignore them, or you can update to the latest coreutils on Savannah, where I installed some patches (attached) to silence these.

doc/local.mk:19: installing 'build-aux/mdate-sh'
Makefile.am:213:   'doc/local.mk' included from here
doc/local.mk:19: error: required file 'build-aux/texinfo.tex' not found
Makefile.am:213:   'doc/local.mk' included from here

I don't observe this problem. gnulib-tool sets up a symlink that works:

$ ls -l build-aux/texinfo.tex gnulib/build-aux/texinfo.tex
lrwxrwxrwx 1 eggert eggert 31 Apr 26 23:59 build-aux/texinfo.tex -> ../gnulib/build-aux/texinfo.tex
-rw-rw-r-- 1 eggert eggert 379274 Apr 26 23:56 gnulib/build-aux/texinfo.tex

If you still observe a problem with a fresh build from scratch, please investigate why gnulib-tool isn't setting up that link for you

Attachment: 0001-build-update-gnulib-submodule-to-latest.patch
Description: Text Data

Attachment: 0002-csplit-size_t-overflow-check.patch
Description: Text Data

Attachment: 0003-maint-port-to-Autoconf-2.71.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]