From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug? Installing from git master Date: Fri, 29 Feb 2008 21:44:53 +0100 Message-ID: References: <47C86E0B.4010107@gmx.de> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVC6N-0007uE-2a for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 15:45:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVC6L-0007sf-Iv for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 15:45:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVC6L-0007sX-6R for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 15:45:05 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVC6J-0002TJ-Sg for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 15:45:04 -0500 Received: by ug-out-1314.google.com with SMTP id a2so499075ugf.48 for ; Fri, 29 Feb 2008 12:45:03 -0800 (PST) In-Reply-To: <47C86E0B.4010107@gmx.de> 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: Sebastian Cc: "[emacs-orgmode]" Pull again, this should work now. - Carsten On Feb 29, 2008, at 9:41 PM, Sebastian wrote: > 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 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode