emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* compile fails for latest git pull
@ 2009-09-30 13:54 Manish
  2009-09-30 16:47 ` Manish
  0 siblings, 1 reply; 2+ messages in thread
From: Manish @ 2009-09-30 13:54 UTC (permalink / raw)
  To: Org-Mode

Latest git pull (a few minutes old) fails compilation.  Log below:

,----
| [Wed 30 18:58] (2024) ~/elisp/org-mode.git $ make clean && make && make doc
| make cleanelc
| make[1]: Entering directory `/home/zms/elisp/org-mode.git'
| rm -f lisp/org.elc lisp/org-agenda.elc lisp/org-ascii.elc
lisp/org-attach.elc lisp/org-archive.elc lisp/org-bbdb.elc
lisp/org-bibtex.elc lisp/org-clock.elc lisp/org-colview.elc
lisp/org-colview-xemacs.elc lisp/org-compat.elc lisp/org-crypt.elc
lisp/org-exp.elc lisp/org-exp-blocks.elc lisp/org-docbook.elc
lisp/org-faces.elc lisp/org-feed.elc lisp/org-footnote.elc
lisp/org-gnus.elc lisp/org-html.elc lisp/org-icalendar.elc
lisp/org-id.elc lisp/org-indent.elc lisp/org-info.elc
lisp/org-inlinetask.elc lisp/org-jsinfo.elc lisp/org-irc.elc
lisp/org-latex.elc lisp/org-list.elc lisp/org-mac-message.elc
lisp/org-macs.elc lisp/org-mew.elc lisp/org-mhe.elc
lisp/org-mobile.elc lisp/org-mouse.elc lisp/org-publish.elc
lisp/org-plot.elc lisp/org-protocol.elc lisp/org-remember.elc
lisp/org-rmail.elc lisp/org-src.elc lisp/org-table.elc
lisp/org-timer.elc lisp/org-vm.elc lisp/org-w3m.elc lisp/org-wl.elc
lisp/org-xoxo.elc lisp/org-install.elc
| make[1]: Leaving directory `/home/zms/elisp/org-mode.git'
| make cleandoc
| make[1]: Entering directory `/home/zms/elisp/org-mode.git'
| (cd doc; rm -f org.pdf org org.html orgcard.pdf orgcard.ps)
| (cd doc; rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs)
| (cd doc; rm -f *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps)
| (cd doc; rm -f orgcard_letter.tex orgcard_letter.pdf)
| (cd doc; rm -rf manual)
| make[1]: Leaving directory `/home/zms/elisp/org-mode.git'
| make cleanrel
| make[1]: Entering directory `/home/zms/elisp/org-mode.git'
| rm -rf RELEASEDIR
| rm -rf org-6.*
| rm -rf org-6*zip org-6*tar.gz org-snapshot*
| make[1]: Leaving directory `/home/zms/elisp/org-mode.git'
| rm -f *~ */*~ */*/*~
| emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote
load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote
load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile
lisp/org.el
|
| In org-set-tags-to:
| org.el:11258:4:Warning: malformed cond form: `t'
| org.el:11258:4:Warning: malformed cond form: `nil'
| org.el:11258:4:Warning: malformed cond form: `t'
| org.el:11267:44:Error: Wrong type argument: listp, t
| make: *** [lisp/org.elc] Error 1
| %
`----

Regards
-- 
Manish

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

* Re: compile fails for latest git pull
  2009-09-30 13:54 compile fails for latest git pull Manish
@ 2009-09-30 16:47 ` Manish
  0 siblings, 0 replies; 2+ messages in thread
From: Manish @ 2009-09-30 16:47 UTC (permalink / raw)
  To: Org-Mode

On Wed, Sep 30, 2009 at 7:24 PM, Manish <mailtomanish.sharma@gmail.com> wrote:
> Latest git pull (a few minutes old) fails compilation.  Log below:
>
> ,----
> | [Wed 30 18:58] (2024) ~/elisp/org-mode.git $ make clean && make && make doc
> | make cleanelc
> | make[1]: Entering directory `/home/zms/elisp/org-mode.git'
> | rm -f lisp/org.elc lisp/org-agenda.elc lisp/org-ascii.elc
> lisp/org-attach.elc lisp/org-archive.elc lisp/org-bbdb.elc
> lisp/org-bibtex.elc lisp/org-clock.elc lisp/org-colview.elc
> lisp/org-colview-xemacs.elc lisp/org-compat.elc lisp/org-crypt.elc
> lisp/org-exp.elc lisp/org-exp-blocks.elc lisp/org-docbook.elc
> lisp/org-faces.elc lisp/org-feed.elc lisp/org-footnote.elc
> lisp/org-gnus.elc lisp/org-html.elc lisp/org-icalendar.elc
> lisp/org-id.elc lisp/org-indent.elc lisp/org-info.elc
> lisp/org-inlinetask.elc lisp/org-jsinfo.elc lisp/org-irc.elc
> lisp/org-latex.elc lisp/org-list.elc lisp/org-mac-message.elc
> lisp/org-macs.elc lisp/org-mew.elc lisp/org-mhe.elc
> lisp/org-mobile.elc lisp/org-mouse.elc lisp/org-publish.elc
> lisp/org-plot.elc lisp/org-protocol.elc lisp/org-remember.elc
> lisp/org-rmail.elc lisp/org-src.elc lisp/org-table.elc
> lisp/org-timer.elc lisp/org-vm.elc lisp/org-w3m.elc lisp/org-wl.elc
> lisp/org-xoxo.elc lisp/org-install.elc
> | make[1]: Leaving directory `/home/zms/elisp/org-mode.git'
> | make cleandoc
> | make[1]: Entering directory `/home/zms/elisp/org-mode.git'
> | (cd doc; rm -f org.pdf org org.html orgcard.pdf orgcard.ps)
> | (cd doc; rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs)
> | (cd doc; rm -f *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps)
> | (cd doc; rm -f orgcard_letter.tex orgcard_letter.pdf)
> | (cd doc; rm -rf manual)
> | make[1]: Leaving directory `/home/zms/elisp/org-mode.git'
> | make cleanrel
> | make[1]: Entering directory `/home/zms/elisp/org-mode.git'
> | rm -rf RELEASEDIR
> | rm -rf org-6.*
> | rm -rf org-6*zip org-6*tar.gz org-snapshot*
> | make[1]: Leaving directory `/home/zms/elisp/org-mode.git'
> | rm -f *~ */*~ */*/*~
> | emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote
> load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote
> load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile
> lisp/org.el
> |
> | In org-set-tags-to:
> | org.el:11258:4:Warning: malformed cond form: `t'
> | org.el:11258:4:Warning: malformed cond form: `nil'
> | org.el:11258:4:Warning: malformed cond form: `t'
> | org.el:11267:44:Error: Wrong type argument: listp, t
> | make: *** [lisp/org.elc] Error 1
> | %
> `----
>
> Regards
> --
> Manish
>

It was a problem due to a conflict with a local patch I had applied to
org-latex.el.  After removing that patch Org compiles cleanly.

Sorry for the noise.

Regards
-- 
Manish

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

end of thread, other threads:[~2009-09-30 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-30 13:54 compile fails for latest git pull Manish
2009-09-30 16:47 ` Manish

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