Bug 163398

Summary: Mozilla PkgConfig files need updating
Product: [Fedora] Fedora Reporter: Ryan Skadberg <redhat>
Component: mozillaAssignee: Christopher Aillon <caillon>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-16 03:50:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ryan Skadberg 2005-07-15 20:30:27 UTC
[skadz@codewarrior pkgconfig]$ pkg-config --libs mozilla-gtkmozembed
Package mozilla-nspr was not found in the pkg-config search path.
Perhaps you should add the directory containing `mozilla-nspr.pc'
to the PKG_CONFIG_PATH environment variable
Package 'mozilla-nspr', required by 'XPCOM', not found


In /usr/lib/pkgconfig/mozilla-xpcom.pc

This:

Requires: mozilla-nspr = 1.7.8

Shoudl be Changed to:

Requires: nspr = 1.7.8

Comment 1 Ryan Skadberg 2005-07-15 20:31:07 UTC
Actually to

Requires: nspr

Comment 2 Ryan Skadberg 2005-07-15 20:36:34 UTC
Hmm, this seems to cause a lot of issues too.  Trying to compile something
against mozilla and am getting errors all over the place with this change.  Any
ideas of the correct fix here?

Comment 3 Christopher Aillon 2005-07-16 03:50:49 UTC

*** This bug has been marked as a duplicate of 163344 ***