Re: updatedb files portable?

2005-12-08 Thread Peter Fales
ris bin/sh doesn't support the "!" operation. -- Peter Fales Lucent Technologies, Room 1C-436 N9IYJ 2000 Lucent Ln, PO Box 3033 internet: [EMAIL PROTECTED] Naperville, IL 60566-7033 work: (630)

Re: updatedb files portable?

2005-12-08 Thread Peter Fales
platforms. Thanks for the help. -- Peter Fales Lucent Technologies, Room 1C-436 N9IYJ 2000 Lucent Ln, PO Box 3033 internet: [EMAIL PROTECTED] Naperville, IL 60566-7033 work: (630) 979-8031 _

Re: updatedb files portable?

2005-12-07 Thread Peter Fales
4.2.26 coredump when trying to read that database on solaris. What exactly does --old-format mean? I noticed that the db created by 4.1 had the same checksum as the "new" format from 4.2.26, but the --old-format db did not - it was also about 20% smaller. -- Peter Fales

updatedb files portable?

2005-12-06 Thread Peter Fales
? For now, I've found it necessary to use --old-format to resolve some other issues with creating the databases. -- Peter Fales Lucent Technologies, Room 1C-436 N9IYJ 2000 Lucent Ln, PO Box 3033 internet: [EMAIL PROTECTED] Naperville

Re: findutils-4.2.26 build error on HP-UX 10.20

2005-11-22 Thread Peter Fales
Note that gnulib/lib/quotearg.c already includes: # if HAVE_WCTYPE_H # include # endif I'm asking about doing the same thing in mbchar.c -- Peter Fales Lucent Technologies, Room 1C-436 N9IYJ 2000 Lucent Ln, PO Box 3033 internet: [

Re: findutils-4.2.26 build error on HP-UX 10.20

2005-11-22 Thread Peter Fales
g wctype.h) allows findutils to build to completion. -- Peter Fales Lucent Technologies, Room 1C-436 N9IYJ 2000 Lucent Ln, PO Box 3033 internet: [EMAIL PROTECTED] Naperville, IL 60566-7033 work: (630) 979-8031 O

Re: findutils-4.2.26 build error on HP-UX 10.20

2005-11-22 Thread Peter Fales
Thanks for the info. For what it's worth, there is at least one other place in gnulib/lib (quotearg.c) where the wctype.h header is protected by #if HAVE_WCTYPE_H. So, it seems reasonable to do the same thing in mbchar.h -- Peter Fales Lucent Technologies, Room 1

findutils-4.2.26 build error on HP-UX 10.20

2005-11-21 Thread Peter Fales
6.new/gnulib/lib/mbchar.h2005-11-21 09:52:26.0 -0600 @@ -156,7 +156,9 @@ #include #include +#ifdef HAVE_WCTYPE_H #include +#endif #define MBCHAR_BUF_SIZE 24 -- Peter Fales Lucent Technologies, Room 1C-436 N9IYJ 2000 Lucent L