Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Alien-SVN CPAN distribution.

Report information
The Basics
Id: 43981
Status: open
Priority: 0/
Queue: Alien-SVN

People
Owner: Nobody in particular
Requestors: cpasztor [...] mcs.une.edu.au
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.4.6.0
Fixed in: (no value)



I have compiled and installed ALien::SVN 1.4.6 on AIX 6.1 with perl 5.8.8 when I try to use the compiled module I gete a memory failure as shown below pasztorc@suprsde1:/home/pasztorc/work/subversion/perl/Alien-SVN- 1.4.6.0>perl -e "use SVN::Client" Can't load '/home/pasztorc/lib/perl5/site_perl/5.8.8/aix- 64all/auto/SVN/_Core/_Core.so' for module SVN::_Core: 0509-161 There is not enough memory for the process. rtld: 0712-002 fatal error: exiting. rtld: 0712-001 Symbol svn_utf_string_from_utf8/home/pasztorc/lib/perl5/site_perl/5.8.8/aix- 64all/auto/SVN/_Core/_Core.so was referenced from module /home/pasztorc/lib/perl5/site_perl/5.8.8/aix- 64all/auto/SVN/_Core/_Core.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol svn_utf_cstring_from_utf8 was referenced from module /home/pasztorc/lib/perl5/site_perl/5.8.8/aix- 64all/auto/SVN/_Core/_Core.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol svn_utf_cstring_from_utf8_ex2 was referenced from module /home/pasztorc/lib/perl5/site_perl/5.8.8/aix- 64all/auto/SVN/_Core/_Core.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol svn_utf_cstring_from_utf8_ex was referenced from module /home/pasztorc/lib/perl5/site_perl/5.8.8/aix- 64all/auto/SVN/_Core/_Core.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol svn_utf_cstring_from_utf8_fuzzy was referenced from module /home/pasztorc/lib/perl5/site_perl/5.8.8/aix- 64all/auto/SVN/_Core/_Core.so(), but a runtime definition of the symbol was not found. 0509-021 Additional errors occurred but are not reported. at /home/pasztorc/lib/perl5/5.8.8/aix-64all/DynaLoader.pm line 227. at /home/pasztorc/lib/perl5/site_perl/5.8.8/aix-64all/SVN/Base.pm line 59 BEGIN failed--compilation aborted at /home/pasztorc/lib/perl5/site_perl/5.8.8/aix-64all/SVN/Core.pm line 5. Compilation failed in require at /home/pasztorc/lib/perl5/site_perl/5.8.8/aix-64all/SVN/Client.pm line 4. BEGIN failed--compilation aborted at /home/pasztorc/lib/perl5/site_perl/5.8.8/aix-64all/SVN/Client.pm line 4. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1.
Alien::SVN has strange linking, which breaks easily. Try setting export LD_LIBRARY_PATH=/home/pasztorc/lib/perl5/site_perl/5.8.8/aix-64all/auto/SVN
On Fri Dec 14 12:37:26 2012, NHORNE wrote: Show quoted text
> Alien::SVN has strange linking, which breaks easily.
We need help fixing that strange linking. I don't know much about linking, so any help you can provide to improve the build process would be very appreciated.