"®" symbol in pkg-config
file breaking downstream build tools
#117
Labels
bug
Something isn't working
pkg-config
file breaking downstream build tools
#117
Uh oh!
There was an error while loading. Please reload this page.
Hi there! I've been digging into haskell/cabal#9608, which is caused by being unable to parse output from
pkg-config --list-all
whenlibvpl
is installed.This is because a "®" symbol was added to the
Name
andDescription
properties ofvpl.pc
when this project was renamed from "oneVPL" to "libvpl". See the file https://github.com/intel/libvpl/blob/master/libvpl/pkgconfig/vpl.pc.in in commit 44df6e0.This results in an invalid
pkg-config
file. Note that thepkg-config
manpages (link) define:And RFC-822 defines property field bodies to be ASCII characters only, and "®" is not an ASCII character.
Can you please remove this ISO/IEC 8859-1 symbol from the
.pc
output files? Thanks!The text was updated successfully, but these errors were encountered: