Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669614 - media-video/rtmpdump-2.4_p20161210-r2 : librtmp/librtmp.so: undefined reference to DH_set0_pqg
Summary: media-video/rtmpdump-2.4_p20161210-r2 : librtmp/librtmp.so: undefined referen...
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-25 17:15 UTC by Toralf Förster
Modified: 2018-10-26 19:43 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.86 KB, text/plain)
2018-10-25 17:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,318.49 KB, text/plain)
2018-10-25 17:15 UTC, Toralf Förster
Details
environment (environment,106.98 KB, text/plain)
2018-10-25 17:15 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.73 KB, application/x-bzip)
2018-10-25 17:16 UTC, Toralf Förster
Details
media-video:rtmpdump-2.4_p20161210-r2:20181025-160946.log (media-video:rtmpdump-2.4_p20161210-r2:20181025-160946.log,12.45 KB, text/plain)
2018-10-25 17:16 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.04 KB, application/x-bzip)
2018-10-25 17:16 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-25 17:15:49 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 `DH_set0_pqg'
librtmp/librtmp.so: undefined reference to `DH_get0_key'
librtmp/librtmp.so: undefined reference to `HMAC_CTX_reset'
librtmp/librtmp.so: undefined reference to `DH_get0_pqg'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl-abi32+64_20181018-210907

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

  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)
  [4]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
java-config:
The following VMs are available for generation-2:


emerge -qpvO media-video/rtmpdump
[ebuild  N    ] media-video/rtmpdump-2.4_p20161210-r2  USE="libressl ssl -gnutls" ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2018-10-25 17:15:52 UTC
Created attachment 553014 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-25 17:15:54 UTC
Created attachment 553016 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-10-25 17:15:57 UTC
Created attachment 553018 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-10-25 17:16:00 UTC
Created attachment 553020 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-10-25 17:16:03 UTC
Created attachment 553022 [details]
media-video:rtmpdump-2.4_p20161210-r2:20181025-160946.log
Comment 6 Toralf Förster gentoo-dev 2018-10-25 17:16:05 UTC
Created attachment 553024 [details]
temp.tbz2
Comment 7 Craig Andrews gentoo-dev 2018-10-26 19:41:18 UTC
Only occurs with libressl
Comment 8 Larry the Git Cow gentoo-dev 2018-10-26 19:43:12 UTC
The bug has been closed via the following commit(s):

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

commit 36d08082ee2018ebeb8b07613db4bfb8abae1c08
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2018-10-26 19:42:25 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2018-10-26 19:42:32 +0000

    media-video/rtmpdump: Fix compilation with libressl
    
    Closes: https://bugs.gentoo.org/669614
    Signed-off-by: Craig Andrews <candrews@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../rtmpdump/files/rtmpdump-openssl-1.1.patch        | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)