Hide Forgot
Description of problem: The javahl bindings are not checked in %check. Version-Release number of selected component (if applicable): rawhide 1.6.16 Patch attached that runs these tests also.
Update subject.
Created attachment 513874 [details] Patch to subversion.spec to run javahl unit tests.
Thanks! It fails like this: + make check-javahl /usr/lib/jvm/java/bin/java "-Dtest.rootdir=/builddir/build/BUILD/subversion-1.6.17 ... Time: 0.024 There were 50 errors: 1) testCreate(org.tigris.subversion.javahl.SVNAdminTests)java.lang.UnsatisfiedLinkError: no svnjavahl-1 in java.library.path I guess we need to set LD_LIBRARY_PATH appropriately to pick up the buildroot's libsvnjavahl-1.so. I'm having a look...
Forgot the reference: http://koji.fedoraproject.org/koji/taskinfo?taskID=3213926
Looks like we weren't passing --enable-javahl (!) and so the Makefile was not set up correctly...
Works: http://koji.fedoraproject.org/koji/buildinfo?buildID=254238
I did a git clone the other day and didn't see 1.6.17 in there. Thanks for rolling it out! Blair