Subject: Re: lang/perl5 from 2006Q1 fails test 443
To: None <pkgsrc-users@NetBSD.org>
From: Johnny C. Lam <jlam@pkgsrc.org>
List: pkgsrc-users
Date: 04/05/2006 06:38:09
On Wed, Apr 05, 2006 at 12:09:43AM +0200, Klaus Heinz wrote:
> 
>   EXPECTED:
>   Invalid conversion in sprintf: "%z" at - line 5.
>   Invalid conversion in sprintf: end of string at - line 7.
>   Invalid conversion in sprintf: "%\002" at - line 9.
>   Invalid conversion in printf: "%z" at - line 4.
>   Invalid conversion in printf: end of string at - line 6.
>   Invalid conversion in printf: "%\002" at - line 8.
>   GOT:
>   Invalid conversion in printf: "%z" at - line 4.
>   Invalid conversion in sprintf: "%z" at - line 5.
>   Invalid conversion in printf: end of string at - line 6.
>   Invalid conversion in sprintf: end of string at - line 7.
>   Invalid conversion in printf: "%\002" at - line 8.
>   Invalid conversion in sprintf: "%\002" at - line 9.

I saw this as well on 3.0/i386.  I ignored it because I noticed that
the error output was identical modulo the line order.  However, I
didn't investigate as to why there was a difference.

	Cheers,

	-- Johnny Lam <jlam@pkgsrc.org>