all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Reproducible builds
@ 2016-11-29 20:48 Reuben Thomas
  2016-11-30 15:58 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Reuben Thomas @ 2016-11-29 20:48 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]

[Executive summary: Emacs is mostly reproducible. For those who want to
know what reproducibility is and why they should care, see:
https://reproducible-builds.org/ ]

There has recently been a lot of discussion about reproducible builds on
gnu-prog-discuss, and bugs have been filed against Emacs.

As well as working on GNU Emacs, I'm a Debian Maintainer who recently sat
through a progress update at the November MiniDebConf in Cambridge,
England, on the subject of reproducible builds, so I thought it would be
worth seeing how GNU Emacs is doing currently.

Since I'm familiar with Debian, and since much of the work on reproducible
builds was started there and is most advanced there, I checked the current
Debian source package for Emacs 25.1.

I found that it has no patches for reproducibility. This is a good thing!
(Debian has already patched many of its packages to make them reproducible,
and over three quarters of its software packages are currently
reproducible, including most GNU packages.)

I then checked the status for the reproducibility of the package, at:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/emacs25.html

This mentions two problems. The first, about build paths, is not
Emacs-specific. The second, about timestamps in autoloads, is already fixed
in Git (the fix will be in Emacs 26).

Conclusion: Emacs is mostly reproducible. (The requirement to be
reproducible with different build paths is a recent addition to the list at
reproducible-builds.org.) The configuration option --disable-build-details
can be used to omit some information, such as build host name, which make
the build not reproducible across machines.

(Guidelines for the GNU Coding Standards are currently in preparation.)

-- 
http://rrt.sc3d.org

[-- Attachment #2: Type: text/html, Size: 3058 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-30 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 20:48 Reproducible builds Reuben Thomas
2016-11-30 15:58 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.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.