Skip Menu |

This queue is for tickets about the Date-Calc CPAN distribution.

Report information
The Basics
Id: 34685
Status: stalled
Priority: 0/
Queue: Date-Calc

People
Owner: Nobody in particular
Requestors: TranL [...] sutterhealth.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: <loan_tr [...] yahoo.com>
Subject: Problems installing Date-Calc-5.4
Date: Fri, 4 Apr 2008 14:12:34 -0700
To: <bug-Date-Calc [...] rt.cpan.org>
From: "Tran, Loan" <TranL [...] sutterhealth.org>
I'm unable to install Date-Calc-5.4. Can you assist me in resolving this issue? Thanks. Below is the output during the installation process: u@h `pwd` => perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Bit::Vector 6.4 not found. Warning: prerequisite Carp::Clan 5.3 not found. Writing Makefile for Date::Calc Writing patchlevel.h for perl (5.008) u@h `pwd` => make cp lib/Date/Calc/Object.pod blib/lib/Date/Calc/Object.pod cp lib/Date/Calendar/Year.pm blib/lib/Date/Calendar/Year.pm cp Calc.pod blib/lib/Date/Calc.pod cp lib/Date/Calc/Object.pm blib/lib/Date/Calc/Object.pm cp lib/Date/Calendar/Profiles.pm blib/lib/Date/Calendar/Profiles.pm cp Calendar.pod blib/lib/Date/Calendar.pod cp Calc.pm blib/lib/Date/Calc.pm cp lib/Date/Calendar/Profiles.pod blib/lib/Date/Calendar/Profiles.pod cp lib/Date/Calendar/Year.pod blib/lib/Date/Calendar/Year.pod cp Calendar.pm blib/lib/Date/Calendar.pm /bin/perl -e 'use ExtUtils::Mksymlists; Mksymlists("NAME" => "Date::Calc", "DL_FUNCS" => { }, "FUNCLIST" => [], "DL_VARS" => []);' /bin/perl /usr/opt/perl5/lib/5.8.0/ExtUtils/xsubpp -typemap /usr/opt/perl5/lib/5.8.0/ExtUtils/typemap -typemap typemap Cal c.xs > Calc.xsc && mv Calc.xsc Calc.c cc_r -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_IN IT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"5.4\" -DXS_VERSION=\"5.4\" "-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" Calc.c cc_r: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received make: 1254-004 The error code from the last command is 251. Stop. u@h `pwd` =>

Message body is not shown because it is too large.

On Fri Apr 04 17:13:04 2008, TranL@sutterhealth.org wrote: Show quoted text
> I'm unable to install Date-Calc-5.4. > Can you assist me in resolving this issue? Thanks. > > Below is the output during the installation process: > > u@h `pwd` => perl Makefile.PL > Checking if your kit is complete... > Looks good > Warning: prerequisite Bit::Vector 6.4 not found. > Warning: prerequisite Carp::Clan 5.3 not found. > Writing Makefile for Date::Calc > Writing patchlevel.h for perl (5.008) > > > > u@h `pwd` => make > cp lib/Date/Calc/Object.pod blib/lib/Date/Calc/Object.pod > cp lib/Date/Calendar/Year.pm blib/lib/Date/Calendar/Year.pm > cp Calc.pod blib/lib/Date/Calc.pod > cp lib/Date/Calc/Object.pm blib/lib/Date/Calc/Object.pm > cp lib/Date/Calendar/Profiles.pm blib/lib/Date/Calendar/Profiles.pm > cp Calendar.pod blib/lib/Date/Calendar.pod > cp Calc.pm blib/lib/Date/Calc.pm > cp lib/Date/Calendar/Profiles.pod blib/lib/Date/Calendar/Profiles.pod > cp lib/Date/Calendar/Year.pod blib/lib/Date/Calendar/Year.pod > cp Calendar.pm blib/lib/Date/Calendar.pm > /bin/perl -e 'use ExtUtils::Mksymlists; Mksymlists("NAME" => > "Date::Calc", "DL_FUNCS" => { }, "FUNCLIST" => [], "DL_VARS" > => []);' > /bin/perl /usr/opt/perl5/lib/5.8.0/ExtUtils/xsubpp -typemap > /usr/opt/perl5/lib/5.8.0/ExtUtils/typemap -typemap typemap Cal > c.xs > Calc.xsc && mv Calc.xsc Calc.c > cc_r -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE > -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_IN > IT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"5.4\" > -DXS_VERSION=\"5.4\" "-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" > > Calc.c > cc_r: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received > make: 1254-004 The error code from the last command is 251. > > > Stop. > u@h `pwd` =>
The error message is in fact really strange, but the most frequent reason is that the compiler used to compile your Perl and the compiler used to compile this module do not match (e.g. when it has been upgraded in the meantime). Rebuild your Perl and then everything is usually just fine, the problem usually "mysteriously" disappears. Good luck!