Summary: | www-servers/h2o-2.2.5 : /.../neverbleed.c:635:13: error: static declaration of RSA_get0_key follows non-static declaration | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Akinori Hattori <hattya> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 561854 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 logs.tbz2 temp.tbz2 www-servers:h2o-2.2.5:20190220-162734.log those offending static declarations are only for openssl < 1.1 - added !defined(libressl_version_number) to that leading "if" statement. |
Description
Toralf Förster
![]() Created attachment 565950 [details]
emerge-info.txt
Created attachment 565952 [details]
emerge-history.txt
Created attachment 565954 [details]
environment
Created attachment 565956 [details]
etc.portage.tbz2
Created attachment 565958 [details]
logs.tbz2
Created attachment 565960 [details]
temp.tbz2
Created attachment 565962 [details]
www-servers:h2o-2.2.5:20190220-162734.log
Created attachment 566116 [details, diff]
those offending static declarations are only for openssl < 1.1 - added !defined(libressl_version_number) to that leading "if" statement.
This patch compiles on AMD64.
(In reply to pagorman from comment #8) > Created attachment 566116 [details, diff] [details, diff] > those offending static declarations are only for openssl < 1.1 - added > !defined(libressl_version_number) to that leading "if" statement. > > This patch compiles on AMD64. Using LibreSSL-2.8.X, still needs testing on 2.7.X - I'll leave this for others. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8384f173ea1b1578cfd0fbc8c38879b248811c commit dc8384f173ea1b1578cfd0fbc8c38879b248811c Author: Akinori Hattori <hattya@gentoo.org> AuthorDate: 2019-03-02 12:45:45 +0000 Commit: Akinori Hattori <hattya@gentoo.org> CommitDate: 2019-03-02 12:45:45 +0000 www-servers/h2o: fix build with >=dev-libs/libressl-2.7 Closes: https://bugs.gentoo.org/678430 Signed-off-by: Akinori Hattori <hattya@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 www-servers/h2o/files/h2o-2.2-libressl-2.7.patch | 23 +++++++++++++++++++++++ www-servers/h2o/h2o-2.2.5.ebuild | 7 +++++-- 2 files changed, 28 insertions(+), 2 deletions(-) |