From: ludo@gnu.org (Ludovic Courtès)
To: "Clément Lassieur" <clement@lassieur.org>
Cc: 26734@debbugs.gnu.org
Subject: bug#26734: Snippets (even empty ones) of tar sources reset the timestamps of all files
Date: Tue, 02 May 2017 15:00:16 +0200 [thread overview]
Message-ID: <87h913h0rj.fsf@gnu.org> (raw)
In-Reply-To: <874lx4d6j7.fsf@lassieur.org> ("Clément Lassieur"'s message of "Mon, 01 May 2017 15:57:00 +0200")
Hi!
Clément Lassieur <clement@lassieur.org> skribis:
> I think the code is in guix/packages.scm (patch-and-repack). Here is my
> understanding of what happens: the presence of the snippet leads to 3
> things:
>
> 1. extraction of the archive,
> 2. modification of some files (because of patches or snippet),
> 3. compression of the archive.
>
> Step 3 sets all timestamps to zero so to avoid non-determinism in the
> archive. We obviously don't want archives to depend on the time of
> their creation. But I believe we should only reset the timestamps of
> the files we modified in step 2. Unmodified files should stay
> unmodified.
I agree.
> What's the point? Well, while working on the 0ad package, I realized
> that building with 32 cores would always fail with a snippet (even if it
> is empty) and always succeed without a snippet. It took me a few hours
> to understand this, and I put a comment in the 0ad package. Maybe it is
> a 0ad bug (some tricky race condition that depends of file timestamps),
> but I believe it is also a Guix bug: an empty snippet should not change
> in any way the binary output of a package.
Yeah I was bitten by the same problem recently.
> I tried to patch 'patch-and-repack', but it triggers a full
> rebuild... WDYT?
Right, it’s expected to trigger a full rebuild, so this should be fixed
in ‘core-updates’.
I guess we’ll have to collect the timestamps of all non-symlink files¹
in step #1 and to reapply them with ‘set-file-time’ from (guix build
utils) after step #2.
Thoughts? Would you like to do that?
Thanks,
Ludo’.
¹ Because Guile provides bindings for ‘utime’, which does not support
setting timestamps on symlinks.
next prev parent reply other threads:[~2017-05-02 13:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-01 13:57 bug#26734: Snippets (even empty ones) of tar sources reset the timestamps of all files Clément Lassieur
2017-05-02 13:00 ` Ludovic Courtès [this message]
2017-05-02 13:17 ` Clément Lassieur
2017-05-03 8:58 ` Ludovic Courtès
2017-05-03 21:45 ` Mark H Weaver
2017-05-03 22:01 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h913h0rj.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=26734@debbugs.gnu.org \
--cc=clement@lassieur.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.