From aaron.marburg at pg.canterbury.ac.nz Mon Jul 11 20:34:29 2011 From: aaron.marburg at pg.canterbury.ac.nz (Aaron Marburg) Date: Tue, 12 Jul 2011 12:34:29 +1200 Subject: [Tioga-users] Missing 'TexPreamble.rb' from 1.14? Message-ID: <20110712003428.GA31379@tasman.notetofutureself.org> Hi Vincent, I've recently tried to install Tioga 1.14. I'm using RVM, with ruby 1.9.2-p180. After installation, I get: ~/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': no such file to load -- Tioga/TexPreamble.rb (LoadError) Indeed, relative to some older Tioga installations (1.11) I have, there is no TexPreamble.rb file. I noted I was able to get Tioga working again by installing the older TexPreamble.rb in the right place (~/.rvm/gems/ruby-1.9.2-p180/gems/tioga-1.14/lib/Tioga in my case). Just wondering if this missing file is a bug. Thanks for picking up development on this package. Cheers, Aaron Marburg -- From fourmond at gmail.com Mon Jul 11 21:37:54 2011 From: fourmond at gmail.com (Vincent Fourmond) Date: Tue, 12 Jul 2011 03:37:54 +0200 Subject: [Tioga-users] Missing 'TexPreamble.rb' from 1.14? In-Reply-To: <20110712003428.GA31379@tasman.notetofutureself.org> References: <20110712003428.GA31379@tasman.notetofutureself.org> Message-ID: Hello Aaron ! On Tue, Jul 12, 2011 at 2:34 AM, Aaron Marburg wrote: > I've recently tried to install Tioga 1.14. ?I'm using RVM, with ruby > 1.9.2-p180. ?After installation, I get: > > ~/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in > `require': no such file to load -- Tioga/TexPreamble.rb (LoadError) > > Indeed, relative to some older Tioga installations (1.11) I have, there is no > TexPreamble.rb file. ? ?I noted I was able to get Tioga working again by > installing the older TexPreamble.rb in the right place > (~/.rvm/gems/ruby-1.9.2-p180/gems/tioga-1.14/lib/Tioga in my case). ?Just > wondering if this missing file is a bug. I guess you're installing using rubygems ? If that's the case, you may try your luck in the meantime using the "traditionnal" tarball installation. I'll have a look at that as soon as I can. Cheers, Vincent From aaron.marburg at pg.canterbury.ac.nz Mon Jul 11 21:44:17 2011 From: aaron.marburg at pg.canterbury.ac.nz (Aaron Marburg) Date: Tue, 12 Jul 2011 13:44:17 +1200 Subject: [Tioga-users] Missing 'TexPreamble.rb' from 1.14? In-Reply-To: References: <20110712003428.GA31379@tasman.notetofutureself.org> Message-ID: <20110712014417.GB32159@tasman.notetofutureself.org> Hello Vincent, On Tue, Jul 12, 2011 at 03:37:54AM +0200, Vincent Fourmond wrote: > On Tue, Jul 12, 2011 at 2:34 AM, Aaron Marburg > wrote: > > I've recently tried to install Tioga 1.14. ?I'm using RVM, with ruby > > 1.9.2-p180. ?After installation, I get: > > > > ~/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in > > `require': no such file to load -- Tioga/TexPreamble.rb (LoadError) > > > > Indeed, relative to some older Tioga installations (1.11) I have, there is no > > TexPreamble.rb file. ? ?I noted I was able to get Tioga working again by > > installing the older TexPreamble.rb in the right place > > (~/.rvm/gems/ruby-1.9.2-p180/gems/tioga-1.14/lib/Tioga in my case). ?Just > > wondering if this missing file is a bug. > > I guess you're installing using rubygems ? If that's the case, you > may try your luck in the meantime using the "traditionnal" tarball > installation. I'll have a look at that as soon as I can. Yes, I should have said, I was installing with gem (1.6.2, also in rvm). It seems like that one file is simply missing. As I said, copying it into the gem directory manually solves the problem. Cheers, Aaron --