Bug#721537: perl: FTBFS on hppa: lib/locale test fails

John David Anglin dave.anglin at bell.net
Sun Sep 1 21:17:50 UTC 2013


On 1-Sep-13, at 5:02 PM, Dominic Hargreaves wrote:

> On Sun, Sep 01, 2013 at 02:37:23PM -0400, John David Anglin wrote:
>> Package: perl
>> Version: 5.18.1-2
>> Severity: normal
>>
>> The testsuite has one failure:
>>
>> lib/locale ....................................................  
>> Can't load '../l
>> ib/auto/re/re.so' for module re: ../lib/auto/re/re.so: failed to  
>> map segment fro
>> m shared object: Cannot allocate memory at ../lib/XSLoader.pm line  
>> 68.
>> at ../lib/re.pm line 85.
>> Compilation failed in require at ../lib/utf8_heavy.pl line 4.
>> BEGIN failed--compilation aborted at ../lib/utf8_heavy.pl line 4.
>> Compilation failed in require at ../lib/utf8.pm line 17.
>> FAILED--no leader found
>> lib/Net/hostent ............................................... ok
>
> Could you say some more about the system which experienced this
> failure? In particular how much memory does it have?


It's a rp3440 with 8 GB memory and 4 processors.

dave at mx3210:~$ cat /proc/meminfo
MemTotal:        8234328 kB
MemFree:         3143260 kB
Buffers:            1940 kB
...

If this is a mmap issue, there are some restrictions on the placement of
memory shared between modules due to aliasing issues.  This occurs when
software tries to specify the mapping location.

Build is successful if I "export DEB_BUILD_OPTIONS=nocheck".  I have  
the latest
unstable packages installed now and haven't seen any problems with the  
Debian packages
that depend on perl.

I can poke more at this if I knew where to look.

Dave
--
John David Anglin	dave.anglin at bell.net




More information about the Perl-maintainers mailing list