emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Martyn Jago <martyn.jago@btinternet.com>
To: emacs-orgmode@gnu.org
Subject: Re: ca47d10e commit broke the build
Date: Sat, 31 Dec 2011 18:44:56 +0000	[thread overview]
Message-ID: <m2y5ts7f87.fsf@btinternet.com> (raw)
In-Reply-To: 81vcoxb8rd.fsf@gmail.com

Hi Jambunathan

Jambunathan K <kjambunathan@gmail.com> writes:

> Martyn
>
> The probelmatic commit could actually be this:
> 	commit - 07f006e4fd9a7b66643cd7b404c8994665ba8300
> which touches the Makefile.

The problem was indeed related to the Makefile - the thing that changed
(I'm guessing) is the use of the EMACS variable during `make install'
(re-compilation of org-odt)?

The solution was to change the test-build scripts from:

--8<---------------cut here---------------start------------->8---
make clean && make EMACS=/Applications/Emacs-2x.app/Contents/MacOS/Emacs &&
make install && make doc && /Applications/Emacs-2x.app/Contents/MacOS/Emacs -Q -batch -l
/Users/martyn/.cruise/projects/Org-mode_on_Emacs_24/work/testing/org-test.el
-eval "(setq org-confirm-babel-evaluate nil)" -f
org-test-run-batch-tests
--8<---------------cut here---------------end--------------->8---

...to:

--8<---------------cut here---------------start------------->8---
make clean && make EMACS=/Applications/Emacs-2x.app/Contents/MacOS/Emacs &&
make install EMACS=/Applications/Emacs-2x.app/Contents/MacOS/Emacs && make
doc EMACS=/Applications/Emacs-2x.app/Contents/MacOS/Emacs &&
/Applications/Emacs-2x.app/Contents/MacOS/Emacs -Q -batch -l
/Users/martyn/.cruise/projects/Org-mode_on_Emacs_24/work/testing/org-test.el
-eval "(setq org-confirm-babel-evaluate nil)" -f
org-test-run-batch-tests
--8<---------------cut here---------------end--------------->8---

...since the compile version was detected to be incompatible (EMACS was
defaulting to v22.1.1 during make install).

This fixes my v24 and v23 test builds.

There is a broken test under v22 which I will look at in the near
future.

Best, Martyn

[...]

      reply	other threads:[~2011-12-31 18:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-31  0:27 ca47d10e commit broke the build Martyn Jago
2011-12-31  5:38 ` Jambunathan K
2011-12-31 18:44   ` Martyn Jago [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2y5ts7f87.fsf@btinternet.com \
    --to=martyn.jago@btinternet.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).