bug-tar
[Top][All Lists]
Advanced

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

Re: posix atime/ctime changes despite mtime being set


From: Paul Eggert
Subject: Re: posix atime/ctime changes despite mtime being set
Date: Mon, 31 Jul 2023 08:24:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 2023-07-31 07:54, Sergey Poznyakoff wrote:
is this used in addition to --mtime --clamp-mtime options or instead
of them?

What I see at <https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20230724-5av30jl8/packages/diff-html/> are differences like the following. One archive has this:


-rw-r--r--···0········0········0·····8418·2016-02-09·06:19:51.000000·./usr/src/debug/avahi/0.8-r0/avahi-autoipd/iface-linux.c

whereas the other one has this:


-rw-r--r--···0········0········0·····8418·2016-02-09·06:19:51.127711·./usr/src/debug/avahi/0.8-r0/avahi-autoipd/iface-linux.c

That is, the only difference is in the subseconds part of the timestamp, where the first archive says ".000000" whereas the second one says ".127711". This can happen if one generates two tarballs, one with the default gnu format or the use tar format (both of which lack subsecond resolution) and the other with posix format (which has subseconds).

To fix this sort of thing with current tar, it's a hassle: one must set each source file's timestamp to an integer multiple of seconds, in addition to the --mtime="$SOURCE_EPOCH" --clamp-mtime business. It might be helpful to add to GNU Tar an option (--timestamp-resolution=1, say, or perhaps it should be a --pax-option suboption), that causes 'tar' to generate only the stated timestamp resolution.



reply via email to

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