Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 568910 - mail-client/thunderbird-38.4.0 should depend on >=dev-libs/nspr-4.10.10
Summary: mail-client/thunderbird-38.4.0 should depend on >=dev-libs/nspr-4.10.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-20 21:10 UTC by Tom Samstag
Modified: 2015-12-21 16:52 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 Tom Samstag 2015-12-20 21:10:20 UTC
Emerging mail-client/thunderbird-38.4.0 fails if the version of dev-libs/nspr is less than 4.10.10 but the CDEPEND says >=dev-libs/nspr-4.10.8.

configure:14521: checking NSPR selection
configure:14621: checking for nspr-config
configure:14656: checking for NSPR - version >= 4.10.10
configure: error: you do not have NSPR installed or your version is older than 4.10.10.
*** Fix above errors and then restart with\
               "make -f client.mk build"
/var/tmp/portage/mail-client/thunderbird-38.4.0/work/comm-esr38/client.mk:361: recipe for target 'configure' failed
make[1]: *** [configure] Error 1


Reproducible: Always

Steps to Reproduce:
1. Emerge dev-libs/nspr-4.10.8
2. Emerge mail-client/thunderbird-38.4.0
3. Observe that thunderbird fails to compile
Comment 1 Ian Stakenvicius (RETIRED) gentoo-dev 2015-12-21 16:52:34 UTC
commit cc7eedf2e2739511c00449885985a6ce2b0d8c41
Author: Ian Stakenvicius <axs@gentoo.org>
Date:   Mon Dec 21 11:47:24 2015 -0500

    mail-client/thunderbird: increase minver on nspr dep to fix bug 568910
    
    Package-Manager: portage-2.2.24


... I didn't revbump because in a couple of days thunderbird-38.5.0 will be released; not much point in forcing everyone to have a VDB update when they'll just be upgrading again.