Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 350060 Details for
Bug 472244
net-misc/curl-7.30.0 configure: error: --librtmp was specified but could not find librtmp pkgconfig file.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Full build log
curl_build.log (text/plain), 17.14 KB, created by
Anton Kochkov
on 2013-06-03 23:49:49 UTC
(
hide
)
Description:
Full build log
Filename:
MIME Type:
Creator:
Anton Kochkov
Created:
2013-06-03 23:49:49 UTC
Size:
17.14 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: net-misc/curl-7.30.0 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: blueness@gentoo.org gregkh@gentoo.org >[32;01m * [39;49;00mUSE: amd64 curl_ssl_openssl elibc_glibc idn ipv6 kernel_linux metalink rtmp ssh ssl threads userland_GNU >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox >>>> Unpacking source... >>>> Unpacking curl-7.30.0.tar.bz2 to /var/tmp/portage/net-misc/curl-7.30.0/work >>>> Source unpacked in /var/tmp/portage/net-misc/curl-7.30.0/work >>>> Preparing source in /var/tmp/portage/net-misc/curl-7.30.0/work/curl-7.30.0 ... > [32;01m*[0m Applying curl-7.30.0-prefix.patch ... >[A[162C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying curl-respect-cflags-3.patch ... >[A[162C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying curl-fix-gnutls-nettle.patch ... >[A[162C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Adjusting to prefix / > [32;01m*[0m curl-config.in ... >[A[162C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running eautoreconf in '/var/tmp/portage/net-misc/curl-7.30.0/work/curl-7.30.0' ... > [32;01m*[0m Running libtoolize --install --copy --force --automake ... >[A[162C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running aclocal -I m4 ... >[A[162C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoconf ... >[A[162C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoheader ... >[A[162C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running automake --add-missing --copy --foreign ... >[A[162C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running elibtoolize in: curl-7.30.0/ > [32;01m*[0m Applying portage/1.2.0 patch ... > [32;01m*[0m Applying sed/1.5.6 patch ... > [32;01m*[0m Applying as-needed/2.4.2 patch ... > [32;01m*[0m Applying target-nm/2.4.2 patch ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-misc/curl-7.30.0/work/curl-7.30.0 ... > [32;01m*[0m [1;32m**************************************************[00m > [32;01m*[0m SSL provided by openssl > [32;01m*[0m [1;32m**************************************************[00m > * econf: updating curl-7.30.0/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating curl-7.30.0/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --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 >checking whether to enable maintainer-specific portions of Makefiles... no >checking whether to enable debug build options... no >checking whether to enable compiler optimizer... (assumed) yes >checking whether to enable strict compiler warnings... no >checking whether to enable compiler warnings as errors... no >checking whether to enable curl debug memory tracking... no >checking whether to enable hiding of library internal symbols... yes >checking whether to enable c-ares for DNS lookups... no >checking for path separator... : >checking for sed... /bin/sed >checking for grep... /bin/grep >checking for egrep... /bin/grep -E >checking for x86_64-pc-linux-gnu-ar... /usr/bin/x86_64-pc-linux-gnu-ar >checking for a BSD-compatible install... /usr/bin/install -c >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for style of include used by make... GNU >checking whether make supports nested variables... yes >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking curl version... 7.30.0 >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for sys/types.h... yes >checking for stdint.h... yes >checking for inttypes.h... yes >checking for grep that handles long lines and -e... (cached) /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... (cached) yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... (cached) yes >checking for stdint.h... (cached) yes >checking for unistd.h... yes >checking size of long... 8 >checking size of void*... 8 >checking for 64-bit curl_off_t data type... long >checking size of curl_off_t... 8 >checking formatting string directive for curl_off_t... "ld" >checking formatting string directive for unsigned curl_off_t... "lu" >checking constant suffix string for curl_off_t... L >checking constant suffix string for unsigned curl_off_t... UL >checking if OS is AIX (to define _ALL_SOURCE)... no >checking if _THREAD_SAFE is already defined... no >checking if _THREAD_SAFE is actually needed... no >checking if _THREAD_SAFE is onwards defined... no >checking if _REENTRANT is already defined... no >checking if _REENTRANT is actually needed... no >checking if _REENTRANT is onwards defined... no >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking how to print strings... printf >checking for a sed that does not truncate output... (cached) /bin/sed >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ar... /usr/bin/x86_64-pc-linux-gnu-ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... no >checking for x86_64-pc-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking whether to build shared libraries with -version-info... yes >checking whether to build shared libraries with -no-undefined... no >checking whether to build shared libraries with -mimpure-text... no >checking whether to build shared libraries with PIC... yes >checking whether to build static libraries with PIC... yes >checking whether to build shared libraries only... yes >checking whether to build static libraries only... no >checking for inline... inline >checking if compiler is DEC/Compaq/HP C... no >checking if compiler is HP-UX C... no >checking if compiler is IBM C... no >checking if compiler is Intel C... no >checking if compiler is clang... no >checking if compiler is GNU C... yes >checking if compiler is LCC... no >checking if compiler is SGI MIPSpro C... no >checking if compiler is SGI MIPS C... no >checking if compiler is SunPro C... no >checking if compiler is Tiny C... no >checking if compiler is Watcom C... no >checking if compiler halts on compilation errors... yes >checking if compiler halts on negative sized arrays... yes >checking if compiler halts on function prototype mismatch... yes >checking if compiler supports hiding library internal symbols... yes >checking for windows.h... no >checking whether build target is a native Windows one... no >checking whether build target supports WIN32 file API... no >checking whether to support http... yes >checking whether to support ftp... yes >checking whether to support file... yes >checking whether to support ldap... no >checking whether to support ldaps... no >checking whether to support rtsp... yes >checking whether to support proxies... yes >checking whether to support dict... yes >checking whether to support telnet... yes >checking whether to support tftp... yes >checking whether to support pop3... yes >checking whether to support imap... yes >checking whether to support smtp... yes >checking whether to support gopher... yes >checking whether to provide built-in manual... yes >checking whether to enable generation of C code... yes >checking whether to use libgcc... no >checking if X/Open network library is required... no >checking for gethostbyname... yes >checking for strcasecmp... yes >checking for windows.h... (cached) no >checking for winsock.h... (cached) no >checking for winsock2.h... (cached) no >checking for connect in libraries... yes >checking whether time.h and sys/time.h may both be included... yes >checking for sys/types.h... (cached) yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking time.h usability... yes >checking time.h presence... yes >checking for time.h... yes >checking for monotonic clock_gettime... yes >checking for clock_gettime in libraries... -lrt >checking if monotonic clock_gettime works... yes >checking for inflateEnd in -lz... yes >checking zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >configure: found both libz and libz.h header >checking whether to enable ipv6... yes >checking if struct sockaddr_in6 has sin6_scope_id member... yes >checking if argv can be written to... yes >checking if Kerberos4 support is requested... no >checking if SPNEGO support is requested... no >checking if GSSAPI support is requested... no >checking whether to enable Windows native SSL/TLS (Windows native builds only)... no >checking whether to enable iOS/Mac OS X native SSL/TLS... no >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking for openssl options with pkg-config... found >configure: pkg-config: SSL_LIBS: "-lssl -lcrypto " >configure: pkg-config: SSL_LDFLAGS: "" >configure: pkg-config: SSL_CPPFLAGS: "" >checking for CRYPTO_lock in -lcrypto... yes >checking for SSL_connect in -lssl... yes >checking openssl/x509.h usability... yes >checking openssl/x509.h presence... yes >checking for openssl/x509.h... yes >checking openssl/rsa.h usability... yes >checking openssl/rsa.h presence... yes >checking for openssl/rsa.h... yes >checking openssl/crypto.h usability... yes >checking openssl/crypto.h presence... yes >checking for openssl/crypto.h... yes >checking openssl/pem.h usability... yes >checking openssl/pem.h presence... yes >checking for openssl/pem.h... yes >checking openssl/ssl.h usability... yes >checking openssl/ssl.h presence... yes >checking for openssl/ssl.h... yes >checking openssl/err.h usability... yes >checking openssl/err.h presence... yes >checking for openssl/err.h... yes >checking openssl/pkcs12.h usability... yes >checking openssl/pkcs12.h presence... yes >checking for openssl/pkcs12.h... yes >checking for ENGINE_init... yes >checking openssl/engine.h usability... yes >checking openssl/engine.h presence... yes >checking for openssl/engine.h... yes >checking for ENGINE_load_builtin_engines... yes >checking for RAND_status... yes >checking for RAND_screen... no >checking for RAND_egd... yes >checking for ENGINE_cleanup... yes >checking for CRYPTO_cleanup_all_ex_data... yes >checking for SSL_get_shutdown... yes >checking for SSLv2_client_method... yes >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'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 472244
: 350060 |
350062
|
350064