Mon Mar 09 20:01:17 2009cpasztor [...] mcs.une.edu.au - Ticket created
Mon Mar 09 20:09:19 2009cpasztor [...] mcs.une.edu.au - Severity Normal added
Mon Mar 09 20:09:19 2009cpasztor [...] mcs.une.edu.au - Broken in 1.4.6.0 added
Mon Mar 09 20:09:19 2009cpasztor [...] mcs.une.edu.au - Correspondence added
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.
Fri Dec 14 12:37:26 2012NHORNE [...] cpan.org - Correspondence added
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
Fri Dec 14 12:37:28 2012The RT System itself - Status changed from 'new' to 'open'
Fri Dec 14 16:37:11 2012mschwern [...] cpan.org - Correspondence added
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.