Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406343 - mail-client/thunderbird-10.0.1 and www-client/firefox-10.0.1 does not compile with media-libs/libvpx-1.0.0
Summary: mail-client/thunderbird-10.0.1 and www-client/firefox-10.0.1 does not compil...
Status: RESOLVED DUPLICATE of bug 401985
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-29 18:22 UTC by Kai Wüstermann
Modified: 2012-02-29 20:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Wüstermann 2012-02-29 18:22:39 UTC
revdep-rebuild finds this wrong dependences:

--------------------------------------
 * Checking dynamic linking consistency
[ 44% ]  *   broken /usr/lib64/firefox/libxul.so (requires libmozalloc.so
libmozsqlite3.so
libvpx.so.0)
[ 86% ]  *   broken /usr/lib64/thunderbird/libxul.so (requires libldap60.so
libmozalloc.so
libmozsqlite3.so
libprldap60.so
libvpx.so.0)
[ 100% ]                 
 ---------------------------

Then it tries to emerge thunderbird and firefox.

If you have installed media-libs/libvpx-1.0.0 emerge ends for both ebuilds with the same error:

---------------------------- 
checking for libvpx version >= v0.9.7... no
configure: error: --with-system-libvpx requested but it is not v0.9.7 or later
*** Fix above errors and then restart with               "make -f client.mk build"
make[2]: *** [configure] Error 1
make[2]: Leaving directory `/var/tmp/portage/www-client/firefox-10.0.1/work/mozilla-release'
make[1]: *** [obj-x86_64-unknown-linux-gnu/Makefile] Error 2
make[1]: Leaving directory `/var/tmp/portage/www-client/firefox-10.0.1/work/mozilla-release'
make: *** [build] Error 2
emake failed
 * ERROR: www-client/firefox-10.0.1 failed (compile phase):
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line  85:  Called src_compile
 *   environment, line 6710:  Called die
 * The specific snippet of code:
 *           CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" MOZ_MAKE_FLAGS="${MAKEOPTS}" emake -f client.mk || die "emake failed";
 * 
 * If you need support, post the output of 'emerge --info =www-client/firefox-10.0.1',
 * the complete build log and the output of 'emerge -pqv =www-client/firefox-10.0.1'.
 * The complete build log is located at '/var/tmp/portage/www-client/firefox-10.0.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/firefox-10.0.1/temp/environment'.
 * S: '/var/tmp/portage/www-client/firefox-10.0.1/work/mozilla-release'
-------------------------------

Reproducible: Always




Switching back to media-libs/libvpx-0.9.7-r1 solves the problem.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2012-02-29 20:58:41 UTC

*** This bug has been marked as a duplicate of bug 401985 ***