Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 545744 - www-client/firefox-37.0.1 configure: error: you do not have NSPR installed or your version is older than 4.10.8.
Summary: www-client/firefox-37.0.1 configure: error: you do not have NSPR installed o...
Status: RESOLVED FIXED
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: 2015-04-06 16:05 UTC by Puggan
Modified: 2015-04-06 16:34 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 Puggan 2015-04-06 16:05:14 UTC
When compiling www-client/firefox-37.0.1 I got the following error:

configure: error: you do not have NSPR installed or your version is older than 4.10.8.



Reproducible: Always

Steps to Reproduce:
1. emerge firefox
Actual Results:  
configure: error: you do not have NSPR installed or your version is older than 4.10.8.



Expected Results:  
compiling firefox

--- /usr/portage/www-client/firefox/firefox-37.0.1.ebuild       2015-04-06 01:07:55.000000000 +0200
+++ /usr/local/portage/www-client/firefox/firefox-37.0.1.ebuild 2015-04-06 17:57:18.000000000 +0200
@@ -59,7 +59,7 @@ ASM_DEPEND=">=dev-lang/yasm-1.1"
 # Mesa 7.10 needed for WebGL + bugfixes
 RDEPEND="
        >=dev-libs/nss-3.17.4
-       >=dev-libs/nspr-4.10.7
+       >=dev-libs/nspr-4.10.8
        selinux? ( sec-policy/selinux-mozilla )"
 
 DEPEND="${RDEPEND}

Bug 542290 says it's fixed in an overlay, but the now the same problem occrues in the portage tree.
Comment 1 Ian Stakenvicius (RETIRED) gentoo-dev 2015-04-06 16:34:25 UTC
The overlay's ebuild wasn't used when firefox-37 was added to the tree.  Fixed now.


+  06 Apr 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> firefox-37.0.1.ebuild:
+  fixed nss dependency version, bug 575744
+