From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neuwirth Erich Subject: Test problems again Date: Sat, 1 Sep 2012 13:19:44 +0200 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7ljx-0006fq-Bh for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 07:19:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7ljw-0005PF-Aq for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 07:19:49 -0400 Received: from grace.univie.ac.at ([131.130.3.115]:33922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7ljw-0005P4-1I for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 07:19:48 -0400 Received: from joan.univie.ac.at ([131.130.3.110] helo=joan.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.80) (envelope-from ) id 1T7ljt-0000bs-Cx for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 13:19:45 +0200 Received: from 91-114-204-131.adsl.highway.telekom.at ([91.114.204.131] helo=[10.0.0.4]) by joan.univie.ac.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1T7ljt-0001AY-74 for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 13:19:45 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org emacs-orgmode@gnu.org" I need help to locate a configuration problem. As I alreay wrote I am building org-mode on 2 Macs. On the desktop, I do not have any problems, and all the test pass = (except the ones where=20 the testing routines tells they are expecting to fail). But on the MacBook (which essentially has the same configuration) testing fails: Code block evaluation complete. htmlize.el 1.34 or later is needed for source code formatting Exporting... HTML export done, pushed to kill ring and clipboard passed 33/137 test-ob-lob/export-lob-lines 13 src blocks added to Library of Babel passed 34/137 test-ob-lob/ingest Babel evaluation exited with code 1 passed 35/137 test-ob-sh/dont-error-on-empty-results passed 36/137 test-ob-sh/dont-insert-spaces-on-expanded-bodies Here the process hand and I need to kill it with C-C ^Cmake[1]: *** [test-dirty] Error 2 make: *** [up1] Interrupt: 2 Meanwhile I am also able to use testing/README to start interactive = testing. If I am not asking too much, it would help if somebody briefly explains = to me how I could dig into more details at the place where things go wrong. I do not understand why I get passed ... with consecutive numbering, but = between these messages I get the exited with code 1 message. Can anybody enlighten me?