Muthu Selvan
2013-Jun-15 20:38 UTC
[HELP] BUILD FAILED while Installing ruby-1.8.7-p371 in mac OS...
Hi , I have installed "ruby 1.9.3p429 " already but as per my project required i want downgrade to "1.8.7-p371" while tying with the below command i am getting the below error message , please let me know how to solve this issue ? *COMMAND : **rbenv install 1.8.7-p371* * * Downloading ruby-1.8.7-p371.tar.gz... -> http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p371.tar.gz Installing ruby-1.8.7-p371... *BUILD FAILED* Inspect or clean up the working tree at /var/folders/37/2cfsxwbx79l56v5lnvm8p5jmcw9jv7/T/ruby-build.20130615133036.93278 Results logged to /var/folders/37/2cfsxwbx79l56v5lnvm8p5jmcw9jv7/T/ruby-build.20130615133036.93278.log Last 10 log lines: tcltklib.c:9862: error: expected ‘;’ before ‘event’ tcltklib.c:9892: error: ‘struct dummy_TkMenu’ has no member named ‘menuType’ tcltklib.c:9897: error: ‘struct dummy_TkMenu’ has no member named ‘menuType’ tcltklib.c:9915: error: ‘event’ undeclared (first use in this function) tcltklib.c:9916: error: ‘ConfigureNotify’ undeclared (first use in this function) tcltklib.c:9917: error: ‘Tk_FakeWin’ has no member named ‘display’ tcltklib.c:9919: error: ‘Tk_FakeWin’ has no member named ‘window’ tcltklib.c:9920: error: ‘Tk_FakeWin’ has no member named ‘display’ make[1]: *** [tcltklib.o] Error 1 make: *** [all] Error 1 Thanks, Muthu Selvan SR -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/0e60812e-3a85-4969-bb0d-0a9105131777%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Muthu Selvan
2013-Jun-16 03:11 UTC
Re: [HELP] BUILD FAILED while Installing ruby-1.8.7-p371 in mac OS...
Hi All , I have solved this by using ruby 1.8.7 ..but i am getting the new error cucumber /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:777:in `*report_activate_error'': Could not find RubyGem cucumber (>= 0) (Gem::LoadError)* from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:211:in `activate'' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:1056:in `gem'' from /usr/bin/cucumber:18 Thanks , Muthu Selvan SR On Saturday, 15 June 2013 13:38:34 UTC-7, Muthu Selvan wrote:> > > > > Hi , > > > I have installed "ruby 1.9.3p429 " already but as per my project required > i want downgrade to "1.8.7-p371" > > while tying with the below command i am getting the below error message , > please let me know how to solve this issue ? > > > *COMMAND : **rbenv install 1.8.7-p371* > * > * > Downloading ruby-1.8.7-p371.tar.gz... > -> http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p371.tar.gz > Installing ruby-1.8.7-p371... > > *BUILD FAILED* > > Inspect or clean up the working tree at > /var/folders/37/2cfsxwbx79l56v5lnvm8p5jmcw9jv7/T/ruby-build.20130615133036.93278 > Results logged to > /var/folders/37/2cfsxwbx79l56v5lnvm8p5jmcw9jv7/T/ruby-build.20130615133036.93278.log > > Last 10 log lines: > tcltklib.c:9862: error: expected ‘;’ before ‘event’ > tcltklib.c:9892: error: ‘struct dummy_TkMenu’ has no member named > ‘menuType’ > tcltklib.c:9897: error: ‘struct dummy_TkMenu’ has no member named > ‘menuType’ > tcltklib.c:9915: error: ‘event’ undeclared (first use in this function) > tcltklib.c:9916: error: ‘ConfigureNotify’ undeclared (first use in this > function) > tcltklib.c:9917: error: ‘Tk_FakeWin’ has no member named ‘display’ > tcltklib.c:9919: error: ‘Tk_FakeWin’ has no member named ‘window’ > tcltklib.c:9920: error: ‘Tk_FakeWin’ has no member named ‘display’ > make[1]: *** [tcltklib.o] Error 1 > make: *** [all] Error 1 > > Thanks, > Muthu Selvan SR > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/4bc1f58c-283e-46d9-bee2-59a308fa46a2%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Muthu Selvan
2013-Jun-16 08:42 UTC
Re: [HELP] BUILD FAILED while Installing ruby-1.8.7-p371 in mac OS...
I tried my best to solve the below issue ..but No luck ..kindly do the need full On Saturday, 15 June 2013 20:11:13 UTC-7, Muthu Selvan wrote:> > Hi All , > > I have solved this by using ruby 1.8.7 ..but i am getting the new error > > cucumber > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:777:in > `*report_activate_error'': Could not find RubyGem cucumber (>= 0) > (Gem::LoadError)* > from > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:211:in > `activate'' > from > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:1056:in > `gem'' > from /usr/bin/cucumber:18 > > Thanks , > Muthu Selvan SR > > On Saturday, 15 June 2013 13:38:34 UTC-7, Muthu Selvan wrote: >> >> >> >> >> Hi , >> >> >> I have installed "ruby 1.9.3p429 " already but as per my project required >> i want downgrade to "1.8.7-p371" >> >> while tying with the below command i am getting the below error message >> , please let me know how to solve this issue ? >> >> >> *COMMAND : **rbenv install 1.8.7-p371* >> * >> * >> Downloading ruby-1.8.7-p371.tar.gz... >> -> http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p371.tar.gz >> Installing ruby-1.8.7-p371... >> >> *BUILD FAILED* >> >> Inspect or clean up the working tree at >> /var/folders/37/2cfsxwbx79l56v5lnvm8p5jmcw9jv7/T/ruby-build.20130615133036.93278 >> Results logged to >> /var/folders/37/2cfsxwbx79l56v5lnvm8p5jmcw9jv7/T/ruby-build.20130615133036.93278.log >> >> Last 10 log lines: >> tcltklib.c:9862: error: expected ‘;’ before ‘event’ >> tcltklib.c:9892: error: ‘struct dummy_TkMenu’ has no member named >> ‘menuType’ >> tcltklib.c:9897: error: ‘struct dummy_TkMenu’ has no member named >> ‘menuType’ >> tcltklib.c:9915: error: ‘event’ undeclared (first use in this function) >> tcltklib.c:9916: error: ‘ConfigureNotify’ undeclared (first use in this >> function) >> tcltklib.c:9917: error: ‘Tk_FakeWin’ has no member named ‘display’ >> tcltklib.c:9919: error: ‘Tk_FakeWin’ has no member named ‘window’ >> tcltklib.c:9920: error: ‘Tk_FakeWin’ has no member named ‘display’ >> make[1]: *** [tcltklib.o] Error 1 >> make: *** [all] Error 1 >> >> Thanks, >> Muthu Selvan SR >> >>-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3f224df3-0645-401e-b2e7-9a90c759f912%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Muthu Selvan
2013-Jun-16 19:38 UTC
Re: [HELP] Could not find RubyGem cucumber (>= 0) (Gem::LoadError) in mac OS...
After re installed ruby , getting the below error .. cucumber /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:777:in `report_activate_error'': Could not find RubyGem cucumber (>= 0) (Gem::LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:211:in `activate'' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:1056:in `gem'' from /usr/bin/cucumber:18 On Sunday, 16 June 2013 01:42:51 UTC-7, Muthu Selvan wrote:> > I tried my best to solve the below issue ..but No luck ..kindly do the > need full > > On Saturday, 15 June 2013 20:11:13 UTC-7, Muthu Selvan wrote: >> >> Hi All , >> >> I have solved this by using ruby 1.8.7 ..but i am getting the new error >> >> cucumber >> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:777:in >> `*report_activate_error'': Could not find RubyGem cucumber (>= 0) >> (Gem::LoadError)* >> from >> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:211:in >> `activate'' >> from >> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:1056:in >> `gem'' >> from /usr/bin/cucumber:18 >> >> Thanks , >> Muthu Selvan SR >> >> On Saturday, 15 June 2013 13:38:34 UTC-7, Muthu Selvan wrote: >>> >>> >>> >>> >>> Hi , >>> >>> >>> I have installed "ruby 1.9.3p429 " already but as per my project >>> required i want downgrade to "1.8.7-p371" >>> >>> while tying with the below command i am getting the below error message >>> , please let me know how to solve this issue ? >>> >>> >>> *COMMAND : **rbenv install 1.8.7-p371* >>> * >>> * >>> Downloading ruby-1.8.7-p371.tar.gz... >>> -> http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p371.tar.gz >>> Installing ruby-1.8.7-p371... >>> >>> *BUILD FAILED* >>> >>> Inspect or clean up the working tree at >>> /var/folders/37/2cfsxwbx79l56v5lnvm8p5jmcw9jv7/T/ruby-build.20130615133036.93278 >>> Results logged to >>> /var/folders/37/2cfsxwbx79l56v5lnvm8p5jmcw9jv7/T/ruby-build.20130615133036.93278.log >>> >>> Last 10 log lines: >>> tcltklib.c:9862: error: expected ‘;’ before ‘event’ >>> tcltklib.c:9892: error: ‘struct dummy_TkMenu’ has no member named >>> ‘menuType’ >>> tcltklib.c:9897: error: ‘struct dummy_TkMenu’ has no member named >>> ‘menuType’ >>> tcltklib.c:9915: error: ‘event’ undeclared (first use in this function) >>> tcltklib.c:9916: error: ‘ConfigureNotify’ undeclared (first use in this >>> function) >>> tcltklib.c:9917: error: ‘Tk_FakeWin’ has no member named ‘display’ >>> tcltklib.c:9919: error: ‘Tk_FakeWin’ has no member named ‘window’ >>> tcltklib.c:9920: error: ‘Tk_FakeWin’ has no member named ‘display’ >>> make[1]: *** [tcltklib.o] Error 1 >>> make: *** [all] Error 1 >>> >>> Thanks, >>> Muthu Selvan SR >>> >>>-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/53eb4284-694a-4742-a13b-71baf9fb7044%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Seemingly Similar Threads
- `require': cannot load such file -- nokogiri (LoadError) in rubyXL
- Best library for reading/wriiting excel in ruby
- [HELP] - Ruby Drag and Drop script on screen element in Mac OS
- [HELP ] Call java code / method from Ruby programming
- Hosting ruby application of IIS 7