bug-coreutils
[Top][All Lists]
Advanced

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

Re: Problems building coreutils HEAD against gnulib HEAD


From: Jim Meyering
Subject: Re: Problems building coreutils HEAD against gnulib HEAD
Date: Tue, 19 Feb 2008 12:33:45 +0100

Eric Blake <address@hidden> wrote:

> According to Bob Proulx on 2/18/2008 6:56 PM:
> |> ./bootstrap: aclocal --force -I m4 ...
> |> aclocal: aclocal: file `m4/isnan.m4' does not exist
> |> 1
> |
> | Not sure about that.
>
> But I am, having seen it myself.  It happens when you have a stale symlink
> from an older copy of gnulib, but which now points nowhere because the
> file was renamed in gnulib.  gnulib-tool --import automatically deletes
> such symlinks, but coreutils' bootstrap script does not yet do so.  For
> now, I use:
> find -L -depth -lname '*' -delete
> to get the tree back in a workable state after updating gnulib but before
> re-running ./bootstrap.

Yes, I see it regularly, when switching between git branches
that add or remove .m4 files.

It's annoying.  Didn't someone (you, Eric?) post an automake
patch to generate Makefile rules that would avoid this?




reply via email to

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