Hmm. Maybe just a dependency bug? Oh well, I just put in a perl 5.8 package, which has Time:HiRes allready in it, and DBI built just fine. Of course, now I'm having trouble with DBD-Pg-131 :-(
Thanks for the help! -Brian >Envelope-to: [EMAIL PROTECTED] >Delivery-date: Fri, 13 Dec 2002 13:36:05 -0500 >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: RE: Problem building DBI >1.30 >Date: Fri, 13 Dec 2002 13:35:14 -0500 >MIME-Version: 1.0 > >It looks like Time::HiRes is now a dependent package for the test suite. > >Go get this from CPAN, install it, and rerun your tests > >-----Original Message----- >From: Brian Nelson [mailto:[EMAIL PROTECTED]] >Sent: Friday, December 13, 2002 12:30 PM >To: [EMAIL PROTECTED] >Subject: Problem building DBI >1.30 > >I cant build DBI 1.31 or 1.32 properly. 1.30 works fine. > >I am building on solaris 8, with gcc 2.95.3 (solaris ld and such). > >Perl is 5.6.1 sun freeware package (perl -V is below, and complete build >log) > >It compiles ok, but when running 'make test' this part is failing: > > >----t/40profile.........Can't locate Time/HiRes.pm in @INC (@INC contains: >blib/arch blib/lib /usr/local/lib/perl5/5.6.1/sun4-solaris >/usr/local/lib/perl5/5.6.1/sun4-solaris >/usr/local/lib/perl5/5.6.1/sun4-solaris >/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/sun4-solaris >/usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1 >/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris >/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris >/usr/local/lib/perl5/site_perl/5.6.1 >/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris >/usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl . >/usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1 >/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris >/usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at >t/40profile.t line 181. >BEGIN failed--compilation aborted at t/40profile.t line 181. >t/40profile.........dubious > > Test returned status 2 (wstat 512, 0x200) >DIED. FAILED tests 1-54 > Failed 54/54 tests, 0.00% okay > >It appears to can't find the file, but I dont know why. I don't see any >aditional required packages for DBI. Again, >=1.30 works fine. > >Thanks! > >-Brian > >
