-
Notifications
You must be signed in to change notification settings - Fork 578
Spreadsheet/ParseExcel/Worksheet.pm - "Weak references are not implemented in the version of perl" #13427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]Team, Thanks |
From [email protected]Created by [email protected]This is a bug report for perl from kavikrishnanp@in.ibm.com, ----------------------------------------------------------------- Getting below error while executing the code which is used to fetch the users from excel and removing them from Rational ClearQuest. Error: Code: Perl Info
|
From @bulk88On Mon Nov 18 05:19:43 2013, kavikrishnanp@in.ibm.com wrote:
I see 3 different perls in your path. An IBM Perl, An ActivePerl 64b with GCC installed via ppm, and a 32 bit ActivePerl. ld='C:\Perl64\site\bin\g++.exe', ldflags ='-L"C:\Program Files (x86)\IBM\RationalSDLC\common\lib\perl5\site_perl\5.16.1\MSWin32-x86-thread-multi\lib\CORE"' My @INC knowledge is poor, but my guess isperlbug ran with ActivePerl 64, which used IBM Perl's Config.pm. What is the -V of cqperl.exe, not perl.exe? -- |
The RT System itself - Status changed from 'new' to 'open' |
From @ikegamiThat messages comes from an incomplete installation of Scalar::Util. |
From @jkeenan'perlbug' and rt.perl.org are for the purpose of reporting bugs in Perl 5 or the Perl 5 core distributions. Spreadsheet::ParseExcel is not part of the Perl 5 core distribution. This problem should have been reported at: Closing this ticket. Should you need further assistance, please note the instructions for bug reporting which the maintainers of Spreadsheet::ParseExcel have posted at that rt.cpan.org page. Thank you very much. |
@jkeenan - Status changed from 'open' to 'rejected' |
From @ikegamiOn Mon, Nov 18, 2013 at 6:55 PM, James E Keenan via RT <
The problem simplifies to perl -MScalar::Util=weaken -e1 Scalar::Util is a core module, but it has upstream of cpan. You would be That said, you would be told it's a problem with your installation and to |
RT Perl#13427 TRIE_STORE_REVCHAR() was creating SvPV()s with no trailing '\0'. This doesn't really matter given the specialised use these are put to, but it upset valgrind et al when perl was run with -Drv which printf("%s")'s the contents of the string.
Migrated from rt.perl.org#120567 (status was 'rejected')
Searchable as RT120567$
The text was updated successfully, but these errors were encountered: