g***@gnu.org
2018-06-11 09:16:52 UTC
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
Did you follow the instructions in README.md?
regards,
Nikos
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
./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?type 'union YYSTYPE'
lvalp->timespec.tv_sec = s;
^
What might be causing this?
Did you follow the instructions in README.md?
regards,
Nikos