Namazu-devel-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: namazu-2.0.11pre1



佐久間と申します。


OS: Turbolinux 8 Workstation
  * Perl 5.6.1
  * GNU autoconf 2.13
  * GNU automake 1.4-p5
  * GNU libtool 1.3.5
  * GNU gettext 0.10.40

で
====================
1 of 45 tests failed
====================

となりました。

エラーは

:
:
PASS: namazu-4
assert failed: $result eq "0\n" at - line 15.
FAIL: namazu-5
:
:

となっています。


> Hajime BABA <baba@xxxxxxxxxxxxxxxx> さん
>  > >> Use of uninitialized value in concatenation (.) at
>  > >../filter/msword.pl line 142> Use of uninitialized value in pattern
>  > >match (m//) at ../filter/excel.pl line 89.> Use of uninitialized value
>  > >in pattern match (m//) at ../filter/powerpoint.pl line 88.
>  >   これは起きませんでした... しかし何故でしょうね。
> 
> ぼくは二台とも一番上のエラーだけおきました。これは修正法がいまひと
> つよくわからん...

requireしたファイル中でグローバルでmy宣言した場合、strictか-wに引っかかるという事はないですか?以前ActivePerl(628位だったかな)でこのような事態にあったことがあります。

msword.plは以下の場合はどうでしょうか?

--- msword.pl   Wed Jul 31 14:18:39 2002
+++ msword.pl   Wed Jul 31 14:19:06 2002
@@ -138,7 +138,7 @@
                }
            }
        }
-       return _("Unsupported format: ") .  $version unless $supported;
+       return (_("Unsupported format: ") . $version) unless $supported;
        system("$wordconvpath $options $tmpfile $ofile");
         system("$utfconvpath -Iu8 -Oej $tmpfile2 > $tmpfile");
        unlink($tmpfile2);






// Hiroaki,Sakuma
//
// BEETAS.org http://www.beetas.org/
//  sakuma@xxxxxxxxxx
//
// Webmin-JP  http://jp.webmin.com/
//  sakuma@xxxxxxxxxxxxx