bug-coreutils
[Top][All Lists]
Advanced

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

[Elbert Pol] Re: coreutils-6.11 released


From: Jim Meyering
Subject: [Elbert Pol] Re: coreutils-6.11 released
Date: Wed, 23 Apr 2008 09:04:06 +0200

Forwarding manually.

--- Begin Message --- Subject: Re: coreutils-6.11 released Date: Wed, 23 Apr 2008 07:42:21 +0200 User-agent: Thunderbird 3.0a1pre (OS/2/2008040200)
Hmmm hoi Jim,


Thats indeed strange.

I attach both files

Jim Meyering wrote:
Elbert Pol<address@hidden>  wrote:
I try that build, but is fails now at a earlyer point.

Well, your logs show that configure succeeded, which means the
failure is _later_.  And that means my patch solved the problem.

I attach logs

Thank you.
The first interesting part is here:

     In file included from file-set.h:2,
                      from file-set.c:20:
     sys/stat.h:267:8: operator '!' has no right operand
     make.exe[3]: *** [file-set.o] Error 1

That suggests that HAVE_LSTAT is not expanded as expected in
lib/sys/stat.h.  The template, lib/sys_stat.in.h has this:

     #if ! @HAVE_LSTAT@
     # define lstat stat
     #endif

yet, the diagnostic above suggests your lib/sys/stat.h looks like this:

     #if !
     # define lstat stat
     #endif

Contrast that with your config.log file, which says

     #define HAVE_LSTAT 1

So, would you please post both your lib/sys/stat.h,
to confirm, and config.status, since it is the file
responsible for performing the substitution that may be failing.


_______________________________________________
Bug-coreutils mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Attachment: config.status.bz2
Description: Binary data

Attachment: stat.h.bz2
Description: Binary data


--- End Message ---

reply via email to

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