Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472244 - net-misc/curl-7.30.0 configure: error: --librtmp was specified but could not find librtmp pkgconfig file.
Summary: net-misc/curl-7.30.0 configure: error: --librtmp was specified but could not ...
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 bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 23:49 UTC by Anton Kochkov
Modified: 2013-06-04 00:19 UTC (History)
0 users

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


Attachments
Full build log (curl_build.log,17.14 KB, text/plain)
2013-06-03 23:49 UTC, Anton Kochkov
Details
config.log (curl_config.log,78.63 KB, text/plain)
2013-06-03 23:50 UTC, Anton Kochkov
Details
emerge --info output (emerge_info.log,4.74 KB, text/plain)
2013-06-03 23:50 UTC, Anton Kochkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2013-06-03 23:49:49 UTC
Created attachment 350060 [details]
Full build log

checking for yaSSL using OpenSSL compatibility mode... no
checking for OpenSSL headers version... 1.0.1 - 0x1000105fL
checking for OpenSSL library version... 1.0.1
checking for OpenSSL headers and library versions matching... yes
checking for "/dev/urandom"... yes
checking for SRP_Calc_client_key in -lcrypto... yes
checking default CA cert bundle/path... /etc/ssl/certs (capath)
checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking for libmetalink options with pkg-config... found
checking if libmetalink is recent enough... yes (0.1.1)
checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking for libssh2 options with pkg-config... found
checking for libssh2_channel_open_ex in -lssh2... yes
checking libssh2.h usability... yes
checking libssh2.h presence... yes
checking for libssh2.h... yes
checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking for librtmp options with pkg-config... no
configure: error: --librtmp was specified but could not find librtmp pkgconfig file.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-misc/curl-7.30.0/work/curl-7.30.0/config.log
 [31;01m*[0m ERROR: net-misc/curl-7.30.0 failed (configure phase):
 [31;01m*[0m   econf failed
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m          ebuild.sh, line   93:  Called src_configure
 [31;01m*[0m        environment, line 3015:  Called econf '--enable-dict' '--enable-file' '--enable-ftp' '--enable-gopher' '--enable-http' '--enable-imap' '--disable-ldap' '--disable-ldaps' '--enable-pop3' '--enable-rtsp' '--with-libssh2' '--enable-smtp' '--enable-telnet' '--enable-tftp' '--disable-ares' '--enable-cookies' '--enable-hidden-symbols' '--enable-ipv6' '--enable-largefile' '--enable-manual' '--enable-proxy' '--disable-soname-bump' '--disable-sspi' '--disable-static' '--enable-threaded-resolver' '--disable-versioned-symbols' '--without-darwinssl' '--with-libidn' '--without-gssapi' '--without-krb4' '--with-libmetalink' '--with-librtmp' '--without-spnego' '--without-winidn' '--without-winssl' '--with-zlib' '--without-axtls' '--without-cyassl' '--without-gnutls' '--without-nss' '--without-polarssl' '--without-ssl' '--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt' '--with-ssl' '--without-ca-bundle' '--with-ca-path=/etc/ssl/certs'
 [31;01m*[0m   phase-helpers.sh, line  521:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m   			die "econf failed"
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the output of `emerge --info '=net-misc/curl-7.30.0'`,
 [31;01m*[0m the complete build log and the output of `emerge -pqv '=net-misc/curl-7.30.0'`.
 [31;01m*[0m The complete build log is located at '/var/tmp/portage/net-misc/curl-7.30.0/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-misc/curl-7.30.0/temp/environment'.
 [31;01m*[0m Working directory: '/var/tmp/portage/net-misc/curl-7.30.0/work/curl-7.30.0'
 [31;01m*[0m S: '/var/tmp/portage/net-misc/curl-7.30.0/work/curl-7.30.0'
Comment 1 Anton Kochkov 2013-06-03 23:50:15 UTC
Created attachment 350062 [details]
config.log
Comment 2 Anton Kochkov 2013-06-03 23:50:34 UTC
Created attachment 350064 [details]
emerge --info output
Comment 3 Anton Kochkov 2013-06-04 00:19:03 UTC
Resolved by upgrading net-libs/gnutls from 3.2.1 to 3.2.1-r1 version.