Thanks, now these tests passed for me. thanks, Vladimir
On 2/14/07, Mark Hindess <[EMAIL PROTECTED]> wrote:
On 14 February 2007 at 14:01, "Vladimir Ivanov" <[EMAIL PROTECTED]> wrote: > Seems, it happens due to update of makefile's with comments: > 02/13/2007 20:35:16 Adding "-Dhy.no.sig=true" flag. Default is false > - build hysig.dll. I test any significant change by using a clean unpopulated tree and all the tests passed for me. However, if I revert the change, build and test, then put the changes back I get errors. If I run: find modules/portlib/src/test/native \ \( \( -type f -a -perm -0111 \) -o -name '*.o' \) | xargs rm to clean the generated files, then the files are (correctly) rebuild and everything works again. I've fixed the clean target to also remove these files. -Mark. > On 2/14/07, Vladimir Ivanov <[EMAIL PROTECTED]> wrote: > > All tests have a log like this: > > <system-out><![CDATA[portlib init failed > > init:]]></system-out> > > > > thanks, Vladimir > > > > On 2/14/07, Vladimir Ivanov <[EMAIL PROTECTED]> wrote: > > > These tests run on Linux ia32 only, so failures are not reproduced on > > > Win and x86_64. > > > > > > Thanks, Vladimir > > > > > > On 2/14/07, Vladimir Ivanov <[EMAIL PROTECTED]> wrote: > > > > Hello everybody, > > > > native tests for portlib module failed for me on Linux SUSE 9 ia32. > > > > Now I try to reproduce it on WinXP. > > > > Could anybody reproduce/fix it? > > > > > > > > thanks, Vladimir > > > > > > > > Execution log: > > > > init: FAILED > > > > hyerror: FAILED > > > > hytime: FAILED > > > > hyfile: FAILED > > > > > > > > > >
