gnutls-3.0.18 make check fails on Solaris10

Kiyoshi KANAZAWA yoi_no_myoujou at yahoo.co.jp
Wed Apr 4 05:24:34 CEST 2012


Hi, Nikos,

(2) Segmentation Fault is my error.
I install GNU software in /usr/local/GNU instead of /usr/local,
and have to specify -I/usr/local/GNU/include.
I also specified -I/TOP/lib before that, but it should be -I/TOP/lib/includes.
With this (both -I/TOP/lib/includes & -DAF_LOCAL=AF_UNIX),
pkcs12 passed.

(1) 'AF_LOCAL' undeclared
As I mentioned in the previous e-mail, it chenged to
FAIL: simple
FAIL: mini-termination
by -DAF_LOCAL=AF_UNIX

Regards,

--- Kiyoshi <yoi_no_myoujou at yahoo.co.jp>

--- On Wed, 2012/4/4, Kiyoshi KANAZAWA <yoi_no_myoujou at yahoo.co.jp> wrote:

> Hi, Nikos,
> 
> Answer to your quiestions.
> 
> (1) 'AF_LOCAL' undeclared
> Yes, they compile with -DAF_LOCAL=AF_UNIX
> But encountered new FAILs such as
> gnutls_check_version ERROR
> Self test `./simple' finished with 1 errors
> FAIL: simple
>     :
> client: Unexpected error: -9 (A TLS packet with unexpected length was received.)
> Child died with status 1
> FAIL: mini-termination
> 
> (2) Segmentation Fault
> Error messages are changed by the patch (No Segmentation Fault now).
> # It seems to be correct because valgrind-3.7.0 could not be installed saying that
> # "configure: error: Valgrind is operating system specific. Sorry."
> ./pkcs12: valgrind: not found
> cat: cannot open out
> NEON PKCS12 FATAL client.p12 foobar
> ./pkcs12: valgrind: not found
> cat: cannot open out
> NEON PKCS12 FATAL noclient.p12
> ./pkcs12: valgrind: not found
> cat: cannot open out
> NEON PKCS12 FATAL unclient.p12
> ./pkcs12: valgrind: not found
> cat: cannot open out
> NEON PKCS12 FATAL pkcs12_2certs.p12
> NEON PKCS12 DONE (rc 1)
> FAIL: pkcs12
> 
> Regards,
> 
> --- Kiyoshi <yoi_no_myoujou at yahoo.co.jp>
> 
> --- On Tue, 2012/4/3, Nikos Mavrogiannopoulos <nmav at gnutls.org> wrote:
> 
> > On Tue, Apr 3, 2012 at 4:00 PM, Kiyoshi KANAZAWA
> > <yoi_no_myoujou at yahoo.co.jp> wrote:
> > 
> > Hello,
> >  Thank you for the report. Some questions inline.
> > 
> > > Gnutls-3.0.18 make check fails on Solaris10 x86-64.
> > > There are 2 types of errors.
> > > (1) 'AF_LOCAL' undeclared
> > >  CC     mini-loss-time.o
> > > mini-loss-time.c: In function `start':
> > > mini-loss-time.c:256: error: `AF_LOCAL' undeclared (first use in this function)
> > 
> > If you define AF_LOCAL to AF_UNIX do they compile?
> > 
> > > (2) Segmentation Fault
> > > make[3]: Entering directory `/tmp/gnutls-3.0.18/tests/pkcs12-decode'
> > > NEON PKCS12 OK client.p12 foobar
> > > NEON PKCS12 OK noclient.p12
> > > NEON PKCS12 OK unclient.p12
> > > Segmentation Fault
> > 
> > Could you apply the patch and run the pkcs12 test? (you'll need valgrind)
> > 
> > regards,
> > Nikos
> >
> 
> 




More information about the Gnutls-devel mailing list