bug-cpio
[Top][All Lists]
Advanced

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

[Bug-cpio] Re: Bug in cpio-2.6


From: Alexander E. Patrakov
Subject: [Bug-cpio] Re: Bug in cpio-2.6
Date: Mon, 13 Jun 2005 15:17:58 +0600
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

Greg Schafer wrote:

  ./configure CPPFLAGS=-DHAVE_LSTAT=1

Hm, two bugs of the same kind... Let me audit this package....

ifnames `find . -name \*.c -o -name \*.h` | grep HAVE | \
        cut -d " " -f 1 >ifnames.hin
for a in `cat ifnames.hin` ; do if ! grep -q $a config.h.in ; \
        then echo "$a is missing " ; fi ; done

Results:

HAVE_CONFIG_H is missing <- this is defined separately
HAVE_DECL_TIME is missing
HAVE_FNMATCH_GNU is missing
HAVE_LSTAT is missing <- Thanks, Greg!
HAVE_MKFIFO is missing
HAVE_NETDB_H is missing
HAVE_NET_ERRNO_H is missing
HAVE_SETLOCALE is missing <- already dealt with in BLFS
HAVE_SGTTY_H is missing
HAVE_ST_BLKSIZE is missing
HAVE_ST_BLOCKS is missing
HAVE_SYS_BUF_H is missing
HAVE_SYS_DEVICE_H is missing
HAVE_SYS_GENTAPE_H is missing
HAVE_SYS_INET_H is missing
HAVE_SYS_PARAM_H is missing
HAVE_SYS_TAPE_H is missing
HAVE_SYS_TIME_H is missing
HAVE_SYS_TPRINTF_H is missing

What about the rest of HAVE_* macros that will never be defined?

--
Alexander E. Patrakov




reply via email to

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