Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490756 - www-client/chromium-32.0.1700.2: dev-libs/nss dependency needs update
Summary: www-client/chromium-32.0.1700.2: dev-libs/nss dependency needs update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 15:34 UTC by Alex Legler (RETIRED)
Modified: 2013-11-08 16:39 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 Alex Legler (RETIRED) archtester gentoo-dev Security 2013-11-08 15:34:57 UTC
Building chromium with nss-3.14.1 installed resulted in this failure:

../../crypto/nss_util.cc:395:5: error: size of array ‘nss_version_check_failed’ is negative

http://osdir.com/ml/chromium-reviews/2010-01/msg03901.html indicates this is a version check put in place on purpose.

Updating to nss-3.15.2 resolved the issue. (I know 32.0.1700.2 and 3.15.2 work, no idea what other versions of chromium need the update or what is the new minimum dependency)
Comment 1 Mike Gilbert gentoo-dev 2013-11-08 16:34:41 UTC
On trunk, it is looking for >= 3.14.3 at the moment.

https://code.google.com/p/chromium/codesearch#chromium/src/crypto/nss_util.cc&q=NSS_VMAJOR&sq=package:chromium&type=cs&l=396

I'll check the stable version.
Comment 2 Mike Gilbert gentoo-dev 2013-11-08 16:39:38 UTC
Thanks for the report!

+  08 Nov 2013; Mike Gilbert <floppym@gentoo.org> chromium-30.0.1599.101.ebuild,
+  chromium-31.0.1650.39.ebuild, chromium-32.0.1700.2.ebuild:
+  Update nss dependency, bug 490756.