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
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.
(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
Fixed in VCS, thank you for reporting!
*** Bug 590470 has been marked as a duplicate of this bug. ***
*** Bug 590518 has been marked as a duplicate of this bug. ***