-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install LibXML for Rakudo_2022.07 on older MacOS (10.11.6 El Capitan) #88
Comments
Under deprecation in LibXML2. Causing compilation warnings as noted in #88.
I tweak the LibXML C bindings to get rid of the warnings in dom.c. They're related to DocBook, which is under deprecation and not used or supported in the Raku bindings. But I don't think they explain the test failures. @jubilatious1 Are to able to get verbose output of the test failures? (e.g |
|
Hmm. The zef output is a bit messy, but I can see that there's a number of segfaults. I can't see an underlying underlying pattern yet. Most likely some memory issue in libxml2, or the Raku bindings, but I suspect it would take some debugging. |
@jubilatious1 I can't make any promises, but I did fix a valgrind error in the widely used |
Not sure why I missed notification of your Dec 1, 2022 note, @dwarring ! Let me take a look. |
Upgraded to Rakudo_2022.07, previously had LibXML-raku working (LibXML:ver<0.6.9>, LibXML supplied by Macports, see closed issue #63). LibXML-raku won't install on older MacOS (10.11.6 El Capitan):
The text was updated successfully, but these errors were encountered: