I reran the install and before I could complete the make step, I received
the error:
[CurtsiMac:~ccrandal/DBI-1.32] root# make
cc -c   -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -O3
-DVERSION=\"1.32\" -DXS_VERSION=\"1.32\"
"-I/Library/Perl/darwin-thread-multi/CORE"  -Wall -Wno-comment Perl.c
Perl.c: In function `dbixst_bounce_method':
Perl.c:712: internal error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
{standard input}:5901:FATAL:.abort  detected.  Assembly stopping.
make: *** [Perl.o] Error 1

I have submitted a bug report to Apple and plan on trying a more current
version of GCC or I may attempt to use GCC 2.95_2 (which OS X should still
support).

As far as the success of my Perl 5.8 build, here are the results:

Failed Test                 Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
../ext/DB_File/t/db-btree.t    0    10    ??   ??       %  ??
../ext/DB_File/t/db-recno.t              160    3   1.88%  61 63 65
../ext/threads/t/libc.t        0    11    11   11 100.00%  1-11
 (1 subtest UNEXPECTEDLY SUCCEEDED), 29 tests and 426 subtests skipped.
Failed 3/712 test scripts, 99.58% okay. 14/68756 subtests failed, 99.98%
okay.

I'm not concerned with the first two failures since the Berkley DBM
version on OSX is ancient.  But, I'm wondering if turning threads on is a
problem.  However, threads in 5.8 *should* work and w/o threading, I had
more errors compiling (I'll have to retry that).

Thanks,
Curt

On Thu, 6 Feb 2003, David Wheeler wrote:

> On Thursday, February 6, 2003, at 11:39  AM,
> [EMAIL PROTECTED] wrote:
>
> >   I tried installing DBI 2 ways, first through CPAN.pm and second by
> > just downloading the source and compiling.  In both instances, I
> > received an internal bus error.
>
> Send in the output of "make test TEST_VERBOSE=1".
>
> David
>
> --
> David Wheeler                                     AIM: dwTheory
> [EMAIL PROTECTED]                              ICQ: 15726394
>                                                 Yahoo!: dew7e
>                                                 Jabber: [EMAIL PROTECTED]
> Kineticode. Setting knowledge in motion.[sm]
>
>

Reply via email to