scjody@clusterfs.com
2007-Apr-02 17:59 UTC
[Lustre-devel] [Bug 12130] New: Relative paths passed to ./configure break build
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=12130 If a relative path is used in an option to ./configure, the build fails in cryptic ways. For example: ./configure --with-linux=/root/cfs/linux-2.6.9-42.0.10.EL && make [...] make[4]: Entering directory `/root/cfs/HEAD/lustre/ldiskfs'' rm -rf linux-stage linux sources mkdir -p linux-stage/fs/ext3 linux-stage/include/linux cp linux-stage/fs/ext3 cp: missing destination file Try `cp --help'' for more information. make[4]: *** [sources] Error 1 We should at least detect this problem in ./configure, if not fix it.