Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608398 - net-proxy/haproxy-1.7.2 : src/ssl_sock.c:796:28: error: ‘SSL_CTX {aka struct ssl_ctx_st}’ has no member named ‘tlsext_status_cb’
Summary: net-proxy/haproxy-1.7.2 : src/ssl_sock.c:796:28: error: ‘SSL_CTX {aka struct ...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2017-02-06 08:53 UTC by Toralf Förster
Modified: 2019-04-24 09:53 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.76 KB, text/plain)
2017-02-06 08:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,295.11 KB, text/plain)
2017-02-06 08:53 UTC, Toralf Förster
Details
environment (environment,136.85 KB, text/plain)
2017-02-06 08:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.83 KB, application/x-bzip)
2017-02-06 08:53 UTC, Toralf Förster
Details
net-proxy:haproxy-1.7.2:20170205-231000.log (net-proxy:haproxy-1.7.2:20170205-231000.log,38.07 KB, text/plain)
2017-02-06 08:53 UTC, Toralf Förster
Details
haproxy-1.7.9-libressl.patch (haproxy-1.7.9-libressl.patch,1.69 KB, patch)
2017-09-03 19:44 UTC, Marco Genasci
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-02-06 08:53:29 UTC
x86_64-pc-linux-gnu-gcc -Iinclude -Iebtree -Wall -O2 -pipe -march=native -Wall -fno-strict-aliasing       -DCONFIG_HAP_LINUX_SPLICE -DTPROXY -DCONFIG_HAP_LINUX_TPROXY -DCONFIG_HAP_CRYPT -DUSE_GETADDRINFO -DUSE_ZLIB  -DENABLE_POLL -DENABLE_EPOLL -DUSE_CPU_AFFINITY -DASSUME_SPLICE_WORKS -DUSE_ACCEPT4 -DNETFILTER -DUSE_GETSOCKNAME -DUSE_OPENSSL  -DUSE_SYSCALL_FUTEX -DUSE_PCRE -I/usr/include -DUSE_TFO  -DCONFIG_HAPROXY_VERSION=\"1.7.2\" -DCONFIG_HAPROXY_DATE=\"2017/01/13\" -c -o src/ssl_sock.o src/ssl_sock.c
src/ssl_sock.c: In function ‘ssl_sock_load_ocsp’:
src/ssl_sock.c:796:28: error: ‘SSL_CTX {aka struct ssl_ctx_st}’ has no member named ‘tlsext_status_cb’
  *cb = (void (*) (void))ctx->tlsext_status_cb;
                            ^
src/ssl_sock.c:798:2: note: in expansion of macro ‘SSL_CTX_get_tlsext_status_cb’

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named 13.0-systemd-libressl-unstable_20170130-102323) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config --version:
3.9.1

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
  -----------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2017-02-06 08:53:32 UTC
Created attachment 462588 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-02-06 08:53:35 UTC
Created attachment 462590 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-02-06 08:53:38 UTC
Created attachment 462592 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-02-06 08:53:41 UTC
Created attachment 462594 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-02-06 08:53:44 UTC
Created attachment 462596 [details]
net-proxy:haproxy-1.7.2:20170205-231000.log
Comment 6 Marco Genasci 2017-09-03 19:44:21 UTC
Created attachment 492158 [details, diff]
haproxy-1.7.9-libressl.patch

This patch solve the problem

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218637
Comment 7 Bertrand Jacquin 2018-02-11 13:45:58 UTC
Can you verify if this bug is still a thing with 1.7.10 ?