bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] GNU tar 1.22.91 fails with rmtlseek error (solaris only)


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] GNU tar 1.22.91 fails with rmtlseek error (solaris only)
Date: Thu, 25 Feb 2010 10:57:42 +0200

Hi Denis,

> tar: rmtlseek not stopped at a record boundary
> tar: Error is not recoverable: exiting now

I could not reproduce thise. Please give more info about
the system you are using and options used to compile tar
(I'd appreciate if you sent me your config.log file)

> In src/buffer.c, replace (around line 863):
>   if (size < record_size)
> with
>   if (size < (off_t)record_size)

Strange, this is a no-op: operands are promoted to the wider type (which
in this case is off_t) by default.

Regards,
Sergey




reply via email to

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