Forum OpenACS Development: Re: tests cases fail on a 5.5 fresh installation

Collapse
Posted by Michael Cordova on
Finally I got everything working well. There is no problem as Don says.

So, please... I ask a forum moderator to change the title of this thread from "tests cases fail on a 5.5 fresh installation" to "tests cases fail with Tcl8.5" or something similar.

Thanks.

Just for the record, I have to say that the problem was that I was using Tcl8.5.7 with AOLServer 4.5.1, and although that's fine with OpenACS itself, TESTS cases don't work well with Tcl8.5 due to msgcat is now compiled as a module, and some tests use a file from tcltest where msgcat is called, but is not found.

Anyway, I have recompiled AOLServer with Tcl8.4.19 and everything works well.

The other issue, about pg_ts_* tables is related with Tsearch. Those tables are in my template1, so they appear in OpenACS database when I create it.

Collapse
Posted by Don Baccus on
We don't support tcl 8.5 yet. It's a worthy goal for 5.6.
Collapse
Posted by Prem Thomas on
Perhaps the compatibility matrix should be changed to reflect this; it currently indicates support for tcl 8.5

http://www.openacs.org/xowiki/openacs-compatibility-matrix

Collapse
Posted by Don Baccus on
Oops, who did that???
Collapse
Posted by Emmanuelle Raffenne on
I've updated http://www.openacs.org/xowiki/openacs-compatibility-matrix

Please check everything is OK.