On Mon, 2013-03-11 at 16:19 -0400, Justin Ross wrote:
> Hi, folks. Alpha is now available at revision 1455236 of trunk.
> Check it out here:
>
> http://people.apache.org/~jross/qpid-0.22-alpha/
>
> My testing on fedora 16 x86-64 revealed the same cpp ssl test issue I
> always see.
I have a guess as to the problem area:
The line being complained of is ssl_test:154:
if `$top_srcdir/src/tests/ping_broker -b $URL`; then echo "
Passed"; else { echo " Failed"; exit 1; }; fi
Using grep it seems that this is the only place (besides Makefiles) that
uses $top_srcdir so I conclude that for some reason the process that
makes test_env.sh for your build box fails to correctly set top_srcdir.
Andrew
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]