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=703178 --- Comment #3 from Daiki Ueno <dueno@xxxxxxxxxx> 2011-05-11 22:53:19 EDT --- (In reply to comment #2) > + cd /usr/lib/ruby/gems/1.8/gems/declarative_authorization-0.5.2 > /var/tmp/rpm-tmp.K4xWdp: line 29: cd: > /usr/lib/ruby/gems/1.8/gems/declarative_authorization-0.5.2: No such file or > directory It seems to be accessing a file outside of %buildroot. I guess you need to prepend %{buildroot} to %{geminstdir} like: %check cd %{buildroot}%{geminstdir} rake test However, even then it still fails to build on F-15: Using Rails from RubyGems (> 2.1.0) /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:53:in `gem_original_require': no such file to load -- initializer (LoadError) Maybe the test suite cannot run with Rails 3 in standalone mode. I think enabling test suite could be postponed until the upstream fixes this. -- 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