Your message dated Wed, 23 Jan 2008 12:44:36 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#456295: coreutils: FTBFS on GNU/kFreeBSD (testsuite
failure)
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: coreutils
Severity: important
Version: 5.97-5.6
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs updated getcwd.c from gnulib,
as version used in your package is incompatible
with glibc 2.7 on GNU/kFreeBSD.
Please see bellow sufficient patch.
It would also be nice if you can ask upstream
to update lib from current gnulib.
Thanks in advance
Petr
--- lib/getcwd.c~ 2007-12-14 13:52:07.000000000 +0100
+++ lib/getcwd.c 2007-12-14 13:52:07.000000000 +0100
@@ -156,7 +156,7 @@
size_t allocated = size;
size_t used;
-#if HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD
+#if HAVE_PARTLY_WORKING_GETCWD
/* The system getcwd works, except it sometimes fails when it
shouldn't, setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If
AT_FDCWD is not defined, the algorithm below is O(N**2) and this
--- End Message ---
--- Begin Message ---
Version: 6.10~20071127-1
On 14/12/07 at 13:54 +0100, Petr Salinger wrote:
>>> the current version fails to build on GNU/kFreeBSD.
>> Please try the version in experimental.
>
> The version 6.10~20071127-1 builds fine,
> lib/getcwd.c is sufficiently updated.
Marking it as fixed in that version, then.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---