grep-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Grep-devel] [platform-testers] new snapshot available: grep-3.1.51-


From: Jose E. Marchesi
Subject: Re: [Grep-devel] [platform-testers] new snapshot available: grep-3.1.51-e767
Date: Wed, 19 Dec 2018 18:21:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

    On Tue, Dec 18, 2018 at 9:13 AM Jose E. Marchesi <address@hidden> wrote:
    > In Oracle Linux 6.9 on a SPARC S7 (sparc64):
    >
    > pcre: skipped test: no PCRE support
    > SKIP: pcre
    > pcre-abort: skipped test: no PCRE support
    ...
    >
    > I had to manually skip mb-non-UTF8-performance because the `times' perl
    > command in this system always returns 0 for all four times, so the while
    > loop in the test driver never finishes (ugh).
    
    Ugh. Which version of perl is that? I.e., what does perl -V print?
    After the release, I'll consider adding a require_perl_times_ function
    that will cause that test to be skipped on such systems.

perl5 revision 5 version 10 subversion 1.  See below for the detailed
output of perl -V.
    
    > Also:
    >
    > address@hidden build]$ i=200; printf %0${i}0000d 0|tr 0 '('
    > > in; src/grep -Ef in; echo $?
    > grep: stack overflow
    > 2
    
    Hi Jose,
    Thanks for testing on those less-common systems and for reporting the 
results.
    I guess you know that you can avoid those skipped tests if you first
    install libpcre.
    
    Without PCRE, grep's -P option does not work. I've become so dependent
    on that (for command-line use at least), I would never accept its
    absence on any system I use :-)

:)

After installing pcre-devel most of the SKIP go away.  The one that
remains is:

sjis-mb: skipped test: SJIS locale not found
SKIP: sjis-mb

[...]

============================================================================
Testsuite summary for GNU grep 3.1.51-e767
============================================================================
# TOTAL: 109
# PASS:  106
# SKIP:  1
# XFAIL: 2
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=2.6.39-500.1.76.el6uek.sparc64, 
archname=sparc64-linux-thread-multi
    uname='linux sparc-ol6-builder-02.us.oracle.com 
2.6.39-500.1.76.el6uek.sparc64 #1 smp fri dec 16 10:47:54 est 2016 sparc64 
sparc64 sparc64 gnulinux '
    config_args='-des -Doptimize=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mcpu=ultrasparc 
-DDEBUGGING=-g -Dversion=5.10.1 -Dmyhostname=localhost address@hidden -Dcc=gcc 
-Dcf_by=Red Hat, Inc. -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr/local 
-Dsitelib=/usr/local/share/perl5 -Dsitearch=/usr/local/lib64/perl5 
-Dprivlib=/usr/share/perl5 -Darchlib=/usr/lib64/perl5 
-Dvendorlib=/usr/share/perl5/vendor_perl 
-Dvendorarch=/usr/lib64/perl5/vendor_perl -Dinc_version_list=5.10.0 
-Darchname=sparc64-linux-thread-multi -Dlibpth=/usr/local/lib64 /lib64 
/usr/lib64 -Duseshrplib -Dusethreads -Duseithreads -Duselargefiles -Dd_dosuid 
-Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm 
-Duseperlio -Dinstallusrbinperl=n -Ubincompat5005 -Uversiononly 
-Dpager=/usr/bin/less -isr -Dd_gethostent_r_proto -Ud_endhostent_r_proto 
-Ud_sethostent_r_proto -Ud_endprotoent_r_proto -Ud_setprotoent_r_proto 
-Ud_endservent_r_proto -Ud_setservent_r_proto -Dscriptdir=/usr/bin 
-Dusesitecustomize'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe 
-fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mcpu=ultrasparc',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe 
-fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.4.7 20120313 (Red Hat 4.4.7-18.0.2)', 
gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=87654321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -fstack-protector'
    libpth=/usr/local/lib64 /lib64 /usr/lib64
    libs=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.12.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.12'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E 
-Wl,-rpath,/usr/lib64/perl5/CORE'
    cccdlflags=' -fPIC', lddlflags='-shared -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mcpu=ultrasparc'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_REENTRANT_API USE_SITECUSTOMIZE
  Built under linux
  Compiled at Feb 15 2017 07:58:13
  @INC:
    /usr/local/lib64/perl5
    /usr/local/share/perl5
    /usr/lib64/perl5/vendor_perl
    /usr/share/perl5/vendor_perl
    /usr/lib64/perl5
    /usr/share/perl5
    .



reply via email to

[Prev in Thread] Current Thread [Next in Thread]