Tetsuro IKEDA
te.ik****@jpta*****
2008年 11月 12日 (水) 10:05:42 JST
おぉぉ、すみません! tritonn-1.0.11a としてすぐに再リリースします。 池田 Kazuhiko さんは書きました: > こんにちは、かずひこです。 > > tritonn-1.0.11-mysql-5.0.67のソースリリースお疲れさまでした。 > 早速ビルドしようとして、いくつか気づいたことを報告させてください。 > > * mysql-5.0.67にある一部のファイルがない > > 具体的には、bdb以下のほとんどのファイル、ndb以下のほとんどのファイル、 > libmysqldディレクトリ全部、man以下の一部のファイル、がありません。 > > * sql/sql_yacc.yyがコンパイルできない > > sql/sql_yacc.yy: conflicts: 241 shift/reduce > sql/sql_yacc.yy: expected 240 shift/reduce conflicts > > となります。以下の変更で同梱のsql_yacc.ccと同一のファイルが生成されました。 > > --- tritonn-1.0.11-mysql-5.0.67/sql/sql_yacc.yy > +++ tritonn-1.0.11-mysql-5.0.67/sql/sql_yacc.yy > @@ -458,10 +458,10 @@ > > %pure_parser /* We have threads */ > /* > - Currently there are 240 shift/reduce conflicts. > + Currently there are 241 shift/reduce conflicts. > We should not introduce new conflicts any more. > */ > -%expect 240 > +%expect 241 > > %token END_OF_INPUT > > なお、sennaスイートでテストは問題なく通り、通常のテストスイートも、落ち > そうなもの以外はちゃんと通りました。 > > かずひこ > > _______________________________________________ > Tritonn-dev mailing list > Trito****@lists***** > http://lists.sourceforge.jp/mailman/listinfo/tritonn-dev >