Issue27

Title PyLith 'make check' broken
Priority bug Status chatting
Superseder Nosy List leif
Assigned To leif Topics

Created on 2006-04-11.18:05:24 by leif, last changed 2006-11-07.00:02:19 by admin.

Messages
msg58 (view) Author: leif Date: 2006-04-11.20:25:22
...it also doesn't work if '--without-embedding' was given to 'configure',
perhaps because 'python' is confused by the 'lithomop3d' project subdirectory.
msg57 (view) Author: leif Date: 2006-04-11.20:20:09
It also doesn't work if you don't "make install" first, because of the #!
interpreter line.

Note that this particular detail relates to my new conviction that "make
install" should be optional -- i.e., "make" should create a working
"installation" in the build directory.
msg56 (view) Author: leif Date: 2006-04-11.18:05:24
PyLith 'make check' broken when srcdir != builddir (it can't find the input
files). To reproduce:

mkdir build
cd build
../configure
make
make check
msg59 (view) Author: leif Date: 2006-04-11.20:31:57
I didn't mean 'confused' -- the 'lithomop3d' project dir is intentionally added
to PYTHONPATH (since the final one might not be installed yet)... what I meant
was, the 'lithomop3d' project subdirectory doesn't contain the .so Python
extension module, so this TESTS_ENVIRONMENT/PYTHONPATH trick fails.

Getting Python to work in a build directory w/o 'make install' could be painful...
History
Date User Action Args
2006-11-07 00:02:19adminsetmessages: + msg56, msg57, msg58
2006-11-06 08:34:14anonymoussetmessages: - msg58
2006-11-04 08:26:15anonymoussetmessages: - msg57
2006-11-03 05:46:04anonymoussetmessages: - msg56
2006-04-11 20:31:57leifsetmessages: + msg59
2006-04-11 20:25:22leifsetmessages: + msg58
2006-04-11 20:20:09leifsetstatus: unread -> chatting
messages: + msg57
title: PyLith 'make check' broken when srcdir != builddir -> PyLith 'make check' broken
2006-04-11 18:05:24leifcreate