After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671774 - @GCONFPKGS@ in gucharmap.pc.in is not replaced.
@GCONFPKGS@ in gucharmap.pc.in is not replaced.
Status: RESOLVED DUPLICATE of bug 669734
Product: gucharmap
Classification: Core
Component: general
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gucharmap maintainers
gucharmap maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-10 13:10 UTC by Nishio Futoshi
Modified: 2012-03-10 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nishio Futoshi 2012-03-10 13:10:26 UTC
In gucharmap-3.3.1, there is a file named gucharmap.pc.in.
The gucharmap.pc.in has a line, 
Requires.private: @GCONFPKGS@
but GCONFPKGS is not replaced in gucharmap-2.90.pc

$ pkg-config --cflags gucharmap-2.90
Package @GCONFPKGS@ was not found in the pkg-config search path.
Perhaps you should add the directory containing `@GCONFPKGS@.pc'
to the PKG_CONFIG_PATH environment variable
Package '@GCONFPKGS@', required by 'gucharmap', not found

I think the line "Requires.private: @GCONFPKGS@" is not needed.
Comment 1 Christian Persch 2012-03-10 14:02:57 UTC

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