Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#4447 - problem with PL_stack_max

Attached to Project: Arch Linux
Opened by Doddapaneni vamsi krishna (dvk1982) - Thursday, 13 April 2006, 09:53 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 21 April 2006, 05:29 GMT
Task Type Support Request
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi All,

Can't load '/work/prod/linksprod4_0_beta1/lib/ConfigData.so' for module ConfigData: /work/prod/linksprod4_0_beta1/lib/ConfigData.so: undefined symbol: PL_stack_max at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
at /work/prod/linksprod4_0_beta1/lib/ConfigData.pm line 32
Compilation failed in require at prodinstall.pl line 76.
BEGIN failed--compilation aborted at prodinstall.pl line 76.


Have found a post related to this problem , stating that NVidia drivers, preloading libGL.so.1 being used..

Please help me in solving this problem......

Thanks,
Vamsi
This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 05 August 2006, 15:41 GMT
Reason for closing:  Deferred
Additional comments about closing:  Not an archlinux bug.
Comment by Jan de Groot (JGC) - Thursday, 13 April 2006, 11:14 GMT
Our perl is multithreaded, the module you try to load is a singlethreaded version. This won't work, unless you either compile your perl as singlethreaded perl (not advised, all arch modules break then), or unless you recompile your module for a multithreaded perl version.
Comment by Doddapaneni vamsi krishna (dvk1982) - Thursday, 13 April 2006, 11:36 GMT
Hi Jan,

Thank you for your reply.....

I have a doubt that the module isn't a singlethreaded version.....

Since the makefile output is :

ar -cr bin.i686/libConfigData.a bin.i686/ConfigData.o bin.i686/StringMapBuilder.o
rm -f ConfigData_wrap.cpp
/links/extern/i686/bin/swig-1.3.21 -perl -proxy -c++ -compat -I/work/links/vdoddapa/Links_production-pkg/generic/swiglibs \
-o ConfigData_wrap.cpp ConfigData.i
/usr/bin/g++ \
-MMD -MF ConfigData_wrap.d \
ConfigData_wrap.cpp \
-fPIC \
-I/work/links/vdoddapa/Links_production-pkg/liblocal/strutil \
-I/work/links/vdoddapa/Links_production-pkg/generic/cpp_util \
-I/work/links/vdoddapa/Links_production-pkg/external/CmdLine/src/lib \
-I/links/extern/perl-5.8.7/lib/i686-linux/CORE \
-DHAS_BOOL=1 \
-D_GNU_SOURCE \
-O2 \
-c -o bin.i686/ConfigData_wrap.o \

rm -f bin.i686/ConfigData.so
/usr/bin/gcc \
bin.i686/ConfigData.o \
bin.i686/StringMapBuilder.o \
bin.i686/ConfigData_wrap.o \
/work/links/vdoddapa/Links_production-pkg/generic/cpp_util/bin.i686/libCppUtil.a \
/work/links/vdoddapa/Links_production-pkg/liblocal/strutil/bin.i686/strutil.a \
/work/links/vdoddapa/Links_production-pkg/liblocal/cadtutil/bin.i686/cadtutil_cpp.a \
-shared -fPIC -Wl,-rpath /opt/ISILinks/linksprod4_0_beta1/lib \
-Wl,-rpath /opt/ISILinks/linksprod4_0_beta1/extlib \
-lgcc_s -lc -lstdc++ -L/links/extern/perl-5.8.7/lib/i686-linux/CORE \
-lperl -lpthread \
-lcrypt \
-L/links/extern/perl-5.8.7/lib/i686-linux/CORE \
-lperl -lpthread \
-lcrypt \
-o bin.i686/ConfigData.so \


Thank you very much for your help....
Please help me !!!

Loading...