On Thu 13 Nov 2003 14:14, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote:
> On Thu 13 Nov 2003 14:04, Rafael Garcia-Suarez <[EMAIL PROTECTED]> wrote:
> > > 5.8.x-dor:
> > > 
> > > All tests successful, 46 tests and 482 subtests skipped.
> > > Files=833, Tests=77635, 577 wallclock secs (257.94 cusr + 46.48 csys = 304.42
> > > CPU)
> > > 
> > > 
> > > 5.6.x:
> > 
> > 5.6.x ? Please not that the branch where 5.6.2 lives is named
> > 5.6.2, not 5.6.x (which is Sarathy's branch)
> 
> Re-fetched the complete folder.
> 
> rsync -avz rsync://ftp.linux.activestate.com/perl-5.6.2/ .
> You are now on patchlevel 21711
> 
> copied blead/Configure

OK, now I also copied config_h.SH, which brings me further, but not far enough

cc -L/pro/local/lib -o miniperl \
    miniperlmain.o opmini.o libperl.a -lcl -lpthread -lnsl -lnm -lmalloc -ldld -lm 
-lcrypt -lsec -lc
./miniperl -w -Ilib -MExporter -e '<?>' || make minitest
`sh  cflags libperl.a perlmain.o`  perlmain.c
          CCCMD =  cc -DPERL_CORE -c  -Ae -DDEBUGGING -D_HPUX_SOURCE 
-Wl,+vnocompatwarnings -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 +O2 +Onolimit
rm -f lib/re.pm
cat ext/re/re.pm > lib/re.pm
./miniperl configpm configpm.tmp
Use of uninitialized value in string eq at configpm line 476.
configpm: configpm.tmp not valid at configpm line 476.
make: *** [lib/Config.pm] Error 255

--8<---
die "$0: $config_pm not valid"
        unless $Config{'CONFIGDOTSH'} eq 'true';
-->8---


What the ...., I just copied configpm here too :)

a5:/pro/3gl/CPAN/perl-5.6.x 130 > make test_harness
make: *** No rule to make target `test_harness'.  Stop.
Exit 2
a5:/pro/3gl/CPAN/perl-5.6.x 131 > make test
:
All tests successful.
u=0.9  s=0.92  cu=68.67  cs=19.71  scripts=368  tests=15262
a5:/pro/3gl/CPAN/perl-5.6.x 132 >

So, Raphael, will you take that risk and copy Configure, configpm and
config_h.SH to 5.6.2 and ask for a burning smoke? It would probably make your
future config issues a lot easier.

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on  HP-UX 10.20 & 11.00, 11i,
   AIX 4.3, SuSE 8.2, and Win2k.           http://www.cmve.net/~merijn/
http://archives.develooper.com/[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org

Reply via email to