Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 590424

Summary: www-client/firefox-48.0 should depend on >=dev-libs/nss-3.24
Product: Gentoo Linux Reporter: Lori <lori>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal CC: algui91, jeongsu, jstein, uwe
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Lori 2016-08-03 23:28:09 UTC
I have selectively unmasked firefox-48.0, but when building it using the current stable nss I get this:

DEBUG: configure:13641: checking for NSS - version >= 3.24
DEBUG: configure: error: you don't have NSS installed or your version is too old

The ebuild should ask for

RDEPEND="
    >=dev-libs/nss-3.24

on line 57, instead of 3.23
Comment 1 Tom Gillespie 2016-08-04 01:16:46 UTC
Also missing sqlite deps (which would be hidden if the nss check happens first).

checking for sqlite3 >= 3.12.2... Requested 'sqlite3 >= 3.12.2' but version of SQLite is 3.12.0
configure: error: Library requirements (sqlite3 >= 3.12.2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
Comment 2 Tom Gillespie 2016-08-04 01:42:56 UTC
(In reply to Tom Gillespie from comment #1)
> Also missing sqlite deps (which would be hidden if the nss check happens
> first).
> 
> checking for sqlite3 >= 3.12.2... Requested 'sqlite3 >= 3.12.2' but version
> of SQLite is 3.12.0
> configure: error: Library requirements (sqlite3 >= 3.12.2) not met; consider
> adjusting the PKG_CONFIG_PATH environment variable if your libraries are in
> a nonstandard prefix so pkg-config can find them.

PR is here https://github.com/gentoo/gentoo/pull/2012
Comment 3 Ian Stakenvicius (RETIRED) gentoo-dev 2016-08-04 13:49:08 UTC
Fixed in VCS, thank you for reporting!
Comment 4 Ben Kohler gentoo-dev 2016-08-04 14:29:01 UTC
*** Bug 590470 has been marked as a duplicate of this bug. ***
Comment 5 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-08-05 06:01:48 UTC
*** Bug 590518 has been marked as a duplicate of this bug. ***