After the recent upgrade to (stable) gnutls-2.2.2, wwwoffle-2.9c fails to
compile.
Reproducible: Always
Steps to Reproduce:
1. Upgrade to stable gnutls-2.2.2.
2. Run revdep-rebuild to find the broken apps.
3. Compile wwwoffle.
Actual Results:
certinfo.c: In function `display_certificate':
certinfo.c:648: error: `GNUTLS_XML_NORMAL' undeclared (first use in this
function)
certinfo.c:648: error: (Each undeclared identifier is reported only once
certinfo.c:648: error: for each function it appears in.)
make[1]: *** [certinfo.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory
`/var/tmp/portage/net-proxy/wwwoffle-2.9c/work/wwwoffle-2.9c/src'
make: *** [compile] Error 2
Expected Results:
No error.
It's fixed upstream in wwwoffle-2.9d. Copying the wwwoffle-2.9c.ebuild to
wwwoffle-2.9d.ebuild works.