On Wed, Mar 06, 2002 at 12:13:25PM -0800, Jonathan Leffler wrote:
> Hi Tim,
>
> DBI 1.21 has a use of fprintf(DBILOGFP in DBI.xs at line 2993.
>
> --- DBI.xs.old Wed Feb 6 19:15:42 2002
> +++ DBI.xs Wed Mar 6 12:05:15 2002
> @@ -2990,7 +2990,7 @@
> /* default to method call via stash of implementor of DBI_LAST_HANDLE */
> imp_stash = DBIc_IMP_STASH(imp_xxh);
> if (DBIS->debug >= 2)
> - fprintf(DBILOGFP," >> %s::%s\n", HvNAME(imp_stash), meth);
> + PerlIO_printf(DBILOGFP," >> %s::%s\n", HvNAME(imp_stash), meth);
> ST(0) = DBI_LAST_HANDLE;
> if ((imp_gv = gv_fetchmethod(imp_stash,meth)) == NULL) {
> croak("Can't locate $DBI::%s object method \"%s\" via package \"%s\"",
Ah, phooey. I could have sworn I'd dealt with all those.
Jeff also sent a patch. Thanks.
> There also seems to be a potential problem with the DBD_ATTRIBS_CHECK macro:
Fixed. Thanks.
> How should I report problems building with SFIO-2000 and Perl 5.7.3?
After 'make test' just do 'make nok'.
Tim.