Hi Patrick, I seem to have problems building Inline::Java - it can't delete some of the temporary directories created during testing. Here's some trace (I've trimmed for brevity):
============================================ t/04_members...........Can't remove directory '/home/ken/.cpan/build/Inline-Java-0.50/_Inline_test/build/_04_members_t _17c5': Directory not empty at t/04_members.t line 0 ... a couple more errors like this... Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/04_members.t 255 65280 28 28 100.00% 1-28 t/09_usages.t 255 65280 4 4 100.00% 1-4 t/11_exceptions.t 255 65280 8 8 100.00% 1-8 Failed 3/18 test scripts, 83.33% okay. 40/314 subtests failed, 87.26% okay. ============================================ A few minutes later, building from scratch in a different location, I get the same errors but for different tests: ============================================ Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/09_usages.t 255 65280 4 4 100.00% 1-4 t/10_1_shared_alone.t 255 65280 4 4 100.00% 1-4 Failed 2/18 test scripts, 88.89% okay. 8/314 subtests failed, 97.45% okay. ============================================ If I then remove the temporary directories manually and re-run the tests (using "make test TEST_FILES=t/09_usages.t", for example), then the tests complete successfully. So I think I'll just force the install. This is all on Linux, using perl 5.8.0, Inline::Java 0.50, and Inline 0.44. Do you know why this might be happening? Need any further information? -Ken