I finally made the sources built correctly. First I used the Intrepid sources instead of the debian sources. https://launchpad.net/ubuntu/intrepid/+source/subversion/1.5.0dfsg1-1ubuntu2
But this was not the problem. The problem was that the headers of the nested classes were not created. So I created the headers myself using javah. But javah inserted a constant 0024 into the names that were defined inside the header file which I had to remove manually. There is a patch attached which creates these headers. So with this patch the libsvn-java packages is built successfully. Could this patch be inserted into the Ubuntu sources? ** Attachment added: "Creates the missing headers of the nested classes" http://launchpadlibrarian.net/15663865/01_javahl_headers_for_nested_classes -- Building package for Subversion 1.5.0 https://bugs.launchpad.net/bugs/243224 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
