From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: error while upgrading to 8.3.5 Date: Tue, 26 Jul 2016 05:09:20 +0530 Message-ID: <24047775-283C-4349-B235-9AC2C70966FB@gmail.com> References: <4FD287AC-306C-437C-A27E-0383205AD12A@gmail.com> <87invuw159.fsf@saiph.selenimh> <87oa5lvhn4.fsf@saiph.selenimh> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRpT9-0006JQ-UQ for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 19:39:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRpT5-0007Nl-Pb for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 19:39:30 -0400 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:35924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRpT5-0007Ng-Hs for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 19:39:27 -0400 Received: by mail-pa0-x234.google.com with SMTP id pp5so65575359pac.3 for ; Mon, 25 Jul 2016 16:39:27 -0700 (PDT) In-Reply-To: <87oa5lvhn4.fsf@saiph.selenimh> 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: Nicolas Goaziou Cc: org-mode mailing list * I cleaned up permissions to some directories and did a make install, = which went fine. * Now when I do a =E2=80=9Cmake up2=E2=80=9D, I get two errors. FAILED test-ob/indented-cached-org-bracket-link FAILED test-org-colview/columns-summary * Output of BTEST_RE=3Dcolumns-summary make test Test test-org-colview/columns-summary condition: (ert-test-failed ((should (equal "705d 01h 0m 0s" (cl-letf ... ...))) :form (equal "705d 01h 0m 0s" "705d 00h 0m 0s") :value nil :explanation (array-elt 6 (different-atoms (49 "#x31" "?1") (48 "#x30" "?0"))))) FAILED 1/1 test-org-colview/columns-summary Ran 1 tests, 0 results as expected, 1 unexpected (2016-07-26 = 05:03:52+0530) 1 unexpected results: FAILED test-org-colview/columns-summary mk/targets.mk:103: recipe for target 'test' failed make: *** [test] Error 1 * Output of BTEST_RE=3Dindented-cached-org-bracket-link make test Test test-ob/indented-cached-org-bracket-link condition: (ert-test-failed ((should (let (...) (org-test-with-temp-text "\n* Test\n #+BEGIN_SRC = emacs-lisp :file test.txt :cache yes\n (message \"test\")\n = #+END_SRC" ... ...))) :form (let ((default-directory temporary-file-directory)) (org-test-with-temp-text "\n* Test\n #+BEGIN_SRC = emacs-lisp :file test.txt :cache yes\n (message \"test\")\n = #+END_SRC" (org-babel-execute-src-block) (string=3D ... ...))) :value nil)) FAILED 1/1 test-ob/indented-cached-org-bracket-link Ran 1 tests, 0 results as expected, 1 unexpected (2016-07-26 = 05:06:12+0530) 1 unexpected results: FAILED test-ob/indented-cached-org-bracket-link * (org-parse-time-string "<2014-03-04 Tue>=E2=80=9D) (apply #'encode-time (org-parse-time-string "<2014-03-04 Tue>")) Evaluating these in emacs does not seem to do anything. No message. >=20 > What is the result of evaluating both >=20 > (org-parse-time-string "<2014-03-04 Tue>") >=20 > and >=20 > (apply #'encode-time (org-parse-time-string "<2014-03-04 Tue>")) >=20 > ? >=20 > Regards,