| Summary: | media-video/rtmpdump-2.4_p20131018 missing dependency dev-libs/nettle[gmp] | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Herbert Wantesh <rauchwolke> |
| Component: | Current packages | Assignee: | Markos Chandras (RETIRED) <hwoarang> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Herbert Wantesh
2013-11-03 23:24:25 UTC
The title is wrong. Please be careful There is no 'gmp' flag on rtmpdump Could you provide an emerge -pv rtmpdump please? [ebuild R ~] media-video/rtmpdump-2.4_p20131018 USE="gnutls polarssl ssl" 0 kB
[ebuild R ] dev-libs/nettle-2.7.1:0/4 USE="gmp -doc (-neon) -static-libs {-test}" 1,523 kB
Total: 2 packages (2 reinstalls), Size of downloads: 1,523 kB
umounting tmpfs.... done
# ldd /usr/bin/rtmpdump
linux-vdso.so.1 (0x0000037ca3124000)
librtmp.so.1 => /usr/lib64/librtmp.so.1 (0x0000037ca2ce5000)
libc.so.6 => /lib64/libc.so.6 (0x0000037ca293e000)
libgnutls.so.28 => /usr/lib64/libgnutls.so.28 (0x0000037ca2626000)
libhogweed.so.2 => /usr/lib64/libhogweed.so.2 (0x0000037ca23f4000)
libnettle.so.4 => /usr/lib64/libnettle.so.4 (0x0000037ca21c0000)
libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x0000037ca1f43000)
libz.so.1 => /lib64/libz.so.1 (0x0000037ca1d2b000)
/lib64/ld-linux-x86-64.so.2 (0x0000037ca2f04000)
i ment rtmpdump needs nettle with gmp use flag enabled
(In reply to puchu from comment #2) > [ebuild R ~] media-video/rtmpdump-2.4_p20131018 USE="gnutls polarssl > ssl" 0 kB > [ebuild R ] dev-libs/nettle-2.7.1:0/4 USE="gmp -doc (-neon) > -static-libs {-test}" 1,523 kB > > Total: 2 packages (2 reinstalls), Size of downloads: 1,523 kB > > umounting tmpfs.... done > > # ldd /usr/bin/rtmpdump > linux-vdso.so.1 (0x0000037ca3124000) > librtmp.so.1 => /usr/lib64/librtmp.so.1 (0x0000037ca2ce5000) > libc.so.6 => /lib64/libc.so.6 (0x0000037ca293e000) > libgnutls.so.28 => /usr/lib64/libgnutls.so.28 (0x0000037ca2626000) > libhogweed.so.2 => /usr/lib64/libhogweed.so.2 (0x0000037ca23f4000) > libnettle.so.4 => /usr/lib64/libnettle.so.4 (0x0000037ca21c0000) > libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x0000037ca1f43000) > libz.so.1 => /lib64/libz.so.1 (0x0000037ca1d2b000) > /lib64/ld-linux-x86-64.so.2 (0x0000037ca2f04000) > > i ment rtmpdump needs nettle with gmp use flag enabled I don't understand how is this possible rtmpdump depends on gnutls which needs nettle[gmp] Please provide a full build.log in order to be able to reproduce this problem (versions of rtmpdump, gnutls, etc) it seems the error was fixed in net-libs/gnutls-3.2.6 - now it pulls in nettle with gmp use flag as dependecy. bug fixed. thanks for your help |