gnutls-devel
[Top][All Lists]
Advanced

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

Re: GnuTLS 2.9.9 - uses non-portable option to grep.


From: Dr. David Kirkby
Subject: Re: GnuTLS 2.9.9 - uses non-portable option to grep.
Date: Sun, 22 Nov 2009 02:38:06 +0000
User-agent: Thunderbird 2.0.0.21 (X11/20090323)

Simon Josefsson wrote:
The GnuTLS 2.9.x branch is NOT what you want for your stable system.  It
is intended for developers and experienced users.

Here are the compressed sources (6.1MB):
  http://alpha.gnu.org/gnu/gnutls/gnutls-2.9.9.tar.bz2

Well, I'm neither, but I thought I'd give it a try for you on a Sun Ultra 27 running OpenSolaris.

configure: summary of build options:

  version:          2.9.9 shared 42:4:16
  Host type:        i386-pc-solaris2.11
  Install prefix:   /usr/local
  Compiler:         gcc -std=gnu99
  Warning flags:    errors:  warnings:
  Library types:    Shared=yes, Static=yes
  Valgrind:         no
  Guile wrappers:   no
  C++ library:      yes
  OpenSSL library:  yes

PASS: openpgpself
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
RFC 2253 escaping not working?
FAIL: rfc2253-escape-test
===================================
1 of 43 tests failed
Please report to address@hidden
===================================


-q which is an option to GNU grep is not supported by the standard grep in Solaris. (There is a POSIX compatible version at /usr/xpg4/bin/grep, but it is not the default grep in /usr/bin/grep.)

It would be better to send the output of grep to /dev/null, as that will work on any grep.

Dave





reply via email to

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