Re: Trouble with the filesize limit

From: Eric Lammerts
Date: Wed Jun 30 2004 - 22:30:37 EST



On Thu, 1 Jul 2004, Steven Newbury wrote:
> > Probably none of those apps were compiled with
> > -D_FILE_OFFSET_BITS=64 ...
> >
> Okay I've recompiled wget with -D_FILE_OFFSET_BITS=64. Now I've got:
> get: progress.c:706: create_image: Assertion `insz <= dlsz' failed.
> when I try to continue the download...

It looks like the progress bar code is not 64-bit clean... Maybe
you'll have better luck if you turn that off with -q or -nv.

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/