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=526567 --- Comment #5 from Michael Schwendt <mschwendt@xxxxxxxxx> 2009-10-01 15:42:41 EDT --- > mongodb.src:78: E: hardcoded-library-path in %{buildroot}/lib It's not a failure in rpmlint. The package will fail to build for 64-bit multi-arch targets where %_libdir is /usr/lib64 instead of /usr/lib You move %{buildroot}/lib to %{buildroot}%{_prefix}, but you don't include any files in %{buildroot}%{_prefix}/lib (!) but %{buildroot}%{_libdir} which is not the same. Needs a fix. Read up on how to do scratch-builds with koji (the Fedora Build System). -- 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review