Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684804 - app-benchmarks/httperf-0.9.1_p20181111 : httperf.c:1111:60: error: TLS1_3_VERSION undeclared (first use in this function)
Summary: app-benchmarks/httperf-0.9.1_p20181111 : httperf.c:1111:60: error: TLS1_3_VER...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2019-04-30 14:52 UTC by Toralf Förster
Modified: 2019-06-03 13:38 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.92 KB, text/plain)
2019-04-30 14:52 UTC, Toralf Förster
Details
app-benchmarks:httperf-0.9.1_p20181111:20190429-215009.log (app-benchmarks:httperf-0.9.1_p20181111:20190429-215009.log,15.83 KB, text/plain)
2019-04-30 14:52 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,222.16 KB, text/plain)
2019-04-30 14:52 UTC, Toralf Förster
Details
environment (environment,60.83 KB, text/plain)
2019-04-30 14:52 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.46 KB, application/x-bzip)
2019-04-30 14:52 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.64 KB, application/x-bzip)
2019-04-30 14:52 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.57 KB, application/x-bzip)
2019-04-30 14:52 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)