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,gmane.emacs.orgmode Subject: bug#34323: reproducibility: absolute file names in ox-odt.elc Date: Sat, 09 Feb 2019 12:33:30 +0100 Message-ID: <87wom9ci2d.fsf@nicolasgoaziou.fr> References: <0ah8dg325h.fsf@fencepost.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="230510"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: Org Mode List , 34323-done@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 09 12:34:18 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 1gsQtl-000xqO-1R for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Feb 2019 12:34:17 +0100 Original-Received: from localhost ([127.0.0.1]:44222 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsQtk-0002Y5-0t for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Feb 2019 06:34:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsQtX-0002Wt-6i for bug-gnu-emacs@gnu.org; Sat, 09 Feb 2019 06:34:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsQtW-00053B-6f for bug-gnu-emacs@gnu.org; Sat, 09 Feb 2019 06:34:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41241) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gsQtW-000536-3k; Sat, 09 Feb 2019 06:34:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gsQtV-0004w2-Vg; Sat, 09 Feb 2019 06:34:02 -0500 Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Sat, 09 Feb 2019 11:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 34323 X-GNU-PR-Package: emacs,org-mode Original-Received: via spool by 34323-done@debbugs.gnu.org id=D34323.154971202218938 (code D ref 34323); Sat, 09 Feb 2019 11:34:01 +0000 Original-Received: (at 34323-done) by debbugs.gnu.org; 9 Feb 2019 11:33:42 +0000 Original-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 Original-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 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 4F7DC100003; Sat, 9 Feb 2019 11:33:36 +0000 (UTC) Mail-Followup-To: Glenn Morris , 34323-done@debbugs.gnu.org, Org Mode List In-Reply-To: <0ah8dg325h.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 06 Feb 2019 18:52:58 -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:155298 gmane.emacs.orgmode:123485 Archived-At: 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