coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-8.12.193-d8dc8 on AIX


From: Bruno Haible
Subject: Re: coreutils-8.12.193-d8dc8 on AIX
Date: Thu, 8 Sep 2011 12:54:47 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

Hi Jim,

> Can you confirm that this solves the problem?
> ...
> * src/stat.c (USE_STATVFS): Adjust definition so that it is enabled
> also on AIX 7.x systems that provide statvfs64 and no statvfs.
> [USE_STATVFS && ! STAT_STATVFS && STAT_STATVFS64] (STATFS): Define
> to statvfs64 in that precise case.
> * m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Adjust the condition
> here to match the new one in stat.c, to keep them in sync.

Yes, it fixes the compilation error.

With this patch, the build goes fine, and - on AIX 6.1 - 2 tests fail:
  FAIL: misc/help-version
  FAIL: misc/pwd-long

Find the test-suite.log attached.

The first one is because
------------------------------------------------------------
FAIL: misc/help-version (exit: 1)
=================================

env: [: No such file or directory
help-version: failed test: --version-$VERSION mismatch
------------------------------------------------------------
It's because the '[' program was not built; see
<http://lists.gnu.org/archive/html/coreutils/2011-09/msg00055.html>.

The second one:
------------------------------------------------------------
FAIL: misc/pwd-long (exit: 2)
=============================

pwd-long: /zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz: stat failed: No such file or 
directory
------------------------------------------------------------

Bruno
-- 
In memoriam Elisabeth von Thadden 
<http://en.wikipedia.org/wiki/Elisabeth_von_Thadden>

Attachment: test-suite.log
Description: Text Data


reply via email to

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