Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=610857 Mamoru Tasaka <mtasaka@xxxxxxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtasaka@xxxxxxxxxxxxxxxxxxx --- Comment #1 from Mamoru Tasaka <mtasaka@xxxxxxxxxxxxxxxxxxx> 2010-07-09 14:42:34 EDT --- Does not build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2309650 This is because you directly installs gem into %buildroot. For gem files which contains C codes and compiles them, this won't work (check-buildroot fails with this). You have to - once install gem file under %_builddir - and copy the whole tree to %buildroot to pass check-buildroot and create debuginfo rpm correctly, see: https://fedoraproject.org/wiki/Packaging/Ruby#Ruby_Gem_with_extension_libraries_written_in_C For example (a bit complicated example...) http://cvs.fedoraproject.org/viewvc/rpms/rubygem-hpricot/devel/rubygem-hpricot.spec?revision=1.9&view=markup - Note that usually ext/ directory need not be installed. Usually files under ext/ are only used to create C extension .so file, and not needed for runtime. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review