From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs 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 Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="68065"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) To: 34323@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 05 00:07:43 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 1gqnL5-000HaM-1C for geb-bug-gnu-emacs@m.gmane.org; Tue, 05 Feb 2019 00:07:43 +0100 Original-Received: from localhost ([127.0.0.1]:50762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqnL4-0005nV-0E for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Feb 2019 18:07:42 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqnJX-0004uZ-8S for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 18:06:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqnJV-0002kk-CF for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 18:06:07 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60585) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gqnJT-0002hn-07; Mon, 04 Feb 2019 18:06:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gqnJS-0004xU-KK; Mon, 04 Feb 2019 18:06:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Mon, 04 Feb 2019 23:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34323 X-GNU-PR-Package: emacs,org-mode X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.154932153719016 (code B ref -1); Mon, 04 Feb 2019 23:06:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 4 Feb 2019 23:05:37 +0000 Original-Received: from localhost ([127.0.0.1]:59866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gqnJ2-0004we-On for submit@debbugs.gnu.org; Mon, 04 Feb 2019 18:05:36 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gqnIy-0004wM-7p for submit@debbugs.gnu.org; Mon, 04 Feb 2019 18:05:33 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqnIo-0001mT-E3 for submit@debbugs.gnu.org; Mon, 04 Feb 2019 18:05:24 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1gqnIn-0002SS-Oy; Mon, 04 Feb 2019 18:05:21 -0500 X-Spook: Firewalls Meth Lab Rubin number key JSOFC3IP Drug war X-Ran: 0!?D0`L'j7j'!7]BZ,".gP4[G`%}`nj~4Pum&-@7SO=s[\\.Mg[5mw'%M"8:Mu#FCZ{e7# X-Hue: magenta X-Attribution: GM X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:155098 Archived-At: 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 )