From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Wed, 27 May 2009 09:03:13 -0700 Subject: [sup-talk] scary exception In-Reply-To: <1243143847-sup-5003@tangerine.lanl.gov> References: <1240802707-sup-2069@tangerine.lanl.gov> <1240852818-sup-1006@entry> <1240853542-sup-4778@tangerine.lanl.gov> <1240854270-sup-8870@entry> <1243143847-sup-5003@tangerine.lanl.gov> Message-ID: <1243439962-sup-7477@entry> Reformatted excerpts from John Bent's message of 2009-05-23: > current with git pull; rake gem; sudo gem install pkg/sup-999.gem. But > with a new work proxy and my inability to get git to work w/ a proxy, I > switched to: > > git clone http://git.gitorious.org/sup/mainline.git > > Then I couldn't figure out how to make a gem in mainline or install These operations should all be the same, regardless of whether you're cloning the git:// uri or the http:// one. > just figured out I could approximate an install by copying bin/* into my > path . . . forgot the lib. Anyway, I got the scary exception again and > looked at exception-log.txt and realized I had a mismatch with my libs. > So now I'm doing the git clone mainline thing and using ruby -l lib -w > bin/sup. Sup does maintain different version numbers for bin/sup and lib/sup.rb, and checks for a mismatch, but that's not useful for different versions from git, since they all claim version "git". Oh well, glad it works now. -- William