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 612713 - Python library does not load on 64-bit systems under NetBSD
Python library does not load on 64-bit systems under NetBSD
Status: RESOLVED OBSOLETE
Product: libxslt
Classification: Platform
Component: python
1.0.24
Other NetBSD
: Normal major
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-12 16:08 UTC by Patrick TJ McPhee
Modified: 2021-07-05 11:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to define RTLD_* variables on NetBSD 64-bit (467 bytes, text/plain)
2010-03-12 16:08 UTC, Patrick TJ McPhee
Details

Description Patrick TJ McPhee 2010-03-12 16:08:38 UTC
Created attachment 155980 [details]
Patch to define RTLD_* variables on NetBSD 64-bit

The error message is:

  • File "/usr/pkg/lib/python2.4/site-packages/libxslt.py", line 56 in ?
    import libxsltmod
ImportError: /usr/pkg/lib/python2.4/site-packages/libxsltmod.so: Undefined PLT symbol "libxml_xmlXPathParserContextPtrWrap" (symnum = 37)

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.
Comment 1 GNOME Infrastructure Team 2021-07-05 11:00:15 UTC
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.