GNU bug report logs - #23307
VLC does not build deterministically

Previous Next

Package: guix;

Reported by: ludo <at> gnu.org (Ludovic Courtès)

Date: Mon, 18 Apr 2016 11:47:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23307 in the body.
You can then email your comments to 23307 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#23307; Package guix. (Mon, 18 Apr 2016 11:47:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to ludo <at> gnu.org (Ludovic Courtès):
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 18 Apr 2016 11:47:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: bug-guix <at> gnu.org
Subject: VLC does not build deterministically
Date: Mon, 18 Apr 2016 13:46:06 +0200
[Message part 1 (text/plain, inline)]
Commit 4ef2721b52c4929aac15db4f8b39702cd37955a1 fixed an obvious
timestamp-related reproducibility issue in VLC 2.2.1, but there remains
a problem with the ‘lib/vlc/plugins/plugins.dat’ whose contents differ
across rebuilds by a few 32-bit values (see attached diffoscope output.)

The ‘plugins.dat’ file is generated by this rule in bin/Makefile.am:

--8<---------------cut here---------------start------------->8---
../modules/plugins.dat: vlc-cache-gen$(EXEEXT)
	$(AM_V_at)rm -f ../modules/plugins.dat
	$(AM_V_GEN)if test "$(build)" = "$(host)"; then \
		./vlc-cache-gen$(EXEEXT) ../modules ; \
	else \
		echo "Cross-compilation: cache generation skipped!" ; \
	fi
--8<---------------cut here---------------end--------------->8---

Ludo’.

[t.html.gz (application/octet-stream, attachment)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Mon, 18 Apr 2016 13:43:02 GMT) Full text and rfc822 format available.

Notification sent to ludo <at> gnu.org (Ludovic Courtès):
bug acknowledged by developer. (Mon, 18 Apr 2016 13:43:02 GMT) Full text and rfc822 format available.

Message #10 received at 23307-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: 23307-done <at> debbugs.gnu.org
Subject: Re: bug#23307: VLC does not build deterministically
Date: Mon, 18 Apr 2016 15:42:15 +0200
ludo <at> gnu.org (Ludovic Courtès) skribis:

> Commit 4ef2721b52c4929aac15db4f8b39702cd37955a1 fixed an obvious
> timestamp-related reproducibility issue in VLC 2.2.1, but there remains
> a problem with the ‘lib/vlc/plugins/plugins.dat’ whose contents differ
> across rebuilds by a few 32-bit values (see attached diffoscope output.)
>
> The ‘plugins.dat’ file is generated by this rule in bin/Makefile.am:
>
> ../modules/plugins.dat: vlc-cache-gen$(EXEEXT)
> 	$(AM_V_at)rm -f ../modules/plugins.dat
> 	$(AM_V_GEN)if test "$(build)" = "$(host)"; then \
> 		./vlc-cache-gen$(EXEEXT) ../modules ; \
> 	else \
> 		echo "Cross-compilation: cache generation skipped!" ; \
> 	fi

Turned out to be simple:

  http://git.savannah.gnu.org/cgit/guix.git/commit/?id=cd76fbde6f70a6c0087f9330c266d51e334a0679

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 May 2016 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 356 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.