Hide Forgot
Hello, Could you please update your .spec file according to the new guidelines for Ruby 1.9.1? * If gem has binary extension, we are not placing it anymore into the site_archdir nor vendor_archdir but into %{gem_extdir}. Please see the guidelines [1] for more info. * You can also use new macros such as %{gem_spec}, %{gem_cache}, but this is not crucial. Thank you. [1] https://fedoraproject.org/wiki/PackagingDrafts/Ruby#RubyGem_with_extension_libraries_written_in_C
Thanks , really, i think i did better now. * http://koji.fedoraproject.org/koji/taskinfo?taskID=3779982
Ooops ! It builded right in mock f17 .. but it nows shows a dep problem generating the doc in koji... i'll review. ERROR: While generating documentation for raindrops-0.8.0 ... MESSAGE: cannot load such file -- irb/slex ... RDOC args: --ri --op /builddir/build/BUILD/rubygem-raindrops-0.8.0/usr/share/gems/doc/raindrops-0.8.0/ri -t raindrops - real-time stats for preforking Rack servers -W http://bogomips.org/raindrops.git/tree/%s lib README LICENSE NEWS ChangeLog lib/raindrops.rb lib/raindrops/aggregate.rb lib/raindrops/aggregate/last_data_recv.rb lib/raindrops/aggregate/pmq.rb lib/raindrops/last_data_recv.rb lib/raindrops/linux.rb lib/raindrops/middleware.rb lib/raindrops/middleware/proxy.rb lib/raindrops/struct.rb lib/raindrops/watcher.rb ext/raindrops/raindrops.c ext/raindrops/linux_inet_diag.c ext/raindrops/linux_tcp_info.c --title raindrops-0.8.0 Documentation /usr/bin/install -c -m 0755 raindrops_ext.so /builddir/build/BUILD/rubygem-raindrops-0.8.0/usr/share/gems/gems/raindrops-0.8.0/lib Successfully installed raindrops-0.8.0
adding ruby-irb fixes this issue.
(In reply to comment #2) > Ooops ! It builded right in mock f17 .. but it nows shows a dep problem > generating the doc in koji... i'll review. > > ERROR: While generating documentation for raindrops-0.8.0 > ... MESSAGE: cannot load such file -- irb/slex > ... RDOC args: --ri --op > /builddir/build/BUILD/rubygem-raindrops-0.8.0/usr/share/gems/doc/raindrops-0.8.0/ri > -t raindrops - real-time stats for preforking Rack servers -W > http://bogomips.org/raindrops.git/tree/%s lib README LICENSE NEWS ChangeLog > lib/raindrops.rb lib/raindrops/aggregate.rb > lib/raindrops/aggregate/last_data_recv.rb lib/raindrops/aggregate/pmq.rb > lib/raindrops/last_data_recv.rb lib/raindrops/linux.rb > lib/raindrops/middleware.rb lib/raindrops/middleware/proxy.rb > lib/raindrops/struct.rb lib/raindrops/watcher.rb ext/raindrops/raindrops.c > ext/raindrops/linux_inet_diag.c ext/raindrops/linux_tcp_info.c --title > raindrops-0.8.0 Documentation > /usr/bin/install -c -m 0755 raindrops_ext.so > /builddir/build/BUILD/rubygem-raindrops-0.8.0/usr/share/gems/gems/raindrops-0.8.0/lib > Successfully installed raindrops-0.8.0 Ups, that might be very well my issues, because I built new rubygem-rdoc package in the mean time, and that should requir ruby-irb. Have to check it out.
Sorry for any inconvenience. The problem with IRB was really on my side. rubygem-rdoc is fixed and ruby(irb) should not be needed anymore.
This was fixed already.