bug-cvs
[Top][All Lists]
Advanced

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

Re: CVS trunk testing results


From: Larry Jones
Subject: Re: CVS trunk testing results
Date: Tue, 9 Dec 2003 20:39:45 -0500 (EST)

Mark D. Baushke writes:
> 
> I do not understand the nature of the problem on the HP/UX target and I
> do not have such a box available to me for testing. Any additional
> suggestions on what to fix would be appreciated. I am not sure why
> RCS_Parsercsfile_i should be throwing that error...

I don't fully understand it myself, but I can report that the large file
support is definitely not working right on HP-UX.  The problem seems to
be that CVS thinks off_t is long long, but fseeko is only expecting a
long and there's no prototype in scope for it since it's only declared
in <stdio.h> if _LARGEFILE_SOURCE is #define'd, which it apparently
isn't.  I think the largefile support needs a *lot* more work before
it's ready for prime time -- it seems to be an arcane subject requiring
a lot of black magic to get it working on any particular platform let
alone working in any kind of portable manner.

-Larry Jones

Well of course the zipper's going to get stuck if everyone
stands around WATCHING me! -- Calvin




reply via email to

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