URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 67475
[ Назад ]

Исходное сообщение
"Опять не ставится перловый модуль..."

Отправлено mdanshin , 10-Июл-06 15:41 
На этот раз проблема с модулем Time::Local

На мой запрос:

cpan> install Time::Local

говорит:

Running install for module Time::Local
Running make for D/DR/DROLSKY/Time-Local-1.12.tar.gz
  Is already unwrapped into directory /home/mdanshin/.cpan/build/Time-Local-1.12
  Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Local....ok 1/133# Test 133 got: "80000707" (t/Local.t at line 167)
#     Expected: "7fffffff" (0x7fffffff round trip through localtime then timelocal)
#  t/Local.t line 167 is:     ok(sprintf('%x', timelocal(localtime(0x7fffffff))), sprintf('%x', 0x7fffffff),
t/Local....FAILED test 133
        Failed 1/133 tests, 99.25% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Local.t                133    1   0.75%  133
Failed 1/1 test scripts, 0.00% okay. 1/133 subtests failed, 99.25% okay.
make: *** [test_dynamic] Ошибка 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force

Что не так? Как победить? Помогите плиз!


Содержание

Сообщения в этом обсуждении
"Опять не ставится перловый модуль..."
Отправлено antoshkin , 10-Июл-06 16:43 
Попробуй
cpan# force install Time::Local


"Опять не ставится перловый модуль..."
Отправлено mdanshin , 11-Июл-06 10:37 
>Попробуй
>cpan# force install Time::Local


Ну так то он встанет, наверно, но будет ли коректно работать?


"Опять не ставится перловый модуль..."
Отправлено openwork , 11-Июл-06 12:17 
а ты apt не пробовал ставить ?

open@localhost ~ $ apt-cache search perl |grep -i time
perl-Cache-Simple-TimedExpiry - Cache-Simple-TimedExpiry - A lightweight cache with timed expiration
perl-Class-Autouse - Class-Autouse - Run-time class loading on first method callperl-DateTime-Format-W3CDTF - Formatting and parsing of W3CDTF dates
perl-DateTime-Locale - Localization support for DateTime.pm
perl-DateTime-TimeZone - Time zone object base class and factory
perl-HTML-Template-JIT - A just-in-time compiler for HTML::Template
perl-Period - Time::Period module for perl
perl-Time-modules - Time-modules - Parse and format time values
perl-TimeDate - Функции обработки даты/времени для Perl
anacron - A cron-like program that doesn't go by time
pcre-ocaml-runtime - Runtime part of the PCRE bindings for OCaml
perl-Class-Date - Class for easy date and time manipulation
perl-DateTime - DateTime base objects
perl-DateTime-Format-Mail - Convert between DateTime and RFC2822/822 formats

и apt-get install <нужный пакет>

>>Попробуй
>>cpan# force install Time::Local
>
>
>Ну так то он встанет, наверно, но будет ли коректно работать?