[bug-notifications] [pm_subversion 0004436]: Perl 5.10.1 with SVN::Core causes fatal runtime linking error
Mantis Bug Tracker
noreply at opencsw.org
Thu May 27 21:36:49 CEST 2010
A NOTE has been added to this issue.
======================================================================
http://www.opencsw.org/mantis/view.php?id=4436
======================================================================
Reported By: cperl82
Assigned To:
======================================================================
Project: pm_subversion
Issue ID: 4436
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-05-27 20:01 CEST
Last Modified: 2010-05-27 21:36 CEST
======================================================================
Summary: Perl 5.10.1 with SVN::Core causes fatal runtime
linking error
Description:
Attempting to use (or require) SVN::Core causes a runtime linking error. I
noticed this when trying to use CSWgitsvn with requires this module.
Steps to reproduce:
[cperl at ny-blade19 ~]$ /opt/csw/bin/perl -MSVN::Core -e1
ld.so.1: perl: fatal: relocation error: file
/opt/csw/lib/perl/site_perl/auto/SVN/_Core/_Core.so: symbol
Perl_Tstack_sp_ptr: referenced symbol not found
Killed
======================================================================
----------------------------------------------------------------------
(0007969) cperl82 (reporter) - 2010-05-27 21:36
http://www.opencsw.org/mantis/view.php?id=4436#c7969
----------------------------------------------------------------------
I don't see a version for i386 there, only one I see is this,
subversion-1.6.11,REV=2010.05.13-SunOS5.9-sparc-UNCOMMITTED.pkg.gz.
FWIW, investigating this on my own via some googling turned up an old
message from 2005 with a similar error. A poster there reports that the
problem is caused by a non-threaded version of perl trying to load a module
that was compiled againsted a threaded version of perl. Not sure if that
has any bearing here. Link -
http://www.nntp.perl.org/group/perl.perl5.porters/2005/10/msg105636.html.
More information about the bug-notifications
mailing list