Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 590424 - www-client/firefox-48.0 should depend on >=dev-libs/nss-3.24
Summary: www-client/firefox-48.0 should depend on >=dev-libs/nss-3.24
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:
: 590470 590518 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-08-03 23:28 UTC by Lori
Modified: 2016-08-05 07:14 UTC (History)
4 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 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. ***