Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678246 - net-libs/nghttp2-1.36 with >=dev-libs/libressl-2.8.1 - .../work/nghttp2-1.36.0/src/shrpx_tls.cc:805:38: error: invalid conversion from ‘SSL_SESSION* (*)(SSL*, unsigned char*, int, int*)’to ‘SSL_SESSION* (*)(ssl_st*, const unsigned char*, int, int*)’ [-fpe
Summary: net-libs/nghttp2-1.36 with >=dev-libs/libressl-2.8.1 - .../work/nghttp2-1.36....
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-02-17 19:34 UTC by jo77ah
Modified: 2021-04-30 21:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,66.40 KB, text/plain)
2019-02-17 19:34 UTC, jo77ah
Details
patch for tls_session_get_cb (libressl-2.8.x.patch,493 bytes, patch)
2019-02-17 19:37 UTC, jo77ah
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jo77ah 2019-02-17 19:34:13 UTC
Created attachment 565670 [details]
build.log

there is an upstream bug[1] with a pull request. apparently this is also valid for nghttp2-1.33.0.

[1] https://github.com/nghttp2/nghttp2/issues/1239
Comment 1 jo77ah 2019-02-17 19:37:33 UTC
Created attachment 565672 [details, diff]
patch for tls_session_get_cb

this fixed the build for me. this is not the upstream pull request https://github.com/nghttp2/nghttp2/pull/1270