Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669708 - media-video/rtmpdump-2.4_p20161210-r2[libressl] : librtmp/librtmp.so: undefined reference to HMAC_CTX_reset
Summary: media-video/rtmpdump-2.4_p20161210-r2[libressl] : librtmp/librtmp.so: undefin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2018-10-26 21:17 UTC by Toralf Förster
Modified: 2018-10-27 02:42 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.04 KB, text/plain)
2018-10-26 21:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,280.50 KB, text/plain)
2018-10-26 21:17 UTC, Toralf Förster
Details
environment (environment,108.23 KB, text/plain)
2018-10-26 21:18 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.19 KB, application/x-bzip)
2018-10-26 21:18 UTC, Toralf Förster
Details
media-video:rtmpdump-2.4_p20161210-r2:20181026-211510.log (media-video:rtmpdump-2.4_p20161210-r2:20181026-211510.log,6.62 KB, text/plain)
2018-10-26 21:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.69 KB, application/x-bzip)
2018-10-26 21:18 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 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(-)