I now am able to successfully run tests with cmake but I cannot with autotools.
development/autotests/README states to just run 'make' in that
directory. When I do that, I get a "LyX missing user directory" dialog
for which I have to quickly press "create directory".
I then get:
Initializing testing environment . . .
Some error occurred: check
/home/scott/lyxbuilds/master/build/development/autotests/out-home
make: *** [run-tests] Error 255
Below are the contents of the file development/autotests/out-home/test-log.txt
Any ideas?
Thanks,
Scott
Beginning keytest.py
lyx_pid: None
outfilename: out.txt
max_drop: 0
infilename: ../first-time-in.txt
probability_we_drop_a_command:
0.0
0.0 0.0 self.p
Using x=CommandSourceFromFile
Setting LANG=en_US.utf8
Setting LANGUAGE=en_US
Executing: grep 'PACKAGE =' ../../../src/Makefile | sed -e 's/PACKAGE
= \(.*\)/\1/'
Executing mkdir -p ../locale/en_US/LC_MESSAGES
Executing rm -f ../locale/en_US/LC_MESSAGES/lyx.mo
Executing ln -s ../../../../../src/../po/en.gmo
../locale/en_US/LC_MESSAGES/lyx.mo
Starting LyX . . .
Executing ../../../src/lyx -userdir
/home/scott/lyxbuilds/master/build/development/autotests/out-home/.lyx
test.lyx > lyx-log.txt 2>&1&
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_win:
Waiting for LyX to show up . . .
lyx_pid: 13875
lyx_win: 0x04600018
Traceback (most recent call last):
File "../keytest.py", line 371, in <module>
sendKeystring(c[4:], lyx_pid)
File "../keytest.py", line 214, in sendKeystring
"-delay", actual_delay, "-text", keystr], stdout = FNULL, stderr = FNULL)
File "/usr/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied