bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] Re: FYI: daily builds of mailutils


From: Simon Josefsson
Subject: [bug-mailutils] Re: FYI: daily builds of mailutils
Date: Sat, 23 Aug 2008 13:41:02 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

I tracked this down a bit, and it works on debian etch but not in debian
lenny.  After some guessing, I find the cause: /bin/cp from the new
version of 'coreutils' in debian lenny.  The 5.97-5.3 version in etch
works, but the 6.10-6 version in debian etch triggers the
dejagnu/tcl/expect problem.  Replacing /bin/cp with a symlink to
/bin/busybox works around the problem on a lenny machine.

I suspect the reasons is that modern CoreUtils uses this:

  atexit (close_stdin);

The function is implemented via gnulib:

http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/closein.c;hb=HEAD

Tracing this a bit more, I think the problem is in dejagnu, see the
function 'local_exec' in /usr/share/dejagnu/remote.exp.

It could also be a tcl or expect bug, but the dejagnu source code here
looks rather hackish and may break.

/Simon




reply via email to

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