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

Re: patch 2.5-2.0.1



> Otherwise fseeko() isn't defined (compile with -Wall and you'll see
> the warning) and more to the point it isn't redirected to
> fseeko64(), but off_t is (to __off64_t). So what happens is that the
> 32 bit fseeko() is called with a 64 bit argument and of course
> complains about an invalid argument.

Ouch... Good analysis!

> No, it isn't, it's a bug in patch. Just add -D_XOPEN_SOURCE=500 to
> the CFLAGS in debian/rules and it works.

Can you please report a bug against patch about this?

Roman



Reply to: