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

Bug 669708

Summary: media-video/rtmpdump-2.4_p20161210-r2[libressl] : librtmp/librtmp.so: undefined reference to HMAC_CTX_reset
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Craig Andrews <candrews>
Status: RESOLVED FIXED    
Severity: normal CC: candrews
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
media-video:rtmpdump-2.4_p20161210-r2:20181026-211510.log
temp.tbz2

Description Toralf Förster gentoo-dev 2018-10-26 21:17:53 UTC
x86_64-pc-linux-gnu-gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\"   -O2 -pipe -march=native -std=gnu89   -c -o rtmpdump.o rtmpdump.c
x86_64-pc-linux-gnu-gcc -Wall -Wl,-O1 -Wl,--as-needed -o rtmpdump rtmpdump.o -Llibrtmp -lrtmp -lssl -lcrypto -lz  
librtmp/librtmp.so: undefined reference to `HMAC_CTX_reset'
librtmp/librtmp.so: undefined reference to `HMAC_CTX_free'
collect2: error: ld returned 1 exit status
make: *** [Makefile:79: rtmpdump] Error 1

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

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

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

  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.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby25 (with Rubygems) *



emerge -qpvO media-video/rtmpdump
[ebuild     U ] media-video/rtmpdump-2.4_p20161210-r2 [2.4_p20161210-r1] USE="libressl ssl -gnutls" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2018-10-26 21:17:56 UTC
Created attachment 553234 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-26 21:17:59 UTC
Created attachment 553236 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-10-26 21:18:01 UTC
Created attachment 553238 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-10-26 21:18:04 UTC
Created attachment 553240 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-10-26 21:18:07 UTC
Created attachment 553242 [details]
media-video:rtmpdump-2.4_p20161210-r2:20181026-211510.log
Comment 6 Toralf Förster gentoo-dev 2018-10-26 21:18:10 UTC
Created attachment 553244 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-10-27 02:42:32 UTC
The bug has been closed via the following commit(s):

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

commit ab606cec475a4b1fea8a9793ef6ed81b83b919f5
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2018-10-27 02:42:07 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2018-10-27 02:42:24 +0000

    media-video/rtmpdump: Don't apply openssl 1.1 patch with USE=libressl
    
    That patch causes compilation errors when used with libressl
    
    Closes: https://bugs.gentoo.org/669708
    Signed-off-by: Craig Andrews <candrews@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-video/rtmpdump/rtmpdump-2.4_p20161210-r2.ebuild | 2 +-
 media-video/rtmpdump/rtmpdump-9999.ebuild             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)