From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: compile fails for latest git pull Date: Wed, 30 Sep 2009 22:17:43 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt2LZ-0006WW-F0 for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 12:48:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt2LU-0006Mn-Ee for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 12:48:09 -0400 Received: from [199.232.76.173] (port=49988 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt2LU-0006MJ-29 for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 12:48:04 -0400 Received: from mail-iw0-f174.google.com ([209.85.223.174]:46211) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt2LT-0002Nz-ND for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 12:48:03 -0400 Received: by iwn4 with SMTP id 4so3530529iwn.14 for ; Wed, 30 Sep 2009 09:48:03 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-Mode On Wed, Sep 30, 2009 at 7:24 PM, Manish wro= te: > Latest git pull (a few minutes old) fails compilation. =A0Log 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 --=20 Manish