Re: Minutes for release status meeting from 2010-11-15
Rene Engelhard <[email protected]>
| Newsgroups | gmane.comp.openoffice.releases |
|---|---|
| Organization | OpenOffice.org |
| Message-ID | <[email protected]> |
On Tue, Nov 16, 2010 at 02:02:26PM +0100, Rene Engelhard wrote: > > Furthermore, the jvmaccess library is considered a private part of > > the URE (see <http://hg.services.openoffice.org/OOO330/file/e13523b45392/ure/source/README#l68>), Oh, and anyways, the lib has a SONAME: rengelhard@lxrengelhard:/usr/lib/ure/lib$ objdump -p libjvmaccessgcc3.so.3 | grep SON SONAME libjvmaccessgcc3.so.3 so if you keep the remopval of symbols you changed ABI and thus would have to bump it to so.4 :) (That also would have prevented this issue by explicitely expressing the incompatibility) Which probably is more invasive than correcting the problem :) Grüße/Regards, René