Discussion:
[Mingw-users] Out of memory exception when install perl module with mingw shifted perl 5.8.8
Bruce
2017-04-02 11:35:00 UTC
Permalink
Hi,

I am new to mingw and perl, but a perl application I want to use need to install a few perl modules.
I install mingw 32 bit on my win 10 64bit.
I install gcc compiler and perl. After that I install perl module using perl cpan.
Cpan works but throw an exception when downloading package using LWP.

$cpan
cpan>install Date::Calc

CPAN: Storable loaded ok
Going to read /home/liubl/.cpan/Metadata
Going to read /home/liubl/.cpan/sources/authors/01mailrc.txt.gz
CPAN: Compress::Zlib loaded ok
Going to read /home/liubl/.cpan/sources/modules/02packages.details.txt.gz
Database was generated on Fri, 31 Mar 2017 16:29:02 GMT

There's a new CPAN.pm version (v2.16) available!
[Current version is v1.7602]
You might want to try
install Bundle::CPAN
reload cpan
without quitting the current session. It should be a seamless upgrade
while we are running...

Out of memory during request for 40 bytes, total sbrk() is 267528192 bytes!
Lockfile removed.


Is there any solution to this?
Thanks.
-Bruce
Earnie
2017-04-02 16:28:30 UTC
Permalink
Post by Bruce
Hi,
I am new to mingw and perl, but a perl application I want to use need to
install a few perl modules.
I install mingw 32 bit on my win 10 64bit.
I install gcc compiler and perl. After that I install perl module using perl cpan.
Cpan works but throw an exception when downloading package using LWP.
What perl distribution are you using?
Post by Bruce
$cpan
cpan>install Date::Calc
CPAN: Storable loaded ok
Going to read /home/liubl/.cpan/Metadata
Going to read /home/liubl/.cpan/sources/authors/01mailrc.txt.gz
CPAN: Compress::Zlib loaded ok
Going to read /home/liubl/.cpan/sources/modules/02packages.details.txt.gz
Database was generated on Fri, 31 Mar 2017 16:29:02 GMT
There's a new CPAN.pm version (v2.16) available!
[Current version is v1.7602]
You might want to try
install Bundle::CPAN
reload cpan
without quitting the current session. It should be a seamless upgrade
while we are running...
Out of memory during request for 40 bytes, total sbrk() is 267528192 bytes!
Lockfile removed.
It might depend on the perl distribution.
Post by Bruce
Is there any solution to this?
Maybe but unknown at the moment.
--
Earnie

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
MinGW-users mailing list
MinGW-***@lists.sourceforge.net

This list observes the Etiquette found at
http://www.mingw.org/Mailing_Lists.
We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated.

_______________________________________________
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users
Also: mailto:mingw-users-***@lists.sourceforge.net?subject=unsubscribe
Loading...