Hi,

Looking at the failed log, I see:
-directory/file1
 directory/file2
+directory/file1

The test seems to be depending on the order of files as returned
by something, which isn't ordered.  We've saw this problem before
with an other package.

If I do a touch file1; touch file2, "find ." can return either
". ./file1 ./file2" or ". ./file2 ./file1".  It can depend on
things like the filesystem.  For me, it returns the files in the
order I created them.

I have no idea what really is different between all the machines.
Afaik, I have the same kernel version and filesystem, yet get
different results.  The only real difference afaik is that the
buildd machine is a dual cpu.

Anyway, please make sure that things get sorted, so you can have
reproducible results.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to