[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] bug in cpio-2.6
From: |
Mike Castle |
Subject: |
Re: [Bug-cpio] bug in cpio-2.6 |
Date: |
Sat, 8 Jan 2005 21:20:16 -0800 |
User-agent: |
Mutt/1.5.6i |
On Sat, Jan 08, 2005 at 12:10:33PM -0800, Mike Castle wrote:
> I'll try running it through the debugger and see what I can come up with.
>
> I'm running this under a Linux kernel 2.4.28 with glibc 2.3.3. However, if
> it was a problem with either of those, I'd expect it to affect both 2.5 and
> 2.6.
Ok. The problem is this bit from lib/system.h:
/* Declare file status routines and bits. */
#include <sys/stat.h>
#if !HAVE_LSTAT && !defined lstat
# define lstat stat
#endif
There is no configure test for LSTAT. There's no mention of it in
configure.ac or config.h.in
On your system, are you accidently pulling it in from some other header
file? I don't see any unusual header files that might accidently have such
a definition in it.
mrc
--
Mike Castle address@hidden www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc