|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: "make test" failing with DBD-Sybase 1.07{,_01} vs. DBI older
than 1.34
Date: May 3 2006 6:38PM
On Tue, 2006-05-02 at 18:16 -0700, Greg Earle wrote:
> Hi Michael,
>
> This really belongs over on dbi-users I suppose, but I'm on
> this list and not on that one.
>
> I'm trying to create an RPM for DBD-Sybase (1.07 or 1.07_01,
> doesn't matter) via "rpmbuild -ba". I've cooked up a .spec
> file (this is on Red Hat Enterprise Linux 3 with Sybase 12.5.1,
> in case it matters) and the build works fine until it gets to
> the very, very end:
>
> [root@rhel3box SPECS]# rpmbuild -ba perl-DBD-Sybase.spec
> Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.18545
> + umask 022
> + cd /usr/src/redhat/BUILD
>
> [...]
>
> t/xblk..........ok
> t/xblob.........ok 10/11# Looks like you planned 11 tests but only ran 10.
> t/xblob.........dubious
> Test returned status 1 (wstat 256, 0x100)
That's a bug in the xblob.t script. The SKIP call should be
skip "requires ...", 4
If you fix that you should be fine.
Michael
--
Michael Peppler - mpeppler@peppler.org - http://www.peppler.org/
Sybase DBA/Developer - TeamSybase: http://www.teamsybase.com/
Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html
|