emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: Unable to compile on Master
@ 2012-04-01 23:20 Jonathan Leech-Pepin
  2012-04-02  3:23 ` Ezequiel Birman
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Leech-Pepin @ 2012-04-01 23:20 UTC (permalink / raw)
  To: Org Mode Mailing List

Hello Org,

Using current git master I get the following error when running:
,----
| make clean && make && make info
`----

Error
,----
| In toplevel form:
| lisp/org-ascii.el:29:1:Error: Invalid function: "body"
| Makefile:484: recipe for target `lisp/org-ascii.elc' failed
| make: *** [lisp/org-ascii.elc] Error 1
`----

I was able to successfully compile Org with commit: 829285e (ensure
noweb expanded body is used on export)

I've tested this on 2 separate machines as well as a clean pull into a
separate directory.

Regards,

Jonathan

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: BUG: Unable to compile on Master
  2012-04-01 23:20 BUG: Unable to compile on Master Jonathan Leech-Pepin
@ 2012-04-02  3:23 ` Ezequiel Birman
  2012-04-02  3:38   ` Samuel Wales
  0 siblings, 1 reply; 8+ messages in thread
From: Ezequiel Birman @ 2012-04-02  3:23 UTC (permalink / raw)
  To: emacs-orgmode

>>>>> "JL" == Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> writes:

    > Hello Org, Using current git master I get the following error when
    > running: ,---- | make clean && make && make info `----

    > Error ,---- | In toplevel form: | lisp/org-ascii.el:29:1:Error:
    > Invalid function: "body" | Makefile:484: recipe for target
    > `lisp/org-ascii.elc' failed | make: *** [lisp/org-ascii.elc] Error
    > 1 `----

    > I was able to successfully compile Org with commit: 829285e
    > (ensure noweb expanded body is used on export)

Same here

-- 
Ezequiel Birman

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: BUG: Unable to compile on Master
  2012-04-02  3:23 ` Ezequiel Birman
@ 2012-04-02  3:38   ` Samuel Wales
  2012-04-02  5:33     ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Samuel Wales @ 2012-04-02  3:38 UTC (permalink / raw)
  To: Ezequiel Birman; +Cc: emacs-orgmode

same in 22

On 2012-04-01, Ezequiel Birman <stormwatch@espiga4.com.ar> wrote:
>>>>>> "JL" == Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> writes:
>
>     > Hello Org, Using current git master I get the following error when
>     > running: ,---- | make clean && make && make info `----
>
>     > Error ,---- | In toplevel form: | lisp/org-ascii.el:29:1:Error:
>     > Invalid function: "body" | Makefile:484: recipe for target
>     > `lisp/org-ascii.elc' failed | make: *** [lisp/org-ascii.elc] Error
>     > 1 `----
>
>     > I was able to successfully compile Org with commit: 829285e
>     > (ensure noweb expanded body is used on export)
>
> Same here
>
> --
> Ezequiel Birman
>
>
>


-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: BUG: Unable to compile on Master
  2012-04-02  3:38   ` Samuel Wales
@ 2012-04-02  5:33     ` Bastien
  2012-04-02  5:46       ` Nick Dokos
  2012-04-02  6:04       ` Samuel Wales
  0 siblings, 2 replies; 8+ messages in thread
From: Bastien @ 2012-04-02  5:33 UTC (permalink / raw)
  To: Samuel Wales; +Cc: Ezequiel Birman, emacs-orgmode

Samuel Wales <samologist@gmail.com> writes:

> same in 22

Fixed.  Please try again.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: BUG: Unable to compile on Master
  2012-04-02  5:33     ` Bastien
@ 2012-04-02  5:46       ` Nick Dokos
  2012-04-02  5:56         ` Bastien
  2012-04-02  6:04       ` Samuel Wales
  1 sibling, 1 reply; 8+ messages in thread
From: Nick Dokos @ 2012-04-02  5:46 UTC (permalink / raw)
  To: Bastien
  Cc: Ezequiel Birman, nicholas.dokos, emacs-orgmode,
	Jonathan Leech-Pepin

Bastien <bzg@gnu.org> wrote:

> Samuel Wales <samologist@gmail.com> writes:
> 
> > same in 22
> 
> Fixed.  Please try again.
> 
> Thanks,
> 
> -- 
>  Bastien
> 

Fix confirmed (on emacs24, but that's probably irrelevant).

Nick

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: BUG: Unable to compile on Master
  2012-04-02  5:46       ` Nick Dokos
@ 2012-04-02  5:56         ` Bastien
  0 siblings, 0 replies; 8+ messages in thread
From: Bastien @ 2012-04-02  5:56 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: Ezequiel Birman, emacs-orgmode, Jonathan Leech-Pepin

Nick Dokos <nicholas.dokos@hp.com> writes:

> Bastien <bzg@gnu.org> wrote:
>
>> Samuel Wales <samologist@gmail.com> writes:
>> 
>> > same in 22
>> 
>> Fixed.  Please try again.
>> 
>> Thanks,
>> 
>> -- 
>>  Bastien
>> 
>
> Fix confirmed (on emacs24, but that's probably irrelevant).

Yes, it is relevant, as the bug was coming from a misformed sexp 
(a leftover from a merge.)

Thanks for double-checking!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: BUG: Unable to compile on Master
  2012-04-02  5:33     ` Bastien
  2012-04-02  5:46       ` Nick Dokos
@ 2012-04-02  6:04       ` Samuel Wales
  2012-04-02 22:19         ` Jonathan Leech-Pepin
  1 sibling, 1 reply; 8+ messages in thread
From: Samuel Wales @ 2012-04-02  6:04 UTC (permalink / raw)
  To: Bastien; +Cc: Ezequiel Birman, emacs-orgmode

On 2012-04-01, Bastien <bzg@gnu.org> wrote:
>> same in 22
>
> Fixed.  Please try again.

yes, thank you, bastien.

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: BUG: Unable to compile on Master
  2012-04-02  6:04       ` Samuel Wales
@ 2012-04-02 22:19         ` Jonathan Leech-Pepin
  0 siblings, 0 replies; 8+ messages in thread
From: Jonathan Leech-Pepin @ 2012-04-02 22:19 UTC (permalink / raw)
  To: Samuel Wales; +Cc: Ezequiel Birman, emacs-orgmode

I can confirm it's fixed.

Thank you

On Mon, Apr 2, 2012 at 02:04, Samuel Wales <samologist@gmail.com> wrote:
> On 2012-04-01, Bastien <bzg@gnu.org> wrote:
>>> same in 22
>>
>> Fixed.  Please try again.
>
> yes, thank you, bastien.
>
> --
> The Kafka Pandemic: http://thekafkapandemic.blogspot.com
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-02 22:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-01 23:20 BUG: Unable to compile on Master Jonathan Leech-Pepin
2012-04-02  3:23 ` Ezequiel Birman
2012-04-02  3:38   ` Samuel Wales
2012-04-02  5:33     ` Bastien
2012-04-02  5:46       ` Nick Dokos
2012-04-02  5:56         ` Bastien
2012-04-02  6:04       ` Samuel Wales
2012-04-02 22:19         ` Jonathan Leech-Pepin

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).