Feature Requests item #28631, was opened at 2010-10-08 06:01
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=578&aid=28631&group_id=126

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Mamoru Tasaka (mtasaka)
Assigned to: Nobody (None)
Summary: Make build process of extension module in sync

Initial Comment:
(I am using 1.8.7 patchlevel 302)

With using rubygems 1.3.7, when installing gem containing C extension,
once rubygems shows
---------------------------------------------------------
Building native extensions.  This could take a while...
---------------------------------------------------------
rubygems will show nothing until compiling / installing C extension
gets finished. Then suddenly rubygems flushes all messages received
during build process (when $ gem install -V is used).
This is annoying when compiling C extension takes not a few time,
$ gem install should show messages received during build process
simultaneously.

The attached patch attempts to show messages during build process
in sync. Please consider to apply the attached patch to your tree,
thank you.

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=578&aid=28631&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to