Bug 453414 - libnssutil missing from "nss-config --libs"
Summary: libnssutil missing from "nss-config --libs"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss
Version: 8
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Kai Engert (:kaie) (inactive account)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-30 14:06 UTC by Tom Killian
Modified: 2008-07-01 05:29 UTC (History)
0 users

Fixed In Version: 3.12.0.3-0.8.2.fc8
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-07-01 05:29:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to nss-config (825 bytes, patch)
2008-06-30 14:06 UTC, Tom Killian
no flags Details | Diff

Description Tom Killian 2008-06-30 14:06:03 UTC
Description of problem:

Makefiles and the like use the output of "nss-config --libs" to determine which
libraries to search.  Several routines have moved to libnssutil in the current
version of nss, but nss-config does not mention this library.  Consequently,
firefox, and presumably other packages, fail to install from the source rpm.

Version-Release number of selected component (if applicable):

nss-3.12.0.3-0.8.1.fc8.i386

How reproducible:

Every time.

Steps to Reproduce:
1.  Type: nss-config --libs
  
Actual results:

-Wl,-rpath-link,/usr/lib -L/usr/lib -lssl3 -lsmime3 -lnss3

Expected results:

-Wl,-rpath-link,/usr/lib -L/usr/lib -lssl3 -lsmime3 -lnss3 -lnssutil3

Additional info:

Patch to nss-config script attached.

Comment 1 Tom Killian 2008-06-30 14:06:03 UTC
Created attachment 310589 [details]
patch to nss-config

Comment 2 Kai Engert (:kaie) (inactive account) 2008-06-30 16:58:46 UTC
Sorry I've overlooked this when upgrading to 3.12.
Thanks for reporting the bug.

In addition to nss-config we should update nss.pc, too.
I'm building an updated package right now.



Comment 3 Fedora Update System 2008-06-30 20:00:23 UTC
nss-3.12.0.3-0.8.2.fc8 has been submitted as an update for Fedora 8

Comment 4 Fedora Update System 2008-07-01 05:29:12 UTC
nss-3.12.0.3-0.8.2.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.