GNOME Bugzilla – Bug 612713
Python library does not load on 64-bit systems under NetBSD
Last modified: 2021-07-05 11:00:15 UTC
Created attachment 155980 [details] Patch to define RTLD_* variables on NetBSD 64-bit The error message is:
+ Trace 220934
import libxsltmod
The problem is the dl module doesn't get built on 64-bit machines, so RTLD_GLOBAL and RTLD_NOW don't get defined. As it happens, the values are the same as the ones defined for SunOS and Linux, so the attached patch resolves the problem. Thanks for your attention.
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a new ticket at https://gitlab.gnome.org/GNOME/libxslt/-/issues/ Thank you for your understanding and your help.