pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47300: pkg-config --atleast-version is broken
The following reply was made to PR pkg/47300; it has been noted by GNATS.
From: Thomas Cort <tcort%minix3.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/47300: pkg-config --atleast-version is broken
Date: Sat, 16 Feb 2013 19:28:24 -0500
I'm getting the same thing on Minix. Some pkg-config arguments work
but others give the same conversion not supported message. It's kind
of a problem because configure scripts (in fonts/fontconfig for
example) fail if they can't determine that pkg-config is at least at a
certain version.
# pkg-config --atleast-pkgconfig-version 0.9.0
Conversion from character set '646' to 'UTF-8' is not supported
# pkg-config freetype2 --cflags
-I/usr/pkg/include/freetype2 -I/usr/pkg/include
# pkg-config --version
0.28
# pkg-config --help
GLib: Cannot convert message: Conversion from character set 'UTF-8' to
'646' is not supported
Usage:
pkg-config [OPTION...]
The rest of the output was omitted for brevity.
Home |
Main Index |
Thread Index |
Old Index