Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677614 - net-misc/stuntman-1.2.9 : stunreader.cpp:156:14: error: variable HMAC_CTX ctx has initializer but incomplete type
Summary: net-misc/stuntman-1.2.9 : stunreader.cpp:156:14: error: variable HMAC_CTX ctx...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 683428
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-02-10 09:46 UTC by Toralf Förster
Modified: 2019-04-28 21:41 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.02 KB, text/plain)
2019-02-10 09:46 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,217.77 KB, text/plain)
2019-02-10 09:46 UTC, Toralf Förster
Details
environment (environment,15.29 KB, text/plain)
2019-02-10 09:46 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.03 KB, application/x-bzip)
2019-02-10 09:46 UTC, Toralf Förster
Details
net-misc:stuntman-1.2.9:20190210-032028.log (net-misc:stuntman-1.2.9:20190210-032028.log,4.96 KB, text/plain)
2019-02-10 09:46 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,6.44 KB, application/x-bzip)
2019-02-10 09:46 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-02-10 09:46:36 UTC
c++ -O2 -pipe -march=native   -c   -I../common -DNDEBUG -Wall -Wuninitialized  -O2 stunreader.cpp
stunreader.cpp: In member function ‘HRESULT CStunMessageReader::ValidateMessageIntegrity(uint8_t*, size_t)’:
stunreader.cpp:156:14: error: variable ‘HMAC_CTX ctx’ has initializer but incomplete type
     HMAC_CTX ctx = {};
              ^~~
stunreader.cpp:198:5: error: ‘HMAC_CTX_init’ was not declared in this scope

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_20190205-121519

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.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-1.32.0 *



emerge -qpvO net-misc/stuntman
[ebuild  N    ] net-misc/stuntman-1.2.9
Comment 1 Toralf Förster gentoo-dev 2019-02-10 09:46:40 UTC
Created attachment 564422 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-10 09:46:44 UTC
Created attachment 564424 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-02-10 09:46:49 UTC
Created attachment 564426 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-02-10 09:46:53 UTC
Created attachment 564428 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-02-10 09:46:56 UTC
Created attachment 564430 [details]
net-misc:stuntman-1.2.9:20190210-032028.log
Comment 6 Toralf Förster gentoo-dev 2019-02-10 09:46:59 UTC
Created attachment 564432 [details]
temp.tbz2
Comment 7 Dennis Schridde 2019-04-15 22:31:56 UTC
Supposedly fixed in version 1.2.14:
Version 1.2.14 - Docker support and OpenSSL compile issue

I confirm that version 1.2.15 builds fine.
Comment 8 Larry the Git Cow gentoo-dev 2019-04-28 21:41:10 UTC
The bug has been closed via the following commit(s):

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

commit 53cd6b394f44976c1fb6e1446cd799c80e9006bf
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-04-28 20:07:37 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-04-28 21:40:53 +0000

    net-misc/stuntman: 1.2.15 version bump, add missing openssl slot op
    
    Closes: https://bugs.gentoo.org/683428
    Closes: https://bugs.gentoo.org/677614
    Package-Manager: Portage-2.3.65, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 net-misc/stuntman/Manifest               |  1 +
 net-misc/stuntman/stuntman-1.2.15.ebuild | 38 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)