Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678000 - net-libs/libnice-0.1.15 : stunhmac.c:(.text+<snip>): undefined reference to HMAC_CTX_new with USE=libressl,-gnutls
Summary: net-libs/libnice-0.1.15 : stunhmac.c:(.text+<snip>): undefined reference to H...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2019-02-14 16:00 UTC by Toralf Förster
Modified: 2019-02-15 19:32 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.64 KB, text/plain)
2019-02-14 16:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,142.93 KB, text/plain)
2019-02-14 16:00 UTC, Toralf Förster
Details
environment (environment,67.92 KB, text/plain)
2019-02-14 16:00 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.95 KB, application/x-bzip)
2019-02-14 16:00 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.88 KB, application/x-bzip)
2019-02-14 16:00 UTC, Toralf Förster
Details
net-libs:libnice-0.1.15:20190214-133338.log (net-libs:libnice-0.1.15:20190214-133338.log,44.01 KB, text/plain)
2019-02-14 16:00 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,21.43 KB, application/x-bzip)
2019-02-14 16:00 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-14 16:00:35 UTC
../../stun/.libs/libstun.a(stunhmac.o): In function `stun_sha1':
stunhmac.c:(.text+0x5d): undefined reference to `HMAC_CTX_new'
stunhmac.c:(.text+0x104): undefined reference to `HMAC_CTX_free'
../../stun/.libs/libstun.a(stunhmac.o): In function `stun_hash_creds':
stunhmac.c:(.text+0x34d): undefined reference to `EVP_MD_CTX_new'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-hardened_libressl_20190211-201550

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   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-libs/libnice
[ebuild  N    ] net-libs/libnice-0.1.15  USE="introspection libressl upnp -gnutls" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2019-02-14 16:00:38 UTC
Created attachment 565330 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-14 16:00:41 UTC
Created attachment 565332 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-02-14 16:00:43 UTC
Created attachment 565334 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-02-14 16:00:46 UTC
Created attachment 565336 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-02-14 16:00:49 UTC
Created attachment 565338 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-02-14 16:00:52 UTC
Created attachment 565340 [details]
net-libs:libnice-0.1.15:20190214-133338.log
Comment 7 Toralf Förster gentoo-dev 2019-02-14 16:00:54 UTC
Created attachment 565342 [details]
temp.tbz2
Comment 9 Larry the Git Cow gentoo-dev 2019-02-15 19:32:50 UTC
The bug has been closed via the following commit(s):

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

commit 2a63099452ac1fa37f65a13e9373ce6db2a04ffd
Author:     Stefan Strogin <stefan.strogin@gmail.com>
AuthorDate: 2019-02-15 19:20:59 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-02-15 19:32:05 +0000

    net-libs/libnice: add patch for LibreSSL support
    
    Closes: https://bugs.gentoo.org/678000
    Closes: https://github.com/gentoo/gentoo/pull/11059
    Package-Manager: Portage-2.3.60, Repoman-2.3.12
    Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com>
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 .../libnice/files/libnice-0.1.15-libressl.patch    | 57 ++++++++++++++++++++++
 net-libs/libnice/libnice-0.1.15.ebuild             |  2 +
 2 files changed, 59 insertions(+)