On 01-12-2006 09:54:59 +0100, Romulo Goncalves wrote:
Fabian Groffen wrote:
On 01-12-2006 09:49:18 +0100, Romulo Goncalves wrote:
I updated all my system yesterday night.
Now I am trying to run the Mtest for M5-SQL and I got this error.
[goncalve@amelia src]$ Mtest_5_sql -rq Could not open file /ufs/goncalve/scratch/MonetDB/monetdb5/etc/MonetDB5.conf
What is your Mtest_5_sql alias expanding to? alias Mtest_5_sql='env PATH="/ufs/goncalve/scratch/MonetDB/monetdb4/bin:/ufs/goncalve/scratch/MonetDB/monetdb5/bin:${PATH}" Mtest.py -5 --TSTSRCBASE=/ufs/goncalve/MonetDB/SQL/sql/ --TSTBLDBASE=/ufs/goncalve/scratch/SQL/sql/build/ --TSTTRGBASE=/ufs/goncalve/scratch/Mtest5/ --SQL_PREFIX=/ufs/goncalve/scratch/MonetDB/monetdb5 --config=/ufs/goncalve/scratch/MonetDB/monetdb5/etc/MonetDB5.conf'
There is your problem. Should be: --config=/ufs/goncalve/scratch/MonetDB/monetdb5/etc/monetdb5.conf
This is the Python way of saying: you try to use a key from a map that doesn't exist. This problem I had too, and you can resolve it (After Niels' fix) by adding --xquery_logdir=something to the Mtest call. So this is enough to resolve the problem?
With my comment above, yes