[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

[ID 20000124.005] install problems



Hi,

         I have a problem when doing 'make test' to install perl 5.004 in
the machine.  Currently I have a 5.005 and I want to install an older
version in a separate directly.  I have a problem in testing
/t/pragma/locale.t  which has failing on test 102 in which is the output
is like this.

-------------------------------------------------------------------------
#testing 102
# failed 102 at:
# lesser  = 'tUu'
# greater = 'UuV'
# (greater) from = 101, to = 113
# not ($lesser  lt $greater)               FAIL
# not ($lesser  le $greater)               FAIL
# not ($lesser  ne $greater)               ok  
#     ($lesser  eq $greater)               ok  
#     ($lesser  ge $greater)               FAIL
#     ($lesser  gt $greater)               FAIL
#     ($greater lt $lesser )               FAIL
#     ($greater le $lesser )               FAIL
# not ($greater ne $lesser )               ok  
#     ($greater eq $lesser )               ok  
# not ($greater ge $lesser )               FAIL
# not ($greater gt $lesser )               FAIL
# not (($lesser  cmp $greater) == -1)      FAIL($lesser  cmp $greater ==
1)
# not (($greater cmp $lesser ) ==  1)      FAIL($greater cmp $lesser  ==
-1)
not ok 102

---------------------------------------------------------------------------

I have looked at the documentation and try to set LC_ALL=C and unset
variable LANG where both LC_ALL and LANG are originally defined. 
But that doesn't help. Enclosed is the output of 
myconfig.  Thank you very much for your time.  
      Hope to hear from you soon.


---------------------------------------------------------------------------

Summary of my perl5 (5.0 patchlevel 4 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.2.12-20smp, archname=i686-linux
    uname='linux bismarck 2.2.12-20smp #1 smp mon sep 27 10:34:45 edt 1999
i686 unknown '
    hint=recommended, useposix=true, d_sigaction=define
    bincompat3=y useperlio=undef d_sfio=undef
  Compiler:
    cc='cc', optimize='-O2', gccversion=egcs-2.91.66 19990314/Linux
(egcs-1.1.2 release)
    cppflags='-Dbool=char -DHAS_BOOL'
    ccflags ='-Dbool=char -DHAS_BOOL'
    stdchar='char', d_stdstdio=undef, usevfork=false
    voidflags=15, castflags=0, d_casti32=define, d_castneg=define
    intsize=4, alignbytes=4, usemymalloc=n, randbits=31
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lndbm -lgdbm -ldl -lm -lc -lposix -lcrypt
    libc=/lib/libc.so.6, so=so
    useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

---------------------------------------------------------------------------

--Teresa


[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]