FS#34046 - [nss] fail get lib info through pkg-config (nss.pc)

Attached to Project: Arch Linux
Opened by Gustavo Alvarez (sl1pkn07) - Wednesday, 27 February 2013, 10:35 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 27 February 2013, 16:21 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

fail get info through pkg-config

Additional info:
* package version(s): nss 3.14.3-1

Steps to reproduce:

└───╼ pkg-config --cflags nss
Comparison operator but no version after package name 'nspr' in file '/usr/lib/pkgconfig/nss.pc'

└───╼ cat /usr/lib/pkgconfig/nss.pc
prefix=/usr
exec_prefix=/usr/bin
libdir=/usr/lib
includedir=/usr/include/nss

Name: NSS
Description: Network Security Services
Version:
Requires: nspr >=
Libs: -lssl3 -lsmime3 -lnss3 -lnssutil3
Cflags: -I${includedir}
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 27 February 2013, 16:21 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.14.3-2 should fix this.
Comment by Manuel Mendez (mmendez534) - Wednesday, 27 February 2013, 15:38 GMT
Actually, disregard the following:

Also of note, `pkg-config nspr` returns nothing.

$ cat /usr/lib/pkgconfig/nspr.pc
prefix=/usr
exec_prefix=/usr/bin
libdir=/usr/lib
includedir=/usr/include/nspr

Name: NSPR
Description: The Netscape Portable Runtime
Version: 4.9.5
Libs: -L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl
Cflags: -I/usr/include/nspr

Loading...