Re: [Perlgssapi-developer] GSSAPI-0.26 does not pass make test stage on SCO Openserver 6.0
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2009-05-11 18:25:50
|
On Monday 04 May 2009, you wrote: > I have included files showing Perl making the Makefile (GSSpmake.txt), the > initial make (GSSmake.txt), > and the make test stage (GSStest.txt) Hello Jeffrey, I suppose the main difference between running testst by "make test" and running by "prove" or "prove -v" is PERL_DL_NONLAZY=1. (set in the Makefile) To check is this is the main difference please 1. run kdestroy to ensure you run the test without TGT (fail of test 19 of t/test.t is another problem I have to dig deeper into, we want to skip it here) 2. manually edit your Makefile and remove the 4 "PERL_DL_NONLAZY=1" from the 4 lines of Makefile (I've prepared this for you, find attached the modified Makefile) 3. run "make test" and check if "make test" fails. (This should not fail if my assumption is correct) 4. manually set environment PERL_DL_NONLAZY=1 and run "prove" command. (this should fail if my assumption is correct). BR, Achim |