Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 684804

Summary: app-benchmarks/httperf-0.9.1_p20181111 : httperf.c:1111:60: error: TLS1_3_VERSION undeclared (first use in this function)
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
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
app-benchmarks:httperf-0.9.1_p20181111:20190429-215009.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2019-04-30 14:52:01 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -I. -I./gen -I./lib -I./stat -O2 -pipe -march=native -DHAVE_SSL -c -o httperf.o httperf.c
httperf.c: In function ‘main’:
httperf.c:1111:60: error: ‘TLS1_3_VERSION’ undeclared (first use in this function); did you mean ‘TLS1_2_VERSION’?
                     SSL_CTX_set_min_proto_version(ssl_ctx, TLS1_3_VERSION);
                                                            ^~~~~~~~~~~~~~
                                                            TLS1_2_VERSION

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-no-multilib_libressl_20190425-151640

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems)
Available Rust versions:
  [1]   rust-bin-1.34.1
  [2]   rust-1.34.1 *



emerge -qpvO app-benchmarks/httperf
[ebuild  N    ] app-benchmarks/httperf-0.9.1_p20181111  USE="libressl -debug -idleconn"
Comment 1 Toralf Förster gentoo-dev 2019-04-30 14:52:03 UTC
Created attachment 574788 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-04-30 14:52:06 UTC
Created attachment 574790 [details]
app-benchmarks:httperf-0.9.1_p20181111:20190429-215009.log
Comment 3 Toralf Förster gentoo-dev 2019-04-30 14:52:09 UTC
Created attachment 574792 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-04-30 14:52:12 UTC
Created attachment 574794 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-04-30 14:52:15 UTC
Created attachment 574796 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-04-30 14:52:18 UTC
Created attachment 574798 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-04-30 14:52:20 UTC
Created attachment 574800 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-06-03 13:38:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9eef3fb840f1be97deb9b50a3fcd6363aa517ac

commit f9eef3fb840f1be97deb9b50a3fcd6363aa517ac
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-06-03 13:35:17 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-06-03 13:36:47 +0000

    app-benchmarks/httperf: add patch for LibreSSL support
    
    Closes: https://bugs.gentoo.org/684804
    Package-Manager: Portage-2.3.67, Repoman-2.3.13
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 .../files/httperf-0.9.1_p20181111-libressl.patch   | 49 ++++++++++++++++++++++
 .../httperf/httperf-0.9.1_p20181111-r1.ebuild      | 42 +++++++++++++++++++
 2 files changed, 91 insertions(+)