From m at parasew.com Thu Mar 13 10:24:34 2008 From: m at parasew.com (Matthias Tarasiewicz) Date: Thu, 13 Mar 2008 15:24:34 +0100 Subject: [rubyosx-list] Ruby 1.9 and updated 1.8.6 packages (Leopard, Tiger, Panther) Message-ID: <9EC51FFD-7CC9-4525-A8F0-5BDD47521F7B@parasew.com> hi list, first of all - sorry for not posting to this list before. rubyforge mailing lists seem to have problems with google's gmail-smtp, so mails were not delivered. we are about to prepare updated 1.8.6 packages, as well as ruby 1.9 packages. the plan is as follows: RubyOSX for Panther: 1.8.6 PPC only, 1.9 PPC only RubyOSX for Tiger: 1.8.6 PPC/Intel UB, 1.9 PPC/Intel UB RubyOSX for Leopard: 1.9 PPC/Intel UB still there are some questions to discuss: - do we need a 1.8.6 package for leopard or is apple's package complete/up to date enough? - should we fix/include the mysql gem for ruby on leopard? - should we think of including additional packages, such as memcache or are we complete enough? - do we want to package different things into rubyosx 1.9? furthermore we need support on compiling, testing, documentation and the website. don't forget to spread the word! -parasew From m at parasew.com Thu Mar 13 10:27:27 2008 From: m at parasew.com (Matthias Tarasiewicz) Date: Thu, 13 Mar 2008 15:27:27 +0100 Subject: [rubyosx-list] Ruby 1.9 and updated 1.8.6 packages (Leopard, Tiger, Panther) Message-ID: hi list, first of all - sorry for not posting to this list before. rubyforge mailing lists seem to have problems with google's gmail-smtp, so mails were not delivered. we are about to prepare updated 1.8.6 packages, as well as ruby 1.9 packages. the plan is as follows: RubyOSX for Panther: 1.8.6 PPC only, 1.9 PPC only RubyOSX for Tiger: 1.8.6 PPC/Intel UB, 1.9 PPC/Intel UB RubyOSX for Leopard: 1.9 PPC/Intel UB still there are some questions to discuss: - do we need a 1.8.6 package for leopard or is apple's package complete/up to date enough? - should we fix/include the mysql gem for ruby on leopard? - should we think of including additional packages, such as memcache or are we complete enough? - do we want to package different things into rubyosx 1.9? furthermore we need support on compiling, testing, documentation and the website. don't forget to spread the word! -parasew From m at parasew.com Thu Mar 13 10:57:27 2008 From: m at parasew.com (Matthias Tarasiewicz) Date: Thu, 13 Mar 2008 15:57:27 +0100 Subject: [rubyosx-list] Ruby 1.8.7 and rubyosx Message-ID: hi list, since there is Ruby 1.8.7 soon to come out, we might want to prepare 1.8.7 packages for leopard. http://www.ruby-forum.com/topic/144507#new still it is not clear to me, if apple will update the included ruby in leopard to 1.8.7, so let's wait and see. in my opinion, we should skip 1.8.6 in leopard and watch the 1.8.7 release. any other voices? From iamkenzo at gmail.com Mon Mar 24 16:48:11 2008 From: iamkenzo at gmail.com (Thomas) Date: Mon, 24 Mar 2008 21:48:11 +0100 Subject: [rubyosx-list] New user Message-ID: <55da14450803241348w2fefd1daj107c0c58d9925f04@mail.gmail.com> Hi list, I am running RubyOSX latest version on my iBook G4 with Tiger, and it almost works perfectly, I am having some path issues here: 1) I can't gem install mysql 2) webrick starts instead of mongrel in rails 2.0.2, and if I force Mongrel, I get: PROBLEM: Mongrel is not available on your system (or not in your path) What is the solution what path should I set? From m at parasew.com Mon Mar 24 16:55:53 2008 From: m at parasew.com (Matthias Tarasiewicz) Date: Mon, 24 Mar 2008 21:55:53 +0100 Subject: [rubyosx-list] New user In-Reply-To: <55da14450803241348w2fefd1daj107c0c58d9925f04@mail.gmail.com> References: <55da14450803241348w2fefd1daj107c0c58d9925f04@mail.gmail.com> Message-ID: <92A9604F-33A2-4026-887E-7FCEE1EBA3A3@parasew.com> thomas, can you please check what PATH are you having? try echo $PATH on the console and see if the right ruby is referenced there. also please try which ruby and ruby -v also please try which mongrel_rails as well as mongrel_rails --version and report the output back here, so we can see if you have all your path correctly set up. regards, matthias On 24.03.2008, at 21:48, Thomas wrote: > Hi list, > > I am running RubyOSX latest version on my iBook G4 with Tiger, and it > almost works perfectly, I am having some path issues here: > > 1) I can't gem install mysql > 2) webrick starts instead of mongrel in rails 2.0.2, and if I force > Mongrel, I get: > PROBLEM: Mongrel is not available on your system (or not in your path) > > What is the solution what path should I set? > _______________________________________________ > rubyosx-list mailing list > rubyosx-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyosx-list From m at parasew.com Mon Mar 31 13:59:50 2008 From: m at parasew.com (Matthias Tarasiewicz) Date: Mon, 31 Mar 2008 19:59:50 +0200 Subject: [rubyosx-list] New user In-Reply-To: <55da14450803241506k4f5211b8j1a16b82de961074d@mail.gmail.com> References: <55da14450803241348w2fefd1daj107c0c58d9925f04@mail.gmail.com> <92A9604F-33A2-4026-887E-7FCEE1EBA3A3@parasew.com> <55da14450803241506k4f5211b8j1a16b82de961074d@mail.gmail.com> Message-ID: <00333C8E-87C9-4662-8A5E-6DE117B6644D@parasew.com> did you figure something out in the meanwhile? as far as i can tell, this is a correct setup you got there. i still didn't test with 10.4.11 - maybe i can get a machine here running on this version. are you on ppc or i386? anyone else experiencing problems with osx tiger 10.4.11 and rubyosx? On 24.03.2008, at 23:06, Thomas wrote: > Hi Matthias, > > Thank you for your prompte reply. I think I broke everything in > RubyOSX by not having the correct path set, but I didn't know I had to > set it... > > Anyway, here is echo $PATH: > /usr/local/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/ > usr/sbin > > Note that I have added /usr/loca/bin:/usr/local/sbin to /etc/profile > after running a sudo gem update --system. > > wich ruby: > /usr/local/bin/ruby > > ruby -v: > ruby 1.8.6 (2007-03-13 patchlevel 0) [universal-darwin8.0] > > which mongrel_rails: > /usr/local/bin/mongrel_rails > > mongrel_rails --version: > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/ > http11.bundle: > Failed to load /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.4/ > bin/../lib/http11.bundle > (LoadError) > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:32:in > `require' > from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../ > lib/mongrel.rb:12 > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:32:in > `gem_original_require' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:32:in > `require' > from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/ > mongrel_rails:11 > from /usr/local/bin/mongrel_rails:16:in `load' > from /usr/local/bin/mongrel_rails:16 > > > Thank you for your assistance. But as everything seems broken, how do > I cleanly uninstall RubyOSX and start over from scratch? > > > Best regards,