24implicit_utf8.t fails when compiling DBD-Oracle-1.19 ("Rearing it"s ugly head again")
24implicit_utf8.t fails when compiling DBD-Oracle-1.19 ("Rearing it"s ugly head again")
am 09.03.2007 22:01:56 von RichardTanner
------_=_NextPart_001_01C7628E.2BD5DC33
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Greetings
I am having a problem getting DBD-Oracle-1.19 to compile. I 'googled'
many references to the problem identical to mine but found no solutions.
http://www.nntp.perl.org/group/perl.dbi.users/2006/05/msg292 60.html
http://www.mail-archive.com/dbi-dev@perl.org/msg04560.html
http://coding.derkeiler.com/Archive/Perl/perl.dbi.users/2006 -05/msg00137
html
Note We have no NLS environment variables currently set prior to running
'make test'.
Heres our configuration :
OS:=20
HP-UX 11.23 with PA-RISC2.0 Chip set
Perl:
Perl 5.8.8 configured as perl README.hpux from 5.8.8 docs and
README.hpux.txt from Oracle DBD docs
(non-threaded, dynamic linking, -Ae, +Z -D64 -Duselargefiles ...)
Much Thanks: Tim Bunce, H.Merijn Brand, Lincoln Baxter and Gram Ludlow.=20
DBI:
DBI 1.54
DBD:
DBD Oracle 1.19:
LD_LIBRARY_PATH=3D/app/oracle/product/9.2.0.8/lib
ORACLE_HOME=3D/app/oracle/product/9.2.0.8
TWO_TASK=3Dfcdev
ORACLE_USERID=3D'login/password'
ORACDLE_SID=3D'CLIENT_9208'
SHLIB_PATH=3D/app/oracle/product/9.2.0.8/lib
When we run 'make test' for DBD-Oracle-1.19
"
t/24implicit_utf8.......
# Failed test 'byte_string test of row 4: column: nch (uft8) smiley
face'
# in t/nchar_test_lib.pl at line 341.
# got: '38|58'
# expected: '226|152|186'
# Failed test 'nice_string test of row 4: column: nch (uft8) smiley
face'
# in t/nchar_test_lib.pl at line 344.
# got: '&:'
# expected: '\x{263A}'
# row 4: DUMP(nch) =3D Typ=3D1 Len=3D4: 0,38,0,58
# Failed test 'byte_string test of row 4: column: nch (uft8) smiley
face'
# in t/nchar_test_lib.pl at line 341.
# got: '38|58'
# expected: '226|152|186'
# Failed test 'nice_string test of row 4: column: nch (uft8) smiley
face'
# in t/nchar_test_lib.pl at line 344.
# got: '&:'
# expected: '\x{263A}'
# row 4: DUMP(nch) =3D Typ=3D1 Len=3D4: 0,38,0,58
# Looks like you failed 4 tests of 74.
dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 33-34, 70-71
Failed 4/74 tests, 94.59% okay
..
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------ ------------
-------
t/24implicit_utf8.t 4 1024 74 4 5.41% 33-34 70-71 "
Any assistance would be greatly appreciated.
Rick Tanner
Coventry Health Group
Salt Lake City.
Email Confidentiality Notice: The information contained in this transmiss=
ion is confidential, proprietary or privileged and may be subject to prot=
ection under the law, including the Health Insurance Portability and Acco=
untability Act (HIPAA).
The message is intended for the sole use of the individual or entity to =
whom it is addressed. If you are not the intended recipient, you are not=
ified that any use, distribution or copying of the message is strictly pr=
ohibited and may subject you to criminal or civil penalties. If you rece=
ived this transmission in error, please contact the sender immediately by=
replying to this email and delete the material from any computer.
------_=_NextPart_001_01C7628E.2BD5DC33--
Re: 24implicit_utf8.t fails when compiling DBD-Oracle-1.19
am 30.03.2007 18:38:29 von dbi-users
[Apologies if this is a duplicate; my post via NNTP did not
show up here.]
I'm having the same issue with 24implicit_utf8 on HP-UX 11.11
with 32-bit Perl 5.8.8 on PA-RISC 2.0.
I tried multiple values of NLS_LANG and NLS_NCHAR, including unset.
I tried multiple versions of DBI, DBD::Oracle and the Oracle
client. I tried HP's build of 5.8.8, compiled with fairly weak
optimization. There is a post elsewhere wherein AIX exhibited this same
issue, so it doesn't seem to be confined to HP-UX.
Finally I reverted back to 5.8.7, which passed the tests.
5.6.1 also worked.
It seems that something changed in the delta between 5.8.7 and 5.8.8 which has
broken utf8 support in DBD::Oracle. Whether that triggered a bug in Perl
itself or in the DBD::Oracle module is unknown.
I would really like to get to the bottom of this so that I can use
Perl 5.8.8. Let me know if you need any further information.
| perl | DBI | DBD::Oracle | Oracle | result |
|----------+------+-------------+--------+--------|
| 5.8.8 | 1.53 | 1.19 | 9.2.0 | FAIL |
| 5.8.8 | 1.53 | 1.19 | 9.0.1 | FAIL |
| 5.8.8 | 1.53 | 1.19 | 8.1.7 | SKIP |
| 5.6.1 | 1.48 | 1.16 | 9.2.0 | OK |
| 5.8.8 | 1.53 | 1.16 | 9.0.1 | FAIL |
| 5.8.8 | 1.48 | 1.16 | 9.0.1 | FAIL |
| HP 5.8.8 | 1.50 | 1.19 | 9.2.0 | FAIL |
| HP 5.8.8 | 1.50 | 1.19 | 9.0.1 | FAIL |
| HP 5.8.7 | 1.53 | 1.19 | 9.2.0 | OK |
Jim
On Fri, 9 Mar 2007 14:01:56 -0700, "Tanner, Richard L" did write
in <0209C4B40FD8ED45A9BE395023AC0E69271C64@azph-srv-ma04>:
> I am having a problem getting DBD-Oracle-1.19 to compile. I 'googled'
> many references to the problem identical to mine but found no solutions.
> Note We have no NLS environment variables currently set prior to running
> 'make test'.
> HP-UX 11.23 with PA-RISC2.0 Chip set
> Perl 5.8.8 configured as perl README.hpux from 5.8.8 docs and
> README.hpux.txt from Oracle DBD docs
> (non-threaded, dynamic linking, -Ae, +Z -D64 -Duselargefiles ...)
> DBI 1.54
> DBD Oracle 1.19:
> When we run 'make test' for DBD-Oracle-1.19
> t/24implicit_utf8.......
> # Failed test 'byte_string test of row 4: column: nch (uft8) smiley face'
> # in t/nchar_test_lib.pl at line 341.
> # got: '38|58'
> # expected: '226|152|186'
>
> # Failed test 'nice_string test of row 4: column: nch (uft8) smiley face'
> # in t/nchar_test_lib.pl at line 344.
> # got: '&:'
> # expected: '\x{263A}'
> # row 4: DUMP(nch) =3D Typ=3D1 Len=3D4: 0,38,0,58
>
> # Failed test 'byte_string test of row 4: column: nch (uft8) smiley face'
> # in t/nchar_test_lib.pl at line 341.
> # got: '38|58'
> # expected: '226|152|186'
>
> # Failed test 'nice_string test of row 4: column: nch (uft8) smiley face'
> # in t/nchar_test_lib.pl at line 344.
> # got: '&:'
> # expected: '\x{263A}'
> # row 4: DUMP(nch) =3D Typ=3D1 Len=3D4: 0,38,0,58
> # Looks like you failed 4 tests of 74.
--
"But when I was forced to re-examine it I saw that indeed his critique of
the argument was quite accurate. There was simply a gap in the logic of the
attempted device for assuring the avoidance of self-intersections in the
embedding of a non-compact manifold of n intrinsic dimensions in an Euclidean
space of (n+1)*(n/2)*(3*n+11) dimensions." -- Prof. John Nash
jim@3e8.org / 0x43340710 / 517B C658 D2CB 260D 3E1F 5ED1 6DB3 FBB9 4334 0710
Re: 24implicit_utf8.t fails when compiling DBD-Oracle-1.19
am 02.04.2007 18:02:55 von scoles
Actullly I think this was a bug in the Oracle client it has been croping up
every once and a while but only with specific client versions..
I have been working on it and plan to do a little more this week Thanks for
the leads on this.
"Jim Ursetto" wrote in message
news:20070330163829.GR9566@3e8.org...
> [Apologies if this is a duplicate; my post via NNTP did not
> show up here.]
>
> I'm having the same issue with 24implicit_utf8 on HP-UX 11.11
> with 32-bit Perl 5.8.8 on PA-RISC 2.0.
>
> I tried multiple values of NLS_LANG and NLS_NCHAR, including unset.
> I tried multiple versions of DBI, DBD::Oracle and the Oracle
> client. I tried HP's build of 5.8.8, compiled with fairly weak
> optimization. There is a post elsewhere wherein AIX exhibited this same
> issue, so it doesn't seem to be confined to HP-UX.
>
> Finally I reverted back to 5.8.7, which passed the tests.
> 5.6.1 also worked.
>
> It seems that something changed in the delta between 5.8.7 and 5.8.8 which
> has
> broken utf8 support in DBD::Oracle. Whether that triggered a bug in Perl
> itself or in the DBD::Oracle module is unknown.
>
> I would really like to get to the bottom of this so that I can use
> Perl 5.8.8. Let me know if you need any further information.
>
> | perl | DBI | DBD::Oracle | Oracle | result |
> |----------+------+-------------+--------+--------|
> | 5.8.8 | 1.53 | 1.19 | 9.2.0 | FAIL |
> | 5.8.8 | 1.53 | 1.19 | 9.0.1 | FAIL |
> | 5.8.8 | 1.53 | 1.19 | 8.1.7 | SKIP |
> | 5.6.1 | 1.48 | 1.16 | 9.2.0 | OK |
> | 5.8.8 | 1.53 | 1.16 | 9.0.1 | FAIL |
> | 5.8.8 | 1.48 | 1.16 | 9.0.1 | FAIL |
> | HP 5.8.8 | 1.50 | 1.19 | 9.2.0 | FAIL |
> | HP 5.8.8 | 1.50 | 1.19 | 9.0.1 | FAIL |
> | HP 5.8.7 | 1.53 | 1.19 | 9.2.0 | OK |
>
> Jim
>
> On Fri, 9 Mar 2007 14:01:56 -0700, "Tanner, Richard L" did write
> in <0209C4B40FD8ED45A9BE395023AC0E69271C64@azph-srv-ma04>:
>
>> I am having a problem getting DBD-Oracle-1.19 to compile. I 'googled'
>> many references to the problem identical to mine but found no solutions.
>
>> Note We have no NLS environment variables currently set prior to running
>> 'make test'.
>
>> HP-UX 11.23 with PA-RISC2.0 Chip set
>
>> Perl 5.8.8 configured as perl README.hpux from 5.8.8 docs and
>> README.hpux.txt from Oracle DBD docs
>> (non-threaded, dynamic linking, -Ae, +Z -D64 -Duselargefiles ...)
>
>> DBI 1.54
>> DBD Oracle 1.19:
>
>> When we run 'make test' for DBD-Oracle-1.19
>> t/24implicit_utf8.......
>> # Failed test 'byte_string test of row 4: column: nch (uft8) smiley
>> face'
>> # in t/nchar_test_lib.pl at line 341.
>> # got: '38|58'
>> # expected: '226|152|186'
>>
>> # Failed test 'nice_string test of row 4: column: nch (uft8) smiley
>> face'
>> # in t/nchar_test_lib.pl at line 344.
>> # got: '&:'
>> # expected: '\x{263A}'
>> # row 4: DUMP(nch) =3D Typ=3D1 Len=3D4: 0,38,0,58
>>
>> # Failed test 'byte_string test of row 4: column: nch (uft8) smiley
>> face'
>> # in t/nchar_test_lib.pl at line 341.
>> # got: '38|58'
>> # expected: '226|152|186'
>>
>> # Failed test 'nice_string test of row 4: column: nch (uft8) smiley
>> face'
>> # in t/nchar_test_lib.pl at line 344.
>> # got: '&:'
>> # expected: '\x{263A}'
>> # row 4: DUMP(nch) =3D Typ=3D1 Len=3D4: 0,38,0,58
>> # Looks like you failed 4 tests of 74.
>
>
> --
> "But when I was forced to re-examine it I saw that indeed his critique of
> the argument was quite accurate. There was simply a gap in the logic of
> the
> attempted device for assuring the avoidance of self-intersections in the
> embedding of a non-compact manifold of n intrinsic dimensions in an
> Euclidean
> space of (n+1)*(n/2)*(3*n+11) dimensions." -- Prof. John Nash
> jim@3e8.org / 0x43340710 / 517B C658 D2CB 260D 3E1F 5ED1 6DB3 FBB9 4334
> 0710
Re: 24implicit_utf8.t fails when compiling DBD-Oracle-1.19
am 02.04.2007 18:39:40 von Jim
Thank you. Specifically, I had the issue with both 9.2.0.6.0 and
9.0.1.3.0. These were the only ones I tried; I don't think I have any
other versions of 9.x laying around anywhere.
I do apparently have 10.2.0.1.0, though. I will try this one.
At 11:02am on 2007 April 02, John Scoles did write:
> Actullly I think this was a bug in the Oracle client it has been croping up
> every once and a while but only with specific client versions..
>
> I have been working on it and plan to do a little more this week Thanks for
> the leads on this.
> "Jim Ursetto" wrote in message
> news:20070330163829.GR9566@3e8.org...
> > | perl | DBI | DBD::Oracle | Oracle | result |
> > |----------+------+-------------+--------+--------|
> > | 5.8.8 | 1.53 | 1.19 | 9.2.0 | FAIL |
> > | 5.8.8 | 1.53 | 1.19 | 9.0.1 | FAIL |
> > | 5.8.8 | 1.53 | 1.19 | 8.1.7 | SKIP |
> > | 5.6.1 | 1.48 | 1.16 | 9.2.0 | OK |
> > | 5.8.8 | 1.53 | 1.16 | 9.0.1 | FAIL |
> > | 5.8.8 | 1.48 | 1.16 | 9.0.1 | FAIL |
> > | HP 5.8.8 | 1.50 | 1.19 | 9.2.0 | FAIL |
> > | HP 5.8.8 | 1.50 | 1.19 | 9.0.1 | FAIL |
> > | HP 5.8.7 | 1.53 | 1.19 | 9.2.0 | OK |
--
"the visual pattern seemed to be a sort of m-dimensional lissajous curve
formed by the intersection of 'i' with the shock wave of space-time
causality." -- zarkov, "a hit of dmt 10/9/84"
jim@3e8.org / 0x43340710 / 517B C658 D2CB 260D 3E1F 5ED1 6DB3 FBB9 4334 0710
Re: 24implicit_utf8.t fails when compiling DBD-Oracle-1.19
am 02.04.2007 22:41:17 von Jim
I can report that 10.2.0.1.0 works. I'm not sure if using 10.x is an
option for me yet, but this is good news. Hopefully we can figure out the
underlying cause on 9.x. If you need me to do any testing please let me
know.
Jim
At 11:39am on 2007 April 02, Jim Ursetto did write:
> Thank you. Specifically, I had the issue with both 9.2.0.6.0 and
> 9.0.1.3.0. These were the only ones I tried; I don't think I have any
> other versions of 9.x laying around anywhere.
>
> I do apparently have 10.2.0.1.0, though. I will try this one.
--
"With each CPU running independently at 4Mhz, it would give us
over SIX TIMES more processor power than a 6309 CoCo3."
-- http://www.axess.com/twilight/sock/cocofile/coco4.html
jim@3e8.org / 0x43340710 / 517B C658 D2CB 260D 3E1F 5ED1 6DB3 FBB9 4334 0710