From unknown Wed Jun 18 23:05:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#34323 <34323@debbugs.gnu.org> To: bug#34323 <34323@debbugs.gnu.org> Subject: Status: reproducibility: absolute file names in ox-odt.elc Reply-To: bug#34323 <34323@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:05:15 +0000 retitle 34323 reproducibility: absolute file names in ox-odt.elc=20 reassign 34323 emacs,org-mode submitter 34323 Glenn Morris severity 34323 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 04 18:05:37 2019 Received: (at submit) by debbugs.gnu.org; 4 Feb 2019 23:05:37 +0000 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 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 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 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 From: Glenn Morris To: submit@debbugs.gnu.org Subject: reproducibility: absolute file names in ox-odt.elc 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-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 04 Feb 2019 18:05:21 -0500 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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 ) From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 06 16:17:22 2019 Received: (at 34323) by debbugs.gnu.org; 6 Feb 2019 21:17:23 +0000 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 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 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) From: Nicolas Goaziou To: Glenn Morris Subject: Re: bug#34323: reproducibility: absolute file names in ox-odt.elc References: Date: Wed, 06 Feb 2019 22:17:14 +0100 In-Reply-To: (Glenn Morris's message of "Mon, 04 Feb 2019 18:05:21 -0500") Message-ID: <874l9g8vmt.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 34323 Cc: kjambunathan@gmail.com, 34323@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 06 18:53:05 2019 Received: (at 34323) by debbugs.gnu.org; 6 Feb 2019 23:53:05 +0000 Received: from localhost ([127.0.0.1]:36374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grX04-00066m-UC for submit@debbugs.gnu.org; Wed, 06 Feb 2019 18:53:05 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grX03-00066E-Hs for 34323@debbugs.gnu.org; Wed, 06 Feb 2019 18:53:03 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grWzy-0007e5-84 for 34323@debbugs.gnu.org; Wed, 06 Feb 2019 18:52:58 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1grWzy-0003Dc-4E; Wed, 06 Feb 2019 18:52:58 -0500 From: Glenn Morris To: 34323@debbugs.gnu.org Subject: Re: bug#34323: reproducibility: absolute file names in ox-odt.elc References: X-Spook: espionage Yuma Cyber terror Botnet WHO Mitigation SP4 X-Ran: Hem24jWNZW7S178!W^2c=RzRd7kG5NsQ-we{jf/27#AQ@w>3OPKGKd%6FJWh\W#N}Th:b) X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 06 Feb 2019 18:52:58 -0500 In-Reply-To: (Glenn Morris's message of "Mon, 04 Feb 2019 18:05:21 -0500") Message-ID: <0ah8dg325h.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 34323 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) It's due to the eval-when-compile sections in org-odt-schema-dir-list and org-odt-styles-dir-list. These don't make sense to me. All they do is add the build directory. There is a comment "see make install", but I cannot see what this refers to. No similar variable initializes itself in this way AFAIK. If those sections are removed, does anything stop working? From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 09 06:33:41 2019 Received: (at 34323-done) by debbugs.gnu.org; 9 Feb 2019 11:33:42 +0000 Received: from localhost ([127.0.0.1]:40522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsQtB-0004vO-MV for submit@debbugs.gnu.org; Sat, 09 Feb 2019 06:33:41 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:57193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsQt9-0004vE-CD for 34323-done@debbugs.gnu.org; Sat, 09 Feb 2019 06:33:40 -0500 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 4F7DC100003; Sat, 9 Feb 2019 11:33:36 +0000 (UTC) From: Nicolas Goaziou To: Glenn Morris Subject: Re: bug#34323: reproducibility: absolute file names in ox-odt.elc References: <0ah8dg325h.fsf@fencepost.gnu.org> Mail-Followup-To: Glenn Morris , 34323-done@debbugs.gnu.org, Org Mode List Date: Sat, 09 Feb 2019 12:33:30 +0100 In-Reply-To: <0ah8dg325h.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 06 Feb 2019 18:52:58 -0500") Message-ID: <87wom9ci2d.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 34323-done Cc: Org Mode List , 34323-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Glenn Morris writes: > It's due to the eval-when-compile sections in org-odt-schema-dir-list > and org-odt-styles-dir-list. These don't make sense to me. All they do > is add the build directory. There is a comment "see make install", but I > cannot see what this refers to. No similar variable initializes itself > in this way AFAIK. If those sections are removed, does anything stop > working? I don't know. I removed `the `eval-when-compile' calls. We'll see what horrible things happen. I'm closing this bug for now. Thank you for reporting it. Regards, -- Nicolas Goaziou From unknown Wed Jun 18 23:05:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 09 Mar 2019 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator