bug-coreutils
[Top][All Lists]
Advanced

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

Re: dd.c crash coreutils-5.97


From: Paul Eggert
Subject: Re: dd.c crash coreutils-5.97
Date: Fri, 15 Sep 2006 13:16:45 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Martin Ellis <address@hidden> writes:

> I'm working around it by using "unset LANG" before the backup
> script is run.

Thanks for following up.  LC_ALL='C' should be a bit safer.

I think we've figured out the problem: a missing dependency in the
coreutils build process.  Coreutils requires gettext 0.15 and
sometimes dumps core if you link it against an older version.  So you
should be able to fix the problem by linking to gettext 0.15 (or
later).

The dependency-checking bug was fixed in CVS coreutils here, using
Eric Blake's suggestion:

http://cvs.savannah.gnu.org/viewcvs/coreutils/configure.ac?root=coreutils&r1=1.78&r2=1.79




reply via email to

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