From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: blorgit build Date: Sun, 17 Oct 2010 12:48:15 -0600 Message-ID: <87sk047j0w.fsf@gmail.com> References: <87zkug8k16.fsf@gmail.com> <20101017154046.29b6c7ce@micha.parienti.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=40742 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7YHO-000544-BN for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 14:48:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7YHM-0003OB-L7 for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 14:48:21 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:64301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7YHM-0003Nu-GX for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 14:48:20 -0400 Received: by pwj3 with SMTP id 3so40692pwj.0 for ; Sun, 17 Oct 2010 11:48:19 -0700 (PDT) In-Reply-To: <20101017154046.29b6c7ce@micha.parienti.lan> (=?utf-8?Q?=22Mi?= =?utf-8?Q?cha=C3=ABl?= Parienti"'s message of "Sun, 17 Oct 2010 15:40:46 +0200") 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: =?utf-8?Q?Micha=C3=ABl?= Parienti Cc: emacs-orgmode@gnu.org Hi, I've fixed these issues, a classic bitrot situation due to breaking changes in upstream requirements. After pulling down the latest from git and updating the submodules blorgit should once again be working. If I had the time I'd love to re-write this in Clojure so that a single jar file could be downloaded and run directly without having to worry about installing the entire ruby stack locally. Best -- Eric Micha=C3=ABl Parienti writes: > Hi, > > On Thu, 14 Oct 2010 16:52:05 -0600 > "Eric Schulte" wrote: > >> If not, then run >>=20 >> git submodule init >> git submodule update >>=20 >> in the base of the blorgit repo, and give it another try. > > I got exactly the same error message as Ezequiel Birman, and I did > install the submodule with these commands. > > >> This could also be caused by changes to ruby since blorgit was last >> updated, in which case I may be able to take a look and see if I can >> fix it, but it's been almost a year since I've done any ruby >> programming, so this make not happen quickly... > > I hope it will be easy to fix, because blorgit is really useful. I use > org-mode for several years, coupled with git. Now I need to share the > editing of some pages. A web interface is the more convenient way to do > it. > > Regards