[perl #40815] Summary of 'make test' failures on Darwin

2007-07-08 Thread James Keenan via RT
Resolved for same reason as
http://rt.perl.org/rt3/Ticket/Display.html?id=40803


Re: [perl #40815] Summary of 'make test' failures on Darwin

2006-12-02 Thread Nicholas Clark
On Fri, Dec 01, 2006 at 10:13:44AM -0800, chromatic wrote:

 What's weirder to me is that Configure.pl picks up g++ as the linker while 
 using cc as the compiler.  I couldn't figure that out at the hackathon; 
 something's definitely weird there.

ICU.

(ICU was mandatory, and ICU is C++, so using g++ as the linker means that
all the C++ runtime libraries come in correctly)

Nicholas Clark


Re: [perl #40815] Summary of 'make test' failures on Darwin

2006-12-01 Thread Andy Bach

James Keenan via RT wrote:

On Sat Nov 11 10:17:33 2006, [EMAIL PROTECTED] wrote:
  
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
It appears (from google) that -bundle is a MacOS specific option to 
their version of gcc's c++ (also Intel's MacOS c++) but, I'm guessing, 
your version of c++, which is then treating the -bundle as -b undle or 
somesuch.  So, perhaps the MacOS guessing code needs to poke a tad 
harder at the versions of gcc/c++ its getting its hands on.


a

--
Andy Bach, Sys. Mangler
Internet: [EMAIL PROTECTED] 
VOICE: (608) 261-5738  FAX 264-5932


Capital is only the fruit of labor. Labor is the superior of capital and
deserves much the higher consideration.
Abraham Lincoln, first annual address to Congress 1861



Re: [perl #40815] Summary of 'make test' failures on Darwin

2006-12-01 Thread chromatic
On Thursday 30 November 2006 20:25, Andy Bach wrote:

 James Keenan via RT wrote:

  On Sat Nov 11 10:17:33 2006, [EMAIL PROTECTED] wrote:
  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

 It appears (from google) that -bundle is a MacOS specific option to
 their version of gcc's c++ (also Intel's MacOS c++) but, I'm guessing,
 your version of c++, which is then treating the -bundle as -b undle or
 somesuch.  So, perhaps the MacOS guessing code needs to poke a tad
 harder at the versions of gcc/c++ its getting its hands on.

What's weirder to me is that Configure.pl picks up g++ as the linker while 
using cc as the compiler.  I couldn't figure that out at the hackathon; 
something's definitely weird there.

I think we opened a ticket asking for an override to specify Link with gcc 
instead of g++, but I don't know the status of that.

-- c


[perl #40815] Summary of 'make test' failures on Darwin

2006-11-12 Thread via RT
# 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 21 | 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 11  1
t/codingstd/trailing_space.t   1   256 11  1
t/compilers/imcc/syn/pcc.t 1   256211  11
t/dynpmc/subclass_with_pir_method.t1   256 21  2
t/examples/library.t   1   256 41  3
t/examples/shootout.t  2   512202  14-15
t/library/pcre.t   1   256 11  1
t/library/pg.t 0 6430  ??
t/op/sprintf.t   308   27  32-33 37-43 194-196
   216-222 225-232
t/pmc/capture.t1   256 91  8
t/pmc/nci.t   59 1510460   59  1-56 58-60
t/pmc/object-meths.t   1   256341  32
t/pmc/parrotinterpreter.t  1   256 31  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
.




[perl #40815] Summary of 'make test' failures on Darwin

2006-11-12 Thread Steve Peters via RT
On Sat Nov 11 10:17:33 2006, [EMAIL PROTECTED] wrote:
 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 21 | tee  ~/learn/perl/parrot.make.output.5.txt
 make test
 


The t/library/pcre.t is fixed by the patch in RT #40818.