Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBD-Oracle CPAN distribution.

Report information
The Basics
Id: 40582
Status: rejected
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: boingolover [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.22
Fixed in: (no value)



Subject: make test fails on Mac OS X
I had to use the patch I uploaded in Ticket #21920 to get this to compile. After the compile succeeded, I ran make test TEST_VERBOSE=1 and have attached the resulting log. It looks like there are a couple of minor bits where it's failing, though I have no idea why. This does not appear to be a show stopper. I have installed DBD::Oracle version 1.22 despite these make test errors and every script I've tested with has worked, so I have yet to encounter problems in the "real world". Still, something is off. The same errors pop up only on the perl that ships with Mac OS X and is not present on the same version of perl as installed from macports.
Subject: testlog
Download testlog
application/octet-stream 99.5k

Message body not shown because it is not plain text.

From: boingolover [...] yahoo.com
Dug into this a bit, looks like it's failing in Oracle.pm when the primary_key_info gets called . It fails on this line within the subroutine: my $sth = $dbh->prepare($SQL) or return undef; This is using oracle instant client 10.2.0.4.0 for Mac Intel. I don't know enough about XS in general or the oracle c api specifically to dig any further.
Ticket reached age of retirement. If you still have the same problem with modern versions of the Mac's perl, please feel free to re-open.