Hi!

I have the same build issue, on Debian buster, following the
instructions from README using GNU Bison 3.0.4.


While I'm here, the issue I was trying to investigate was a failing
certificate violation for 'img.lemde.fr' using this code from
gnunet-gns-proxy.c (in GNUnet):

 chainp = gnutls_certificate_get_peers (tlsinfo->internals,
                                         &cert_list_size);
 gnutls_x509_crt_init (&x509_cert);
 gnutls_x509_crt_import (x509_cert,
                         chainp,
                         GNUTLS_X509_FMT_DER);

 if (0 == (rc = gnutls_x509_crt_check_hostname (x509_cert,
                                                hostname)))
   fail(); // fails...

gnutls-cli is happy with the cert, but it doesn't seem to call
check_hostname. This is a wildcard subjectAltName in the cert (Chromium
and Firefox are happy with it).

Any advice (both on building from Git or what might be wrong with my
cert-checking logic) would be very welcome...

Happy hacking!

Christian

> On Thu, Mar 8, 2018 at 12:54 PM, Simon Friedberger <simon.tls at a-oben.org> 
> wrote:
>> I am getting the following error when trying to build the master branch:
>>
>> ./parse-datetime.y: In function 'yylex':
>> ./parse-datetime.y:1413:20: error: dereferencing pointer to incomplete
>> type 'union YYSTYPE'
>>                lvalp->timespec.tv_sec = s;
>>                     ^
>> What might be causing this?
> 
> This is a file processed with bison/yacc. Which version do you use?
> Did you follow the instructions in README.md?
> 
> regards,
> Nikos


Attachment: 0xE29FC3CC.asc
Description: application/pgp-keys

_______________________________________________
Gnutls-help mailing list
Gnutls-help@lists.gnutls.org
http://lists.gnupg.org/mailman/listinfo/gnutls-help

Reply via email to