From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glenn Morris Subject: bug#34323: reproducibility: absolute file names in ox-odt.elc Date: Mon, 04 Feb 2019 18:05:21 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqnJT-0004s1-Tv for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 18:06:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqnJT-0002i1-3h for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 18:06:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: 34323@debbugs.gnu.org Package: emacs,org-mode Version: 26.1.91 Severity: minor The compiled file ox-odt.elc contains strings that refer to the absolute location of the build directory, through org-odt-schema-dir-list and org-odt-styles-dir-list. For example, in the Emacs 26.1.91 pretest tarfile, it contains "/home/nico/work/emacs-26/etc/schema/" and "/home/nico/work/emacs-26/etc/styles/". This means the generated elc file is non-reproducible (ie, the contents change depending on the build directory). (Like https://debbugs.gnu.org/34321, issued spotted in https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/emacs.html )