Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406305 - mail-client/thunderbird-10.0.1 USE=webm with >media-libs/libvpx-0.9.7 - configure: error: --with-system-libvpx requested but it is not v0.9.7 or later
Summary: mail-client/thunderbird-10.0.1 USE=webm with >media-libs/libvpx-0.9.7 - confi...
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: http://www.linuxfromscratch.org/blfs/...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-02-29 14:15 UTC by Daniel Troeder
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 Daniel Troeder 2012-02-29 14:15:30 UTC
mail-client/thunderbird-10.0.1 doesn't build with >media-libs/libvpx-0.9.7-r1 because a symbol was removed/changed that the configure script used to identify libvpx.

Reproducible: Always

Steps to Reproduce:
1. emerge =media-libs/libvpx-1.0.0
2. USE=webm emerge =mail-client/thunderbird-10.0.1
Actual Results:  
checking for vpx/vpx_decoder.h... yes
checking for vpx_codec_dec_init_ver in -lvpx... yes
checking for libvpx version >= v0.9.7... no
configure: error: --with-system-libvpx requested but it is not v0.9.7 or later


Expected Results:  
recognizes libvpx version >= v0.9.7

This http://www.linuxfromscratch.org/blfs/view/cvs/xsoft/thunderbird.html sais running
# sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' mozilla/configure
solves the issue.

Related bug: https://bugs.gentoo.org/show_bug.cgi?id=401985
Comment 1 Rafał Mużyło 2012-02-29 16:42:24 UTC

*** This bug has been marked as a duplicate of bug 401985 ***
Comment 2 Rafał Mużyło 2012-02-29 21:17:01 UTC

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