From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Nicolas Goaziou Newsgroups: gmane.emacs.bugs Subject: bug#34323: reproducibility: absolute file names in ox-odt.elc Date: Wed, 06 Feb 2019 22:17:14 +0100 Message-ID: <874l9g8vmt.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="260018"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: kjambunathan@gmail.com, 34323@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 06 22:23:19 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1grUf9-0015YE-Dv for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Feb 2019 22:23:19 +0100 Original-Received: from localhost ([127.0.0.1]:58713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grUf8-0008FV-AH for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Feb 2019 16:23:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grUel-00085m-TH for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2019 16:22:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grUa3-0005n2-JG for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2019 16:18:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36951) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grUa2-0005mi-Gu; Wed, 06 Feb 2019 16:18:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1grUa2-000051-Bl; Wed, 06 Feb 2019 16:18:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Wed, 06 Feb 2019 21:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34323 X-GNU-PR-Package: emacs,org-mode Original-Received: via spool by 34323-submit@debbugs.gnu.org id=B34323.154948784332724 (code B ref 34323); Wed, 06 Feb 2019 21:18:02 +0000 Original-Received: (at 34323) by debbugs.gnu.org; 6 Feb 2019 21:17:23 +0000 Original-Received: from localhost ([127.0.0.1]:36232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grUZO-0008Vk-I1 for submit@debbugs.gnu.org; Wed, 06 Feb 2019 16:17:22 -0500 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:56887) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grUZM-0008Va-4S for 34323@debbugs.gnu.org; Wed, 06 Feb 2019 16:17:21 -0500 Original-Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 693AC100003; Wed, 6 Feb 2019 21:17:17 +0000 (UTC) In-Reply-To: (Glenn Morris's message of "Mon, 04 Feb 2019 18:05:21 -0500") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:155195 Archived-At: Hello, Glenn Morris writes: > 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 > ) I'm Cc'ing the author of ox-odt.el as he might have more insight. Regards, -- Nicolas Goaziou