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!
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!
FS#9911 - core/Perl: "undefined symbol: Perl_Tstack_sp_ptr"
Attached to Project:
Arch Linux
Opened by James Ronan (jamesronan) - Saturday, 22 March 2008, 16:15 GMT
Last edited by Thomas Bächler (brain0) - Saturday, 22 March 2008, 16:49 GMT
Opened by James Ronan (jamesronan) - Saturday, 22 March 2008, 16:15 GMT
Last edited by Thomas Bächler (brain0) - Saturday, 22 March 2008, 16:49 GMT
|
DetailsDescription:
Running any perl script that includes a module (HTML-Parser, and Template so far, haven't tested anything else yet) yeilds an error of this stylie: "/usr/bin/perl: symbol lookup error: /usr/lib/perl5/site_perl/current/ i686-linux-thread-multi/auto/HTML/Parser/Parser.so: undefined symbol: Perl_Tstack_sp_ptr" Additional info: Package version: perl 5.10.0-3 Steps to reproduce: Run any perl script that uses another module. |
This task depends upon
/usr/lib/perl5/vendor_perl/auto/HTML/Parser/Parser.so is owned by perl-html-parser 3.56-3
The file you talk about is not contained in any of our perl packages anymore. Maybe it is a self-built package or you don't have an up to date system. Apparently, all perl modules supplied by arch are now in vendor_perl instead of site_perl.
I wasn't aware that arch packages used /usr/lib/perl5/vendor_perl/.
I have removed them and installed the relevant Arch packages and all is now well.
This can be closed, Thanks for your help
JamesR