Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: jss - Java Security Services (JSS) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230262 ------- Additional Comments From rcritten@xxxxxxxxxx 2007-03-15 15:09 EST ------- The errors are in the upstream source. They are related to dependency finding so doesn't affect the building. The JSS self-tests expect that NSS and NSPR have been built along with JSS so you have to do small amount of hacking to get around it. You can run the tests after the make is done in the %build step by adding this: mkdir mozilla/tests_results perl -pi -e "s:\\\$nss_lib_dir = \\\"\\\$dist_dir/lib\\\":\\\$nss_lib_dir = \\\"%{_libdir}\\\":" mozilla/security/jss/org/mozilla/jss/tests/all.pl perl mozilla/security/jss/org/mozilla/jss/tests/all.pl dist mozilla/dist/*.OBJ Ugly but it works. Added RPM_OPT_FLAGS so they are picked up. I did not add the above to the spec. Spec URL: http://directory.fedora.redhat.com/built/rpm_review/rcritten/jss.spec SRPM URL: http://directory.fedora.redhat.com/built/rpm_review/rcritten/jss-4.2.4-2.src.rpm -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review