Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406313 - www-client/seamonkey with media-libs/libvpx-1.0.0 - checking for libvpx version >= v0.9.7... no
Summary: www-client/seamonkey with media-libs/libvpx-1.0.0 - checking for libvpx versi...
Status: RESOLVED DUPLICATE of bug 401985
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-29 15:13 UTC by Helmut Jarausch
Modified: 2012-02-29 21:17 UTC (History)
2 users (show)

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 Helmut Jarausch 2012-02-29 15:13:35 UTC
The configure script of seamonkey-2.7.1 uses a strange test for a recent version of libvpx :
 #include <vpx/vpx_decoder.h>
#if !defined(VPX_CODEC_USE_INPUT_PARTITION)
    #error "test failed."
#endif


But VPX_CODEC_USE_INPUT_PARTITION isn't defined in libvpx-1.0.0 anymore.
Therefore the configure script "thinks" libvpx is too old :

checking for libvpx version >= v0.9.7... no
configure: error: --with-system-libvpx requested but it is not v0.9.7 or later

Helmut.
Comment 1 Helmut Jarausch 2012-02-29 15:21:31 UTC
The same is true for firefox and thunderbird!
Comment 2 Franz Trischberger 2012-02-29 15:43:33 UTC
Can confirm that:

checking for vpx/vpx_decoder.h... yes
checking for vpx_codec_dec_init_ver in -lvpx... yes

Error:
  * In program cave perform install --hooks --managed-output --output-exclusivity with-others =www-client/firefox-10.0.1-r1:0::gentoo --destination installed --replacing =www-client/firefox-10.0.1:0::installed --x-of-y 10 of 10:
  * When installing 'www-client/firefox-10.0.1-r1:0::gentoo' replacing { 'www-client/firefox-10.0.1:0::installed' }:
  * When running an ebuild command on 'www-client/firefox-10.0.1-r1:0::gentoo':
  * Install failed for 'www-client/firefox-10.0.1-r1:0::gentoo' (paludis::ActionFailedError)

checking for libvpx version >= v0.9.7... no
*** Fix above errors and then restart with               "make -f client.mk build"
make[2]: Leaving directory `/var/tmp/paludis/www-client-firefox-10.0.1-r1/work/mozilla-release'
make[1]: Leaving directory `/var/tmp/paludis/www-client-firefox-10.0.1-r1/work/mozilla-release'
configure: error: --with-system-libvpx requested but it is not v0.9.7 or later
make[2]: *** [configure] Error 1
Comment 3 Rafał Mużyło 2012-02-29 21:17:59 UTC

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