From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Subject: Bug? Installing from git master Date: Fri, 29 Feb 2008 21:41:47 +0100 Message-ID: <47C86E0B.4010107@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVC1H-0006Vf-Ca for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 15:39:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVC1E-0006VQ-Un for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 15:39:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVC1E-0006VN-OT for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 15:39:48 -0500 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JVC1E-0001HP-CP for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 15:39:48 -0500 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: "[emacs-orgmode]" Hallo list, just pulled the current GIT repo and installed org-mode doing sh# make sh# make install Now, when I try to M-x org-publish-current-project I get the message Cannot open load file: org-irc I can see that org-irc.el is in my repo but does not get installed (and not compiled), while org-publish.el, obviously depending on org-irc does. sh# ls -1 /usr/local/share/emacs/site-lisp/org* /usr/local/share/emacs/site-lisp/org.el /usr/local/share/emacs/site-lisp/org.elc /usr/local/share/emacs/site-lisp/org-export-latex.el /usr/local/share/emacs/site-lisp/org-export-latex.elc /usr/local/share/emacs/site-lisp/org-install.el /usr/local/share/emacs/site-lisp/org-install.elc /usr/local/share/emacs/site-lisp/org-mac-message.el /usr/local/share/emacs/site-lisp/org-mac-message.elc /usr/local/share/emacs/site-lisp/org-mouse.el /usr/local/share/emacs/site-lisp/org-mouse.elc /usr/local/share/emacs/site-lisp/org-publish.el /usr/local/share/emacs/site-lisp/org-publish.elc Is this the intended behaviour? BTW: an INSTALL file would be nice, describing the interesting make targets with just a few words (or place a small section in the README). ** Another little bug: sh# make doc makeinfo --html --number-sections --no-split -o org.html org.texi /home/sebastian/emacs/lisp/ext/org-mode//org.texi:5111: Next field of node `Keyword search' not pointed to (perhaps incorrect sectioning?). /home/sebastian/emacs/lisp/ext/org-mode//org.texi:5140: This node (Stuck projects) has the bad Prev. /home/sebastian/emacs/lisp/ext/org-mode//org.texi:5111: Prev field of node `Keyword search' not pointed to. /home/sebastian/emacs/lisp/ext/org-mode//org.texi:5090: This node (Timeline) has the bad Next. makeinfo: Removing output file `org.html' due to errors; use --force to preserve. make: *** [org.html] Error 1 No docs created. ** General question: What goes into the master branch? What grade of stability can I expect when using it? And what kinds of failures are you intersted in? Is there some kind of file anywhere describing a timline for the development I should read (in place of asking questions)? I ask, because I am not shure, if you are interested in posts like this one. I'm new to this list and every project has it's way of developing. Some add code for some weeks and then from time to time do a freeze or have special flag days for bug hunting and do a release then. Other projects try to keep the master branch in a stable state and try to fix issues in there as soon as possible. Regards, Sebastian