Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Adélie Package Tree Adélie Package Tree
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 385
    • Issues 385
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie Linux
  • Adélie Package TreeAdélie Package Tree
  • Issues
  • #464
Closed
Open
Created Jan 12, 2022 by Zach van Rijn@zOwner

system/libxslt: error: ‘xmlXPathContext’...has no member named ‘maxParserDepth’

Found on ppc64.

See here: https://gitlab.gnome.org/GNOME/libxslt/-/issues/51.

...
make[3]: Entering directory '/root/packages/system/libxslt/src/libxslt-1.1.34/tests/fuzz'
  CC       testTargets.o
  CC       fuzz.o
fuzz.c: In function ‘xsltFuzzXPathInit’:
fuzz.c:171:11: error: ‘xmlXPathContext’ {aka ‘struct _xmlXPathContext’} has no member named ‘maxParserDepth’
     xpctxt->maxParserDepth = 15;
           ^~
fuzz.c:172:13: error: ‘xmlXPathContext’ {aka ‘struct _xmlXPathContext’} has no member named ‘maxDepth’; did you mean ‘depth’?
     xpctxt->maxDepth = 100;
             ^~~~~~~~
             depth
fuzz.c: In function ‘xsltSetXPathResourceLimits’:
fuzz.c:305:9: error: ‘xmlXPathContext’ {aka ‘struct _xmlXPathContext’} has no member named ‘maxParserDepth’
     ctxt->maxParserDepth = 15;
         ^~
fuzz.c:306:11: error: ‘xmlXPathContext’ {aka ‘struct _xmlXPathContext’} has no member named ‘maxDepth’; did you mean ‘depth’?
     ctxt->maxDepth = 100;
           ^~~~~~~~
           depth
make[3]: *** [Makefile:462: fuzz.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/root/packages/system/libxslt/src/libxslt-1.1.34/tests/fuzz'
make[2]: *** [Makefile:574: check-am] Error 2
make[2]: Leaving directory '/root/packages/system/libxslt/src/libxslt-1.1.34/tests/fuzz'
make[1]: *** [Makefile:409: check-recursive] Error 1
make[1]: Leaving directory '/root/packages/system/libxslt/src/libxslt-1.1.34/tests'
make: *** [Makefile:615: check-recursive] Error 1

This is triggered by the recent libxml2 upgrade to 2.9.12 (from 2.9.10).

Assignee
Assign to
Time tracking