After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780089 - ABI break by changing symbol versions
ABI break by changing symbol versions
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-15 11:53 UTC by Jan de Groot
Modified: 2017-03-15 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan de Groot 2017-03-15 11:53:36 UTC
commit 769322e94b99ff0516b53ba32a00ee42690935d4 moves xsltMaxVars from 1.0.24 to 1.1.27. Though documentation-wise this is correct, this breaks ABI as it removes a versioned symbol. This breaks binary compatibility with at least the perl XML::LibXSLT module.
Comment 1 Nick Wellnhofer 2017-03-15 12:54:01 UTC
Fixed with commit https://git.gnome.org/browse/libxslt/commit/?id=ac341cbd792ee572941cc9a66e73800219a1a386

Thanks for the report.