From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Wed, 19 Aug 2009 13:02:26 -0700 Subject: [sup-talk] Exception trying to run git source In-Reply-To: <1250710221-sup-925@yoom.home.cworth.org> References: <1250642676-sup-2244@yoom> <1250698636-sup-6732@masanjin.net> <1250699596-sup-8133@ntdws12.chass.utoronto.ca> <1250704257-sup-3308@yoom> <1250707794-sup-6173@masanjin.net> <1250710221-sup-925@yoom.home.cworth.org> Message-ID: <1250712045-sup-3506@masanjin.net> Reformatted excerpts from Carl Worth's message of 2009-08-19: > Thanks. That confirms that I'm not running the code I think I am, Good, that explains a lot. > So I'm glad to have things working now, but I'm still curious to know > why ruby goes digging into /usr/lib/ruby/1.8 to find sup/sent.rb when > there's a ./lib/sub/sent.rb present and I've passed a "-I ./lib" > option to ruby, (and plainly, ruby is interpreting other files from > ./lib). I find it surprising too. I haven't seen taht behavior before. FWIW, Sup does try and detect if bin/sup and lib/sup have mismatched versions, and that didn't fire... I wonder if it's just sent.rb that's been loaded. Did you somehow delete sent.rb from your git directory, or something like that? -- William