perl.par http://www.nntp.perl.org/group/perl.par/ ... Copyright 1998-2013 perl.org Wed, 22 May 2013 14:19:47 +0000 ask@perl.org [rt.cpan.org #85510] Flight simulator software and services by webmaster@mikedelta.fr via RT Tue May 21 14:42:28 2013: Request 85510 was acted upon.<br/>Transaction: Ticket created by webmaster@mikedelta.fr<br/> Queue: PAR<br/> Subject: Flight simulator software and services<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: webmaster@mikedelta.fr<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=85510 &gt;<br/><br/><br/>Mikedelta.fr announces:<br/><br/>Flight simulator compatible software and Pilot services<br/>&lt;http://mikedelta.fr/adm/lists/lt.php?id=ZklTBARVA0gFSgcKAQo%3D&gt;<br/><br/> Info for passengers<br/><br/> &lt;http://mikedelta.fr/adm/lists/lt.php?id=ZklTBARVDEgFSgcKAQo%3D&gt;<br/><br/>As a passenger you see sometimes a screen with basic information like<br/>plane altitude, speed and outside temp, then sudenly, you also see a<br/>map showing the flight position, this piece of software is intended to<br/>run on a second monitor, for your passengers of course. For<br/>individuals or cockpit builders put this piece of sofware into your<br/>FSX cockpit.<br/><br/>OUR LOG SYSTEM<br/><br/>Flight Log Client<br/><br/> &lt;http://mikedelta.fr/adm/lists/lt.php?id=ZklTBARVDUgFSgcKAQo%3D&gt;<br/><br/>The SERIES 2 of FLC was born, now with ability to create and submit<br/>flightplans to our network, you can also save them in &quot;FPL IVAO<br/>compatible format&quot; to share with your IVAO application or load them in<br/>further flight logs. Logging your flight data to a lifetime database.<br/><br/>Live Radar<br/><br/> &lt;http://mikedelta.fr/adm/lists/lt.php?id=ZklTBARUBEgFSgcKAQo%3D&gt;<br/><br/>This is our windows live radar client, it allows you to see what&#39;s<br/>happening in our virtual sky in real time, it seems like the web<br/>interface (Live radar link)<br/>&lt;http://mikedelta.fr/adm/lists/lt.php?id=ZklTBARUBUgFSgcKAQo%3D&gt;<br/> but with more accuracy.<br/><br/><br/><br/>--<br/>If you do not want to receive any more newsletters, <br/>http://mikedelta.fr/adm/lists/lt.php?id=ZklTBARUBkgFSgcKAQo%3D<br/><br/>Forward a Message to Someone<br/>http://mikedelta.fr/adm/lists/lt.php?id=ZklTBARUB0gFSgcKAQo%3D<br/><br/><br/>--<br/>powered by phpList, www.phplist.com --<br/><br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5562.html Tue, 21 May 2013 18:42:43 +0000 [rt.cpan.org #85452] Distribute C key clarinet in rosewood quality and flute by Supertimbre musical instruments via RT Mon May 20 01:11:22 2013: Request 85452 was acted upon.<br/>Transaction: Ticket created by music@supertimbre.com<br/> Queue: PAR<br/> Subject: Distribute C key clarinet in rosewood quality and flute<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: music@supertimbre.com<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=85452 &gt;<br/><br/><br/>Dear Friend, <br/><br/>How are you selling this month ? <br/><br/>We manufacture and distribute C key rosewood clarinet in special price , quotation is USD 198 each pc, <br/><br/>ST guitar set with foam, USD 52.5, amplifier is 15 WATT.<br/><br/>Flute in nickel plated, USD 46.7,Min quantity is total 50 PCS. <br/><br/>Welcome you to inquiry GUITAR,SAX,TROMBONE,ETC,various musical instruments from us <br/><br/>And just a question, we are advertising on google search, can you suggest some forums in your country, and commercial website ? <br/><br/>B.rgds!<br/><br/>Frank <br/><br/>Yours sincerely,<br/>Frank Zhang<br/>Supertimbre Musical Instruments Co., Ltd<br/> <br/>Tel : 86 0 13321460998<br/>Email: supertimbre@gmail.com<br/>music@supertimbre.com<br/>MSN: supertimbre@hotmail.com<br/>SKYPE: supertimbre<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5561.html Mon, 20 May 2013 05:11:36 +0000 [rt.cpan.org #85240] pod_where doesn't seem to work with PAR::Packer by Jean Véronis via RT Mon May 13 15:08:00 2013: Request 85240 was acted upon.<br/>Transaction: Correspondence added by jeanv<br/> Queue: PAR-Packer<br/> Subject: pod_where doesn&#39;t seem to work with PAR::Packer<br/> Broken in: 1.014<br/> Severity: Normal<br/> Owner: RSCHUPP<br/> Requestors: jean@veronis.fr<br/> Status: resolved<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=85240 &gt;<br/><br/><br/>Wonderful. Many thanks for this lightning fast response!<br/><br/>Le Lun 13 Mai 2013 15:02:28, RSCHUPP a &Atilde;&copy;crit&Acirc;&nbsp;:<br/>&gt; On 2013-05-13 14:42:08, jeanv wrote:<br/>&gt; &gt; However, when packed with par, the result is<br/>&gt; &gt;<br/>&gt; &gt; $VAR1 = undef;<br/>&gt; <br/>&gt; That&#39;s because by default pp strips POD from the modules it packs.<br/>&gt; To keep POD, pack with PAR_VERBATIM=1 in the environment,<br/>&gt; e.g. if bar.pl is your sample script:<br/>&gt; <br/>&gt; $ PAR_VERBATIM=1 pp -o bar.exe bar.pl<br/>&gt; $ ./bar.exe<br/>&gt; $VAR1 = &#39;/tmp/par-roderich/cache-<br/>&gt; eb75039d16f65a0b128812311a42553f691a0ab8/inc/lib/Data/Dumper.pm&#39;;<br/>&gt; <br/>&gt; Cheers, Roderich<br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5560.html Mon, 13 May 2013 19:08:15 +0000 [rt.cpan.org #85240] pod_where doesn't seem to work with PAR::Packer by Roderich Schupp via RT Mon May 13 15:02:28 2013: Request 85240 was acted upon.<br/>Transaction: Correspondence added by RSCHUPP<br/> Queue: PAR-Packer<br/> Subject: pod_where doesn&#39;t seem to work with PAR::Packer<br/> Broken in: 1.014<br/> Severity: Normal<br/> Owner: RSCHUPP<br/> Requestors: jean@veronis.fr<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=85240 &gt;<br/><br/><br/>On 2013-05-13 14:42:08, jeanv wrote:<br/>&gt; However, when packed with par, the result is<br/>&gt; <br/>&gt; $VAR1 = undef;<br/><br/>That&#39;s because by default pp strips POD from the modules it packs.<br/>To keep POD, pack with PAR_VERBATIM=1 in the environment, <br/>e.g. if bar.pl is your sample script:<br/><br/>$ PAR_VERBATIM=1 pp -o bar.exe bar.pl<br/>$ ./bar.exe <br/>$VAR1 = &#39;/tmp/par-roderich/cache-eb75039d16f65a0b128812311a42553f691a0ab8/inc/lib/Data/Dumper.pm&#39;;<br/><br/>Cheers, Roderich<br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5559.html Mon, 13 May 2013 19:02:44 +0000 [rt.cpan.org #85240] pod_where doesn't seem to work with PAR::Packer by Jean Véronis via RT Mon May 13 14:42:08 2013: Request 85240 was acted upon.<br/>Transaction: Ticket created by jeanv<br/> Queue: PAR-Packer<br/> Subject: pod_where doesn&#39;t seem to work with PAR::Packer<br/> Broken in: 1.014<br/> Severity: Normal<br/> Owner: Nobody<br/> Requestors: jean@veronis.fr<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=85240 &gt;<br/><br/><br/>When run directly the following script prints the path for Data/Dumper.pm<br/><br/> #!/usr/bin/env perl<br/> <br/> use Data::Dumper;<br/> use Pod::Find qw(pod_where);<br/><br/> my $s = pod_where( { -inc =&gt; 1 }, &#39;Data::Dumper&#39;);<br/> print Dumper $s;<br/><br/>However, when packed with par, the result is<br/><br/> $VAR1 = undef;<br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5558.html Mon, 13 May 2013 18:42:24 +0000 [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll by Roderich Schupp via RT Sun May 12 10:31:15 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by RSCHUPP<br/> Queue: PAR-Packer<br/> Subject: procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>On 2013-05-07 14:15:59, mcandre wrote:<br/>&gt; Correct, I have several such DLLs on my system. (I use a lot of<br/>&gt; programming language environments.)<br/><br/>&gt; Haskell Platform appears to be the only one with a different name for<br/>&gt; this. I&#39;ll get in touch with Haskell Cafe and see if they can update<br/>&gt; this, or at least make it interfere less with other systems.<br/><br/>libstdc++-6.dll is &quot;packed&quot; into every packed executable (because<br/>it&#39;s needed by perl516.dll). The line<br/><br/> C:\strawberry\perl\bin\perl.exe file2c.pl -c 30000 \<br/> par.exe C:\strawberry\perl\bin\perl516.dll \<br/> C:\strawberry\perl\bin\libgcc_s_sjlj-1.dll \<br/> C:\strawberry\perl\bin\libstdc++-6.dll &gt; boot_embedded_files.c <br/><br/>from your log shows that the correct version of libstdc++-6.dll<br/>is embedded into boot.exe. But during <br/><br/> C:\strawberry\perl\bin\perl.exe -Mblib run_with_inc.pl \<br/> par.exe -q -B -Oparldyn.exe<br/><br/>it looks like the version from Haskell Platform is used.<br/>It might have been found earlier in PATH - there&#39;s no problem with this when<br/>running perl.exe, because Windows probably tries the libstdc++-6.dll<br/>from the directory containing perl.exe first, but that doesn&#39;t help par.exe.<br/>Actually, I think this line already fails in the &quot;make&quot; phase, but<br/>this error goes unnoticed (dmake problem?), though the output (parldyn.exe)<br/>isn&#39;t generated. That&#39;s why this line is run again for &quot;make test&quot;. <br/><br/>Cheers, Roderich<br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5557.html Sun, 12 May 2013 14:31:29 +0000 Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --> Ref #[1M3rb7I7Ps2St2f] by password via RT Tue May 07 14:17:44 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by password@support.juno.com<br/> Queue: PAR-Packer<br/> Subject: Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --&gt; Ref #[1M3rb7I7Ps2St2f] <br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Hello,<br/><br/>Thank you for contacting Juno.<br/><br/>This is an automated response sent to email messages suspected to be spam by our spam filters. This process will help us filter spam messages and respond to genuine customer concerns quickly.<br/><br/>We apologize if your email is mistakenly identified as spam. Please reply to this message and one of our support agents will get back to you.<br/><br/>Sincerely,<br/><br/>Juno Customer Care<br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5556.html Tue, 07 May 2013 18:17:51 +0000 [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll by Andrew Pennebaker via RT Tue May 07 14:15:59 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by mcandre<br/> Queue: PAR-Packer<br/> Subject: procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Correct, I have several such DLLs on my system. (I use a lot of programming language environments.)<br/><br/>$ find /c/ -name libstdc++-6.dll 2&gt;/dev/null<br/>/c/DevKit/mingw/bin/libstdc++-6.dll<br/>/c/Program Files/GIMP 2/bin/libstdc++-6.dll<br/>/c/Program Files/Haskell Platform/2012.4.0.0/mingw/bin/libstdc++-6.dll<br/>/c/strawberry/c/bin/libstdc++-6.dll<br/>/c/strawberry/perl/bin/libstdc++-6.dll<br/>/c/vagrant/vagrant/embedded/mingw/bin/libstdc++-6.dll<br/><br/>Haskell Platform appears to be the only one with a different name for this. I&#39;ll get in touch with Haskell Cafe and see if they can update this, or at least make it interfere less with other systems.<br/><br/>$ find /c/ -name libstdc++-6.dll 2&gt;/dev/null<br/>/c/DevKit/mingw/bin/libstdc++-6.dll<br/>/c/Program Files/GIMP 2/bin/libstdc++-6.dll<br/>/c/Program Files/Haskell Platform/2012.4.0.0/mingw/bin/libstdc++-6.dll<br/>/c/strawberry/c/bin/libstdc++-6.dll<br/>/c/strawberry/perl/bin/libstdc++-6.dll<br/>/c/vagrant/vagrant/embedded/mingw/bin/libstdc++-6.dll<br/><br/>$ objdump -ax /c/DevKit/mingw/bin/libstdc++-6.dll | ack gxx_personality<br/> [3896] __gxx_personality_sj0<br/>$ objdump -ax /c/Program\ Files/GIMP\ 2/bin/libstdc++-6.dll | ack gxx_personality<br/> [3499] __gxx_personality_sj0<br/>$ objdump -ax /c/Program\ Files/Haskell\ Platform/2012.4.0.0/mingw/bin/libstdc++-6.dll | ack gxx_personality<br/> [3401] __gxx_personality_v0<br/>$ objdump -ax /c/strawberry/c/bin/libstdc++-6.dll | ack gxx_personality<br/> [3510] __gxx_personality_sj0<br/>$ objdump -ax /c/strawberry/perl/bin/libstdc++-6.dll | ack gxx_personality<br/> [3510] __gxx_personality_sj0<br/>$ objdump -ax /c/vagrant/vagrant/embedded/mingw/bin/libstdc++-6.dll | ack gxx_personality<br/> [3896] __gxx_personality_sj0<br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5555.html Tue, 07 May 2013 18:16:12 +0000 Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --> Ref #[1M3rY9X8xQ0232f] by password via RT Sat May 04 10:09:21 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by password@support.juno.com<br/> Queue: PAR-Packer<br/> Subject: Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --&gt; Ref #[1M3rY9X8xQ0232f] <br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Hello,<br/><br/>Thank you for contacting Juno.<br/><br/>This is an automated response sent to email messages suspected to be spam by our spam filters. This process will help us filter spam messages and respond to genuine customer concerns quickly.<br/><br/>We apologize if your email is mistakenly identified as spam. Please reply to this message and one of our support agents will get back to you.<br/><br/>Sincerely,<br/><br/>Juno Customer Care<br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5554.html Sat, 04 May 2013 14:09:28 +0000 [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll by Roderich Schupp via RT Sat May 04 10:08:19 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by RSCHUPP<br/> Queue: PAR-Packer<br/> Subject: procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Am 2013-05-03 04:35:37, RSCHUPP schrieb:<br/>&gt; I think the problem is the following line:<br/><br/>Nope, wrong suspect.<br/><br/>I just tried building PAR::Packer with a clean<br/>install of Strawberrry 5.16.3.1 and can&#39;t reproduce<br/>your problem.<br/><br/>&gt; The procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll. <br/><br/>That is very strange. According too &quot;objdump -ax&quot; my<br/>c:/strawberry/perl/bin/libstdc++-6.dll defines this symbol. <br/>Please check whether you have several (and different) libstdc++-6.dll&#39;s<br/>installed on your machine.<br/><br/>Cheers, Roderich<br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5553.html Sat, 04 May 2013 14:08:33 +0000 Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --> Ref #[1M3rX51wR95KW2f] by password via RT Fri May 03 04:36:53 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by password@support.juno.com<br/> Queue: PAR-Packer<br/> Subject: Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --&gt; Ref #[1M3rX51wR95KW2f] <br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Hello,<br/><br/>Thank you for contacting Juno.<br/><br/>This is an automated response sent to email messages suspected to be spam by our spam filters. This process will help us filter spam messages and respond to genuine customer concerns quickly.<br/><br/>We apologize if your email is mistakenly identified as spam. Please reply to this message and one of our support agents will get back to you.<br/><br/>Sincerely,<br/><br/>Juno Customer Care<br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5552.html Fri, 03 May 2013 08:37:05 +0000 [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll by Roderich Schupp via RT Fri May 03 04:35:37 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by RSCHUPP<br/> Queue: PAR-Packer<br/> Subject: procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>On 2013-05-02 11:43:41, mcandre wrote:<br/>&gt; Sure thing. The complete log is as follows:<br/><br/>I think the problem is the following line:<br/><br/>&gt; g++ main.o ppresource.coff -s -s -L&quot;C:\strawberry\perl\lib\CORE&quot; -L&quot;C:\strawberry\c\lib&quot; C:\strawberry\perl\lib\CORE\libperl516.a ...<br/><br/>IMHO this should read ...\libperl516.lib, i.e. suffix &quot;.lib&quot; instead of &quot;.a&quot;.<br/>I&#39;ll try to investigate over the weekend.<br/><br/>Cheers, Roderich <br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5551.html Fri, 03 May 2013 08:35:53 +0000 Re: compiling linux 64-bit executable with pp by Roderich Schupp On Wed, May 1, 2013 at 8:43 PM, Daniel Wong &lt;dwong@allot.com&gt; wrote:<br/><br/>&gt;<br/>&gt; I was wondering if there&#39;s a way to compile my perl script into a 64-bit<br/>&gt; Centos (RHEL) binary, using perl par. By default it&#39;s being compiled as<br/>&gt; 32-bit binaries.<br/>&gt;<br/><br/>You need to pack (&quot;pp ...&quot;) on a 64 bit platform to generate 64 bit<br/>executables.<br/><br/>Cheers, Roderich<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5550.html Fri, 03 May 2013 06:35:32 +0000 compiling linux 64-bit executable with pp by Daniel Wong Hi,<br/>I was wondering if there&#39;s a way to compile my perl script into a 64-bit Centos (RHEL) binary, using perl par. By default it&#39;s being compiled as 32-bit binaries.<br/>Any help/pointers on this greatly appreciated!<br/><br/>Thanks,<br/><br/><br/>Daniel Wong<br/>Senior QA Engineer<br/>Allot Communications * a mind for networks(tm)<br/>Tel: (858) 704-1561<br/>Cell/iMessage: (858) 922-6286<br/>SMS/MMS: (619) 798-5111<br/>Skype: daniel.wong03<br/>dwong@allot.com&lt;mailto:dwong@allot.com&gt;<br/>www.allot.com&lt;http://www.allot.com/&gt;<br/><br/><br/><br/><br/>##############################################################################################<br/>This message is intended only for the designated recipient(s).It may contain confidential or proprietary information.<br/>If you are not the designated recipient, you may not review, copy or distribute this message.<br/>If you have mistakenly received this message, please notify the sender by a reply e-mail and delete this message. <br/>Thank you.<br/>##############################################################################################<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5549.html Fri, 03 May 2013 06:26:19 +0000 Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --> Ref #[1M3rW5S4Zw00L2f] by password via RT Thu May 02 11:45:26 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by password@support.juno.com<br/> Queue: PAR-Packer<br/> Subject: Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --&gt; Ref #[1M3rW5S4Zw00L2f] <br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Hello,<br/><br/>Thank you for contacting Juno.<br/><br/>This is an automated response sent to email messages suspected to be spam by our spam filters. This process will help us filter spam messages and respond to genuine customer concerns quickly.<br/><br/>We apologize if your email is mistakenly identified as spam. Please reply to this message and one of our support agents will get back to you.<br/><br/>Sincerely,<br/><br/>Juno Customer Care<br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5548.html Thu, 02 May 2013 15:45:37 +0000 [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll by Andrew Pennebaker via RT Thu May 02 11:43:41 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by mcandre<br/> Queue: PAR-Packer<br/> Subject: procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Sure thing. The complete log is as follows:<br/><br/>apenneba@NIC-WKS01 ~/Desktop<br/>$ cpan install PAR::Packer<br/>CPAN: CPAN::SQLite loaded ok (v0.202)<br/>CPAN: LWP::UserAgent loaded ok (v6.04)<br/>CPAN: Time::HiRes loaded ok (v1.9725)<br/>Fetching with LWP:<br/>http://cpan.strawberryperl.com/authors/01mailrc.txt.gz<br/>CPAN: YAML::XS loaded ok (v0.38)<br/>Fetching with LWP:<br/>http://cpan.strawberryperl.com/modules/02packages.details.txt.gz<br/>Fetching with LWP:<br/>http://cpan.strawberryperl.com/modules/03modlist.data.gz<br/>Database was generated on Tue, 30 Apr 2013 11:58:00 GMT<br/>Updating database file ...<br/>Done!Running install for module &#39;PAR::Packer&#39;<br/>Running make for R/RS/RSCHUPP/PAR-Packer-1.014.tar.gz<br/>CPAN: Digest::SHA loaded ok (v5.73)<br/>CPAN: Compress::Zlib loaded ok (v2.055)<br/>Checksum for C:\strawberry\cpan\sources\authors\id\R\RS\RSCHUPP\PAR-Packer-1.014.tar.gz<br/>ok<br/>CPAN: Archive::Tar loaded ok (v1.90)<br/>CPAN: File::Temp loaded ok (v0.22)<br/>CPAN: Parse::CPAN::Meta loaded ok (v1.4404)<br/>CPAN: CPAN::Meta loaded ok (v2.120921)<br/>CPAN: Module::CoreList loaded ok (v2.76)<br/><br/> CPAN.pm: Building R/RS/RSCHUPP/PAR-Packer-1.014.tar.gz<br/><br/>Checking if your kit is complete...<br/>Looks good<br/>Prototype mismatch: sub main::prompt: none vs ($;$) at c:/strawberry/perl/lib/ExtUtils/MakeMaker.pm line 219.<br/>Writing Makefile for par.exe<br/>Writing MYMETA.yml and MYMETA.json<br/>Writing Makefile for PAR::Packer<br/>Writing MYMETA.yml and MYMETA.json<br/>cp lib/App/Packer/PAR.pm blib\lib\App\Packer\PAR.pm<br/>cp lib/PAR/Packer.pm blib\lib\PAR\Packer.pm<br/>cp lib/PAR/Filter/Obfuscate.pm blib\lib\PAR\Filter\Obfuscate.pm<br/>cp lib/PAR/Filter/PodStrip.pm blib\lib\PAR\Filter\PodStrip.pm<br/>cp lib/PAR/StrippedPARL/Base.pm blib\lib\PAR\StrippedPARL\Base.pm<br/>cp lib/PAR/Filter.pm blib\lib\PAR\Filter.pm<br/>cp lib/PAR/Filter/PatchContent.pm blib\lib\PAR\Filter\PatchContent.pm<br/>cp lib/PAR/Filter/Bytecode.pm blib\lib\PAR\Filter\Bytecode.pm<br/>cp lib/pp.pm blib\lib\pp.pm<br/>cp lib/PAR/Filter/Bleach.pm blib\lib\PAR\Filter\Bleach.pm<br/>C:\strawberry\perl\bin\perl.exe par_pl2c.pl my_par_pl &lt; ..\script\par.pl &gt; my_par_pl.c<br/>C:\strawberry\perl\bin\perl.exe sha1.c.PL<br/>gcc -c -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -I&quot;C:\strawberry\perl\lib\CORE&quot; -DPARL_EXE=\&quot;parl.exe\&quot; -s -O2 main.c<br/>main.c: In function &#39;main&#39;:<br/>main.c:121:23: warning: assignment discards qualifiers from pointer target type<br/>rem<br/>windres -i winres\pp.rc -o ppresource.coff --input-format=rc --output-format=coff --target=pe-i386<br/>g++ main.o ppresource.coff -s -s -L&quot;C:\strawberry\perl\lib\CORE&quot; -L&quot;C:\strawberry\c\lib&quot; C:\strawberry\perl\lib\CORE\libperl516.a C:\strawberry\c\i686-w64-mingw32\lib\libmoldname.a C:\strawberry\c\i686-w64-mingw32\lib\libkernel32.a C:\strawberry\c\i686-w64-mingw32\lib\libuser32.a C:\strawberry\c\i686-w64-mingw32\lib\libgdi32.a C:\strawberry\c\i686-w64-mingw32\lib\libwinspool.a C:\strawberry\c\i686-w64-mingw32\lib\libcomdlg32.a C:\strawberry\c\i686-w64-mingw32\lib\libadvapi32.a C:\strawberry\c\i686-w64-mingw32\lib\libshell32.a C:\strawberry\c\i686-w64-mingw32\lib\libole32.a C:\strawberry\c\i686-w64-mingw32\lib\liboleaut32.a C:\strawberry\c\i686-w64-mingw32\lib\libnetapi32.a C:\strawberry\c\i686-w64-mingw32\lib\libuuid.a C:\strawberry\c\i686-w64-mingw32\lib\libws2_32.a C:\strawberry\c\i686-w64-mingw32\lib\libmpr.a C:\strawberry\c\i686-w64-mingw32\lib\libwinmm.a C:\strawberry\c\i686-w64-mingw32\lib\libversion.a C:\strawberry\c\i686-w64-mingw32\lib\libodbc32.a C:\strawberry\c\<br/> i686-w64-mingw32\lib\libodbccp32.a C:\strawberry\c\i686-w64-mingw32\lib\libcomctl32.a -o par.exe<br/>rem<br/>C:\strawberry\perl\bin\perl.exe encode_append.pl Dynamic.in par.exe Dynamic.pm<br/>C:\strawberry\perl\bin\perl.exe file2c.pl -c 30000 par.exe C:\strawberry\perl\bin\perl516.dll C:\strawberry\perl\bin\libgcc_s_sjlj-1.dll C:\strawberry\perl\bin\libstdc++-6.dll<br/>&gt; boot_embedded_files.c<br/>gcc -c -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -I&quot;C:\strawberry\perl\lib\CORE&quot; -DPARL_EXE=\&quot;parl.exe\&quot; -s -O2 boot.c<br/>g++ boot.o -static-libgcc -s -s -L&quot;C:\strawberry\perl\lib\CORE&quot; -L&quot;C:\strawberry\c\lib&quot; C:\strawberry\perl\lib\CORE\libperl516.a C:\strawberry\c\i686-w64-mingw32\lib\libmoldname.a C:\strawberry\c\i686-w64-mingw32\lib\libkernel32.a C:\strawberry\c\i686-w64-mingw32\lib\libuser32.a C:\strawberry\c\i686-w64-mingw32\lib\libgdi32.a C:\strawberry\c\i686-w64-mingw32\lib\libwinspool.a C:\strawberry\c\i686-w64-mingw32\lib\libcomdlg32.a C:\strawberry\c\i686-w64-mingw32\lib\libadvapi32.a C:\strawberry\c\i686-w64-mingw32\lib\libshell32.a C:\strawberry\c\i686-w64-mingw32\lib\libole32.a C:\strawberry\c\i686-w64-mingw32\lib\liboleaut32.a C:\strawberry\c\i686-w64-mingw32\lib\libnetapi32.a C:\strawberry\c\i686-w64-mingw32\lib\libuuid.a C:\strawberry\c\i686-w64-mingw32\lib\libws2_32.a C:\strawberry\c\i686-w64-mingw32\lib\libmpr.a C:\strawberry\c\i686-w64-mingw32\lib\libwinmm.a C:\strawberry\c\i686-w64-mingw32\lib\libversion.a C:\strawberry\c\i686-w64-mingw32\lib\libodbc32.a C:\strawberry\c\i<br/> 686-w64-mingw32\lib\libodbccp32.a C:\strawberry\c\i686-w64-mingw32\lib\libcomctl32.a ppresource.coff -o boot.exe<br/>rem<br/>C:\strawberry\perl\bin\perl.exe encode_append.pl Static.in boot.exe Static.pm<br/>cp Static.pm ..\blib\lib\PAR\StrippedPARL\Static.pm<br/>cp Dynamic.pm ..\blib\lib\PAR\StrippedPARL\Dynamic.pm<br/>C:\strawberry\perl\bin\perl.exe -Mblib run_with_inc.pl par.exe -q -B -Oparldyn.exe<br/>C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp -- parldyn.exe ..\blib\script\parldyn.exe<br/>rem ..\blib\script\parldyn.exe<br/>Cannot chmod 755 ..\blib\script\parldyn.exe:No such file or directory at C:/strawberry/perl/lib/ExtUtils/Command.pm line 274.<br/>C:\strawberry\perl\bin\perl.exe -Mblib run_with_inc.pl boot.exe -q -B -Oparl.exe<br/>C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp -- parl.exe ..\blib\script\parl.exe<br/>rem ..\blib\script\parl.exe<br/>Cannot chmod 755 ..\blib\script\parl.exe:No such file or directory at C:/strawberry/perl/lib/ExtUtils/Command.pm line 274.<br/>C:\strawberry\perl\bin\perl.exe &quot;-Iinc&quot; -MExtUtils::Command -e cp -- script/tkpp blib\script\tkpp<br/>pl2bat.bat blib\script\tkpp<br/>C:\strawberry\perl\bin\perl.exe &quot;-Iinc&quot; -MExtUtils::Command -e cp -- script/pp blib\script\pp<br/>pl2bat.bat blib\script\pp<br/>C:\strawberry\perl\bin\perl.exe &quot;-Iinc&quot; -MExtUtils::Command -e cp -- script/par.pl blib\script\par.pl<br/>pl2bat.bat blib\script\par.pl<br/> RSCHUPP/PAR-Packer-1.014.tar.gz<br/> C:\strawberry\c\bin\dmake.exe -- OK<br/>Running make test<br/>C:\strawberry\perl\bin\perl.exe -Mblib run_with_inc.pl par.exe -q -B -Oparldyn.exe<br/>system(par.exe -IC:\strawberry\cpan\build\PAR-Packer-1.014-5SzIgJ\blib\arch -IC:\strawberry\cpan\build\PAR-Packer-1.014-5SzIgJ\blib\lib -IC:/strawberry/perl/site/lib -IC:/strawberry/perl/vendor/lib -IC:/strawberry/perl/lib -I. -q -B -Oparldyn.exe) failed:<br/>dmake: Error code 255, while making &#39;parldyn.exe&#39;<br/>dmake.exe: Error code 255, while making &#39;subdirs&#39;<br/> RSCHUPP/PAR-Packer-1.014.tar.gz<br/> C:\strawberry\c\bin\dmake.exe test -- NOT OK<br/>//hint// to see the cpan-testers results for installing this module, try:<br/> reports RSCHUPP/PAR-Packer-1.014.tar.gz<br/>Running make install<br/> make test had returned bad status, won&#39;t install without force<br/>Stopping: &#39;install&#39; failed for &#39;PAR::Packer&#39;.<br/>apenneba@NIC-WKS01 ~/Desktop<br/>$<br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5547.html Thu, 02 May 2013 15:43:58 +0000 Re: [rt.cpan.org #84989] I have a project for you in the tons of One Hundred & Five Million EUR, --> Ref #[1M3rW566AB0292f] by password via RT Thu May 02 03:54:08 2013: Request 84989 was acted upon.<br/>Transaction: Correspondence added by password@support.juno.com<br/> Queue: PAR<br/> Subject: Re: [rt.cpan.org #84989] I have a project for you in the tons of One Hundred &amp; Five Million EUR, --&gt; Ref #[1M3rW566AB0292f] <br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: nikitavern@staff.teicrete.gr<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84989 &gt;<br/><br/><br/>Hello,<br/><br/>Thank you for contacting Juno.<br/><br/>This is an automated response sent to email messages suspected to be spam by our spam filters. This process will help us filter spam messages and respond to genuine customer concerns quickly.<br/><br/>We apologize if your email is mistakenly identified as spam. Please reply to this message and one of our support agents will get back to you.<br/><br/>Sincerely,<br/><br/>Juno Customer Care<br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5546.html Thu, 02 May 2013 07:54:19 +0000 [rt.cpan.org #84989] I have a project for you in the tons of One Hundred & Five Million EUR, by Niki Tavernaraki via RT Thu May 02 03:52:16 2013: Request 84989 was acted upon.<br/>Transaction: Ticket created by nikitavern@staff.teicrete.gr<br/> Queue: PAR<br/> Subject: I have a project for you in the tons of One Hundred &amp; Five Million EUR,<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: nikitavern@staff.teicrete.gr<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84989 &gt;<br/><br/><br/> <br/> <br/>Good day,<br/> <br/>I am Mr. Cham Tao Soon, Chairman Audit Committee of UOB Bank, Singapore. I have a project for you in the tons of One Hundred &amp; Five Million EUR, after successful transfer, we shall share in the ratio of forty for you and sixty for me. Please reply for specifics.<br/> <br/>Contact Email: chtaosoon@yahoo.com<br/> <br/>Yours,<br/>Mr. Cham Tao Soon.<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5545.html Thu, 02 May 2013 07:52:29 +0000 Re: Any known issues with Unicode::GCString? by Roderich Schupp On Wed, May 1, 2013 at 10:11 PM, Kime Philip &lt;philkime@kime.org.uk&gt; wrote:<br/><br/>&gt; I have just added Unicode::GCString as a dependency to a PAR::Packer based<br/>&gt; project and the binary complains:<br/>&gt;<br/>&gt; Can&#39;t locate object method &quot;new&quot; via package &quot;Unicode::GCString&quot; at &hellip;<br/>&gt;<br/><br/>Very little information, could you please provide a minimal example script<br/>that demonstrates this error.<br/>Also please check:<br/>- whether the packed executable actually contains a file<br/>.../Unicode/GCString.pm<br/> (the packed executable is also a zip file, you can list/extract its<br/>contents with e.g. unzip)<br/>- if the packed executable DOES contain the module, compare it against the<br/>&quot;original&quot; module<br/><br/>Cheers, Roderich<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5544.html Wed, 01 May 2013 20:30:26 +0000 Any known issues with Unicode::GCString? by Kime Philip Greetings,<br/> I have just added Unicode::GCString as a dependency to a PAR::Packer based project and the binary complains:<br/><br/>Can&#39;t locate object method &quot;new&quot; via package &quot;Unicode::GCString&quot; at &hellip;<br/><br/>The -&gt;new method just calls Unicode::LineBreak-&gt;new(), a module which seems to have been picked up by Module::Scandeps. Unicode::LineBreak has a .bundle which I tried adding manually but still no luck &hellip;<br/><br/>PK<br/>--<br/>Dr Philip Kime<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5543.html Wed, 01 May 2013 20:16:17 +0000 Any known issues with Unicode::GCString? by Kime Philip Greetings,<br/> I have just added Unicode::GCString as a dependency to a PAR::Packer based project and the binary complains:<br/><br/>Can&#39;t locate object method &quot;new&quot; via package &quot;Unicode::GCString&quot; at &hellip;<br/><br/>The -&gt;new method just calls Unicode::LineBreak-&gt;new(), a module which seems to have been picked up by Module::Scandeps. Unicode::LineBreak has a .bundle which I tried adding manually but still no luck &hellip;<br/><br/>PK<br/><br/>--<br/>Dr Philip Kime<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5542.html Wed, 01 May 2013 20:11:33 +0000 Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --> Ref #[1M3rV8F7xT4u12f] by password via RT Wed May 01 15:58:25 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by password@support.juno.com<br/> Queue: PAR-Packer<br/> Subject: Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --&gt; Ref #[1M3rV8F7xT4u12f] <br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Hello,<br/><br/>Thank you for contacting Juno.<br/><br/>This is an automated response sent to email messages suspected to be spam by our spam filters. This process will help us filter spam messages and respond to genuine customer concerns quickly.<br/><br/>We apologize if your email is mistakenly identified as spam. Please reply to this message and one of our support agents will get back to you.<br/><br/>Sincerely,<br/><br/>Juno Customer Care<br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5541.html Wed, 01 May 2013 19:58:32 +0000 [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll by Roderich Schupp via RT Wed May 01 15:57:30 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by RSCHUPP<br/> Queue: PAR-Packer<br/> Subject: procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>On 2013-04-30 15:51:12, mcandre wrote:<br/>&gt; Trace:<br/>&gt; <br/>&gt; $ cpan install PAR::Packer<br/>&gt; ...<br/>&gt; Running make test<br/>&gt; C:\strawberry\perl\bin\perl.exe -Mblib run_with_inc.pl par.exe -q -B<br/>&gt; -Oparldyn.exe<br/>...<br/><br/>You elided the part that might actually have told me what&#39;s going on :(<br/>Please post the COMPLETE log of &quot;cpan install PAR::Packer&quot;.<br/><br/>BTW please disregard the spam from password@support.juno.com<br/>(and don&#39;t reply to it) - it does NOT originate from rt.cpan.org,<br/>but probably from someone subscribed to the mailing list.<br/><br/>Cheers, Roderich<br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/05/msg5540.html Wed, 01 May 2013 19:57:43 +0000 Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --> Ref #[1M3qM8D3j408Z2f] by Andrew Pennebaker via RT Tue Apr 30 17:16:39 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by mcandre<br/> Queue: PAR-Packer<br/> Subject: Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --&gt; Ref #[1M3qM8D3j408Z2f]<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: open<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Sorry if my ticket looks like spam. I assure you it is not.<br/>On Apr 30, 2013 3:52 PM, &quot;password via RT&quot; &lt;bug-PAR-Packer@rt.cpan.org&gt;<br/>wrote:<br/><br/>&gt; &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/>&gt;<br/>&gt; Hello,<br/>&gt;<br/>&gt; Thank you for contacting Juno.<br/>&gt;<br/>&gt; This is an automated response sent to email messages suspected to be spam<br/>&gt; by our spam filters. This process will help us filter spam messages and<br/>&gt; respond to genuine customer concerns quickly.<br/>&gt;<br/>&gt; We apologize if your email is mistakenly identified as spam. Please reply<br/>&gt; to this message and one of our support agents will get back to you.<br/>&gt;<br/>&gt; Sincerely,<br/>&gt;<br/>&gt; Juno Customer Care<br/>&gt;<br/>&gt;<br/>&gt;<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5539.html Tue, 30 Apr 2013 21:16:50 +0000 Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --> Ref #[1M3qM8D3j408Z2f] by password via RT Tue Apr 30 15:52:20 2013: Request 84949 was acted upon.<br/>Transaction: Correspondence added by password@support.juno.com<br/> Queue: PAR-Packer<br/> Subject: Re: [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll --&gt; Ref #[1M3qM8D3j408Z2f] <br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>Hello,<br/><br/>Thank you for contacting Juno.<br/><br/>This is an automated response sent to email messages suspected to be spam by our spam filters. This process will help us filter spam messages and respond to genuine customer concerns quickly.<br/><br/>We apologize if your email is mistakenly identified as spam. Please reply to this message and one of our support agents will get back to you.<br/><br/>Sincerely,<br/><br/>Juno Customer Care<br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5538.html Tue, 30 Apr 2013 19:52:28 +0000 [rt.cpan.org #84949] procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll by Andrew Pennebaker via RT Tue Apr 30 15:51:12 2013: Request 84949 was acted upon.<br/>Transaction: Ticket created by mcandre<br/> Queue: PAR-Packer<br/> Subject: procedure entry point __gxx_personality_sj0 could not be located<br/> in the dynamic link library libstdc++-6.dll<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: andrew.pennebaker@gmail.com<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84949 &gt;<br/><br/><br/>When I try to install PAR::Packer, it crashes with a popup:<br/><br/>par.exe - Entry Point Not Found<br/><br/>The procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll.<br/><br/>OK<br/><br/>Trace:<br/><br/>$ cpan install PAR::Packer<br/>...<br/>Running make test<br/>C:\strawberry\perl\bin\perl.exe -Mblib run_with_inc.pl par.exe -q -B -Oparldyn.exe<br/>system(par.exe -IC:\strawberry\cpan\build\PAR-Packer-1.014-qkGdAe\blib\arch -IC:\strawberry\cpan\build\PAR-Packer-1.014-qkGdAe\blib\lib -IC:/strawberry/perl/site/lib -IC:/strawberry/perl/vendor/lib -IC:/strawberry/perl/lib -I. -q -B -Oparldyn.exe) failed:<br/>dmake: Error code 255, while making &#39;parldyn.exe&#39;<br/>dmake.exe: Error code 255, while making &#39;subdirs&#39;<br/> RSCHUPP/PAR-Packer-1.014.tar.gz<br/> C:\strawberry\c\bin\dmake.exe test -- NOT OK<br/>//hint// to see the cpan-testers results for installing this module, try:<br/> reports RSCHUPP/PAR-Packer-1.014.tar.gz<br/>Running make install<br/> make test had returned bad status, won&#39;t install without force<br/>Stopping: &#39;install&#39; failed for &#39;R/RS/RSCHUPP/PAR-Packer-1.014.tar.gz&#39;.<br/><br/>Screenshot:<br/><br/>http://i.imgur.com/YNyQPb4.png<br/><br/>System:<br/><br/>$ specs perl os<br/>Specs:<br/><br/>specs 0.4<br/>https://github.com/mcandre/specs#readme<br/><br/>cpan --version<br/>c:\strawberry\perl\bin/cpan version 1.5902 calling Getopt::Std::getopts (version 1.07 [paranoid]),<br/>running under Perl version 5.16.2.<br/> [Now continuing due to backward compatibility and excessive paranoia.<br/> See &#39;perldoc Getopt::Std&#39; about $Getopt::Std::STANDARD_HELP_VERSION.]<br/>Nothing to install!<br/><br/>perl --version<br/><br/>This is perl 5, version 16, subversion 2 (v5.16.2) built for MSWin32-x86-multi-thread<br/><br/>Copyright 1987-2012, Larry Wall<br/><br/>Perl may be copied only under the terms of either the Artistic License or the<br/>GNU General Public License, which may be found in the Perl 5 source kit.<br/><br/>Complete documentation for Perl, including FAQ lists, should be found on<br/>this system using &quot;man perl&quot; or &quot;perldoc perl&quot;. If you have access to the<br/>Internet, point your browser at http://www.perl.org/, the Perl Home Page.<br/><br/><br/>systeminfo | findstr /B /C:&quot;OS Name&quot; /C:&quot;OS Version&quot;<br/>OS Name: Microsoft Windows XP Professional<br/>OS Version: 5.1.2600 Service Pack 3 Build 2600<br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5537.html Tue, 30 Apr 2013 19:51:25 +0000 Windows registry Export by Tariq Rahmani Hi Gentlemen,<br/><br/>I would like to ask if there is a possibility to export windows registry<br/>including last write time ( as using regedit ) using perl.<br/><br/>Thnaks very much and looking your reply<br/><br/>Tariq rahmani<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5536.html Sat, 13 Apr 2013 01:50:43 +0000 Re: [rt.cpan.org #84588] OSX: incorrect detection of gcc (unsupported option '-static-libgcc') --> Ref #[17Sq4471uf69r2f] by password via RT Fri Apr 12 02:09:43 2013: Request 84588 was acted upon.<br/>Transaction: Correspondence added by password@support.juno.com<br/> Queue: PAR-Packer<br/> Subject: Re: [rt.cpan.org #84588] OSX: incorrect detection of gcc (unsupported option &#39;-static-libgcc&#39;) --&gt; Ref #[17Sq4471uf69r2f] <br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: vovkasm@gmail.com<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84588 &gt;<br/><br/><br/>Hello,<br/><br/>Thank you for contacting Juno.<br/><br/>This is an automated response sent to email messages suspected to be spam by our spam filters. This process will help us filter spam messages and respond to genuine customer concerns quickly.<br/><br/>We apologize if your email is mistakenly identified as spam. Please reply to this message and one of our support agents will get back to you.<br/><br/>Sincerely,<br/><br/>Juno Customer Care<br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5535.html Fri, 12 Apr 2013 06:09:50 +0000 [rt.cpan.org #84588] OSX: incorrect detection of gcc (unsupported option '-static-libgcc') by vovkasm@gmail.com via RT Fri Apr 12 02:08:45 2013: Request 84588 was acted upon.<br/>Transaction: Ticket created by vovkasm@gmail.com<br/> Queue: PAR-Packer<br/> Subject: OSX: incorrect detection of gcc (unsupported option &#39;-static-libgcc&#39;)<br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: vovkasm@gmail.com<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84588 &gt;<br/><br/><br/>Seems like on OS X Mountain Lion cc is clang, but this module detects it as gcc.<br/>See https://github.com/gugod/App-perlbrew/issues/310<br/><br/>I can&#39;t test this, simple try to redirect user report to correct place.<br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5534.html Fri, 12 Apr 2013 06:08:56 +0000 Re: Creating PAR::Lite by Roderich Schupp On Mon, Apr 8, 2013 at 3:59 PM, Reini Urban &lt;rurban@x-ray.at&gt; wrote:<br/>&gt; Repeating nonsense does not make it better.<br/><br/>@Reini: Can you please turn down your tone a notch.<br/>We&#39;re all friendly and civil here, right?<br/><br/>Cheers, Roderich<br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5533.html Mon, 08 Apr 2013 16:36:19 +0000 RE: Creating PAR::Lite by Konovalov, Vadim ** CTR ** &gt; From: Reini Urban<br/>&gt; On Fri, Apr 5, 2013 at 5:01 AM, Konovalov, Vadim wrote:<br/>&gt; I can congratulate you: Archive::Zip is already pure-perl<br/>&gt; <br/>&gt; Repeating nonsense does not make it better.<br/><br/>you talk nonsence.<br/><br/>Archive::Zip *is* pure-perl. I do not care if it depends on XS.<br/><br/>I can make it more: Cwd is XS module, and a whole bunch depend on it.<br/>So - what follows it - prohibit anything that uses Cwd?<br/><br/><br/>&gt; Archive::Zip mandatorily requires XS Compress::Raw::Zlib, <br/>&gt; Archive::Extract falls back to use system binaries - unzip - <br/>&gt; if a supporting XS is not found.<br/>&gt; Archive::Extract is easily installed in on a legacy system <br/>&gt; without compiler.<br/><br/>this argumentation not convincing me a little bit.<br/><br/>However, it is not interesting for me to participate in this discussion.<br/><br/>What I see - there is some naive idea,<br/>someone on the Internet wants to waste his efforts by supporting<br/>obsoleted version of Perl.<br/><br/>I shared my opinion, but - more than that - I actually do not care, namely because these are obsoleted version of Perl.<br/><br/>I need robust Unicode.<br/><br/>nevertheless, with all the deep respect and regards,<br/>Vadim.<br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5532.html Mon, 08 Apr 2013 14:18:58 +0000 Re: Creating PAR::Lite by Reini Urban On Fri, Apr 5, 2013 at 5:01 AM, Konovalov, Vadim (Vadim)** CTR ** &lt;<br/>vadim.konovalov@alcatel-lucent.com&gt; wrote:<br/><br/>&gt; &gt; From: Tony Edwardson<br/>&gt; &gt; there are millions of computer in the City running Solaris 10<br/>&gt; &gt; and loads of people who want to use perl om these but<br/>&gt; &gt; are held back but the ancient version pre-installed.<br/>&gt;<br/>&gt; given you&#39;re doing something with PAR - this means you will<br/>&gt; get single-file executable with modern Perl running on<br/>&gt; Solaris,<br/>&gt; hence you do not need 5.8.4 support.<br/><br/><br/>The op was talking about deployment in big business which does not<br/>care much about &quot;modern perl&quot;. Hence he needs a 5.8.4 + 5.8.8 legacy<br/>solution.<br/>There&#39;s no way that a huge bank will install 5.16.3 just for the ease of<br/>development.<br/><br/><br/>&gt; &gt; I am leaning towards imprementing a pure Perl version of<br/>&gt; &gt; Arvhive::Zip ( at least, the functionality needed by PAR) and<br/>&gt; &gt; then use the exising PAR module.<br/>&gt;<br/>&gt; I can congratulate you: Archive::Zip is already pure-perl<br/>&gt;<br/>&gt;<br/>Repeating nonsense does not make it better.<br/>Archive::Zip mandatorily requires XS Compress::Raw::Zlib,<br/>Archive::Extract falls back to use system binaries - unzip -<br/>if a supporting XS is not found.<br/>Archive::Extract is easily installed in on a legacy system without compiler.<br/>-- <br/>Reini Urban<br/>http://cpanel.net/ http://www.perl-compiler.org/<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5531.html Mon, 08 Apr 2013 14:00:08 +0000 Re: Creating PAR::Lite by Roderich Schupp On Fri, Apr 5, 2013 at 7:27 PM, Konovalov, Vadim (Vadim)** CTR **<br/>&lt;vadim.konovalov@alcatel-lucent.com&gt; wrote:<br/>&gt;&gt; Yes, but the first idea for par was jar, not parl and<br/>&gt;&gt; PAR::Packer. Ask Audrey.<br/>&gt; could you please be so kind and give me a favour to ask Audrey yourself or provide otherwise some evidence of this?<br/><br/>You should be able to find slides of talks Audrey has given on the subject.<br/>I think it&#39;s clear from the evolution of the code that PAR came first<br/>and PAR::Packer was an afterthought.<br/>In fact, that&#39;s the main genetic defect of PAR::Packer: to implement<br/>a PerlApp-like script-to-self-contained-executable converter using PAR.<br/><br/>Cheers, Roderich<br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5530.html Mon, 08 Apr 2013 08:19:47 +0000 RE: Creating PAR::Lite by Konovalov, Vadim ** CTR ** &gt; From: Reini Urban<br/>&gt; <br/>&gt; So why is everybody so crazy about matt&#39;s Object::Remote? <br/><br/>not everybody: I am not.<br/><br/><br/>&gt; A pure-perl PAR would fill that role better. It was made for <br/>&gt; this case, <br/>&gt; but nobody can use it so far.<br/>&gt; <br/>&gt; &gt; &gt; People on the list might correct me, but I think the <br/>&gt; major use of the<br/>&gt; &gt; &gt; PAR family of modules is not to create jar-like archives, but<br/>&gt; &gt; &gt; to create standalone executables.<br/>&gt; <br/>&gt; <br/>&gt; Yes, but the first idea for par was jar, not parl and <br/>&gt; PAR::Packer. Ask Audrey.<br/><br/>could you please be so kind and give me a favour to ask Audrey yourself or provide otherwise some evidence of this?<br/>Thanks in advance.<br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5529.html Sun, 07 Apr 2013 08:51:00 +0000 RE: Creating PAR::Lite by Konovalov, Vadim ** CTR ** &gt; From: tony.edwardson@gmail.com <br/>&gt; Thanks for all your replies however Compress::Zlib was added <br/>&gt; to core at version 5.9.3 whereas the preinstalled <br/>&gt; version of perl in Solaris 10 and some linux distros is <br/>&gt; earlier than that (5.8.4 for Solaris 10, 5.8.8 for Centos 5)<br/>&gt; Solaris 10 is everywhere in the Banking sector and when Linux <br/>&gt; is used, you only get version 5.8.8.<br/><br/>in these constraints, the problem does not have realistic solution.<br/><br/>What you&#39;re doing - start with rewriting to pure-perl Compress::Zlib?<br/>Ok, assume this is done.[1] What next?<br/><br/>Rewrite another module needed to your applications, and so on ?<br/><br/>What about GD? Tk? Image::Imlib2? You reimplement these??<br/><br/>And what for? <br/>to please all these 2 or 3 people with 5.8.4 on SunOS?<br/>:o<br/>In the long run, these efforts are for /dev/null by design, because<br/>you&#39;re developing for ancient perl....<br/><br/><br/>&gt; <br/>&gt; I am trying to address this by providing a native perl <br/>&gt; mechanism which will work on any OS which you can just put <br/>&gt; somewhere and access it via PERL5LIB, then download whatever <br/>&gt; par files you want and it just works<br/><br/>this just not going to work......<br/><br/><br/>[1] I have funny idea that there indeed already is a solution....<br/>There is Javasript unzipper (I use it in my old Nokia (Honest!) :) )<br/>Its a single JS file that joes do the job, efficiently,<br/>and there is pure-perl Javascript on CPAN, <br/>so there is a pure-perl solution, <br/>but......... this isn&#39;t serious, of course :):) http://www.nntp.perl.org/group/perl.par/2013/04/msg5528.html Sun, 07 Apr 2013 08:48:35 +0000 RE: Creating PAR::Lite by Konovalov, Vadim ** CTR ** &gt; From: Roderich Schupp <br/>&gt; On Fri, Apr 5, 2013 at 12:08 AM, Tony Edwardson wrote: <br/>&gt; <br/>&gt; &gt; For this to work, I need to be able to create a native perl <br/>&gt; module (without <br/>&gt; &gt; dependency on any os specific modules or shared libraries) <br/>&gt; which is able to <br/>&gt; &gt; use these par files. <br/>&gt; &gt; Unfortunately, the PAR module relies on Archive::Zip which <br/>&gt; in turn needs the <br/>&gt; &gt; Compress::Raw::Zlib module which are OS specific needing a compiler. <br/>&gt; &gt; I would like to create a PAR::Lite module which performs a <br/>&gt; subset of the PAR <br/>&gt; &gt; functionality using something like Compress::Zlib::Perl to <br/>&gt; just handle using <br/>&gt; &gt; PAR files as an additional resource of CPAN modules. <br/>&gt; <br/>&gt; That&#39;s a bogus argument. AFAIK any recent Perl distribution <br/>&gt; (on Windows) <br/>&gt; already includes Archive::Zip and its dependencies. <br/> <br/>to say more, <br/> <br/>perl core contains &quot;Compress::Zlib&quot; for long time already <br/>(hence - any distribution surely has it too) <br/>and Archive::Zip is pure-perl, which (mostly) depends on Compress::Zlib, <br/> <br/>so even if distribution lacks Archive::Zip - C compiler is not needed <br/>to install Archive::Zip... <br/> <br/>Still, there is little need for pure-perl PAR. <br/> <br/> <br/>&gt; <br/>&gt; People on the list might correct me, but I think the major use of the <br/>&gt; PAR family of modules is not to create jar-like archives, but <br/>&gt; to create <br/>&gt; standalone executables. <br/> <br/> <br/>However there is a pearl in idea to have a number of feature-stuffed PAR <br/>files and use these like JARs... <br/> <br/> <br/>In Tcl/TK there are &quot;kit&quot;s and these are really worth looking at, <br/> <br/>for example there is a file &quot;tkgamepack.kit&quot; which is 2.7Mb in size <br/>and contains some 90+ little games.... :o <br/>There are other interesting applications as single-file KIT. <br/> <br/>very impressive. <br/> <br/>these kit-s are executed with an executable file of some 3Mb - <br/>no UNZIP into temporaries, just assoziate &quot;.kit&quot; extension with <br/>this executable, and you&#39;re done. <br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5527.html Sun, 07 Apr 2013 08:48:29 +0000 RE: Creating PAR::Lite by Konovalov, Vadim ** CTR ** &gt; From: Tony Edwardson<br/><br/>&gt; I would like to create a PAR::Lite module which performs a <br/>&gt; subset of the <br/>&gt; PAR functionality using something like Compress::Zlib::Perl to just <br/>&gt; handle using PAR files as an additional resource of CPAN modules.<br/><br/>Why you need pure-perl Compress::Zlib::Perl, given that <br/>Compress::Zlib is already in the core??<br/><br/>Archive::Zip is pure-perl already.<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5526.html Sun, 07 Apr 2013 08:48:27 +0000 RE: Creating PAR::Lite by Konovalov, Vadim ** CTR ** &gt; From: Tony Edwardson<br/>&gt; there are millions of computer in the City running Solaris 10 <br/>&gt; and loads of people who want to use perl om these but <br/>&gt; are held back but the ancient version pre-installed.<br/><br/>given you&#39;re doing something with PAR - this means you will<br/>get single-file executable with modern Perl running on<br/>Solaris,<br/>hence you do not need 5.8.4 support.<br/><br/><br/><br/>&gt; I am leaning towards imprementing a pure Perl version of <br/>&gt; Arvhive::Zip ( at least, the functionality needed by PAR) and <br/>&gt; then use the exising PAR module.<br/><br/>I can congratulate you: Archive::Zip is already pure-perl<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5525.html Sun, 07 Apr 2013 08:48:25 +0000 Re: Creating PAR::Lite by Reini Urban On Fri, Apr 5, 2013 at 3:52 AM, Tony Edwardson &lt;tony@edwardson.co.uk&gt; wrote:<br/><br/>&gt; Thanks for all your replies however Compress::Zlib was added to core at<br/>&gt; version 5.9.3 whereas the preinstalled<br/>&gt; version of perl in Solaris 10 and some linux distros is earlier than that<br/>&gt; (5.8.4 for Solaris 10, 5.8.8 for Centos 5)<br/>&gt; Solaris 10 is everywhere in the Banking sector and when Linux is used, you<br/>&gt; only get version 5.8.8.<br/>&gt;<br/>&gt; I have argued long and hard to get a modern version of perl installed but<br/>&gt; Banks won&#39;t install anything to Production if it doesn&#39;t have vendor<br/>&gt; support and so I am stuck with 5.8.4.<br/>&gt;<br/><br/>I see, but this shouldn&#39;t be a problem.<br/>Compress::Bzip2 works back to 5.6 at least and is<br/>Compress::Zlib compatible.<br/>No big deal to install that on a solaris 10 system with cc<br/>(gcc installations on solaris always suck and often produce misaligned<br/>code.<br/>Your sysadmins might be right.)<br/><br/>It is also pretty easy for your sysadmins to install PAR::Packer and<br/>Compress::Zlib on 5.8.4.<br/>They need to do this anyway to fix security bugs in zlib.<br/>Just verified that this works on our legacy 5.8.4 and 5.8.8 systems.<br/>Just 5.6 support is a bit hard for PAR, because of File::Temp problems.<br/><br/>On Friday, April 5, 2013, Konovalov, Vadim (Vadim)** CTR ** wrote:<br/><br/>&gt; &gt; From: Roderich Schupp<br/>&gt; &gt; On Fri, Apr 5, 2013 at 12:08 AM, Tony Edwardson wrote:<br/>&gt; &gt;<br/>&gt; &gt; &gt; For this to work, I need to be able to create a native perl<br/>&gt; &gt; module (without<br/>&gt; &gt; &gt; dependency on any os specific modules or shared libraries)<br/>&gt; &gt; which is able to<br/>&gt; &gt; &gt; use these par files.<br/>&gt; &gt; &gt; Unfortunately, the PAR module relies on Archive::Zip which<br/>&gt; &gt; in turn needs the<br/>&gt; &gt; &gt; Compress::Raw::Zlib module which are OS specific needing a compiler.<br/>&gt; &gt; &gt; I would like to create a PAR::Lite module which performs a<br/>&gt; &gt; subset of the PAR<br/>&gt; &gt; &gt; functionality using something like Compress::Zlib::Perl to<br/>&gt; &gt; just handle using<br/>&gt; &gt; &gt; PAR files as an additional resource of CPAN modules.<br/>&gt; &gt;<br/>&gt; &gt; That&#39;s a bogus argument. AFAIK any recent Perl distribution<br/>&gt; &gt; (on Windows)<br/>&gt; &gt; already includes Archive::Zip and its dependencies.<br/>&gt;<br/>&gt; to say more,<br/>&gt;<br/>&gt; perl core contains &quot;Compress::Zlib&quot; for long time already<br/>&gt; (hence - any distribution surely has it too)<br/>&gt; and Archive::Zip is pure-perl, which (mostly) depends on Compress::Zlib,<br/>&gt;<br/>&gt; so even if distribution lacks Archive::Zip - C compiler is not needed<br/>&gt; to install Archive::Zip...<br/>&gt;<br/>&gt; Still, there is little need for pure-perl PAR.<br/><br/>So why is everybody so crazy about matt&#39;s Object::Remote?<br/>A pure-perl PAR would fill that role better. It was made for this case,<br/>but nobody can use it so far.<br/><br/>&gt; &gt; People on the list might correct me, but I think the major use of the<br/>&gt; &gt; PAR family of modules is not to create jar-like archives, but<br/>&gt; &gt; to create standalone executables.<br/><br/>Yes, but the first idea for par was jar, not parl and PAR::Packer. Ask<br/>Audrey.<br/>-- <br/>Reini Urban<br/>http://cpanel.net/ http://www.perl-compiler.org/<br/><br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5524.html Fri, 05 Apr 2013 16:13:00 +0000 Re: [rt.cpan.org #84448] --> Ref #[1M3px5P7km0502f] by password via RT Fri Apr 05 11:38:21 2013: Request 84448 was acted upon.<br/>Transaction: Correspondence added by password@support.juno.com<br/> Queue: PAR-Packer<br/> Subject: Re: [rt.cpan.org #84448] --&gt; Ref #[1M3px5P7km0502f] <br/> Broken in: (no value)<br/> Severity: (no value)<br/> Owner: Nobody<br/> Requestors: david_geiser@agilent.com<br/> Status: new<br/> Ticket &lt;URL: https://rt.cpan.org/Ticket/Display.html?id=84448 &gt;<br/><br/><br/>Hello,<br/><br/>Thank you for contacting Juno.<br/><br/>This is an automated response sent to email messages suspected to be spam by our spam filters. This process will help us filter spam messages and respond to genuine customer concerns quickly.<br/><br/>We apologize if your email is mistakenly identified as spam. Please reply to this message and one of our support agents will get back to you.<br/><br/>Sincerely,<br/><br/>Juno Customer Care<br/><br/><br/> http://www.nntp.perl.org/group/perl.par/2013/04/msg5523.html Fri, 05 Apr 2013 15:38:33 +0000