From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Eggenberger Subject: Bug: org-publish error on i386 [9.2.1 (9.2.1-8-g1b1797-elpa @ /Users/andrew/.emacs.d/elpa/org-20190211/)] Date: Mon, 11 Feb 2019 15:39:40 -0600 Message-ID: <739402C5-5799-43FD-8C08-DF9F6ABAD3E2@lakecitygraphic.com> Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: multipart/alternative; boundary=Apple-Mail-371-383330342 Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtJJ5-0004H1-4Z for emacs-orgmode@gnu.org; Mon, 11 Feb 2019 16:40:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtJJ1-0007Td-FT for emacs-orgmode@gnu.org; Mon, 11 Feb 2019 16:40:01 -0500 Received: from server283.com ([192.252.144.33]:44706) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtJIy-0007PR-4n for emacs-orgmode@gnu.org; Mon, 11 Feb 2019 16:39:57 -0500 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: emacs-orgmode@gnu.org --Apple-Mail-371-383330342 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I tried to publish a project on Emacs 25.2.1 and received an arithmetic out of range error on a call to floor. The problem seems to be a call to floor during the caching process that's out of the 32-bit integer = range.=20 Backtrace follows: Debugger entered--Lisp error: (range-error "floor" 1549920598.0) floor(1549920598.0) org-publish-cache-ctime-of-src() org-publish-cache-file-needs-publishing( = "~/Sites/graphic-pages-production/site/" org-html-publish-to-html = "~/Documents/org-mode/graphic-issue-planner/") org-publish-needed-p( "~/Sites/graphic-pages-production/site/" = org-html-publish-to-html "~/Sites/graphic-pages-production/site/" = "~/Documents/org-mode/graphic-issue-planner/") org-publish-file( ("graphic-issue-planner" :base-directory = "~/Documents/org-mode/graphic-issue-planner/" :publishing-directory = "~/Sites/graphic-pages-production/site/" :publishing-function = org-html-publish-to-html :archived-trees nil :with-toc nil :recursive = nil :headline-levels 1) t) org-publish-projects((("graphic-issue-planner" :base-directory = "~/Documents/org-mode/graphic-issue-planner/" :publishing-directory = "~/Sites/graphic-pages-production/site/" :publishing-function = org-html-publish-to-html :archived-trees nil :with-toc nil :recursive = nil :headline-levels 1))) org-publish("graphic-issue-planner") Emacs : GNU Emacs 25.2.1 (i686-apple-darwin, NS appkit-1038.36 Version = 10.6.8 (Build 10K549)) of 2017-04-21 Package: Org mode version 9.2.1 (9.2.1-8-g1b1797-elpa @ = ~/.emacs.d/elpa/org-20190211/) Andrew Eggenberger Editor Lake City Graphic office: 651-345-3316 | cell: 612-840-1578 | Twitter: @andrewlcgraphic --Apple-Mail-371-383330342 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii   The problem seems to be a = call
to floor during the caching process that's out of the 32-bit = integer range. 
Backtrace follows:

Debugger = entered--Lisp error: (range-error "floor" 1549920598.0)
  = floor(1549920598.0)
 = org-publish-cache-ctime-of-src(<path>)
  = org-publish-cache-file-needs-publishing(<path> = "~/Sites/graphic-pages-production/site/" org-html-publish-to-html = "~/Documents/org-mode/graphic-issue-planner/")
  = org-publish-needed-p(<path> = "~/Sites/graphic-pages-production/site/" org-html-publish-to-html = "~/Sites/graphic-pages-production/site/" = "~/Documents/org-mode/graphic-issue-planner/")
  = org-publish-file(<path> ("graphic-issue-planner" :base-directory = "~/Documents/org-mode/graphic-issue-planner/" :publishing-directory = "~/Sites/graphic-pages-production/site/" :publishing-function = org-html-publish-to-html :archived-trees nil :with-toc nil :recursive = nil :headline-levels 1) t)
  = org-publish-projects((("graphic-issue-planner" :base-directory = "~/Documents/org-mode/graphic-issue-planner/" :publishing-directory = "~/Sites/graphic-pages-production/site/" :publishing-function = org-html-publish-to-html :archived-trees nil :with-toc nil :recursive = nil :headline-levels 1)))
  = org-publish("graphic-issue-planner")

Emacs  : GNU Emacs 25.2.1 = (i686-apple-darwin, NS appkit-1038.36 Version 10.6.8 (Build 10K549))
= of 2017-04-21
Package: Org mode version 9.2.1 (9.2.1-8-g1b1797-elpa @ = ~/.emacs.d/elpa/org-20190211/)


Andrew = Eggenberger
Lake City = Graphic












= --Apple-Mail-371-383330342-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josiah Schwab Subject: Re: Bug: org-publish error on i386 [9.2.1 (9.2.1-8-g1b1797-elpa @ /Users/andrew/.emacs.d/elpa/org-20190211/)] Date: Wed, 13 Feb 2019 08:37:57 -0500 Message-ID: References: <739402C5-5799-43FD-8C08-DF9F6ABAD3E2@lakecitygraphic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:53078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtujs-0004Ji-TZ for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 08:38:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtujq-0006n4-Hh for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 08:38:12 -0500 Received: from mail-ot1-x335.google.com ([2607:f8b0:4864:20::335]:35003) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtujq-0006m6-89 for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 08:38:10 -0500 Received: by mail-ot1-x335.google.com with SMTP id z19so3955087otm.2 for ; Wed, 13 Feb 2019 05:38:09 -0800 (PST) In-Reply-To: <739402C5-5799-43FD-8C08-DF9F6ABAD3E2@lakecitygraphic.com> 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: Andrew Eggenberger Cc: org-mode See discussion at https://lists.gnu.org/archive/html/emacs-devel/2019-02/msg00238.html Sounds like it was fixed in master, but maybe not in maint. Josiah From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-publish error on i386 [9.2.1 (9.2.1-8-g1b1797-elpa @ /Users/andrew/.emacs.d/elpa/org-20190211/)] Date: Wed, 13 Feb 2019 15:10:23 +0100 Message-ID: <87ef8bu6cw.fsf@nicolasgoaziou.fr> References: <739402C5-5799-43FD-8C08-DF9F6ABAD3E2@lakecitygraphic.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtvFD-00089K-2L for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 09:10:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtvF7-00048P-8h for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 09:10:35 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:33607) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtvF6-00044j-Vo for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 09:10:29 -0500 In-Reply-To: (Josiah Schwab's message of "Wed, 13 Feb 2019 08:37:57 -0500") 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: Josiah Schwab Cc: org-mode , Andrew Eggenberger Hello, Josiah Schwab writes: > See discussion at > https://lists.gnu.org/archive/html/emacs-devel/2019-02/msg00238.html > > Sounds like it was fixed in master, but maybe not in maint. Since the fix is innocuous, I just backported it to maint, too. Regards, -- Nicolas Goaziou