Comment 5 for bug 737603

Revision history for this message
Steve Langasek (vorlon) wrote :

Attached is a tentative patch for this issue (completely untested). Removing "/lib:/usr/lib" from the DEFAULT_LIBPATH is not strictly necessary, although leaving them here means they'll be searched twice (once explicitly, once as part of ld.so's default search path) and we don't really want them to appear in front of the multiarch dirs on the search path. But it also forces the issue; if there's other code relying on java.lib.path to be complete, that code will start failing immediately even if the libraries they're looking for haven't been converted for multiarch. So this needs to be weighed carefully given where we are in the release cycle.

(BTW, Matthias, the openjdk-6 source package has a Vcs-Bzr field pointing at a branch that's not up to date. Did you forget to push?)