You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jani Averbach <ja...@jaa.iki.fi> on 2004/07/11 03:12:17 UTC

[BUG] apr-util-1.0.0.rc3: when src_dir != obj_dir make check won't work

Hi,

The check target of apr-util(1.0.0.rc3) will fail when building
directory is different than source directory. This happens because
there isn't test directory in obj directory. The check target of apr
works fine with separated build directory.

BR, Jani

Here is a check report for apr-1.0.0.rc3 on amd64, with gcc 3.3.3:

testatomic          : SUCCESS
testdir             : FAILED 2 of 12
testdso             : SUCCESS
testdup             : SUCCESS
testenv             : SUCCESS
testfile            : FAILED 3 of 22
testfilecopy        : FAILED 2 of 4
testfileinfo        : SUCCESS
testflock           : SUCCESS
testfmt             : SUCCESS
testfnmatch         : FAILED 2 of 2
testargs            : SUCCESS
testhash            : SUCCESS
testipsub           : SUCCESS
testlock            : SUCCESS
testlfs             : SUCCESS
testmmap            : |make[1]: Leaving directory...

Don't know what has happened to this last line..

-- 
Jani Averbach


Re: [BUG] apr-util-1.0.0.rc3: when src_dir != obj_dir make check won't work

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
--On Saturday, July 10, 2004 7:12 PM -0600 Jani Averbach <ja...@jaa.iki.fi> 
wrote:

> The check target of apr-util(1.0.0.rc3) will fail when building
> directory is different than source directory. This happens because
> there isn't test directory in obj directory. The check target of apr
> works fine with separated build directory.

Copy the data and internal directories from the $src/test.  IIRC, it used to 
do that, but somehow when the test suite was migrated over, it stopped.  -- 
justin