Re: statfs errors in compile

2002-06-23 Thread John R. Jackson
>Compiling amanda-2.4.2 (client only) on Irix 6.5.x, with gcc 3.0.3 and >gmake 3.78.1 (although behavior is the same under Irix's make): >... >statfs.c:138: too few arguments to function `statfs' >statfs.c:144: structure has no member named `f_bavail' The first thing we have to figure out is how

Re: statfs errors in compile

2002-03-20 Thread John R. Jackson
>Hope this helps, Sort of. I should have looked at the code closer and asked a couple more questions. How about the following: grep VFS config/config.h grep MOUNT config/config.h I suspect you'll find HAVE_SYS_STATVFS_H is defined. That implies the Amanda code is going down the right pat

Re: statfs errors in compile

2002-03-20 Thread Eric Zylstra
Hope this helps, EZ On Wednesday, March 20, 2002, at 02:42 PM, John R. Jackson wrote: >> Compiling amanda-2.4.2 (client only) on Irix 6.5.x, with gcc 3.0.3 and >> gmake 3.78.1 (although behavior is the same under Irix's make): >> ... >> statfs.c:138: too few arguments to function `statfs' >> s

Re: statfs errors in compile

2002-03-20 Thread John R. Jackson
>Compiling amanda-2.4.2 (client only) on Irix 6.5.x, with gcc 3.0.3 and >gmake 3.78.1 (although behavior is the same under Irix's make): >... >statfs.c:138: too few arguments to function `statfs' >statfs.c:144: structure has no member named `f_bavail' The first thing we have to figure out is how

Re: statfs errors in compile, was

2002-03-20 Thread Eric Zylstra
On Wednesday, March 20, 2002, at 11:16 AM, Jon LaBadie wrote: > On Wed, Mar 20, 2002 at 10:52:42AM -0800, Eric Zylstra wrote: >> I'm running into an old problem--this is in the archives from a few >> years back. I have done `rm config.*` and rerun configure with the >> same >> result. >> > > L