Can't run dbqp on rhel 5.5
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
In Progress
|
High
|
Patrick Crews | ||
7.0 |
Won't Fix
|
High
|
Patrick Crews | ||
7.1 |
Won't Fix
|
High
|
Patrick Crews |
Bug Description
on our redhat 5.5 machine (ssh <user>@
[hudson@rhel-5 drizzle-
( make && cd tests && .././tests/dbqp.py --top-srcdir=../. --top-builddir=../. --reorder --basedir=../. --testdir=
make[1]: Entering directory `/home/
make all-recursive
make[2]: Entering directory `/home/
Making all in .
make[3]: Entering directory `/home/
rm -f -f tests/test-run
ln -s test-run.pl tests/test-run
make[3]: Leaving directory `/home/
Making all in po
make[3]: Entering directory `/home/
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/
make[2]: Leaving directory `/home/
make[1]: Leaving directory `/home/
File ".././tests/
finally:
^
SyntaxError: invalid syntax
make: *** [test-dbqp] Error 1
Related branches
- Drizzle Developers: Pending requested
-
Diff: 65 lines (+29/-26)1 file modifiedtests/dbqp.py (+29/-26)
- Drizzle Developers: Pending requested
-
Diff: 578 lines (+558/-1)2 files modifiedtests/lib/sys_mgmt/system_management.py (+1/-1)
tests/lib/uuid.py (+557/-0)
Changed in drizzle: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Patrick Crews (patrick-crews) |
Still a problem after trying with the above fix:
Traceback (most recent call last): dbqp.py" , line 39, in ? mgmt.system_ management import systemManager hudson/ hudson/ workspace/ drizzle- build-rhel- 5.5-64bit/ tests/lib/ sys_mgmt/ system_ management. py", line 37, in ? build-rhel- 5.5-64bit] $
File ".././tests/
from lib.sys_
File "/home/
from uuid import uuid4
ImportError: No module named uuid
make: *** [test-dbqp] Error 1
[hudson@rhel-5 drizzle-