# New Ticket Created by  James Keenan 
# Please include the string:  [perl #40815]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40815 >


perl Configure.pl --without-gmp --cc=gcc --ccflags='-fno-common -pipe  
-I/usr/local/include -pipe -fno-common'

Then chromatic suggested manually editing the Makefile to delete '- 
bundle' from the following line.
LD_LOAD_FLAGS   = -bundle -undefined suppress

make 2>&1 | tee  ~/learn/perl/parrot.make.output.5.txt
make test

Failed Test                         Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/codingstd/tabs.t                     1   256     1    1  1
t/codingstd/trailing_space.t           1   256     1    1  1
t/compilers/imcc/syn/pcc.t             1   256    21    1  11
t/dynpmc/subclass_with_pir_method.t    1   256     2    1  2
t/examples/library.t                   1   256     4    1  3
t/examples/shootout.t                  2   512    20    2  14-15
t/library/pcre.t                       1   256     1    1  1
t/library/pg.t                         0     6    43    0  ??
t/op/sprintf.t                                   308   27  32-33 37-43 194-196
                                                           216-222 225-232
t/pmc/capture.t                        1   256     9    1  8
t/pmc/nci.t                           59 15104    60   59  1-56 58-60
t/pmc/object-meths.t                   1   256    34    1  32
t/pmc/parrotinterpreter.t              1   256     3    1  3
11 tests and 602 subtests skipped.
Failed 13/262 test scripts. 97/6672 subtests failed.
Files=262, Tests=6672, 1635 wallclock secs (560.06 cusr + 307.48 csys = 867.54 
CPU)
Failed 13/262 test programs. 97/6672 subtests failed.
make: *** [test] Error 1
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=darwin, osvers=8.7.0, archname=darwin-2level
    uname='darwin macintosh.local 8.7.0 darwin kernel version 8.7.0: fri may 26 
15:20:53 pdt 2006; root:xnu-792.6.76.obj~1release_ppc power macintosh powerpc '
    config_args='-de'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe -I/usr/local/include',
    optimize='-O3',
    cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup 
-L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO
  Built under darwin
  Compiled at Sep 13 2006 20:15:49
  @INC:
    /usr/local/lib/perl5/5.8.8/darwin-2level
    /usr/local/lib/perl5/5.8.8
    /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level
    /usr/local/lib/perl5/site_perl/5.8.8
    /usr/local/lib/perl5/site_perl/5.8.7/darwin-2level
    /usr/local/lib/perl5/site_perl/5.8.7
    /usr/local/lib/perl5/site_perl/5.8.4/darwin-2level
    /usr/local/lib/perl5/site_perl/5.8.4
    /usr/local/lib/perl5/site_perl
    .

Reply via email to