[pgsql-jp: 37026] Tsearch2のインストールエラー

koyama mlus @ hintmark.com
2006年 4月 30日 (日) 08:00:07 JST


xeon-koyamaと申します。

SUSE10.0 + Postgres8.1.3
にて利用しています。
Postgres8.1.3 は、Postgres提供のtarballからコンパイル
ispellは、SUSE付属パッケージをそのまま利用。
initdb -E UNICODE で作成
createlang plpgsql template1 してあります。

Tsearch2 インストール方法

$ su - postgres
$ cd Postgresソース/contrib/tsearch2
$ make  --  エラーなし
$ make install   -- エラーなし
$ make installcheck --エラー


Tsearch2のインストール時の make installcheck にて
エラーが発生してしまいました。
結果結果期待数が、実際の結果数と異なる事からエラーが
出ていると思うのですが、私には回避方法がわかりません。
回避方法をご存じの方がいらっしゃいましたら、ご返答宜しく
お願い致します。


エラーでのメッセージである、regression.diffs  は、以下のようになっています

**********************************************************************

*** ./expected/tsearch2.out	Fri Oct 28 22:05:06 2005
--- ./results/tsearch2.out	Sun Apr 30 07:44:55 2006
***************
*** 2090,2096 ****
  Upon a woman s face. E.  J.  Pratt  (1882 1964)
  ', to_tsquery('sea&thousand&years'));
                                                         headline

!
-----------------------------------------------------------------------------------------------------------------------
   <b>sea</b> a <b>thousand</b> <b>years</b>,
  A <b>thousand</b> <b>years</b> to trace
  The granite features of this cliff
--- 2090,2096 ----
  Upon a woman s face. E.  J.  Pratt  (1882 1964)
  ', to_tsquery('sea&thousand&years'));
                    headline
! --------------------------------------------
   <b>sea</b> a <b>thousand</b> <b>years</b>,
  A <b>thousand</b> <b>years</b> to trace
  The granite features of this cliff
***************
*** 2107,2113 ****
  Upon a woman s face. E.  J.  Pratt  (1882 1964)
  ', to_tsquery('granite&sea'));
                                               headline

!
--------------------------------------------------------------------------------------------------
   <b>sea</b> a thousand years,
  A thousand years to trace
  The <b>granite</b> features of this cliff
--- 2107,2113 ----
  Upon a woman s face. E.  J.  Pratt  (1882 1964)
  ', to_tsquery('granite&sea'));
             headline
! ------------------------------
   <b>sea</b> a thousand years,
  A thousand years to trace
  The <b>granite</b> features of this cliff
***************
*** 2124,2130 ****
  Upon a woman s face. E.  J.  Pratt  (1882 1964)
  ', to_tsquery('sea'));
                                           headline

!
-------------------------------------------------------------------------------------------
   <b>sea</b> a thousand years,
  A thousand years to trace
  The granite features of this cliff
--- 2124,2130 ----
  Upon a woman s face. E.  J.  Pratt  (1882 1964)
  ', to_tsquery('sea'));
             headline
! ------------------------------
   <b>sea</b> a thousand years,
  A thousand years to trace
  The granite features of this cliff
***************
*** 2144,2150 ****
  </html>',
  to_tsquery('sea&foo'), 'HighlightAll=true');

                                        headline


!
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  <html>
  <!-- some comment -->
--- 2144,2150 ----
  </html>',
  to_tsquery('sea&foo'), 'HighlightAll=true');
   headline
! ----------

  <html>
  <!-- some comment -->

======================================================================

**************************************************************************



pgsql-jp メーリングリストの案内